/* FIX185 — Real Bottom Navigation Modules */
body.sp-ios-home.sp-module-view .sp-ios-discovery,
body.sp-ios-home.sp-module-view .sp174-hero,
body.sp-ios-home.sp-module-view .sp174-services,
body.sp-ios-home.sp-module-view #categories,
body.sp-ios-home.sp-module-view .banners{display:none!important}

body.sp-ios-home.sp-module-view .shell{padding-top:14px!important}

body.sp-ios-home .sp185-module-head{
  box-sizing:border-box;width:100%;display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;
  margin:0 0 16px;padding:14px 16px;border:1px solid #e9ebf0;border-radius:18px;
  background:#fff;box-shadow:0 6px 20px rgba(15,23,42,.045)
}
body.sp-ios-home .sp185-module-icon{
  width:44px;height:44px;display:grid;place-items:center;border-radius:14px;
  background:#fff3eb;color:#ef6526;font-size:20px;font-weight:950
}
body.sp-ios-home .sp185-module-head h2{margin:0;color:#111827;font-size:20px;font-weight:950}
body.sp-ios-home .sp185-module-head p{margin:3px 0 0;color:#7b8190;font-size:11px;font-weight:650}
body.sp-ios-home .sp185-module-head>strong{color:#667085;font-size:11px;font-weight:850;white-space:nowrap}
body.sp-ios-home .sp185-empty-text{margin:8px auto 18px;color:#7b8190;font-size:13px;font-weight:750;text-align:center}

body.sp-ios-home .bottom-nav[data-sp185-real-nav="1"]{pointer-events:auto!important}
body.sp-ios-home .bottom-nav[data-sp185-real-nav="1"] .nav-btn{
  pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important
}
body.sp-ios-home .bottom-nav[data-sp185-real-nav="1"] .nav-btn.active{
  background:#fff3eb!important;color:#ef6526!important
}

@media(max-width:599px){
  body.sp-ios-home.sp-module-view .shell{padding-top:9px!important}
  body.sp-ios-home .sp185-module-head{
    grid-template-columns:42px minmax(0,1fr) auto;gap:9px;margin-bottom:10px;
    padding:10px 11px;border-radius:15px
  }
  body.sp-ios-home .sp185-module-icon{width:38px;height:38px;border-radius:12px;font-size:17px}
  body.sp-ios-home .sp185-module-head h2{font-size:17px}
  body.sp-ios-home .sp185-module-head p{font-size:9.5px}
  body.sp-ios-home .sp185-module-head>strong{font-size:9px}
}
