/* Additive language support; original styles and shared assets are preserved. */
.gk-language-menu { max-height: calc(100vh - 140px); max-height: calc(100dvh - 140px); overflow-y: auto; }
html[lang="de"] h1,
html[lang="de"] h2,
html[lang="de"] h3 { hyphens: auto; overflow-wrap: break-word; }
html[lang="de"] .gk-field { min-width: 0; }
html[lang="de"] .gk-choice-card strong { overflow-wrap: break-word; }
html[lang="de"] .gk-title .gk-title-time { white-space: normal; }
@media (max-width: 620px) {
  html[lang="de"] input[readonly] { font-size: 12px; padding-inline: 10px; }
}
