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

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

h1 {
  color: var(--primary);
  margin-bottom: 1.5rem;
  font-weight: 700;
}

h2 {
  color: var(--primary);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.75rem;
}

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

p {
  line-height: 1.8;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

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

ul li, ol li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: var(--text-primary);
}

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

.card,
.card-body {
  color: #000 !important;
}

.card p,
.card-body p,
.card h3,
.card h4,
.card h5,
.card-body h3,
.card-body h4,
.card-body h5,
.card li,
.card-body li {
  color: #000 !important;
}

.warning-box {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 1.25rem;
  margin: 2rem 0;
  border-radius: 4px;
}

.warning-box p,
.warning-box strong {
  color: #000 !important;
}

.info-box {
  background-color: #d1ecf1;
  border-left: 4px solid #17a2b8;
  padding: 1.25rem;
  margin: 2rem 0;
  border-radius: 4px;
}

.info-box p,
.info-box strong {
  color: #000 !important;
}

.contact-section {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 3rem;
}

.contact-section h2,
.contact-section p,
.contact-section li,
.contact-section strong {
  color: #000 !important;
}

.text-muted {
  color: #fff !important;
}

.text-muted small {
  color: #fff !important;
}

p.text-muted strong {
  color: #fff !important;
}