/* LVL V1.30.6 — mobile navigation/support/home surgical fixes */

/* Home: the lower Review preview was redundant with the dedicated Review tab. */
#view-home .review-preview-panel,
#view-home .lvl-home-priority{
  display:none!important;
}
#view-home .home-bottom-grid{
  display:none!important;
}

@media(max-width:820px){
  /* Support must end above the persistent bottom navigation. */
  body.lvl-bottom-nav-on #view-support{
    padding-bottom:calc(132px + env(safe-area-inset-bottom,0px))!important;
  }
  #view-support .support-shell-1300{
    overflow:visible!important;
  }
  #view-support .support-panel-1300{
    padding-bottom:10px!important;
  }
  #view-support .support-chat-card{
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:hidden!important;
  }
  #view-support .support-messages{
    flex:1 1 auto!important;
    min-height:clamp(190px,31dvh,285px)!important;
    max-height:min(46dvh,430px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    scroll-padding-bottom:16px;
  }
  #view-support .support-chat-compose{
    position:relative!important;
    bottom:auto!important;
    z-index:5!important;
    flex:0 0 auto!important;
    background:#0b0e16!important;
    box-shadow:0 -10px 24px rgba(4,6,12,.28);
  }
  #view-support .support-chat-compose textarea{
    min-height:44px!important;
  }
}
