.article-page {
  padding-top: calc(var(--header-h) + 48px);
  padding-bottom: 80px;
}

.article {
  max-width: 680px;
}

.article__back {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 24px;
  text-decoration: none;
}

.article__back:hover {
  color: var(--blue);
}

.article h1 {
  font-size: clamp(1.75rem, 4vw, 2.375rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 32px;
  line-height: 1.2;
}

.article__content {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text);
}

.article__content p {
  margin-bottom: 1.25em;
  color: var(--muted);
}

.article__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2em 0 0.75em;
}

.article__content ul,
.article__content ol {
  margin: 0 0 1.25em 1.25em;
  color: var(--muted);
}

.article__content li {
  margin-bottom: 0.5em;
}

.article__placeholder {
  padding: 24px;
  background: var(--bg);
  border: 1px dashed var(--border);
  border-radius: var(--radius-sm);
  text-align: center;
  font-style: italic;
}

.article__cta {
  margin-top: 2em;
  padding: 20px 24px;
  background: var(--bg);
  border-left: 3px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 1rem !important;
  color: var(--text) !important;
}

.article__cta a {
  font-weight: 600;
}
