.footer-social{display:flex;justify-content:center;margin:.8rem 0}
.footer-social-link{display:inline-flex;align-items:center;gap:.55rem;max-width:100%;padding:.55rem .85rem;border:1px solid rgba(216,181,107,.2);border-radius:999px;color:#d8b56b;font-weight:700;line-height:1.2;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}
.footer-social-icon{width:1.15rem;height:1.15rem;flex:0 0 auto}
.footer-social-link:hover{color:#f2d99d;border-color:rgba(216,181,107,.48);background:rgba(109,69,151,.12);box-shadow:0 0 20px rgba(109,69,151,.2);transform:translateY(-1px)}
.footer-social-link:focus-visible{color:#f2d99d;outline:2px solid rgba(216,181,107,.85);outline-offset:3px;box-shadow:0 0 22px rgba(109,69,151,.25)}
@media(max-width:640px){.footer-social-link{max-width:min(100%,280px);justify-content:center;text-align:center}}
