/* English-only layout refinements. The Chinese published pages do not load this file. */
.chapter-hero h1,
.cover-hero h1,
.article-body h2 span,
.front-content h2 span,
.article-body h3 span,
.article-body h4 span,
.nav-label,
.chapter-card h3,
.pager-card strong {
  overflow-wrap: anywhere;
}

.chapter-hero h1,
.cover-hero h1 {
  word-break: break-word;
}

.article-body h2 span,
.front-content h2 span,
.article-body h3 span,
.article-body h4 span {
  min-width: 0;
}

.nav-code {
  font-size: 11px;
}

@media (max-width: 720px) {
  .chapter-hero h1 {
    font-size: 30px;
    line-height: 1.22;
  }

  .chapter-meta span,
  .chapter-meta .source-link {
    overflow-wrap: anywhere;
  }
}
