/* Sprint 928 — Related products spacing compact
   Scope: PDP Related Products section spacing only. No card/grid/width changes. */
body:has(.product-page-v2) .related-products-section{
  padding-top:20px !important;
  padding-bottom:28px !important;
  margin-top:0 !important;
}
body:has(.product-page-v2) .related-products-section .section-head{
  margin-top:0 !important;
  margin-bottom:18px !important;
}
body:has(.product-page-v2) .related-products-section .section-head h2{
  margin-top:0 !important;
}
@media(max-width:760px){
  body:has(.product-page-v2) .related-products-section{
    padding-top:16px !important;
    padding-bottom:calc(92px + env(safe-area-inset-bottom)) !important;
  }
  body:has(.product-page-v2) .related-products-section .section-head{
    margin-bottom:14px !important;
  }
}
