.mud-expand-panel.red-inspection > .mud-expand-panel-header {
    background-color: #dc3545 !important; /* Bootstrap red */
    color: #fff !important;
}

.mud-expand-panel.yellow-inspection > .mud-expand-panel-header {
    background-color: #ffc107 !important; /* Bootstrap yellow */
    color: #333 !important;
}

/* When expanded, reset to default colors */
.mud-expand-panel.red-inspection > .mud-expand-panel-header.mud-expanded,
.mud-expand-panel.yellow-inspection > .mud-expand-panel-header.mud-expanded {
    background-color: var(--mud-palette-surface) !important;
    color: var(--mud-palette-text-primary) !important;
}