/* AVIX Water v121 — footer contact polish
   - slightly more breathing space between CONTACT and EMAIL/WEB on mobile
   - branded LinkedIn button for desktop and mobile, bottom aligned */

/* LinkedIn button — desktop and mobile */
html body .avix-global-footer .avix-footer-linkedin{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:0 14px!important;
  border:1px solid rgba(78,191,228,.9)!important;
  border-radius:999px!important;
  background:rgba(78,191,228,.12)!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;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
html body .avix-global-footer .avix-footer-linkedin::before{
  content:"in";
  display:inline-grid!important;
  place-items:center!important;
  width:18px!important;
  height:18px!important;
  border-radius:999px!important;
  background:var(--avix-brand)!important;
  color:#062029!important;
  font-size:10.5px!important;
  font-weight:800!important;
  line-height:1!important;
  text-transform:lowercase!important;
}
html body .avix-global-footer .avix-footer-linkedin:hover,
html body .avix-global-footer .avix-footer-linkedin:focus-visible{
  background:rgba(78,191,228,.18)!important;
  color:#F7F6F2!important;
  border-color:var(--avix-brand)!important;
}
html body .avix-global-footer .avix-footer-linkedin:hover::before,
html body .avix-global-footer .avix-footer-linkedin:focus-visible::before{
  background:#F7F6F2!important;
  color:#062029!important;
}

@media (min-width:768px){
  html body .avix-global-footer .avix-footer-linkedin{
    align-self:end!important;
    justify-self:start!important;
    min-height:32px!important;
    padding:0 13px!important;
    font-size:13.5px!important;
  }
}

@media (max-width:767px){
  html body:not(.page-diagram) footer.avix-global-footer .avix-footer-contact{
    gap:10px 20px!important;
  }
  html body:not(.page-diagram) footer.avix-global-footer .avix-footer-linkedin{
    grid-column:3!important;
    grid-row:2!important;
    align-self:end!important;
    justify-self:end!important;
    min-height:32px!important;
    padding:0 12px!important;
    font-size:13.5px!important;
  }
}
