.md-header, .md-footer, .md-sidebar {
  display: none !important;
}

/* 全体の読みやすさ向上 */
.md-content {
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 1rem;
}

/* セクション間の余白 */
.md-content h1,
.md-content h2,
.md-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* フッターリンク */
.footer-links {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
}
.footer-links a {
  margin: 0 8px;
  color: var(--md-primary-fg-color);
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}

/* モバイル余白調整 */
@media (max-width: 600px) {
  .md-content {
    padding: 1rem 0.8rem;
    font-size: 1rem;
  }
}
