.social-links{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.social-links a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(75,52,83,.16);border-radius:10px;background:#fff;color:#4b3453;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}
.social-links a:hover,.social-links a:focus-visible{transform:translateY(-2px);border-color:#f15a29;background:#fff4ee;color:#e95425;outline:none}
.social-links svg{width:17px;height:17px;fill:currentColor}
.social-links .social-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:720px){.social-links{width:100%;justify-content:center;order:4;margin-top:4px}.social-links a{width:38px;height:38px}}
