.share-tooltip{position:absolute;z-index:9999;background:#fff;border:1px solid #ccc;padding:6px 10px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:opacity .2s;display:none}.share-tooltip .share-icons{display:flex;gap:12px;align-items:center}.share-tooltip svg{width:24px;height:24px;fill:#444;transition:fill .2s}.share-tooltip .linkedin:hover svg,.share-tooltip .twitter:hover svg{fill:var(- -theme-color-primary)}.share-tooltip.visible{display:block}