/* AVIX Water v120 — balanced mobile footer contact spacing
   Loaded after v119. Matches the approved footer contact rhythm:
   - CONTACT has a natural gap above EMAIL / WEB
   - labels and values retain current size and layout
   - everything stays evenly spaced and aligned */
@media (max-width:767px){
  html body:not(.page-diagram) footer.avix-global-footer .avix-footer-contact{
    gap:8px 20px!important;
  }
  html body:not(.page-diagram) footer.avix-global-footer .avix-footer-contact > h2{
    margin:0!important;
  }
}
