/* AVIX Water v126 — desktop footer final row text alignment
   - Keep the exact contact row mapping to the Opportunity column
   - Remove the LN box
   - Show only "LinkedIn ↗" on the Partnership enquiry row baseline */
@media (min-width:768px){
  html body .avix-global-footer .avix-footer-linkedin{
    grid-row:6!important;
    justify-self:start!important;
    align-self:center!important;
    display:inline-block!important;
    margin:0!important;
    padding:0!important;
    min-height:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:var(--avix-brand)!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:700!important;
    letter-spacing:0!important;
    text-decoration:none!important;
    white-space:nowrap!important;
  }
  html body .avix-global-footer .avix-footer-linkedin::before{
    content:none!important;
    display:none!important;
  }
}
