/* Share widget — DTK */
.sh-fab{position:fixed;right:16px;bottom:16px;z-index:9998;width:48px;height:48px;border-radius:50%;border:0;background:#0ea5e9;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.25);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}
.sh-fab:hover{transform:scale(1.06)}
.sh-fab:focus-visible{outline:3px solid #fbbf24;outline-offset:2px}
.sh-panel{position:fixed;right:16px;bottom:74px;z-index:9999;width:300px;max-width:calc(100vw - 32px);background:#fff;color:#0b1220;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35);padding:14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:none}
.sh-panel.open{display:block}
.sh-panel h2{margin:0 0 10px;font-size:15px;font-weight:700;display:flex;justify-content:space-between;align-items:center}
.sh-panel h2 button{background:transparent;border:0;font-size:20px;line-height:1;cursor:pointer;color:inherit}
.sh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.sh-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;border:1px solid #e5e7eb;background:#f9fafb;border-radius:10px;cursor:pointer;font-size:11px;color:#0b1220;text-align:center;line-height:1.2;text-decoration:none}
.sh-btn:hover{background:#eef2ff;border-color:#c7d2fe;color:#0b1220}
.sh-btn svg{width:22px;height:22px}
.sh-toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);background:#111827;color:#fff;padding:10px 16px;border-radius:10px;font:600 13px system-ui;z-index:10000;opacity:0;transition:opacity .25s;pointer-events:none}
.sh-toast.show{opacity:1}
[dir="rtl"] .sh-fab,[dir="rtl"] .sh-panel{right:auto;left:16px}
/* Stack with a11y widget which is bottom-left */
@media (max-width:380px){.sh-panel{width:calc(100vw - 32px)}}
