/* AVIX Water v119 — final footer contact spacing correction
   Loaded after v118. Implements the approved footer refinements exactly:
   - Contact heading sits 4–6px closer to the Email/Web row
   - Space beneath the Email/Web/LinkedIn values before the office divider is
     reduced by about 8–10px
   - 14px value size and 3-column alignment remain unchanged */
@media (max-width:767px){
  html body:not(.page-diagram) footer.avix-global-footer .avix-footer-contact{
    row-gap:3px!important;
  }
  html body:not(.page-diagram) footer.avix-global-footer .avix-footer-contact > h2{
    margin:0 0 1px!important;
  }
  html body:not(.page-diagram) footer.avix-global-footer .avix-footer-offices{
    margin-top:13px!important;
  }
}
