/* Common */
.table-custom {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
}

.table-custom th,
.table-custom td {
  padding: 14px 18px;
  vertical-align: middle;
}

/* Content */
.table-custom th {
  background-color: #0b0f19;
  color: #ffd700;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #d4af37;
}

.table-custom td {
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.925rem;
}

.table-custom tr:last-child td {
  border-bottom: none;
}

/* Section */
.table-wrapper {
  margin-bottom: 24px;
  overflow-x: auto;
}

/* Section Background */
.table-bg-light {
  background-color: #ffffff;
}

/* Heading */
.table-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}

/* Sub Heading */
.table-sub-heading {
  font-size: 0.9rem;
  color: #64748b;
}

/* Title */
.table-cell-title {
  font-weight: 600;
  color: #0f172a;
}

/* Sub Title */
.table-cell-sub-title {
  font-size: 0.8rem;
  color: #64748b;
}

/* Paragraph */
.table-caption-text {
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 8px;
}

/* Images */
.table-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Cards */
.table-container-card {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 20px;
}

/* Lists */
.table-action-list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Footer */
.table-footer {
  padding: 12px 18px;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .table-custom th,
  .table-custom td {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   Compare Account Routes — added 2026-08-08
   ========================================================================== */
.compare-routes-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-routes-table th,
.compare-routes-table td {
  padding: 10px;
  font-size: 15px;
}

.compare-routes-table thead th {
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #fff;
}

.compare-routes-table tbody td {
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #fff;
}

.compare-routes-table tbody tr:nth-child(even) td {
  background-color: #f3f3f3;
}

@media (max-width: 768px) {

  .compare-routes-table th,
  .compare-routes-table td {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   Official Trading Risk Disclosure — added 2026-08-08
   ========================================================================== */
.doc-info-table {
  width: 100%;
  max-width: 600px;
  border-collapse: separate;
  border-spacing: 2px;
}

.doc-info-table th,
.doc-info-table td {
  background-color: #f3f3f3;
  padding: 10px;
  font-size: 15px;
  color: #000000;
  text-align: left;
}

.doc-info-table th {
  font-weight: 400;
}

.doc-info-table td {
  font-weight: 600;
}

/* ==========================================================================
   International Markets — Market Specs Table — added 2026-08-08
   ========================================================================== */
.compare-routes-table--left-header thead th {
  text-align: left;
}