.leaderboard-card {
  margin-top: 16px;
  overflow: hidden;
  border-color: #2e2a18;
  background: linear-gradient(145deg,rgba(15,16,20,.99),rgba(8,9,12,.99));
}

.leaderboard-head {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid #272719;
}

.leaderboard-head>div:first-child {
  min-width: 180px;
}

.leaderboard-head span:first-child {
  color: #d1aa25;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.leaderboard-head h2 {
  margin: 3px 0 0;
  font-size: 15px;
}

.leaderboard-head>button {
  width: 34px;
  height: 34px;
  margin-left: auto;
  flex: none;
  border: 1px solid #35301d;
  border-radius: 9px;
  background: #121318;
  color: #d5b535;
  cursor: pointer;
}

.leaderboard-champions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
  min-width: 0;
}

.leader-chip {
  max-width: 270px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid #302d22;
  border-radius: 18px;
  color: #9da0a9!important;
  background: #111217;
  font-size: 11px!important;
  letter-spacing: 0!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leader-chip i {
  font-style: normal;
}

.leader-chip b {
  color: #f1f2f5;
}

.leaderboard-tabs {
  height: 47px;
  display: flex;
  justify-content: center;
  gap: 6px;
  border-bottom: 1px solid #22242a;
}

.leaderboard-tabs button {
  min-width: 150px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #656974;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.leaderboard-tabs button.active {
  color: #ffe04e;
  border-bottom-color: #eeb900;
}

.leaderboard-table-wrap {
  overflow-x: auto;
}

.leaderboard-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.leaderboard-table th {
  padding: 11px 18px;
  color: #727887;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}

.leaderboard-table td {
  padding: 13px 18px;
  border-top: 1px solid #202229;
  color: #d6d9e1;
  font-size: 12px;
}

.leaderboard-table tbody tr {
  transition: background .18s;
}

.leaderboard-table tbody tr:hover {
  background: rgba(255,195,0,.025);
}

.leader-player {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.leader-player>i {
  width: 23px;
  color: #797d87;
  font-size: 11px;
  font-style: normal;
  text-align: center;
}

.leader-player .rank-1 { color: #ffd130; }
.leader-player .rank-2 { filter: grayscale(.45); }
.leader-player .rank-3 { filter: sepia(.7); }

.leader-player small,
.leaderboard-table td>small,
.leaderboard-table time small {
  display: block;
  margin-top: 3px;
  color: #6d727e;
  font-size: 9px;
  font-weight: 600;
}

.leader-player small {
  color: #c99b16;
}

.leader-payout {
  color: #20d98a!important;
  font-weight: 900;
}

.leaderboard-table time {
  display: block;
  text-align: right;
  white-space: nowrap;
}

.leaderboard-table th:last-child {
  text-align: right;
}

.leader-empty {
  padding: 28px!important;
  color: #737783!important;
  text-align: center;
}

.leaderboard-card.collapsed .leaderboard-head {
  border-bottom: 0;
}

@media (max-width: 820px) {
  .leaderboard-head {
    flex-wrap: wrap;
  }

  .leaderboard-head>div:first-child {
    min-width: 0;
  }

  .leaderboard-champions {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }
}

@media (max-width: 520px) {
  .leaderboard-head {
    padding: 12px;
  }

  .leaderboard-tabs {
    justify-content: flex-start;
    padding: 0 10px;
  }

  .leaderboard-tabs button {
    min-width: 130px;
  }

  .leader-chip {
    flex: none;
    max-width: 220px;
  }
}
