.ProseMirror .has-anchor{position:relative;padding-left:24px}.ProseMirror .has-anchor:before{content:"🎯";position:absolute;left:0;top:0;font-size:16px;opacity:.7;cursor:pointer;transition:opacity .2s}.ProseMirror .has-anchor:hover:before{opacity:1}.ProseMirror .has-anchor:after{content:"#" attr(data-anchor-id) " - " attr(data-anchor-label);position:absolute;left:24px;top:-25px;background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;z-index:1000}.ProseMirror .has-anchor:hover:after{opacity:1}.ProseMirror .has-anchor:not([data-anchor-label]):after{content:"#" attr(data-anchor-id)}.has-anchor{scroll-margin-top:80px}.has-anchor:target{background-color:#fef3c7;animation:highlight 2s ease-out}@keyframes highlight{0%{background-color:#fbbf24}to{background-color:#fef3c7}}