/* Polish-only render safeguards. Loaded only by pages that need them. */
@media (max-width: 500px) {
  .genre-hero h1.pl-long-title {
    font-size: clamp(2.5rem, 10.5vw, 4rem);
  }

  .story-title.pl-long-title {
    font-size: clamp(2.35rem, 10.5vw, 4rem);
    overflow-wrap: anywhere;
  }
}
