/* Prism light theme matching the Fresh Greens palette */
code[class*="language-"],
pre[class*="language-"] {
  color: #1f3a26;
  font-family: var(--font-mono);
  font-size: 0.9rem;
  line-height: 1.55;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background: transparent;
}

pre[class*="language-"] { background: transparent; }

.token.comment, .token.prolog, .token.doctype, .token.cdata { color: #7c8f7a; font-style: italic; }
.token.punctuation { color: #4a544a; }
.namespace { opacity: 0.7; }
.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted { color: #b75c63; }
.token.boolean, .token.number { color: #c98e16; }
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #2e7a47; }
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #3f8a53; }
.token.atrule, .token.attr-value, .token.keyword { color: #1f7a5a; font-weight: 600; }
.token.function, .token.class-name { color: #2c6b8a; }
.token.regex, .token.important, .token.variable { color: #c98e16; }
.token.important, .token.bold { font-weight: 700; }
.token.italic { font-style: italic; }
.token.entity { cursor: help; }

/* Diff plugin highlights */
.token.deleted { background: rgba(217, 122, 135, 0.12); }
.token.inserted { background: rgba(132, 211, 156, 0.15); }
