/* 2026-09-14：仅测试副本的九项需求 */
.article-detail > h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.article-detail .article-body { font-size: 18px; line-height: 1.95; overflow-wrap: anywhere; }
.article-detail .article-body :is(p, li, blockquote, div, span) { font-size: inherit; line-height: inherit; }
.article-detail .summary { font-size: 17px; line-height: 1.85; }
.home-intro-body p { margin: 0 0 18px; }
.home-intro-body img { max-width: 100%; height: auto; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; }
.pagination :is(a, b, .disabled) { display: inline-flex; min-width: 36px; min-height: 36px; align-items: center; justify-content: center; padding: 3px 10px; margin: 0; }
.pagination .disabled { color: #999; border: 1px solid #e2e2e2; cursor: default; }
.mobile-submenu-button { display: none; }
@media (max-width: 800px) {
  .article-detail > h1 { font-size: 24px; line-height: 1.55; }
  .article-detail .article-body { font-size: 17px; line-height: 1.9; }
  .article-detail .summary { font-size: 16px; }
  .nav-item { position: relative; display: flex; align-items: center; }
  .nav-item > .nav-link { padding-right: 0; }
  .nav-item .nav-submenu { top: 100%; }
  .nav-item:not(.is-open) .nav-submenu { visibility: hidden; pointer-events: none; }
  .mobile-submenu-button { display: inline-flex; border: 0; background: transparent; color: inherit; padding: 4px 6px; font: inherit; cursor: pointer; align-items: center; }
  .pagination { gap: 5px; }
  .pagination :is(a, b, .disabled) { min-width: 32px; min-height: 36px; padding: 3px 8px; }
}
