.social-links{display:flex;align-items:center;gap:8px;margin-top:14px}
.social-links--compact{margin-top:0}
.social-link{display:inline-grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:10px;color:var(--mute,#8893a3);text-decoration:none;transition:color .18s ease,background-color .18s ease,transform .18s ease}
.social-link svg{width:18px;height:18px;fill:currentColor}
.social-link:hover{color:var(--blue,#2b6fd6);background:rgba(43,111,214,.08);transform:translateY(-1px)}
.social-link:focus-visible{outline:3px solid rgba(43,111,214,.32);outline-offset:2px}
.footer--dark .social-link{color:#8895a7}
.footer--dark .social-link:hover{color:#fff;background:rgba(255,255,255,.08)}
@media(prefers-reduced-motion:reduce){.social-link{transition:none}.social-link:hover{transform:none}}
