.pesticide-table-wrapper .edit-cell,
.pesticide-table-wrapper .id-cell {
  border: 1px solid #ccc;
  border-bottom: 3px solid #999;
  padding: 6px;
  vertical-align: top;
}

.pesticide-table-wrapper .id-cell {
  font-size: 12px;
  line-height: 1.3;
}

.pesticide-table-wrapper .comment-content-cell {
  border-right: 1px solid #ccc;
  border-bottom: 3px solid #999;
  padding: 2px 10px;
  background: #f9f9f9;
  vertical-align: top;
}

.pesticide-table-wrapper .product-cell {
  padding: 2px 10px;
  vertical-align: top;
}

.pesticide-table-wrapper .product-text {
  line-height: 1.2;
  margin: 0;
}

.pesticide-table-wrapper .data-cell {
  padding: 2px 10px;
  vertical-align: top;
}

.pesticide-table-wrapper .cell-text {
  line-height: 1.2;
  margin: 0;
}

.pesticide-table-wrapper .efficacy-cell {
  border-right: 1px solid #ccc;
}

.pesticide-table-wrapper .misc-content-cell {
  border-right: 1px solid #ccc;
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 2px 10px;
  background: #fff;
  vertical-align: top;
}

.pesticide-table-wrapper .misc-label {
  font-weight: 600;
  margin-right: 6px;
}

.pesticide-table-wrapper .toggle-misc-row-btn {
  margin-top: 4px;
  padding: 0;
  border: none;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.pesticide-table-wrapper .misc-details.is-hidden {
  display: none;
}

.pesticide-table-wrapper .misc-content-cell {
  padding: 2px 10px;
  border-right: 1px solid #ccc;
}

.pesticide-table-wrapper .toggle-misc-row-btn {
  padding: 0;
  border: none;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.pesticide-table-wrapper .misc-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 12px;
}

.pesticide-table-wrapper .misc-edit-panel {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 10px;
  border-radius: 4px;
}

.pesticide-table-wrapper .misc-edit-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
}

.pesticide-table-wrapper .misc-edit-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pesticide-table-wrapper .misc-edit-header {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.pesticide-table-wrapper .misc-edit-header {
  font-weight: 600;
  font-size: 14px;
}

.pesticide-table-wrapper .edit-cell {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}

.pesticide-table-wrapper .id-cell {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}

.pesticide-table-wrapper .misc-detail-line {
  margin-top: 4px;
  line-height: 1.2;
}

/*****************
* Product Modal
******************/
.pesticide-input {
  width: 100%;
  padding: 6px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.pesticide-input:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 0 1px rgba(74,144,226,0.2);
}