.favorite-games__anon{align-items:center;color:#172317;display:flex;flex-direction:column;justify-content:center;max-height:440px;min-height:280px;text-align:center}@media(min-width:768px){.favorite-games__anon{min-height:40vw}}@media(min-width:960px){.favorite-games__anon{min-height:30vw}}.favorite-games__favorites-btn{align-items:center;background:#f6f7fb;border-radius:4px;color:#d2d5e1;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:16px;height:30px;justify-content:center;transition:all .3s ease;width:30px}.favorite-games__favorites-btn:hover{background:#dadade;color:#ef512b}.favorite-games__list{grid-gap:6px;display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:576px){.favorite-games__list{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.favorite-games__list{grid-template-columns:repeat(4,1fr)}}@media(min-width:960px){.favorite-games__list{grid-template-columns:repeat(6,1fr)}}.favorite-games__item{max-width:100%}