.frsl-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.frsl-links a{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border:1px solid currentColor;border-radius:50%;color:inherit;text-decoration:none}
.frsl-links svg{display:block;width:17px;height:17px;fill:currentColor}
.frsl-links a:hover{opacity:.8}
.frsl-links a:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.fr-header__socials-desktop .frsl-links{max-width:220px;gap:4px;padding:6px 0}
.fr-header__socials-mobile .frsl-links{gap:8px}
.fr-header__socials-desktop:not(:has(a)),.fr-header__socials-mobile:not(:has(a)){display:none}
