/* Team List */

#teamListPanel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#teamListContainer {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    min-height: 0;
    gap: 20px;
    justify-content: center;
}

.teamListBox {
    flex-grow: 1;
    max-width: 30vw;
    border: 5px groove lightgray;
    display: flex;
    flex-direction: column;
}

.teamListBox h2 {
    text-align: center;
}

.teamListBox .playerList {
    justify-content: center;
}
