/* Keep the mobile trigger rail visible while its absolute drawer is open. */
@media (max-width: 900px) {
  body.higuppy-site-shell nav#hgSiteNav.hg-nav.is-open {
    position: fixed !important;
    top: 8px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    margin: 0 !important;
    z-index: 10050 !important;
  }

  body.higuppy-site-shell nav#hgSiteNav.hg-nav.is-open .hg-menu {
    max-height: calc(100dvh - 84px) !important;
    overscroll-behavior: contain;
  }
}
