figure.fm-share-figure { position: relative; }
.fm-share-tools { position:absolute; bottom:12px; right:12px; z-index:5; display:flex; flex-direction:column; align-items:flex-end; gap:6px; max-width:calc(100% - 24px); }
.fm-share-tools button { display:flex; align-items:center; gap:7px; background:#126b40; color:#fff; border:0; border-radius:24px; padding:11px 15px; font:600 13px/1.3 sans-serif; cursor:pointer; box-shadow:0 2px 9px #0004; min-height:44px; }
.fm-share-tools button:disabled { opacity:.7; cursor:wait; }
.fm-share-tools button:focus-visible,.fm-share-tools a:focus-visible { outline:3px solid #ffcf40; outline-offset:3px; }
.fm-share-tools svg { width:20px; height:20px; flex-shrink:0; }
.fm-share-tools a,.fm-share-tools small { background:#fff; color:#222; border-radius:5px; padding:5px 8px; font:12px/1.4 sans-serif; }
.fm-share-tools small:empty { display:none; }
