/* Theme-adapted styles for dark interface */
.bg-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: var(--text-primary) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

.last-updated {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
  margin-bottom: 2rem;
}

.important-notice {
  background: rgba(255, 193, 7, 0.1);
  padding: 1.25rem 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
  margin: 1.5rem 0;
}

.important-notice p {
  color: var(--text-primary);
  margin-bottom: 0;
}

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