/*! Prism.js — vendored placeholder.

This file is a stub committed to keep the article-page template from
404'ing on a fresh clone. Replace with the real Prism.js CSS bundle
(theme + line-numbers plugin) before the cutover (#1010). The languages
the codebase relies on are: python, bash, sql, json, yaml, javascript,
typescript, text. */

code[class*="language-"], pre[class*="language-"] {
  color: var(--varial-gray-900, #1f2937);
  background: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  tab-size: 2;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}

pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  background: var(--varial-gray-100, #f5f7fa);
  border-radius: var(--varial-radius-sm, 4px);
}

:not(pre) > code[class*="language-"] {
  padding: 0.1em 0.3em;
  border-radius: 0.3em;
  white-space: normal;
  background: var(--varial-gray-100, #f5f7fa);
}
