/* Адаптация к теме сайта */
.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(--primary-bright);
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary-deep);
}

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

.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.5rem;
}

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

.last-updated {
  background: var(--neutral-dark);
  padding: 1rem;
  border-radius: 0.5rem;
  border-left: 4px solid var(--accent-coral);
  margin-bottom: 2rem;
}

.important-notice {
  background: rgba(255, 107, 107, 0.1);
  border-left: 4px solid var(--accent-coral);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0.5rem;
}

.subsection {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}