
/* Mojolnir V22: footer link spacing, social icon stability, mobile menu cleanup. */
.footer .footer-grid > div:nth-child(2) br,
.footer .footer-grid > div:nth-child(3) br{
  display:none!important;
}
.footer .footer-grid > div:nth-child(2) a,
.footer .footer-grid > div:nth-child(3) a,
.footer-contact-links a{
  display:block!important;
  margin:0 0 10px!important;
  padding:0!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  word-spacing:0!important;
  text-align:left!important;
}
.footer .footer-grid > div:nth-child(2) strong,
.footer .footer-grid > div:nth-child(3) strong,
.footer-contact-links strong{
  display:block!important;
  margin:0 0 14px!important;
  line-height:1.25!important;
  letter-spacing:0!important;
}
.footer-social{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  margin-top:12px!important;
  flex-wrap:nowrap!important;
}
.footer-social a{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  line-height:1!important;
  text-indent:0!important;
  font-size:0!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.035)!important;
}
.footer-social a:hover{
  background:rgba(255,255,255,.10)!important;
  transform:translateY(-1px);
}
.footer-social svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:#fff!important;
  color:#fff!important;
  overflow:visible!important;
}
.footer-social svg path{
  fill:#fff!important;
  stroke:none!important;
}
.footer .footer-grid{
  column-gap:clamp(54px,7.2vw,118px)!important;
}
.mobile-menu a{
  letter-spacing:0!important;
}
.mobile-menu a[data-duplicate="true"]{
  display:none!important;
}
@media(max-width:1040px){
  .footer-social{
    flex-wrap:wrap!important;
    gap:12px!important;
  }
  .footer-social a{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
  }
}
