.legal-doc h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--home-text, #1a1a1a);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-doc p,
.legal-doc li {
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.legal-doc ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
