/* Prism syntax highlighting — light theme tuned to site palette */
.code-block pre[class*="language-"],
.code-block code[class*="language-"] {
  color: #1d2c30;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  text-shadow: none;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #6b8086;
  font-style: italic;
}

.token.punctuation {
  color: #3a5057;
}

.token.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #b91c1c;
}

.token.boolean,
.token.number {
  color: #b45309;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #075763;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #4338ca;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #0e7c8a;
  font-weight: 600;
}

.token.function,
.token.class-name {
  color: #4338ca;
  font-weight: 600;
}

.token.regex,
.token.important,
.token.variable {
  color: #b45309;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.decorator,
.token.annotation {
  color: #b91c1c;
}

.line-numbers .line-numbers-rows {
  border-right-color: var(--c-border);
}
