/* V12.48.2 — restore mobile vertical scrolling while keeping horizontal Business Health containment. */
@media(max-width:700px){
  html,body{overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}
  #app{overflow-x:hidden!important;overflow-y:visible!important;min-height:100dvh}
  .bh-mobile-fix{overflow-x:hidden!important;overflow-y:visible!important}
}
