/* Override Prism default styles to match website theme */

/* Base code block styling */
code[class*="language-"],
pre[class*="language-"] {
  color: #333;
  font-family: 'Monaco', 'Menlo', 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  hyphens: none;
}

/* Syntax highlighting colors - minimal and professional */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #708090;
  font-style: italic;
}

.token.punctuation {
  color: #333;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #0066cc;
}

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

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

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

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

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

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

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

.token.entity {
  cursor: help;
}
