@import url("ui-v3.css");
@import url("ui-v4.css");
.social-footer{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;gap:18px;padding:12px 20px 8px}
.social-footer a{width:42px;height:42px;border:1px solid #ffffff20;border-radius:50%;display:grid;place-items:center;background:#ffffff08;transition:.2s}
.social-footer a:hover{background:#ffffff18;transform:translateY(-3px)}
.social-footer img{width:19px;height:19px;object-fit:contain}
.social-footer .youtube-social{width:21px}
