.code-snippet {
  position: relative;
}

.code-snippet .hljs {
  background-color: var(--code-snippet-bg, #fefefe);
}

.hljs:not(.is-highlighted) * {
  color: var(--code-snippet-color, black);
  font-weight: normal;
}

.hljs-string, .hljs-tag {
  white-space: normal;
}
