.games-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));align-items:start}@media (min-width:1024px){.games-grid,.games-grid-6,.games-grid-lg{grid-template-columns:repeat(6,1fr);gap:var(--sp-4)}.recommended-section .games-grid{grid-template-columns:repeat(6,1fr)}}@media (min-width:1440px){.games-grid,.games-grid-6{grid-template-columns:repeat(6,1fr);gap:18px}}@media (max-width:1023px){.games-grid,.games-grid-6{grid-template-columns:repeat(2,1fr);gap:9px}}@media (max-width:480px){.games-grid,.games-grid-6{grid-template-columns:repeat(2,1fr);gap:7px}}#all-games-preview,#hottest-games,#new-games{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:start}#all-games-preview .game-card,#hottest-games .game-card,#new-games .game-card{width:100%;min-width:0}#all-games-preview .game-thumb,#hottest-games .game-thumb,#new-games .game-thumb{width:100%;height:140px;object-fit:cover;display:block}@media (max-width:1400px){#all-games-preview,#hottest-games,#new-games{grid-template-columns:repeat(5,1fr)}}@media (max-width:1100px){#all-games-preview,#hottest-games,#new-games{grid-template-columns:repeat(4,1fr)}}@media (max-width:800px){#all-games-preview,#hottest-games,#new-games{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){#all-games-preview,#hottest-games,#new-games{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#all-games-preview .game-thumb,#hottest-games .game-thumb,#new-games .game-thumb{height:110px}}@media (max-width:560px){#all-games-preview,#hottest-games,#new-games{grid-template-columns:repeat(2,1fr);gap:10px}#all-games-preview .game-thumb,#hottest-games .game-thumb,#new-games .game-thumb{height:95px}}#category-games{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;width:100%;max-width:1600px;margin-inline:auto;align-items:start}#category-games .game-card{width:100%;min-width:0}#category-games .game-thumb{width:100%;height:140px;object-fit:cover;display:block}#category-games .game-card-title{font-size:.82rem;line-height:1.35}@media (max-width:1400px){#category-games{grid-template-columns:repeat(5,1fr)}}@media (max-width:1100px){#category-games{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){#category-games{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-inline:12px;box-sizing:border-box}#category-games .game-thumb{height:110px}#category-games .game-card-title{font-size:12px;line-height:1.3}}@media (max-width:480px){#category-games{gap:10px}#category-games .game-thumb{height:95px}}