.site-footer .footer-brand{align-items:flex-start}
.footer-social{margin-top:18px}
.footer-social>strong{display:block;margin-bottom:10px;color:#fff;font-size:15px}
.footer-social-links{display:flex;flex-wrap:wrap;gap:9px}
.footer-social-links a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 14px;border:1px solid #444;border-radius:4px;background:#1b1b1b;color:#fff;font-size:13px;font-weight:800;transition:background-color .2s,border-color .2s,color .2s}
.footer-social-links a:hover,.footer-social-links a:focus-visible{border-color:#d71920;background:#d71920;color:#fff}
@media(max-width:640px){.footer-social-links a{flex:1 1 auto}}
