/* Custom Admin Fixes */

.badge.bg-info,
.badge.bg-warning {
    color: #212529 !important; /* Force dark text on light badges */
}

/* Fix: Make table headers readable (admin tables often use light header backgrounds) */
.table thead th,
.table-light th,
.table thead .table-light th {
    color: #2c3e50 !important; /* Dark text for better contrast */
}

/* Optional: ensure thead with light background keeps light bg */
.table thead.table-light th {
    background-color: #f8f9fa !important;
}
