.pesticide-summary-public {
  margin: 1rem 0;
}

.pesticide-summary--public {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pesticide-summary__table-wrap {
  width: 100%;
  overflow-x: auto;
}

.pesticide-summary__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.pesticide-summary__table th,
.pesticide-summary__table td {
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d7d7d7;
}

.pesticide-summary__table th {
  font-weight: 600;
  white-space: nowrap;
}

.pesticide-summary__row--alternate {
  background: rgba(0, 0, 0, 0.035);
}

.pesticide-summary__trade-name {
  min-width: 12rem;
}

.pesticide-summary__restricted {
  margin-right: 0.2rem;
  font-weight: 700;
  color: #b00020;
}

.pesticide-summary__footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.pesticide-summary-error {
  padding: 0.75rem;
}

.pesticide-summary__error {
  margin-top: 0.35rem;
}
