/* Custom admin console header color */

/* Outer masthead */
header.pf-v5-c-masthead.pf-m-display-inline {
  background-color: #730c0c !important;
  --pf-v5-c-masthead--BackgroundColor: #730c0c !important;
}

/* Inner bar areas */
header.pf-v5-c-masthead.pf-m-display-inline .pf-v5-c-masthead__main,
header.pf-v5-c-masthead.pf-m-display-inline .pf-v5-c-masthead__content {
  background-color: #730c0c !important;
}

/* THE IMPORTANT PART: Toolbar area ("black box") */
header.pf-v5-c-masthead.pf-m-display-inline .pf-v5-c-toolbar {
  background-color: #730c0c !important;
  --pf-v5-c-toolbar--BackgroundColor: #730c0c !important;
}

/* Optional fallback for older PF */
header.pf-c-masthead.pf-m-display-inline {
  background-color: #730c0c !important;
}
