/* Trick Zone jodi highlighter — pairs with static/forum/js/trick-highlight.js.
   Colors (background/text) are set inline per-element by the script using the
   shared family palette (static/js/jodi-family.js); this file only handles the
   chip's shape/spacing so it reads as a distinct token inside the post text. */
.jodi-hl {
    display: inline-block;
    font-family: "Courier New", ui-monospace, monospace;
    font-weight: 800;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
