.col-lg-12 p,
.col-lg-12 .mb-4,
.col-lg-12 .mb-5,
section p,
section .mb-4,
section .mb-5 {
  margin-bottom: 0 !important;
}

.col-lg-12 ul,
.col-lg-12 ol,
section ul,
section ol {
  margin-bottom: 0 !important;
}

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

.table {
  color: var(--text-primary);
  border-color: var(--border-color);
}

.table-dark {
  --bs-table-bg: var(--dark-card);
  --bs-table-striped-bg: var(--dark-lighter);
  --bs-table-border-color: var(--border-color);
}

.table thead {
  background: var(--dark-card);
  border-bottom: 2px solid var(--border-color);
}

.terms-subsection {
  margin-left: 1.5rem;
  margin-bottom: 0 !important;
}

.effective-date {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 0 !important;
}

.important-notice {
  padding: 1.5rem;
  background: var(--dark-lighter);
  border-left: 4px solid var(--primary-electric);
  margin-bottom: 0 !important;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem !important;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.75rem;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem !important;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1.35rem;
}

p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0 !important;
}

ul, ol {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0 !important;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.75rem;
}

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

.mb-4, .mb-5 {
  margin-bottom: 0 !important;
}

.terms-section {
  margin-bottom: 0 !important;
}