/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2025 | 16:29:00 */
pre.shiki {
  white-space: pre;
  overflow-x: auto;
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
  padding: 1.25rem;
  border-radius: 8px;
  line-height: 1.6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre.shiki code {
  white-space: pre;
  display: block;
}

pre.shiki span.line {
  display: inline;
  white-space: pre;
}

/* Estilização opcional da barra de rolagem */
pre.shiki::-webkit-scrollbar {
  height: 8px;
}

pre.shiki::-webkit-scrollbar-track {
  background: #2e3440;
  border-radius: 0 0 8px 8px;
}

pre.shiki::-webkit-scrollbar-thumb {
  background: #4c566a;
  border-radius: 10px;
}

pre.shiki::-webkit-scrollbar-thumb:hover {
  background: #81a1c1;
}