/* Override only the main catalog page header background
.MuiPaper-root[class*="catalogHeader"] {
  background: #333333 !important;
} */

/* Target the specific header area */
/* [class*="Header-header"] {
  background: #110404 !important;
} */

/* Backstage catalog header override */
/* .backstage-catalog-header,
[data-testid="catalog-header"] {
  background: #333333 !important;
} */

/* Set table header to white background */
/* table thead tr th,
table .MuiTableHead-root .MuiTableCell-head,
.MuiTable-root .MuiTableHead-root .MuiTableCell-head,
[class*="Table"] thead th,
[class*="Table"] .MuiTableCell-head {
  background-color: white !important;
  background: white !important;
  color: #333 !important;
} */

/* Remove any gradient from table headers */
/* table thead tr th {
  background-image: none !important;
} */