/* NCHIC Ultra-Premium v18.7.7
   Fix: remove inner-page top gap between header and first hero/section.
   Home is unaffected.
*/
body:not(.home) main,
body:not(.home) .site-main,
body:not(.home) #content,
body:not(.home) #primary,
body:not(.home) #root {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* If any wrapper applies top spacing to accommodate fixed header, neutralize it */
body:not(.home) {
  padding-top: 0 !important;
}

/* Ensure the first visible section is flush to the top */
body:not(.home) main > *:first-child,
body:not(.home) #root > *:first-child {
  margin-top: 0 !important;
}
