/* 中文排版优化 */
:root {
  --content-max-width: 900px;
}

.content main {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.8;
}

/* 代码块 */
code {
  font-size: 0.9em;
}

pre > code {
  font-size: 0.85em;
}

/* 表格 */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

table th,
table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
}

table th {
  background-color: #f5f5f5;
}

/* Mermaid 图表居中 */
.mermaid {
  text-align: center;
  margin: 1.5em 0;
}

/* blockquote 样式 */
blockquote {
  border-left: 4px solid #4a9eff;
  padding: 0.5em 1em;
  margin: 1em 0;
  background: #f8f9fa;
  color: #555;
}

/* 侧边栏章节标题 */
.sidebar .chapter li.part-title {
  font-weight: bold;
  margin-top: 1em;
}
