/* Estados de Garantía */
.status-pill {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 600;
    display: inline-block;
}

.bg-success { background-color: #d4edda; color: #155724; } /* Verde suave */
.bg-danger { background-color: #f8d7da; color: #721c24; }  /* Rojo suave */
.text-muted { color: #6c757d; font-size: 0.9em; }