.chl-footer-socials { display:flex; align-items:center; gap:12px; margin-top:18px; }
.chl-footer-socials a { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; color:#fff; border:1px solid rgba(255,255,255,.4); border-radius:50%; text-decoration:none; transition:transform .2s ease,background-color .2s ease,border-color .2s ease; }
.chl-footer-socials a:hover,.chl-footer-socials a:focus-visible { color:#fff; background:rgba(255,255,255,.14); border-color:#fff; transform:translateY(-2px); }
.chl-footer-socials a:focus-visible { outline:2px solid #fff; outline-offset:3px; }
.chl-footer-socials svg { width:20px; height:20px; fill:currentColor; }
