.single-game-selection__container>input{margin-bottom:3.2rem;padding-top:.5rem;height:unset;border-radius:.5rem;background:var(--grey-010);width:50rem}.single-game-selection__container>input:focus{background:var(--grey-000)}.single-game-selection__games-container{display:flex;gap:3.2rem;flex-wrap:wrap;max-height:64.732rem;min-height:64.732rem;overflow:hidden}.single-game-selection__game{max-width:18rem;border:.2rem solid transparent;height:min-content}.single-game-selection__game:hover{border:.2rem solid var(--blue-100)}.single-game-selection__stats{padding:1rem;background:var(--grey-010);text-align:left;font-size:2rem}.single-game-selection__game-name{text-transform:capitalize;font-weight:700;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.single-game-selection__events{font-size:1.6rem}@media (max-width:840px){.single-game-selection__games-container{gap:1rem;max-height:unset}.single-game-selection__container>input{width:100%}.single-game-selection__game{display:flex;width:100%;max-width:unset}.single-game-selection__game>img{max-height:7rem;max-width:5.25rem}.single-game-selection__stats{width:100%}.single-game-selection__game-name{font-size:1.6rem}}