/* English copy uses the Chinese article directory structure and shared styles.
   These rules only allow longer English labels to wrap without narrowing cards. */
html[lang="en"] body.en-articles-page main .knowledge-banner h1,
html[lang="en"] body.en-articles-page main .section-heading h2,
html[lang="en"] body.en-articles-page main .card h3 {
  max-width: 100%;
  text-wrap: wrap;
  overflow-wrap: break-word;
  word-break: normal;
}

html[lang="en"] body.en-articles-page main .en-article-index-section .card {
  min-width: 0;
}

html[lang="en"] body.en-articles-page main .en-article-index-section .card p {
  overflow-wrap: break-word;
}

@media (max-width: 760px) {
  html[lang="en"] body.en-articles-page main .topic-navigation .reading-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
