.share-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.share-label{font-size:.85rem;font-weight:600;color:#6b7280;white-space:nowrap}.share-icons{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s;text-decoration:none;padding:0;font-size:0}.share-btn:hover{border-color:transparent;color:#fff;transform:scale(1.1)}.share-btn-pinterest:hover{background:#e60023}.share-btn-facebook:hover{background:#1877f2}.share-btn-x:hover{background:#000}.share-btn-linkedin:hover{background:#0a66c2}.share-btn-whatsapp:hover{background:#25d366}.share-btn-copy:hover,.share-btn-download:hover,.share-btn-share:hover{background:#20b2aa}.share-mobile-only{display:inline-flex}.share-desktop-only{display:none}@media (min-width:769px){.share-mobile-only{display:none}.share-desktop-only{display:inline-flex}}