.rankingTeamSelector-container {
    display: flex;
    flex-direction: column;
    width: 256px;
    background-color: #F0F2F5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    max-height: min(100%, calc(100vh - 150px));
    padding: 12px 8px;
}