/* Portal-spezifische Ergänzungen zum inexus-Theme */
.status-label { text-transform: capitalize; }
.label.status-pending { background-color: #ffc107; }
.label.status-active { background-color: #28a745; }
.label.status-suspended { background-color: #fd7e14; }
.label.status-terminated, .label.status-cancelled, .label.status-failed { background-color: #dc3545; }
.label.status-unpaid { background-color: #dc3545; }
.label.status-paid { background-color: #28a745; }
.label.status-overdue { background-color: #b02a37; }
.label.status-open { background-color: #dc3545; }
.label.status-answered { background-color: #28a745; }
.label.status-customer_reply { background-color: #17a2b8; }
.label.status-on_hold { background-color: #6c757d; }
.label.status-closed { background-color: #6c757d; }
