@media (max-width: 599px) {
    .team-form .gamemode-list > .gamemode-id {
        grid-template-columns: 100%;
        grid-gap: 12px;
    }

    .team-form .gamemode-list .gamemode-list {
        padding: 12px;
        border-radius: 8px;
        background-color: rgba(0,0,0,0.04);
    }

    body[data-theme="dark"] .team-form .gamemode-list .gamemode-list {
        background-color: rgba(255,255,255,0.04);
    }
}