.social-share{display:flex;gap:13px}@media only screen and (max-width:479px){.social-share{gap:10px}}.social-share a{align-items:center;background-color:#29033a;color:rgba(var(--base-color));display:flex;height:46px;justify-content:center;overflow:hidden;position:relative;width:46px;z-index:1}@media only screen and (max-width:479px){.social-share a{height:40px;width:40px}}.social-share a:before{background-position:0;background-repeat:no-repeat;background-size:200% 100%;content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:var(--transition);width:100%;z-index:-1}.social-share a:hover:before{transform:translateX(0)}