/* Legal pages — tidy, readable, on-brand */
.legal-content {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0,0,0,0.85);
}

/* Headings with subtle gold accent */
.legal-content h2 {
  margin-top: 2rem;
  margin-bottom: .75rem;
  padding-left: .75rem;
  border-left: 6px solid var(--chai-insight-gold, #FFD966);
  font-weight: 700;
  line-height: 1.3;
}
.legal-content h3 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

/* Lists spacing */
.legal-content ul, .legal-content ol {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.legal-content li { margin-bottom: .35rem; }

/* Links readable + brand hover */
.legal-content a { text-decoration: underline; color: var(--chai-clarity-blue, #4A86E8); }
.legal-content a:hover { color: #2a62bc; }

/* Anchor offset for sticky header */
.legal-content h2,
.legal-content h3,
.legal-content h4 {
  scroll-margin-top: 96px; /* header height + breathing room */
}

/* Horizontal rule softer */
.container hr.my-4 { border-color: rgba(0,0,0,0.08); }

/* Small breadcrumbs tone */
.small, .text-muted.small { color: rgba(0,0,0,0.55) !important; }
