.footer-socials{display:flex;margin-top:7px;align-items:center;justify-content:center;gap:8px;color:var(--aqua);font-size:.78rem;letter-spacing:.02em;flex-wrap:wrap}
.footer-socials strong{color:#fff;font-weight:700}
.social-links{display:inline-flex;gap:6px}
.social-links a{width:25px;height:25px;border:1px solid var(--aqua);border-radius:50%;display:grid;place-items:center;transition:background .2s,color .2s}
.social-links a:hover{background:var(--aqua);color:var(--ink)}
.social-links svg{width:14px;height:14px;fill:currentColor}
.footer-email{color:#fff;border-left:1px solid #47504a;padding-left:9px}
.footer-email:hover{color:var(--aqua)}
@media(max-width:800px){.footer-socials{justify-content:flex-start}.footer-email{flex-basis:100%;border-left:0;padding-left:0}}
