.social-sharing{display:flex;max-width:335px;height:auto;padding:16px 0px;align-items:center;gap:16px;flex-shrink:0;width:100%;flex-wrap:wrap;}.social-sharing > h4{color:var(--color-graphite);font-size:16px;font-weight:400;line-height:30px;}.social-sharing a{padding:8px;border-radius:8px;border:1px solid #e5e5e5;transition:all .2s ease;display:flex;width:40px;height:40px;align-items:flex-start;flex-shrink:0;}.social-sharing a:hover,.social-sharing a:focus{border:1px solid #9f9f9f;}.social-sharing a img{flex:1 0 0;align-self:stretch;}.social-sharing button.copy-link{padding:8px;border-radius:8px;border:1px solid #e5e5e5;transition:all .2s ease;display:flex;width:40px;height:40px;align-items:flex-start;flex-shrink:0;background:none;cursor:pointer;}.social-sharing button.copy-link:hover,.social-sharing button.copy-link:focus{border:1px solid #9f9f9f;}.social-sharing button.copy-link img{flex:1 0 0;align-self:stretch;}.social-sharing button.copy-link{position:relative;}.social-sharing button.copy-link::before{content:"Copied link to Clipboard";position:absolute;top:0px;display:block;width:130px;left:50%;font-size:12px;background-color:black;color:#fff;padding:5px 10px;border-radius:10px;transform:translateX(-50%);transition:all .3s ease;opacity:0;pointer-events:none;}.social-sharing button.clicked.copy-link::before{top:-45px;opacity:1;}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;border:0;}