/* RISE desktop header family: reserve the fixed Boundlearn tier before the
   shared two-tier controller mounts. Tablet, mobile, and native-wide are owned
   by their existing RISE systems. */
@media (min-width: 1181px) and (max-width: 1799px) {
  html:not(.bl-header-pilot-program) body.rise-product-page #dc-root {
    margin-top: 71px !important;
  }

  html body.rise-product-page .bl-unified-header {
    min-height: 71px !important;
    padding-block: 13px !important;
    padding-inline: 56px !important;
  }

  html body.rise-product-page .rise-program-header,
  html body.rise-product-page [data-autohide-nav] {
    top: 0 !important;
    transition: box-shadow 160ms ease !important;
  }
}
