code[class*="language-"],
pre[class*="language-"] {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: normal;
  font-family: cascadia-code, monospace;
  color: #bb77ff;
  text-shadow: none;
}

code:not([class*="language-"]) {
  color: #fc1baa !important;
  border-radius: .5rem;
  padding: .25rem;
}

code:not([class*="language-"]):not(span.action code) {
  background-color: #333333;
}

pre > code[class*="language-"] {
  font-size: 1em;
}

pre[class*="language-"],
:not(pre) > code[class*="language-"] {
  background: #222222;
}

pre[class*="language-"] {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #c7cccc;
  overflow: auto;
  position: relative;
}

pre[class*="language-"] code {
  white-space: pre;
  display: block;
}

:not(pre) > code[class*="language-"] {
  padding: 0.15em 0.2em 0.05em;
  border-radius: 0.3em;
  border: 0.13em solid #7a6652;
  box-shadow: 1px 1px 0.3em -0.1em #000 inset;
}

.token.namespace {
  opacity: 0.7;
}

.token.function {
  color: #76ee00;
}

.token.literal-property.property {
  color: #fd971f;
}

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

.token.boolean,
.token.number {
  color: #4499ff;
}

.token.attr-name,
.token.string {
  color: #66d9ef;
}

.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #66d9ef;
}

.token.selector,
.token.inserted {
  color: #a6e22d;
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.important,
.token.deleted {
  color: #ff00aa;
}

.token.regex,
.token.statement {
  color: #76d9e6;
}

.token.placeholder,
.token.variable {
  color: #bb77ff;
}

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

.token.punctuation {
  color: #f0f0f0;
}

.token.entity {
  cursor: help;
}

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

code.language-markup {
  color: #f9f9f9;
}

code.language-markup .token.tag {
  color: #ff00aa;
}

code.language-markup .token.attr-name {
  color: #a6e22d;
}

code.language-markup .token.attr-value {
  color: #bb77ff;
}

code.language-markup .token.style,
code.language-markup .token.script {
  color: #76d9e6;
}

.token.operator,
code.language-markup .token.script .token.keyword .token.keyword {
  color: #ffff00;
}

/* Line highlight plugin */
.line-highlight.line-highlight {
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
}

.line-highlight.line-highlight:before,
.line-highlight.line-highlight[data-end]:after {
  padding: 0.2em 0.5em;
  background-color: rgba(255, 255, 255, 0.4);
  color: black;
  height: 1em;
  line-height: 1em;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}

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

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em; /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #bbaa99;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #bbaa99;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

.action {
  background-color: #fffd38;
  color: #0f0f0f;
}

.action > * {
  color: #0f0f0f !important;
}

.color-red {
  color: #f15f61;
}

.color-red > * {
  color: #f15f61 !important;
}

.color-yellow {
  color: #fffd38;
}

.color-yellow > * {
  color: #fffd38 !important;
}

.color-blue {
  color: #6cdae8;
}

.color-blue > * {
  color: #6cdae8 !important;
}

.color-green {
  color: #3cc63e;
}

.color-green > * {
  color: #3cc63e !important;
}

.color-magenta {
  color: #fc1baa;
}

.color-magenta > * {
  color: #fc1baa !important;
}