/* AVIX Water v124 — desktop footer contact alignment repair
   Goal: keep Contact left-aligned and place the LinkedIn button on the same
   final row as Founder profile / Partnership enquiry without breaking mobile. */
@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;
    justify-items:start!important;
    align-items:center!important;
    align-content:start!important;
    text-align:left!important;
    min-height:0!important;
  }
  html body .avix-global-footer .avix-footer-contact > h2{
    grid-row:1!important;
    margin:0!important;
    justify-self:start!important;
    align-self:center!important;
  }
  html body .avix-global-footer .avix-footer-contact-block{
    display:contents!important;
    margin:0!important;
    padding:0!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-contact-block span,
  html body .avix-global-footer .avix-footer-contact-block a{
    margin:0!important;
    padding:0!important;
    justify-self:start!important;
    align-self:center!important;
    text-align:left!important;
  }
  html body .avix-global-footer .avix-footer-contact-block span{
    display:block!important;
    font-size:10px!important;
    line-height:20px!important;
    letter-spacing:.10em!important;
    font-weight:800!important;
    text-transform:uppercase!important;
  }
  html body .avix-global-footer .avix-footer-contact-block a{
    display:block!important;
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
    font-size:14px!important;
    line-height:20px!important;
    font-weight:500!important;
    white-space:nowrap!important;
  }

  /* Compact branded LinkedIn button on the shared final row */
  html body .avix-global-footer .avix-footer-linkedin{
    grid-row:6!important;
    justify-self:start!important;
    align-self:center!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    height:26px!important;
    min-height:26px!important;
    padding:0 11px!important;
    margin:0!important;
    border:1px solid rgba(78,191,228,.9)!important;
    border-radius:999px!important;
    background:rgba(78,191,228,.10)!important;
    color:var(--avix-brand)!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    transform:translateY(-1px)!important;
  }
  html body .avix-global-footer .avix-footer-linkedin::before{
    content:"in"!important;
    display:inline-grid!important;
    place-items:center!important;
    width:16px!important;
    height:16px!important;
    border-radius:999px!important;
    background:var(--avix-brand)!important;
    color:#062029!important;
    font-size:9.5px!important;
    font-weight:800!important;
    line-height:1!important;
    text-transform:lowercase!important;
  }
}
