code[class*="language-"],
pre[class*="language-"] {
    color: #dce4ef;
    background: none;
    text-shadow: none;
    font-family: "JetBrains Mono", Menlo, Consolas, monospace;
    font-size: 0.92rem;
    line-height: 1.6;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    tab-size: 4;
    hyphens: none;
}

pre[class*="language-"] {
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
    border-radius: 10px;
    background: #0b0f16;
}

:not(pre) > code[class*="language-"] {
    padding: 0.15em 0.35em;
    border-radius: 6px;
    white-space: normal;
    background: rgba(103, 215, 255, 0.15);
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #6e7d95;
}

.token.punctuation {
    color: #9db0cc;
}

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

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

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

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

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

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

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

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

.token.entity {
    cursor: help;
}
