/* TOOLS / json_formatter — module-local styles only. */

[data-jf-status].is-error {
    color: var(--color-danger);
}

.jf-jump {
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.jf-context {
    white-space: pre;
    overflow-x: auto;
}
