/* NBA Live Today PH v3.14.04 — unified sitewide section rhythm */
:root{--nlt-site-section-space:50px}
/* Apply a consistent 50px vertical breathing space to page sections without
   changing header/nav/footer geometry or stacking extra margins. */
main > section,
main > article,
#main-content > section,
#main-content > article,
.page-main > section,
.page-main > article{
  padding-top:var(--nlt-site-section-space)!important;
  padding-bottom:var(--nlt-site-section-space)!important;
  margin-top:0!important;
  margin-bottom:0!important;
}
/* Nested layout sections keep their component spacing; only top-level page
   sections receive the global rhythm. */
main > section > section,
#main-content > section > section{margin-block:0}
/* Preserve the same 50px baseline on tablet and mobile as requested. */
@media (max-width:991.98px){:root{--nlt-site-section-space:50px}}
@media (max-width:575.98px){:root{--nlt-site-section-space:50px}}
