.site-footer-social{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 14px}.site-footer-social-link{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:36px;height:36px;color:var(--text-muted);background:0 0;border:1px solid var(--border-color);border-radius:8px;text-decoration:none;transition:color .28s,border-color .28s}.site-footer-social-link::before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;opacity:0;transition:opacity .28s}.site-footer-social-link svg{position:relative;z-index:1}.site-footer-social-link:focus-visible,.site-footer-social-link:hover{color:#fff;border-color:transparent;outline:0}.site-footer-social-link:focus-visible::before,.site-footer-social-link:hover::before{opacity:1}.site-footer-social-link--instagram::before{background:linear-gradient(45deg,#f58529 0,#dd2a7b 50%,#8134af 80%,#515bd4 100%)}.site-footer-social-link--tiktok::before{background:linear-gradient(135deg,#25f4ee 0,#000 45%,#fe2c55 100%)}.site-footer-social-link--x::before{background:#000}.site-footer-social-link--youtube::before{background:red}.site-footer-social-link--facebook::before{background:#1877f2}.site-footer-social-link--linkedin::before{background:#0a66c2}