/* Prism.js — GitHub Light theme */
code[class*="language-"],
pre[class*="language-"] {
    color: #24292f;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    tab-size: 4;
    hyphens: none;
}

pre[class*="language-"] {
    padding: 1rem;
    overflow: auto;
    background: #f6f8fa;
    border: 1px solid #d0d7de;
    border-radius: 6px;
}

:not(pre) > code[class*="language-"] {
    background: #f6f8fa;
    border: 1px solid #d0d7de;
    border-radius: 4px;
    padding: 0.15em 0.4em;
}

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

.token.punctuation { color: #24292f; }

.token.namespace { opacity: 0.7; }

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

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

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

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

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

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

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

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

.token.entity { cursor: help; }
