/* p1450108174227-homepage-hero-longword-containment-v1
   Root-cause contract for the residual homepage mobile document overflow proven
   after .226. The live font makes the German compound word "Apothekenprodukte"
   wider than the mobile 12.5ch hero title measure. Do not clip or split the word:
   use the full mobile hero width and fluid type through the affected phone range. */

@media (max-width: 520px) {
  .portal-homepage .portal-hero-main {
    min-width: 0 !important;
    min-inline-size: 0 !important;
  }

  .portal-homepage .portal-hero-main h1 {
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: 100% !important;
    font-size: clamp(1.7rem, 8.5vw, 2.78rem) !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual !important;
  }
}
