/* Light, mobile-first tweaks */
:root{
  --card-radius: 16px;
}

.card { border-radius: var(--card-radius); }
.btn, .form-control, .form-select { border-radius: 12px; }
.table { margin-bottom: 0; }

.bg-status-new { background-color: #e7f1ff !important; color: #0b5ed7 !important; }
.bg-status-contacted { background-color: #fff3cd !important; color: #856404 !important; }
.bg-status-verified { background-color: #d1e7dd !important; color: #0f5132 !important; }
.bg-status-avoid { background-color: #f8d7da !important; color: #842029 !important; }

/* Map enum to badge classes in suppliers.php/supplier_view.php */
.badge.bg-status-new { background-color: #e7f1ff !important; color: #0b5ed7 !important; }
.badge.bg-status-contacted { background-color: #fff3cd !important; color: #856404 !important; }
.badge.bg-status-verified { background-color: #d1e7dd !important; color: #0f5132 !important; }
.badge.bg-status-avoid { background-color: #f8d7da !important; color: #842029 !important; }
