/* LIST */
.team-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
