/* Cosmo Preventivo - Stili Admin */

.ep-stato {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 0.82em;
    font-weight: 600;
}

.ep-stato-nuovo        { background: #d0e8ff; color: #003d7a; }
.ep-stato-lavorazione  { background: #fff3cd; color: #856404; }
.ep-stato-inviato      { background: #d1ecf1; color: #0c5460; }
.ep-stato-accettato    { background: #d4edda; color: #155724; }
.ep-stato-rifiutato    { background: #f8d7da; color: #721c24; }
