/* ═══════════════════════════════════════════════════════════════════════════
   PRISM SYNTAX HIGHLIGHTING — Sunny Beach Day theme
   ═══════════════════════════════════════════════════════════════════════════ */

code[class*="language-"],
pre[class*="language-"] {
  color: #1A3A5C;
  background: none;
  font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 0.88rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.6;
  tab-size: 2;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  overflow: auto;
  border-radius: 10px;
  background: #F5F0E8;
  border: 1px solid #E8D5A3;
  position: relative;
}

:not(pre) > code[class*="language-"] {
  padding: 0.15em 0.4em;
  border-radius: 4px;
  white-space: normal;
  background: #F5F0E8;
}

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

.token.punctuation { color: #5D7A96; }

.token.namespace { opacity: 0.7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol { color: #E8644A; }

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

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

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

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

.token.regex,
.token.important { color: #E8644A; }

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

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

.token.inserted { color: #1AAFA8; background: rgba(26, 175, 168, 0.1); }
.token.deleted  { color: #E8644A; background: rgba(232, 100, 74, 0.1); }

