.teamRankingSelector-container {
    height: 48px;
    cursor: pointer;
}

.teamRankingSelector-team {
    --border: 2px solid black;
    --size: 12px;

    background-color: transparent;
    border-right: var(--border);
    border-bottom: var(--border);
    rotate: 45deg;
    height: var(--size);
    width: var(--size);
    border-bottom-right-radius: 2px;
}

.teamRankingSelector-team[aria-selected="true"] {
    rotate: 225deg;
}

.teamRankingSelector-unselec {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    font-size: 16px;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teamRankingSelector-p {
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teamRankingSelector-members {
    background-color: white;
    border-radius: 8px;
}
