@media (max-width:760px){
  body.n07-mobile-enhanced{
    padding-bottom:calc(12px + env(safe-area-inset-bottom))!important;
  }
  body.n07-mobile-enhanced .n07-mobile-nav,
  body.n07-mobile-enhanced .n07-mobile-nav.n07-mobile-nav-suppressed{
    display:none!important;
  }
  body.n07-mobile-enhanced .topbar{
    overflow:visible!important;
  }
  body.n07-mobile-enhanced .topbar>div:first-child{
    padding-right:62px!important;
  }
  body.n07-mobile-enhanced .n07-mobile-top-more-button{
    position:absolute!important;
    top:5px!important;
    right:7px!important;
    z-index:63!important;
    width:auto!important;
    min-width:54px!important;
    min-height:30px!important;
    height:30px!important;
    padding:5px 10px!important;
    border:1px solid #fecaca!important;
    border-radius:9px!important;
    background:#fff!important;
    color:#dc2626!important;
    box-shadow:none!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
  }
  body.n07-mobile-enhanced .n07-mobile-top-more-button:active{
    transform:translateY(1px);
  }
  body.n07-mobile-enhanced .n07-mobile-more.n07-mobile-more-top{
    position:absolute!important;
    top:40px!important;
    right:7px!important;
    left:auto!important;
    bottom:auto!important;
    z-index:64!important;
    width:min(360px,calc(100vw - 14px))!important;
    max-height:min(70vh,560px)!important;
    overflow:auto!important;
    grid-template-columns:1fr 1fr!important;
    gap:5px!important;
    padding:7px!important;
    border-radius:14px!important;
    box-shadow:0 16px 42px rgba(15,23,42,.22)!important;
  }
  body.n07-mobile-enhanced .n07-mobile-more.n07-mobile-more-top.hidden{
    display:none!important;
  }
  body.n07-mobile-enhanced .n07-mobile-more.n07-mobile-more-top .n07-mobile-top-core-item{
    font-weight:800!important;
  }
}
@media (max-width:420px){
  body.n07-mobile-enhanced .n07-mobile-more.n07-mobile-more-top{
    grid-template-columns:1fr 1fr!important;
  }
}