/* Editorial rhythm for Insights articles. */
.insights-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  text-wrap: balance;
}

.insights-article {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.insights-article h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.25;
  text-wrap: balance;
}

.insights-article p,
.insights-article ul,
.insights-article ol {
  margin-bottom: 1.25rem;
}

.insights-article ul,
.insights-article ol {
  padding-left: 1.5em;
}

.insights-article li + li {
  margin-top: 0.75rem;
}

.insights-article a {
  text-underline-offset: 0.2em;
}
