/* Shiki Syntax Highlighting */
.shiki {
  /* 强制使用暗色背景 (github-dark 默认背景) */
  background-color: #24292e;
  color: #e1e4e8;
  padding: 1rem;
  overflow-x: auto;
  margin: 0;
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.625;
}

/* 确保 pre 标签内的 code 继承样式 */
.shiki code {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: inherit;
}
