/* AVIX Water v128 — mobile footer LinkedIn cleanup */
@media (max-width: 767px){
  /* Remove the small 'in' icon and keep LinkedIn text-only */
  html body:not(.page-diagram) .avix-global-footer .avix-footer-linkedin::before{
    content:none!important;
    display:none!important;
  }

  /* Keep LinkedIn on the same baseline as the Web value */
  html body:not(.page-diagram) .avix-global-footer .avix-footer-contact{
    align-items:end!important;
  }
  html body:not(.page-diagram) .avix-global-footer .avix-footer-contact .avix-footer-linkedin{
    grid-column:3!important;
    grid-row:2!important;
    justify-self:end!important;
    align-self:end!important;
    display:inline-flex!important;
    align-items:flex-end!important;
    min-height:52px!important;
    margin:0!important;
    padding:0 0 1px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:var(--avix-brand)!important;
    font-size:13px!important;
    line-height:1.35!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    gap:0!important;
  }
}
