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

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

.terms-section h2 {
  color: var(--primary);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 0.5rem;
}

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

.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.75rem;
  line-height: 1.7;
}

.update-date {
  color: var(--text-secondary);
  font-style: italic;
  margin-bottom: 2rem;
  display: block;
}

.important-notice {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid var(--warning);
  background-color: rgba(255, 193, 7, 0.1);
}

.section-intro {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}