
/* Estilos globais para status */
.status-em_producao,
.badge.status-em_producao {
    background: #d2b48c !important;
    color: #8b4513 !important;
}

.status-entregue,
.badge.status-entregue {
    background: #d1d5db !important;
    color: #6b7280 !important;
}

/* Para badges do Bootstrap com cores customizadas */
.badge[style*="background-color: #8b4513"] {
    background-color: #8b4513 !important;
    color: white !important;
}

.badge[style*="background-color: #6b7280"] {
    background-color: #6b7280 !important;
    color: white !important;
}

/* Para calendário e outras visualizações */
.calendar-event.em_producao {
    background-color: #8b4513 !important;
}

.calendar-event.entregue {
    background-color: #6b7280 !important;
}
