.footer-social{display:flex;align-items:center;gap:10px}
.footer-social>span{font-size:12px;font-weight:800;color:var(--muted);margin-right:2px}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 9px;border:1px solid var(--line);border-radius:999px;color:var(--accent-dark);text-decoration:none}
.footer-social a:hover{background:var(--soft);border-color:#f6c4b7}
.footer-social svg{width:16px;height:16px;display:block}
.footer-social .instagram-icon{fill:none;stroke:currentColor;stroke-width:1.8}
.footer-social .instagram-dot{fill:currentColor;stroke:none}
.footer-social .facebook-icon{fill:currentColor}
.footer-social a:first-of-type::after{content:'Instagram';font-size:12px;font-weight:800;letter-spacing:.01em}
.footer-social a:last-of-type::after{content:'Facebook';font-size:12px;font-weight:800;letter-spacing:.01em}
@media(max-width:640px){.footer-social{margin-top:10px}}
