/**
 * JujuyConectado Pro 2026 · 9.5.55.472
 * APP BOTTOM RESERVE SINGLE SOURCE V1
 *
 * Home APP/PWA only.
 * The global body reserve from layout-normalization.css remains the sole
 * footer safety reserve. Header Master V466 had added a second full footer
 * reserve to #jc-content-shell, creating the visible empty band above TabBar.
 */
@media (max-width:760px){
  html.jc-pwa-standalone body.home.jc-global-header-master-v466 #jc-content-shell,
  body.jc-native-app.home.jc-global-header-master-v466 #jc-content-shell{
    padding-bottom:10px!important;
  }
}
