/* Адаптация для темной темы Stay Casino */
.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(--text-primary);
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--accent-color);
}

.terms-section h3 {
  color: var(--text-primary);
  font-weight: 500;
  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 {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.terms-section li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.terms-intro {
  background: linear-gradient(135deg, rgba(138, 43, 226, 0.1), rgba(75, 0, 130, 0.1));
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
  margin-bottom: 3rem;
}

.terms-intro p {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.terms-update {
  font-style: italic;
  color: var(--accent-color);
  font-weight: 500;
}

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

.subsection-marker {
  color: var(--accent-color);
  font-weight: 600;
  margin-right: 0.5rem;
}