/* Ajustes suaves al tema Bootstrap para el prototipo */
body { background: #f7f9fb; }
.card-header { background: #f8f9fc; }
.table td, .table th { vertical-align: middle; }

/* Badges por riesgo (usamos colores de Bootstrap + énfasis) */
.badge-riesgo-bajo   { background: #198754 !important; } /* success */
.badge-riesgo-medio  { background: #ffc107 !important; color:#111; } /* warning */
.badge-riesgo-alto   { background: #dc3545 !important; } /* danger */

/* Estado vacío */
#sinAlertas { display: none; }

/* Acento del footer */
footer { background: #fff; }
