/* Einheitliche Hauptüberschriften nach dem Stil von „Instagram Stories prüfen“. */
.main-heading-style :is(.hero h1, .analyzer-hero h1, .story-intro h1) {
  max-width: 760px !important;
  color: #f7f7f4 !important;
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.98 !important;
}

.main-heading-style :is(.hero h1, .analyzer-hero h1) span {
  display: inline !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
}

.main-heading-style :is(.hero h1, .analyzer-hero h1) span::before {
  content: " ";
}

@media (max-width: 720px) {
  .main-heading-style :is(.hero h1, .analyzer-hero h1, .story-intro h1) {
    font-size: clamp(1.75rem, 8.5vw, 2.25rem) !important;
    line-height: 0.98 !important;
  }
}
