/* 让“文章目录”在侧边栏更醒目 */
.md-nav--secondary .md-nav__title {
  font-weight: 700 !important;
  font-size: 1.1em !important;
  color: #1a237e !important;
  margin-top: 12px !important;
  padding-top: 8px !important;
  border-top: 2px dashed #90caf9 !important;
}

/* 添加图标：📚 */
.md-nav--secondary .md-nav__title::before {
  content: "📚 ";
  font-size: 1.1em;
  margin-right: 4px;
}

/* 普通文章标题保持正常 */
.md-nav--secondary .md-nav__link {
  font-weight: normal;
  font-size: 0.95em;
}

/* 隐藏面包屑（包含“首页”二字） */
.md-path {
  display: none;
}

/* 隐藏右侧目录标题（内容-目录分类） */
.md-sidebar--secondary .md-nav__title {
  display: none;
}

/* 页脚深色背景 + 浅色大字 */
.md-footer {
  background-color: #1a1a1a !important;
  color: #e0e0e0 !important;
  font-size: 16px !important;
}

.md-footer a {
  color: #ffffff !important;
}

.md-footer .md-footer-meta {
  background-color: #111111 !important;
  font-size: 15px !important;
}
