/*
Theme Name: No WiFi Game
Theme URI: https://nowifigame.org/
Author: No WiFi Game
Description: Offline-style browser game portal. Homepage features Dino Game, plus 380 categorized HTML5 iframe games.
Version: 1.3.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: no-wifi-game
*/

/* Critical grid lock */
.nwg-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(124px, 1fr)) !important;
	gap: 16px !important;
}
.nwg-card {
	display: flex !important;
	flex-direction: column !important;
	text-decoration: none !important;
}
.nwg-card__thumb {
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	width: 100% !important;
}
