.share-modal__content{padding:0}.share-modal__description{margin:0 0 20px;color:#6b7280;font-size:15px;line-height:1.5;text-align:center}.share-modal__buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.share-modal__btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.share-modal__btn svg{width:16px;height:16px;flex-shrink:0}.share-modal__btn span{line-height:1}.share-modal__btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.share-modal__btn:active{transform:translateY(0)}.share-modal__btn:not(.twitter):not(.facebook):not(.linkedin):not(.reddit):not(.telegram):not(.whatsapp):hover{background:#00adef;border-color:#00adef;color:#fff}.share-modal__btn:not(.twitter):not(.facebook):not(.linkedin):not(.reddit):not(.telegram):not(.whatsapp).copied{background:#10b981;border-color:#10b981;color:#fff}.share-modal__btn:not(.twitter):not(.facebook):not(.linkedin):not(.reddit):not(.telegram):not(.whatsapp).copied:hover{background:#059669;border-color:#059669}.share-modal__btn.twitter:hover{background:#000;border-color:#000;color:#fff}.share-modal__btn.facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.share-modal__btn.linkedin:hover{background:#0077b5;border-color:#0077b5;color:#fff}.share-modal__btn.reddit:hover{background:#ff4500;border-color:#ff4500;color:#fff}.share-modal__btn.telegram:hover{background:#08c;border-color:#08c;color:#fff}.share-modal__btn.whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff}@media(max-width:576px){.share-modal__btn{font-size:12px;padding:7px 10px;gap:5px}.share-modal__btn svg{width:14px;height:14px}}@media(prefers-color-scheme:dark){.share-modal__content .share-modal__description{color:#9ca3af}.share-modal__content .share-modal__btn{background:#374151;border-color:#4b5563;color:#f9fafb}}