/* ERP Mock - custom styles */
.card h2 {
    font-size: 1.75rem;
    font-weight: 700;
}
#orderForm .form-label {
    font-weight: 500;
}
.table td {
    vertical-align: middle;
}
.badge-sent { background-color: #198754; }
.badge-unsent { background-color: #6c757d; }
.status-pending { color: #fd7e14; }
.status-in_transit { color: #0dcaf0; }
.status-delivered { color: #198754; }
.status-cancelled { color: #6c757d; }
