/**
 * Xaman PulsanteReso - Badge stato reso (Admin grid + dettaglio ordine).
 * Palette: verde / teal / blu / ambra / rosso / grigio. NESSUN viola.
 */
.pulsantereso-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 600;
    white-space: nowrap;
}

.pulsantereso-badge--grey {
    background-color: #e5e7eb;
    color: #374151;
}

.pulsantereso-badge--dark-grey {
    background-color: #9ca3af;
    color: #1f2937;
}

.pulsantereso-badge--blue {
    background-color: #dbeafe;
    color: #1e40af;
}

.pulsantereso-badge--amber {
    background-color: #fef3c7;
    color: #92400e;
}

.pulsantereso-badge--teal {
    background-color: #ccfbf1;
    color: #0f766e;
}

.pulsantereso-badge--green {
    background-color: #dcfce7;
    color: #166534;
}

.pulsantereso-badge--red {
    background-color: #fee2e2;
    color: #991b1b;
}
