.multi-currency-section {
  background: #f5f7fb;
}

.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  color: #333333;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .2px;
  color: #333;
}

.stat-card {
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  background: #FFF;
}

.stat-card p {
  color: #576574;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}

.stat-number {
  color: #031222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.stat-icon svg {
  width: 24px;
  height: 24px;
}

.stat-icon {
  margin-bottom: 12px;
}

.table-card .pill {
  display: inline-block;
  padding: 8px 14px;
  margin: 4px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 1px rgba(0, 0, 0, 0.10);
  color: #031222;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.pill.active {
  background: #0d3b66;
  color: #fff;
}

/* Table container */
.table-box {
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  margin-top: 24px;
}

.table-box .table thead th {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.table-box .table tbody td {
  color: #031222;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.table-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.table-card ul.nav.nav-pills {
  border-radius: 12px;
  background: #EEF4FB;
  display: inline-flex;
  padding: 8px;
}

.table-card ul.nav.nav-pills button.nav-link {
  color: #576574;
  text-align: center;
  font-size: 13.6px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 24px;
}

#countryControls input,
#currencyControls input {
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  width: 100%;
  height: 36px;
  max-width: 384px;
  padding: 9.75px 13.55px 9.75px 13px;
}

.table-card ul.nav.nav-pills button.nav-link.active {
  background: #fff;
  color: #031222;
}

.table-box .table {
  margin-bottom: 0;
}

.table-box table tbody tr:last-child,
.table-box table tbody tr:last-child td {
  border-bottom: 1px solid transparent;
}

/* Code badge */
.code-badge {
  background: #e7f1ff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.stat-card {
  .stat-icon {
    img {
      max-width: 25px;
      width: 100%;
    }
  }
}

.show-all-countries-count,
.show-all-currencies-count {
  font-size: 14px;
}

.tab-footer {
  svg {
    width: 16px;
    height: 16px;
  }
}


@media all and (max-width: 540px) {

  .table-card {
    padding: 24px 16px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .table-card ul.nav.nav-pills button.nav-link {
    padding: 8px 10px;
  }

  .table-card ul.nav.nav-pills {
    padding: 6px;
  }

  #countryFilters {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
  }

  .table-card {
    flex-shrink: inherit;
  }
}
