.legal-document {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1f2937;
  line-height: 1.6;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0.5rem 0.25rem 1rem;
}

.legal-document h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b2e4b;
  margin: 0 0 0.5rem;
}

.legal-document h2 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1b2e4b;
  margin: 1.25rem 0 0.5rem;
}

.legal-document p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
}

.legal-meta {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 1rem !important;
}

.legal-document section:last-child p:last-child {
  margin-bottom: 0;
}
