.social-contact{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:20px;max-width:100%;letter-spacing:0}
.social-contact .social-contact-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;max-width:100%;padding:6px 0;color:inherit;text-decoration:none;font-size:14px;line-height:1.4;letter-spacing:0}
.social-contact-link svg{flex:0 0 24px;width:24px;height:24px}
.social-contact-link span{min-width:0;overflow-wrap:anywhere}
.social-contact-link small{display:block;font-size:12px;line-height:1.5}
.social-contact-link:hover span{text-decoration:underline;text-underline-offset:4px}
.social-contact-link:focus-visible{outline:2px solid currentColor;outline-offset:4px}
.ce-contact .social-contact{flex-direction:column;align-items:flex-start;border-top:1px solid #dededb;padding-top:16px}
.site-footer .social-contact{gap:12px;margin-top:24px}
.site-footer .social-contact-link{position:relative;display:flex;justify-content:center;width:48px;height:48px;min-height:48px;padding:0;border:1px solid currentColor;border-radius:50%;transition:opacity .15s}
.site-footer .social-contact-link:hover{opacity:.7}
.site-footer .social-contact-link{box-sizing:border-box}
.site-footer .social-contact-link span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
