.share-btn {
    display: inline-flex;
    color: #374151;
    font-size: 20px;
}

.share-btn:hover { background:#f8fafc; }
/* .share-btn svg { width:16px; height:16px; } */

.share-popover { position:absolute; z-index:10000; min-width:200px; background:#fff; border:1px solid #e5e7eb; border-radius:10px; box-shadow:0 10px 30px rgba(2,6,23,0.10); padding:8px; }
.share-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.share-link, .copy-btn { display:inline-flex; align-items:center; justify-content:center; padding:8px 10px; border-radius:8px; border:1px solid #e5e7eb; background:#fff; color:#0f1724; font-size:12px; text-decoration:none; }
.share-link:hover, .copy-btn:hover { background:#f8fafc; }

.share-toast { position:fixed; left:50%; bottom:20px; transform:translateX(-50%); background:#0f1724; color:#fff; padding:8px 12px; border-radius:999px; opacity:0; transition:opacity .18s ease; font-size:12px; z-index:10001; }
.share-toast[data-show="true"] { opacity:1; }


