/* Games-first: catalog sections immediately after hero. */
.llw-layout-games-first .home-hero {
	padding-bottom: 2rem;
}

.llw-layout-games-first .home-latest-games,
.llw-layout-games-first .home-high-rtp,
.llw-layout-games-first .home-explore-themes {
	padding-top: 2.5rem;
}

.llw-layout-games-first .home-latest-games .llw-game-grid,
.llw-layout-games-first .home-high-rtp .llw-game-grid {
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.llw-layout-games-first .home-experiences {
	padding-top: 3rem;
}
