/* json-viewer — colores estándar de sintaxis JSON, sin nada de más. */
.json-viewer {
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.6;
}
.json-key   { color: #0d6efd; }
.json-str   { color: #198754; }
.json-num   { color: #d63384; }
.json-bool  { color: #fd7e14; font-weight: 600; }
.json-null  { color: #6c757d; font-style: italic; }