.content-page {
  padding: 54px 0 96px;
  background: #fff;
}

.content-page__article {
  max-width: 920px;
  margin: 0 auto;
}

.content-page__header {
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--color-border);
}

.content-page__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-page__header h1 {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
}

.content-page__media {
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--color-surface);
}

.content-page__media img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.content-page__body {
  color: #111;
  font-size: 17px;
  line-height: 1.75;
}

.content-page__body > * {
  margin-top: 0;
  margin-bottom: 22px;
}

.content-page__body h2,
.content-page__body h3,
.content-page__body h4 {
  margin-top: 36px;
  color: #000;
  line-height: 1.2;
}

.content-page__body a {
  border-bottom: 1px solid #000;
}

.content-page__body ul,
.content-page__body ol {
  padding-left: 22px;
}

.content-page__body blockquote {
  margin: 30px 0;
  padding: 20px 24px;
  border-left: 3px solid #000;
  background: var(--color-surface);
  color: #000;
}

.content-page__pagination {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}

@media (max-width: 720px) {
  .content-page {
    padding: 36px 0 70px;
  }

  .content-page__header h1 {
    font-size: 34px;
  }

  .content-page__body {
    font-size: 16px;
  }
}
