.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);
}

.table tbody tr {
  border-bottom: 1px solid var(--border-color);
}

.payment-icon {
  display: inline-block;
  width: 50px;
  height: 32px;
  background: var(--primary);
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}

.highlight-payment {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  color: #000000 !important;
}

.highlight-payment h2,
.highlight-payment h3,
.highlight-payment p,
.highlight-payment strong {
  color: #000000 !important;
}

.card {
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.col-lg-12 > .card.bg-light.text-dark.mb-5 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

.card.bg-light.text-dark.mb-5 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.col-lg-12 > .card.bg-light.text-dark.mb-3,
.col-lg-12 > .card.bg-light.text-dark.mb-5 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}

.card.bg-light.text-dark.mb-3,
.card.bg-light.text-dark.mb-5 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
}

.row .col-lg-12 .card.bg-light {
  width: 100% !important;
  max-width: 100% !important;
}

section.container .col-lg-12 .card.bg-light.text-dark {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

section.container > .row > .col-lg-12 > .card.bg-light.text-dark {
  width: 100% !important;
  max-width: 100% !important;
}

.col-lg-12.mx-auto .card.bg-light.text-dark.mb-3,
.col-lg-12.mx-auto .card.bg-light.text-dark.mb-5 {
  box-sizing: border-box;
}

section.container .col-lg-12 .card.bg-light.text-dark.mb-3,
section.container .col-lg-12 .card.bg-light.text-dark.mb-5 {
  box-sizing: border-box;
}

section.container .card.bg-light.text-dark.mb-3,
section.container .card.bg-light.text-dark.mb-5 {
  box-sizing: border-box;
}