/* Light Prism theme tuned to FinOps Automation palette
   ------------------------------------------------- */
code[class*="language-"],
pre[class*="language-"] {
  color: #1f2937;
  background: transparent;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: .9rem;
  line-height: 1.55;
  tab-size: 2;
  hyphens: none;
  text-shadow: none;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  direction: ltr;
}

pre[class*="language-"] {
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: auto;
}

:not(pre) > code[class*="language-"] {
  padding: .1em .35em;
  border-radius: 4px;
  background: #ecfeff;
  color: #0e7490;
}

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

.token.punctuation { color: #475569; }

.token.namespace { opacity: .8; }

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

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

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

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

.token.atrule,
.token.attr-value,
.token.keyword { color: #7c3aed; }

.token.function,
.token.class-name { color: #2563eb; }

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

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

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

/* Line numbers (if enabled) */
.line-numbers .line-numbers-rows { border-right-color: #e2e8f0; }
.line-numbers-rows > span:before { color: #94a3b8; }
