/* Container do código */
pre[class*="language-"] {
  background: #f6f8fa;
  color: #24292e;
  padding: 1em;
  margin: 1.5em 0;
  overflow: auto;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.45;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  box-shadow: 0 1px 3px rgba(27, 31, 35, 0.1);
}

/* Código inline ou tags <code> isoladas */
code {
  background: #f6f8fa;
  color: #24292e;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 90%;
}

/* Cores do highlight no estilo GitHub */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #6a737d;
  font-style: italic;
}

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

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #d73a49;
}

.token.boolean,
.token.number {
  color: #005cc5;
}

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

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

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

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

.token.regex,
.token.important {
  color: #e36209;
}

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

.token.entity {
  cursor: help;
}
