.insights-page .page-intro {
  padding-bottom: var(--page-stack-gap);
}

.insights-page .page-intro__title {
  margin-bottom: 0;
}

.news-section--insights {
  padding-top: 0;
}

.news-section--insights a.news-card {
  display: block;
  color: var(--color-white);
  text-decoration: none;
}

.news-section--insights a.news-card .news-card__date,
.news-section--insights a.news-card .news-card__heading {
  color: var(--color-white);
}

.news-card--lavender {
  background: #d4c8e8;
}

.news-card--sky {
  background: #a8d4e8;
}

.news-card--gold {
  background: #e8d86a;
}

.news-card--royal {
  background: #6eb5d4;
}

.news-card--pink {
  background: #f0e4e8;
}

.news-card--text-only .news-card__inner {
  clip-path: none;
}

.news-card--text-only .news-card__caption {
  position: relative;
  inset: auto;
  height: 100%;
}

.news-section--insights:not(.is-expanded) .news-card--more {
  display: none;
}

.news-section--insights.is-expanded .news-section__more {
  display: none;
}
