/* German long-form copy needs room for longer compound words and headlines. */
html[lang="de"] .post-head h1 {
  display: block;
  overflow: visible;
  overflow-wrap: anywhere;
  text-wrap: balance;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

html[lang="de"] .toc-panel a,
html[lang="de"] .faq-section summary {
  overflow-wrap: anywhere;
}
