.site-footer .footer-social { grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 28px; border-top: 1px solid #292535; padding-top: 22px; }
.site-footer .footer-social > span { color: #bcb6cc; margin-right: auto; font-size: .95rem; }
.site-footer .footer-social a { display: inline-flex; align-items: center; min-height: 44px; margin: 0; color: #f7f4ff; font-size: .95rem; font-weight: 600; text-decoration: none; }
.site-footer .footer-social a:hover { color: #c7b4ff; text-decoration: underline; text-underline-offset: 5px; }
.site-footer .footer-social a:focus-visible { outline: 3px solid #67d8ff; outline-offset: 5px; }
@media(max-width:600px) { .site-footer .footer-social { gap: 8px 24px; } .site-footer .footer-social > span { flex-basis: 100%; } }
