/* AVIX Water v122 — desktop footer LinkedIn row alignment
   Place the LinkedIn button on the exact final content row of the Contact
   column so it aligns with Founder profile / Partnership enquiry. */
@media (min-width:768px){
  html body .avix-global-footer .avix-footer-contact{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:20px 20px 20px 20px 20px 28px!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;
  }
  html body .avix-global-footer .avix-footer-contact-block:nth-of-type(1) > span{
    grid-row:2!important;
  }
  html body .avix-global-footer .avix-footer-contact-block:nth-of-type(1) > a{
    grid-row:3!important;
  }
  html body .avix-global-footer .avix-footer-contact-block:nth-of-type(2) > span{
    grid-row:4!important;
  }
  html body .avix-global-footer .avix-footer-contact-block:nth-of-type(2) > a{
    grid-row:5!important;
  }
  html body .avix-global-footer .avix-footer-linkedin{
    grid-row:6!important;
    align-self:center!important;
    justify-self:start!important;
    min-height:28px!important;
    padding:0 12px!important;
    font-size:13.5px!important;
  }
}
