.legal-article {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
}

.legal-article h2 {
  color: #111827;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.25;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #fee2e2;
}

.legal-article h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-article h3 {
  color: #111827;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 1.75rem;
}

.legal-article p {
  margin-top: 1rem;
}

.legal-article ul,
.legal-article ol {
  margin-top: 1rem;
  padding-left: 1.35rem;
}

.legal-article ul {
  list-style: disc;
}

.legal-article ol {
  list-style: decimal;
}

.legal-article li {
  margin-top: .45rem;
  padding-left: .25rem;
}

.legal-article strong {
  color: #111827;
  font-weight: 800;
}

.legal-article a {
  color: #dc2626;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-article a:focus-visible,
.site-link:focus-visible {
  outline: 3px solid rgba(239, 68, 68, .38);
  outline-offset: 4px;
  border-radius: .375rem;
}
