/* TradesFolks Sprint 875 — global mobile bottom spacing ownership
   Keep only the clearance actually required by the fixed marketplace dock.
   Package detail pages opt out completely because their dock is server-side disabled. */
@media(max-width:760px){
  body{
    padding-bottom:calc(74px + env(safe-area-inset-bottom))!important;
  }

  body.tf-hide-mobile-market-dock{
    padding-bottom:env(safe-area-inset-bottom)!important;
  }

  /* Remove stacked/duplicate footer clearance that creates blank space. */
  body:not(.supplier-store-body) .tf-premium-footer{
    margin-bottom:0!important;
  }

  body:not(.supplier-store-body) main:last-of-type,
  body:not(.supplier-store-body) #main-content:last-of-type{
    margin-bottom:0;
  }
}

@media(max-width:430px){
  body{
    padding-bottom:calc(72px + env(safe-area-inset-bottom))!important;
  }
  body.tf-hide-mobile-market-dock{
    padding-bottom:env(safe-area-inset-bottom)!important;
  }
}

/* Do not interfere with screens that own a dedicated commerce action bar. */
@media(max-width:760px){
  body.supplier-store-body{
    padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;
  }
  body:has([data-product-detail]){
    padding-bottom:calc(84px + env(safe-area-inset-bottom))!important;
  }
}
