/* Prism.js Dark Theme for VECTOR Docs */
code[class*="language-"],
pre[class*="language-"] {
    text-shadow: none;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    tab-size: 4;
    hyphens: none;
}

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

.token.punctuation { color: #A3A3A3; }
.token.namespace { opacity: .8; }

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

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

.token.operator,
.token.entity,
.token.url { color: #A3A3A3; }

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

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

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

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

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

.token.entity { cursor: help; }
