/* Reviewed mobile correction: German compound words must not widen the page. */
@media (max-width: 767px) {
  html[lang="de"] .localized-site .section-heading > div { min-width: 0; }
  html[lang="de"] .localized-site .system-grid > a { grid-template-columns: 36px minmax(0, 1fr) 22px; min-width: 0; }
  html[lang="de"] .localized-site .system-grid small,
  html[lang="de"] .localized-site .proof-stats small { overflow-wrap: anywhere; min-width: 0; }
  html[lang="de"] .localized-site .proof-layout { grid-template-columns: minmax(0, 1fr); }
  html[lang="de"] .localized-site .proof-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html[lang="de"] .localized-site .proof-stats > div,
  html[lang="de"] .localized-site .proof-stats span { min-width: 0; }
  html[lang="de"] .localized-site h1,
  html[lang="de"] .localized-site h2,
  html[lang="de"] .localized-site h3,
  html[lang="de"] .localized-site .hero-kicker,
  html[lang="de"] .localized-site .hero-actions .button {
    overflow-wrap: anywhere;
    min-width: 0;
  }
}
