.insights-article {
  max-width: 48rem;
}

.insights-article .section-heading {
  display: block;
  margin-bottom: 2.5rem;
}

.insights-article h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 0.75rem 0 1rem;
}

.insights-article .legal-content {
  font-size: 1.0625rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.insights-article h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 2.5rem 0 1rem;
}

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

.insights-article a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.insights-article .notice {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  margin-top: 2rem;
  font-size: 0.9375rem;
}
