/* VulnCraft code highlighting — tuned for the forge/ember dark theme */
.post-body pre[class*="language-"],
.post-body code[class*="language-"] {
  color: #E8ECF4; font-family: var(--mono); font-size: 14px; line-height: 1.7;
  background: none; text-shadow: none;
}
.post-body pre[class*="language-"] {
  background: var(--panel); border: 1px solid var(--line); border-radius: 10px;
  padding: 18px 20px; overflow-x: auto; margin: 0;
}
.token.comment, .token.prolog, .token.doctype, .token.cdata { color: #5F5E5A; font-style: italic; }
.token.punctuation { color: #8B94A7; }
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol { color: #EF9F27; }
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin { color: #2DD49F; }
.token.operator, .token.entity, .token.url, .token.variable { color: #F0997B; }
.token.atrule, .token.attr-value, .token.keyword { color: #FF6B2C; }
.token.function, .token.class-name { color: #85B7EB; }
.token.regex, .token.important { color: #EF9F27; }
.token.important, .token.bold { font-weight: 600; }
.token.italic { font-style: italic; }
