.social-links{display:flex;align-items:center;gap:8px}.social-links a{width:31px;height:31px;border:1px solid rgba(240,240,235,.45);border-radius:50%;display:grid;place-items:center;transition:background .25s,border-color .25s,color .25s}.social-links svg{width:14px;height:14px;fill:currentColor}.social-links a:nth-child(2) svg,.social-links a:nth-child(3) svg{fill:none;stroke:currentColor;stroke-width:1.7}.social-links a:hover{background:var(--acid);border-color:var(--acid);color:var(--ink)}@media(max-width:760px){.social-links{gap:5px}.social-links a{width:27px;height:27px}}
