.share-list{margin:0;padding:0;flex-wrap:wrap;gap:10px}.share-list,.share-list li{list-style:none;display:flex;align-items:center}.share-list li{position:relative}.icon-copy .copy-button{background:none;border:none;cursor:pointer;display:flex;align-items:center}.icon-copy .copy-button .icon{border-radius:50%;background-color:#9f9f9f;padding:4px;transition:transform .2s ease,opacity .2s ease}.icon-copy .copy-button .icon:hover{transform:scale(1.1);opacity:.9}.icon-copy .copy-wrapper{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.icon-copy:hover .copy-wrapper{opacity:1;visibility:visible}.icon-copy .copy-input{background-color:#fff;border:1px solid #ccc;border-radius:6px;padding:6px 8px;font-size:12px;color:#333;width:200px;text-align:center;pointer-events:none;box-shadow:0 2px 6px #00000026}.share-feed{margin-left:0;margin-right:40px;position:relative}.share-feed .share-btn{width:44px;height:25px;background:#fff0;position:absolute;cursor:pointer;border:none}.share-feed .share-btn:hover{color:#353535}.share-feed .share-btn:before{content:".";opacity:0;display:block;width:44px;height:10px;position:absolute;top:-10px;left:0}.share-feed .share-btn .share-box{position:absolute;width:245px;height:45px;border-radius:10px;left:-200px;bottom:35px;padding-top:5px;padding-right:5px;box-shadow:0 2px rgba(33,33,33,.278);background:#f8f8f8;z-index:1}.share-feed .share-btn .share-box .share-icon{width:30px;height:30px;display:inline-block;border-radius:20px;margin:4px 2px 0 8px;text-align:center;transition:all .3s;opacity:1}.share-feed .share-btn .share-box .share-icon .icon{width:100%;height:100%;margin-top:-40px}.share-feed .share-btn .share-box .share-icon label{padding:3px 5px;position:relative;top:-30px;border-radius:10px;font-size:11px;color:#fff;background:#353535;visibility:hidden;font-weight:500}.share-feed .share-btn .share-box .share-icon .text-field{width:300px;top:-80px;border-radius:10px;font-size:11px;color:#a41313;background:#959191;visibility:hidden;left:-250px}.share-feed .share-btn:hover{background:#fff0}.share-feed .share-btn:hover .share-box{display:block}.share-feed .share-btn:hover .share-box .share-icon{opacity:1;transform:translate(0) scale(1)}.share-feed .share-btn:hover .share-box .share-icon:hover{transform:scale(1.2);transform-origin:bottom}.icon-copy{position:relative}.hover-text{position:absolute;top:-60px;left:-60px;transform:translateX(-50%);color:#fff;padding:5px;border-radius:5px;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;background:#959191}.hover-text input{background:#fff;border:1px solid #fff;border-radius:5px;font-size:10px;text-decoration:underline;padding-left:10px;padding-right:10px;width:200px;height:25px}.hover-text i{background:#fff;border:1px solid #fff;border-radius:100px;width:25px;height:25px;text-align:center;background:#afafaf;margin-left:10px}.icon-copy:hover .hover-text{opacity:1}.copy-message{font-size:13px;font-weight:400;position:relative;margin-top:-40px;background:#fff;border-radius:10px;border:1px solid #353535;width:105px;margin-left:100px;margin-bottom:10px;color:#353535;padding:5px 15px;z-index:3}.header-copy-message{margin-left:-50px}