/* Custom order workflow state badges - only for custom states created by this plugin */

.order-item-status-badge.order-item-status-badge-pending_budget_approval {
    background-color: #d3d3d3 !important; /* Light gray */
    color: #333 !important;
}

.order-item-status-badge.order-item-status-badge-budget_rejected,
.order-item-status-badge.order-item-status-badge-budget_abgelehnt {
    background-color: #ef4444 !important;
    color: #ffffff !important;
}

.order-item-status-badge.order-item-status-badge-pending_manufacturer_order {
    background-color: #add8e6 !important; /* Light blue */
    color: #333 !important;
}

.order-item-status-badge.order-item-status-badge-completed_with_conditions {
    background-color: #307d0e !important;
    color: #fff !important;
}

.order-item-status-badge.order-item-status-badge-partially_completed {
    background-color: #0da81d !important;
    color: #fff !important;
}
