.social-sharing{background:#000;border:2px solid var(--light-blue);border-radius:6px;border-right:0;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:1}.social-sharing a{align-items:center;border:2px solid var(--yellow);border-radius:4px;color:var(--yellow);display:flex;height:39px;justify-content:center;padding:.5rem;position:relative;width:39px}.social-sharing a:before{background:#fff;border-radius:3px;color:#000;content:"Share this article";font-family:din-2014;font-size:12px;font-weight:700;line-height:1;padding:.25rem .5rem;right:calc(100% + 7px);text-align:center;text-transform:uppercase;transform:translateX(5px);white-space:nowrap}.social-sharing a:after,.social-sharing a:before{opacity:0;position:absolute;transition:.35s ease;visibility:hidden}.social-sharing a:after{border-color:transparent transparent transparent #fff;border-style:solid;border-width:3px 0 3px 7px;content:"";right:calc(100% + 1px);transform:rotate(0deg);transform:translateX(5px)}.social-sharing a:hover:after,.social-sharing a:hover:before{opacity:1;text-decoration:none;transform:translateX(0);visibility:visible}