.social-share{position:fixed;top:50%;left:0;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:9999;background:#fff;padding:1rem}.social-share a,.social-share button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;cursor:pointer;text-decoration:none!important;background:none;padding:.8rem}.social-share img{width:24px;height:24px}#copyNotification{position:fixed;bottom:20px;right:20px;background:#333;color:#fff;padding:10px 15px;border-radius:6px;font-size:14px;opacity:0;pointer-events:none;transition:opacity 0.5s ease,transform 0.5s ease;z-index:10000;transform:translateY(20px)}#copyNotification.show{opacity:1;transform:translateY(0)}.social-share a.facebook{background-color:#1877F2}.social-share a.x{background-color:#1DA1F2}.social-share a.linkedin{background-color:#0077B5}.social-share a.whatsapp{background-color:#25D366}.social-share button.copylink{background-color:#555}@media screen and (max-width:959px){.social-share{flex-direction:row;left:50%;transform:translateX(-50%);bottom:40px;top:unset}.social-share a,.social-share button{width:36px;height:36px}}