.md-typeset h1{
  color:#C72F2F;
}
.md-typeset h2 {
  color: #27B345;
}
.md-typeset h3 {
  color: #3873B7;
}
.md-typeset h4 {
  color: #DA7A4D;
}
.md-typeset h5 {
  color: #A5499D;
}
.md-typeset h6 {
  color: #b3a91f;
}

.md-typeset h5,.md-typeset h6 {
    font-size: 1em
}

@media (min-width: 992px) {
  .sidebar {
    width: 300px; /* Desktop sidebar width */
  }
}

@media (max-width: 991px) {
  .sidebar {
    width: 100%; /* Mobile sidebar width */
  }
}
/* .md-grid {
  max-width: 70rem;
}
.md-sidebar {
  width: 15rem;
} */
input[type="checkbox"][disabled] {
  /* 移除默认的灰色背景 */
  background-color: transparent;
  /* 添加鼠标悬停效果 */
  cursor: pointer;
  /* 添加视觉反馈 */
  opacity: 1;
}