/* ISDOC: celý nadpis má od tabletové šířky přesně dva řádky. */
@media (min-width: 641px) {
  html body .isdoc-site #prijem .mm-section-heading { max-width: none; }
  html body .isdoc-site #prijem h2,
  html body .isdoc-site #prijem h2 span { white-space: nowrap; }
  html body .isdoc-site #prijem h2 { font-size: clamp(22px, 3.4vw, 48px); }
  html body .isdoc-site #prijem .mm-section-heading > p:not(.section-kicker) { max-width: 900px; }
}
