/* Custom highlight.js colors for better visibility */
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type,
.hljs-name,
.hljs-strong {
  font-weight: bold;
  color: #0077aa;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
  color: #669900;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
  color: #888888;
}

.hljs-number,
.hljs-symbol {
  color: #990073;
}

.hljs-attribute,
.hljs-selector-id {
  color: #dd4a68;
}

.hljs-emphasis {
  font-style: italic;
}