/* Code highlighting customization
   - Preserve original code block background across themes
   - Keep Highlight.js token colors from the light theme
*/

/* Ensure all highlighted blocks use the original light background */
.hljs,
pre code,
code.hljs,
pre.hljs {
  background: #f5f8fb !important;
}

/* Optional: subtle border and radius for consistency (safe defaults) */
pre code,
code.hljs,
pre.hljs {
  border-radius: 6px;
}
