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

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

.terms-section h2 {
  color: var(--primary-color);
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--border-color);
}

.terms-section h3 {
  color: var(--text-primary);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.terms-section p {
  line-height: 1.8;
  color: var(--text-secondary);
}

.terms-section ul,
.terms-section ol {
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.terms-section li {
  margin-bottom: 0.75rem;
}

.effective-date {
  font-style: italic;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.important-notice {
  padding: 1.5rem;
  background-color: var(--dark-card);
  border-left: 4px solid var(--primary-color);
  margin: 2rem 0;
  border-radius: 0.5rem;
}

.section-number {
  color: var(--primary-color);
  font-weight: 600;
}

strong {
  color: var(--text-primary);
}