.table .header h4 {
  font-size: 0.9rem;
  font-weight: bolder;
}

.ranking .table {
  min-width: 875px;
}

.ranking .table th {
  padding: 1.2rem 1.5rem;
}

.ranking .table td {
  padding: 0.95rem 1.5rem;
}

.ranking .table td .chart {
  width: 160px;
  aspect-ratio: 1.1;
}

.ranking .table th,
.ranking .table td {
  font-size: var(--fs-body-xs);
}

.ranking .table td .badge {
  min-width: 90px;
}

.ranking table td:nth-child(4),
.ranking table th:nth-child(4),
.ranking table td:nth-child(5),
.ranking table th:nth-child(5),
.ranking table td:nth-child(6),
.ranking table th:nth-child(6) {
  text-align: center;
}

/* Pagination specific */
.pagination-wrapper {
  background: var(--theme-bg-500);
}