.legal-page {
  padding-top: 120px;
}

.legal-doc {
  max-width: 820px;
}

.legal-intro {
  color: var(--white-soft);
  font-size: 17px;
  line-height: 1.8;
  margin: 24px 0 48px;
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid var(--gray-border);
}

.legal-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.legal-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 16px;
}

.legal-section p,
.legal-section li {
  color: var(--white-soft);
  font-size: 15px;
  line-height: 1.8;
}

.legal-section p + p,
.legal-section ul {
  margin-top: 12px;
}

.legal-section ul {
  padding-left: 20px;
}

.legal-section li {
  margin-bottom: 8px;
}

.legal-section a {
  color: var(--yellow);
  text-decoration: none;
}

.legal-section a:hover {
  text-decoration: underline;
}

.legal-related {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-border);
  color: var(--gray);
  font-size: 14px;
}

.legal-related a {
  color: var(--yellow);
  text-decoration: none;
}

.legal-related a:hover {
  text-decoration: underline;
}
