/* Shared footer social icons. The source links retain their accessible titles. */
.socials{display:flex;align-items:center;gap:12px}
.socials .s-btn{position:relative;display:inline-grid;place-items:center;width:28px;height:28px;padding:0!important;font-size:0!important;line-height:1;border:0!important;border-radius:0!important;background:transparent!important;transition:transform .2s ease,filter .2s ease}
.socials .s-btn::before{content:"";width:25px;height:25px;background:center/contain no-repeat}
.socials .s-btn:nth-child(1)::before{background-image:url("../img/social/instagram.png")}
.socials .s-btn:nth-child(2)::before{background-image:url("../img/social/facebook.png")}
.socials .s-btn:nth-child(3)::before{background-image:url("../img/social/x.png")}
.socials .s-btn:nth-child(4)::before{background-image:url("../img/social/linkedin.png")}
.socials .s-btn:nth-child(5)::before{background-image:url("../img/social/youtube.png")}
.socials .s-btn:hover{transform:translateY(-3px);filter:brightness(1.15)}
.socials .s-btn:focus-visible{outline:2px solid #7dd3fc;outline-offset:3px}
