.bg-light {
  background-color: var(--dark-lighter) !important;
  color: var(--text-primary) !important;
}

.table {
  color: var(--text-primary);
  border-color: var(--border-color);
}

.table-dark {
  --bs-table-bg: var(--dark-card);
  --bs-table-striped-bg: var(--dark-lighter);
  --bs-table-border-color: var(--border-color);
}

.table thead {
  background: var(--dark-card);
  border-bottom: 2px solid var(--border-color);
}

.terms-section {
  margin-bottom: 3rem;
}

.terms-section h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.terms-section h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.terms-section p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.terms-section ul, .terms-section ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.terms-section li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.last-updated {
  font-style: italic;
  color: var(--gray);
  margin-bottom: 2rem;
}