.components-game-select{flex-wrap:wrap;justify-content:space-between;row-gap:24px;display:flex}.components-game-select .game{background:var(--primary-800);border-radius:80px;align-items:center;width:260px;height:80px;margin-bottom:17px;padding-left:30px;display:flex}.components-game-select .game:hover{background:var(--primary-700)}.components-game-select .game img{filter:brightness(0)invert();width:35px;height:32px;margin-right:25px}.components-game-select .game .title{color:var(--white-100);font-weight:600}.components-game-select .game .price{color:var(--white-50);font-size:14px;font-weight:500}@media screen and (max-width:768px){.components-game-select{grid-template-columns:1fr;row-gap:7px;width:100%;display:grid}.components-game-select .game{width:100%}}
