/* LILYJO_PUBLIC_MENU_MOBILE_SCROLL_025B */
#lilyjo-public-site .lj70-menu .lj83-auth-item{font-weight:700}
#lilyjo-public-site .lj70-menu .lj83-auth-sep{margin-top:9px}

/* Keep the public menu inside the visual viewport on phones. It becomes its own
   scroll area instead of extending below Safari's bottom chrome. */
@media (max-width: 620px){
  #lilyjo-public-site .lj70-menu{
    position:fixed!important;
    top:calc(env(safe-area-inset-top, 0px) + 58px)!important;
    right:12px!important;
    left:auto!important;
    width:min(292px,calc(100vw - 24px))!important;
    max-height:calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 76px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-y;
    scrollbar-width:thin;
    padding-bottom:max(10px,env(safe-area-inset-bottom, 0px))!important;
  }
  #lilyjo-public-site .lj70-menu.open{display:block!important}
}

@supports not (height:100dvh){
  @media (max-width:620px){
    #lilyjo-public-site .lj70-menu{max-height:calc(100vh - 76px)!important}
  }
}
