/* AVIX Water v123 — desktop footer contact correction
   Replaces the broken v122 contact-row placement. Email and Web remain grouped,
   while the LinkedIn button is aligned to the Partnership enquiry row. */

@media (min-width:768px){
  html body .avix-global-footer .avix-footer-contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:20px repeat(5,20px)!important;
    row-gap:14px!important;
    align-content:start!important;
    align-items:center!important;
  }

  html body .avix-global-footer .avix-footer-contact > h2{
    grid-row:1!important;
    align-self:center!important;
    margin:0!important;
  }

  /* Keep each label/value pair together instead of splitting its children
     into separate grid cells. */
  html body .avix-global-footer .avix-footer-contact-block{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:4px!important;
    margin:0!important;
    padding:0!important;
    min-height:0!important;
  }
  html body .avix-global-footer .avix-footer-contact-block:nth-of-type(1){
    grid-row:2 / span 2!important;
  }
  html body .avix-global-footer .avix-footer-contact-block:nth-of-type(2){
    grid-row:4 / span 2!important;
  }
  html body .avix-global-footer .avix-footer-contact-block span{
    margin:0!important;
    padding:0!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    font-weight:800!important;
    text-transform:uppercase!important;
  }
  html body .avix-global-footer .avix-footer-contact-block a{
    margin:0!important;
    padding:0!important;
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:500!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }

  /* Exact final-row alignment with Founder profile / Partnership enquiry. */
  html body .avix-global-footer .avix-footer-linkedin{
    grid-row:6!important;
    align-self:center!important;
    justify-self:start!important;
    min-height:28px!important;
    height:28px!important;
    padding:0 11px!important;
    margin:0!important;
    font-size:13px!important;
    line-height:1!important;
    gap:7px!important;
  }
  html body .avix-global-footer .avix-footer-linkedin::before{
    width:17px!important;
    height:17px!important;
    font-size:10px!important;
  }
}
