@charset "utf-8";

pre.wp-block-code code { color: rgb(248, 248, 242); padding-left: 0px; border: none; overflow-x: initial; }

code[class*="language-"], pre[class*="language-"] { color: rgb(248, 248, 242); background: none; font-family: Hack, "Fira Code", Consolas, Menlo, Monaco, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; overflow-wrap: normal; line-height: 1.5; tab-size: 4; hyphens: none; }

pre.wp-block-code { background: rgb(43, 43, 43); overflow: auto; }

:where(pre.wp-block-code) { padding: 1em; margin: 0.5em auto; border-radius: 0.3em; }

.token.comment, .token.prolog, .token.doctype, .token.cdata { color: rgb(212, 208, 171); }

.token.punctuation { color: rgb(254, 254, 254); }

.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted { color: rgb(255, 160, 122); }

.token.boolean, .token.number { color: rgb(0, 224, 224); }

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: rgb(171, 227, 56); }

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable { color: rgb(0, 224, 224); }

.token.atrule, .token.attr-value, .token.function { color: rgb(255, 215, 0); }

.token.keyword { color: rgb(0, 224, 224); }

.token.regex, .token.important { color: rgb(255, 215, 0); }

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

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

.token.entity { cursor: help; }

@media screen and ( -ms-high-contrast: active ) {
  code[class*="language-"], pre[class*="language-"] { color: windowtext; background: window; }
  :not(pre) > code[class*="language-"], pre[class*="language-"] { background: window; }
  .token.important { background: highlight; color: window; font-weight: normal; }
  .token.atrule, .token.attr-value, .token.function, .token.keyword, .token.operator, .token.selector { font-weight: bold; }
  .token.attr-value, .token.comment, .token.doctype, .token.function, .token.keyword, .token.operator, .token.property, .token.string { color: highlight; }
  .token.attr-value, .token.url { font-weight: normal; }
}

pre.line-numbers { position: relative; padding-left: 3.8em; counter-reset: linenumber 0; }

pre.line-numbers > code { position: relative; padding-top: 0px !important; }

.line-numbers .line-numbers-rows { position: absolute; pointer-events: none; top: 0px; font-size: 100%; left: -3.8em; width: 3em; letter-spacing: -1px; border-right: 0px; user-select: none; }

.line-numbers-rows > span { pointer-events: none; display: block; counter-increment: linenumber 1; }

.line-numbers-rows > span::before { content: counter(linenumber); color: rgb(92, 99, 112); display: block; padding-right: 0.8em; text-align: right; }

.prism-titlename { margin: -14px -12px 24px; padding: 4px 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: bold; color: orange; background-color: rgb(68, 68, 68); }
