.tl-leaderboard-wrapper {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.tl-leaderboard-wrapper h2 {
  margin-bottom: 20px;
  font-size: 1.8em;
}

.tl-leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tl-leaderboard-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  align-items: center;
  font-size: 1em;
}

.rank-badge {
  background-color: #00c27a;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.username {
  flex-grow: 1;
  margin-left: 15px;
  text-align: left;
}

.xp-count {
  font-weight: 600;
  color: #333;
}