.status-new {
    background: #e0f2fe;
    color: #0369a1;
}

.status-confirmed {
    background: #dcfce7;
    color: #166534;
}

.status-assembling {
    background: #fef3c7;
    color: #92400e;
}

.status-ready {
    background: #dbeafe;
    color: #1d4ed8;
}

.status-delivering {
    background: #ede9fe;
    color: #6d28d9;
}

.status-completed {
    background: #dcfce7;
    color: #166534;
}

.status-deleted {
    background: #fee2e2;
    color: #b91c1c;
}

.status-default {
    background: #f3f4f6;
    color: #374151;
}

.deal_status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}