.footer-socials{margin-top:22px}
.footer-socials__heading{margin:0 0 10px;font-size:15px}
.footer-socials__links{display:flex;flex-wrap:wrap;gap:10px}
.footer-socials__links a{width:40px;height:40px;display:grid;place-items:center;border:1px solid #ffffff70;border-radius:50%;color:inherit;transition:background .2s,transform .2s,border-color .2s}
.footer-socials__links a:hover{background:var(--footer-accent,#1358AD);border-color:var(--footer-accent,#1358AD);transform:translateY(-2px);text-decoration:none}
.footer-socials__links svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-socials__links .social-fill{fill:currentColor;stroke:none}
