/* module-key = 'com.atlassian.confluence.ext.newcode-macro-plugin:code-macro-bidi-style', location = 'styles/code-macro-bidi.css' */
.bidi-marker:before {
    unicode-bidi: isolate;
    background-color: var(--ds-background-accent-yellow-subtler, #FFF0B3);
    color: var(--ds-text-accent-yellow-bolder, #7F5F01);
    cursor: pointer;
    content: attr(data-charcode);
}
.bidi-marker[char]:before {
    content: attr(char);
}
