/* CoachPanel V20.0.3.131 · restaura el desplazamiento vertical del iPad.
   El body permanece fijo como shell; main vuelve a ser el único contenedor desplazable. */
@media (min-width:700px) and (max-width:1366px){
  html.cp-ipad-device.cp-ipad-scroll-shell body:not(.family-live-mode) > main{
    min-height:0!important;
    height:100%!important;
    max-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:contain!important;
    touch-action:pan-y pinch-zoom!important;
    pointer-events:auto!important;
  }
  html.cp-ipad-device body #inicio,
  html.cp-ipad-device body #inicio .inicio-app-launcher,
  html.cp-ipad-device body #inicio .inicio-main-grid{
    position:relative!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    touch-action:pan-y pinch-zoom!important;
  }
  html.cp-ipad-device body #inicio .inicio-main-grid > .launcher-card{
    touch-action:pan-y pinch-zoom!important;
  }
}
