.giver-leaderboard {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
table.giver-leaderboard tr th,
table.giver-leaderboard tr td {
    padding: 0.25rem 0.2rem;
    font-size: 0.85rem;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.giver-leaderboard .giver-col-points {
    text-align: right;
    white-space: nowrap;
}
.giver-leaderboard .giver-col-rank {
    text-align: left;
    white-space: nowrap;
}

.giver-leaderboard-empty {
    font-style: italic;
}
.giver-leaderboard-scroll {
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.giver-leaderboard-scroll .giver-leaderboard {
    margin: 0;
}
.giver-leaderboard-scroll thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.giver-leaderboard .giver-col-tier {
    text-align: center;
    white-space: nowrap;
}
.giver-symbol {
    font-size: 1.1em;
    line-height: 1;
}
.giver-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.giver-leaderboard-legend {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2em 0.6em;
    padding: 0.25em 0;
    margin: 0.25em 0 0.5em;
    font-size: 0.9em;
}
.giver-leaderboard-legend li {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
}

@media (min-width: 601px) {
    table.giver-leaderboard tr th,
    table.giver-leaderboard tr td {
        padding: 0.5em 0.75em;
        font-size: 1rem;
    }
    .giver-leaderboard-legend {
        gap: 0.25em 1em;
        padding: 0.5em 0;
        margin: 0.5em 0 1em;
    }
}
