/* ==========================================================================
   Wolf InfoSec - Prism.js Tomorrow Night Variant
   ========================================================================= */
code[class*="language-"],
pre[class*="language-"] {
  color: #d6deeb;
  background: #0f1419;
  font-family: "Fira Code", monospace;
  font-size: 0.95rem;
  line-height: 1.6;
  text-shadow: none;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  tab-size: 4;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 1rem;
  margin: 1.2rem 0;
  overflow: auto;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #1a1f25;
}

/* Tokens */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #5c6773;
  font-style: italic;
}

.token.punctuation { color: #8b949e; }

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

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

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

.token.operator,
.token.entity,
.token.url {
  color: #00bfff;
  background: none;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #38bdf8; /* your cyan-blue accent */
}

.token.function {
  color: #82aaff;
}

.token.class-name {
  color: #ffb454;
}

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

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

pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}

.line-highlight {
  background: rgba(0, 191, 255, 0.08);
  border-left: 3px solid #00bfff;
}
