/* TEMPORARY */
/* A quick fix to make a customer's header white, until the Modern UI Color Theme setting in v12.3.0 can be fixed */
.top-header,
.site-header,
.site-branding,
.search-box-wrap.hidden-on-mobile,
.middle-bar {
  background-color: white !important;
}