/* Keep the site header in the page flow while preserving dropdown positioning. */
html body[class] header.site-header[data-sb-global-header="1"],
html body[class] header.nav.sb-site-nav,
html body[class] header.sb-site-nav {
  position: relative !important;
  top: auto !important;
  inset-block-start: auto !important;
  border-bottom: 0 !important;
  background: transparent !important;
  background-image: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}
