/* Admin edit form contrast fix */
table select,
table input[type='text'] {
  background-color: #f9fafb !important;
  color: #111827 !important;
  border-color: #6b7280 !important;
  font-weight: 500 !important;
}
table select:focus,
table input[type='text']:focus {
  border-color: #10b981 !important;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3) !important;
}
/* Make edit row stand out */
tr:has(select) {
  background-color: #ecfdf5 !important;
}
