/* Адаптация для тёмной темы сайта */
.bg-light {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: var(--color-text) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.table {
  color: var(--color-text);
  border-color: rgba(255, 255, 255, 0.1);
}

.table-dark {
  --bs-table-bg: rgba(255, 255, 255, 0.03);
  --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
  --bs-table-border-color: rgba(255, 255, 255, 0.1);
}

.table thead {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

/* Стили для юридического документа */
.privacy-section {
  margin-bottom: 3rem;
}

.privacy-section h2 {
  color: var(--color-primary);
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.75rem;
}

.privacy-section h3 {
  color: var(--color-secondary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.privacy-section p {
  line-height: 1.8;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.privacy-section ul,
.privacy-section ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.privacy-section li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.privacy-section li strong {
  color: var(--color-text);
}

.effective-date {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid var(--color-primary);
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
}
.contact-info {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

.privacy-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.data-table {
  width: 100%;
  margin: 1.5rem 0;
}

.highlight-text {
  color: var(--color-accent);
  font-weight: 500;
}
