/* AVIX Water v145 — utility hero position correction
   The global topline/header are sticky and already occupy document flow.
   Remove the legacy v141 main offset so the restored 400px utility hero begins
   immediately beneath the global header, exactly like the principal page geometry. */
html body.avix-editorial-utility main#main-content{
  padding-top:0!important;
}

/* Keep the restored hero flush to the main start at every breakpoint. */
html body.avix-editorial-utility main#main-content > .avix-utility-hero-v144{
  margin-top:0!important;
}
