.static-site .mobile-nav.is-open {
  display: flex;
}

.episode-list {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
}

.episode-list .episode-card + .episode-card {
  margin-top: 0;
}

.native-video.native-video-square {
  aspect-ratio: 1 / 1;
  max-height: min(82vh, 860px);
  object-fit: contain;
}

.article-summary {
  border-left: 5px solid var(--teal);
  background: var(--paper-deep);
  color: var(--navy);
  margin-bottom: 2.4rem;
  padding: 22px 28px;
}

.article-summary p:last-child {
  margin-bottom: 0;
}

.faq-list h3 {
  margin-top: 1.7em;
}

.faq-list h3:first-child {
  margin-top: 0;
}

.page-hero.accent-recruiting ~ section .content-card:has(a[href="/essays/die-auswahl/"]) h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.08;
  hyphens: auto;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .static-site .mobile-nav {
    display: none;
  }

  .static-site .mobile-nav.is-open {
    display: grid;
    gap: 14px;
  }

  .native-video.native-video-square {
    max-height: none;
  }
}
