.table {
  margin: 0;
}

.table thead th {
  background: #eff3f8;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 700;
  border-top: 0;
  border-bottom: 1px solid #e7eaf0 !important;
  letter-spacing: 0.02em;
}

.table tbody td {
  border-color: #e7eaf0;
  color: #334155;
  padding: 0.6rem 0.75rem;
}

.table-hover tbody tr:hover td {
  background: #fafcff;
}

.country-row td {
  border-color: #e7eaf0 !important;
  padding: 0.55rem 0.75rem;
  font-weight: 700;
  color: #374151;
  

  border-radius: 10px;
  background: #eff3f8;
  border-width: 0px;
}


@media (max-width: 576px) {
  .table thead th {
    font-size: 0.8rem;
  }

  .table tbody td {
    font-size: 0.9rem;
  }
}