#SITE_FOOTER.compact-mobile-footer{
  box-sizing:border-box;background:#000;color:#fff;width:100%;min-width:0;
  padding:32px 20px;font:14px/1.5 'Helvetica Neue',Helvetica,Arial,sans-serif
}
.compact-mobile-footer .compact-footer__main,
.compact-mobile-footer .compact-footer__bottom{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px
}
.compact-mobile-footer .compact-footer__main{padding-bottom:24px}
.compact-mobile-footer .compact-footer__brand{font-size:27px;letter-spacing:-.04em;line-height:1.2}
.compact-mobile-footer .compact-footer__bottom{border-top:1px solid #303030;padding-top:20px;color:#aaa;font-size:13px}
.compact-mobile-footer .compact-footer__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 20px}
.compact-mobile-footer a{color:inherit;text-decoration:none;text-underline-offset:5px}
.compact-mobile-footer .compact-footer__links a{display:inline-flex;align-items:center;min-height:44px}
.compact-mobile-footer .compact-footer__icon{width:44px;justify-content:center}
.compact-mobile-footer .compact-footer__icon img,
.compact-mobile-footer .compact-footer__icon svg{display:block;width:25px;height:25px;fill:currentColor}
.compact-mobile-footer a:hover{text-decoration:underline;color:#fff}
.compact-mobile-footer a:focus-visible{outline:2px solid #fff;outline-offset:5px}
