.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.8em;
    background: #1f2937;
    color: #e5e7eb;
}

.hljs-comment,
.hljs-quote { color: #94a3b8; }
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal { color: #93c5fd; }
.hljs-string,
.hljs-doctag { color: #86efac; }
.hljs-title,
.hljs-section,
.hljs-type { color: #fcd34d; }
