/* Light theme adjustments for legal page */
.bg-light {
  background-color: #f8f9fa !important;
  color: #212529 !important;
}

.table {
  color: #212529;
  border-color: rgba(0,0,0,0.1);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.05);
}

.table thead {
  background: #e9ecef;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}

/* Legal document styling */
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

p {
  line-height: 1.8;
  color: var(--text-muted, #6c757d);
}

ul, ol {
  line-height: 1.8;
  color: var(--text-muted, #6c757d);
  margin-bottom: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

.legal-update {
  font-style: italic;
  color: var(--text-muted, #6c757d);
  margin-bottom: 2rem;
}

.section-divider {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 2rem 0;
}