	/* Game Cards Image Styling - Simple 4-column layout */
	#og-grid.og-grid.games-page-grid {
		display: block !important;
		text-align: left !important;
		font-size: 0 !important;
		padding: 0px !important;
		margin: 0px !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
	}

	#og-grid.og-grid.games-page-grid * {
		text-align: left !important;
	}

	#og-grid.og-grid.games-page-grid li {
		display: inline-block !important;
		width: 25% !important;
		padding: 0 5px !important;
		margin: 3px 0 !important;
		vertical-align: top !important;
		font-size: 14px !important;
		box-sizing: border-box !important;
		height: auto !important;
		min-height: 380px !important;
	}

	.games-page-grid li img,
	.games-page-grid li>a img {
		height: 250px !important;
		width: 100% !important;
		object-fit: cover !important;
		border-radius: 4px 4px 0 0 !important;
	}

	.games-page-grid li>a {
		overflow: hidden !important;
		display: block !important;
		height: 250px !important;
		border-radius: 4px 4px 0 0 !important;
	}

	/* Responsive Design */
	@media(max-width:1024px) {
		#og-grid.og-grid.games-page-grid {
			font-size: 0 !important;
			padding: 0px !important;
			margin: 0px !important;
		}

		#og-grid.og-grid.games-page-grid li {
			width: 25% !important;
			min-height: 360px !important;
			padding: 0 10px !important;
		}

		.games-page-grid li img,
		.games-page-grid li>a img {
			height: 200px !important;
		}

		.games-page-grid li>a {
			height: 200px !important;
		}

		.game-title {
			font-size: 13px;
		}

		.stars {
			font-size: 13px;
		}

		.play-now-btn {
			font-size: 11px;
			padding: 7px 10px;
		}

	}

	@media(max-width:768px) {
		#og-grid.og-grid.games-page-grid {
			font-size: 0 !important;
			padding: 0px !important;
			margin: 0px !important;
		}

		#og-grid.og-grid.games-page-grid li {
			width: 25% !important;
			min-height: 320px !important;
			padding: 0 8px !important;
		}

		.games-page-grid li img,
		.games-page-grid li>a img {
			height: 160px !important;
		}

		.games-page-grid li>a {
			height: 160px !important;
		}

		.game-title {
			font-size: 12px;
			height: 30px;
		}

		.stars {
			font-size: 12px;
		}

		.play-now-btn {
			font-size: 11px;
			padding: 6px 8px;
		}

		.game-info {
			margin-top: 0px !important;
		}
	}

	@media(max-width:640px) {
		#og-grid.og-grid.games-page-grid {
			font-size: 0 !important;
			padding: 0px !important;
			margin: 0px !important;
		}

		#og-grid.og-grid.games-page-grid li {
			width: 25% !important;
			min-height: 300px !important;
			padding: 0 6px !important;
		}

		.games-page-grid li img,
		.games-page-grid li>a img {
			height: 140px !important;
		}

		.games-page-grid li>a {
			height: 140px !important;
		}

		.game-title {
			font-size: 11px;
			height: 28px;
		}

		.stars {
			font-size: 11px;
		}

		.play-now-btn {
			font-size: 10px;
			padding: 5px 8px;
		}

	}

	@media(max-width:480px) {
		#og-grid.og-grid.games-page-grid {
			font-size: 0 !important;
			padding: 0px !important;
			margin: 0px !important;
		}

		#og-grid.og-grid.games-page-grid li {
			width: 50% !important;
			min-height: 220px !important;
			padding: 0 3px !important;
			margin: 2px 0 !important;
		}

		.games-page-grid li img,
		.games-page-grid li>a img {
			height: 120px !important;
		}

		.games-page-grid li>a {
			height: 120px !important;
		}

		.game-title {
			font-size: 12px;
			height: 32px;
		}

		.stars {
			font-size: 12px;
		}

		.play-now-btn {
			font-size: 11px;
			padding: 6px 10px;
		}

	}

	@media(max-width:320px) {
		#og-grid.og-grid.games-page-grid {
			font-size: 0 !important;
			padding: 0px !important;
			margin: 0px !important;
		}

		#og-grid.og-grid.games-page-grid li {
			width: 50% !important;
			min-height: 200px !important;
			padding: 0 4px !important;
		}

		.games-page-grid li img,
		.games-page-grid li>a img {
			height: 100px !important;
		}

		.games-page-grid li>a {
			height: 100px !important;
		}

		.game-title {
			font-size: 11px;
			height: 30px;
		}

		.stars {
			font-size: 11px;
		}

		.play-now-btn {
			font-size: 10px;
			padding: 5px 8px;
		}

	}

	/* Game Info Styling */
	.game-info {
		padding: 4px;
		background: #ffffff;
		border-radius: 0 0 8px 8px;
		margin-top: 0px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
		border: 1px solid rgba(0, 0, 0, 0.08);
	}

	.game-title {
		font-size: 14px;
		font-weight: 600;
		color: #333;
		margin: 0 0 2px 0;
		line-height: 1.2;
		height: 34px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		text-align: left;
	}

	.game-rating {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 2px;
		gap: 4px;
	}

	.stars {
		color: #ffa500;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.rating-value {
		font-size: 14px;
		color: #666;
		font-weight: 600;
	}

	.play-now-btn {
		display: block;
		width: 100%;
		background: linear-gradient(135deg, #8fbf00, #7aae00);
		color: white;
		text-align: center;
		padding: 5px 8px;
		text-decoration: none;
		border-radius: 4px;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		margin-top: 3px;
		transition: all 0.3s ease;
		box-shadow: 0 2px 4px rgba(143, 191, 0, 0.3);
	}

	.play-now-btn:hover {
		background: linear-gradient(135deg, #7aae00, #6a9e00);
		transform: translateY(-1px);
		box-shadow: 0 4px 8px rgba(143, 191, 0, 0.4);
		color: white;
		text-decoration: none;
	}

	.play-now-btn:active {
		transform: translateY(0);
		box-shadow: 0 2px 3px rgba(143, 191, 0, 0.3);
	}

	/* Update game card height to accommodate info */
	.og-grid li {
		height: auto !important;
	}

	/* Sidebar Games Styling */
	.late img {
		height: 120px !important;
		width: 100% !important;
		object-fit: cover !important;
		border-radius: 4px !important;
	}

	.late a.fashion {
		display: block !important;
		overflow: hidden !important;
		border-radius: 4px !important;
	}

	/* More Games Button - Text Only */
	.more-games-btn {
		display: inline-block;
		padding: 0;
		background: none;
		color: #8fbf00;
		text-decoration: none;
		border: none;
		border-radius: 0;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		white-space: nowrap;
		transition: color 0.3s ease;
		box-shadow: none;
		cursor: pointer;
		flex-shrink: 0;
	}

	.more-games-btn:hover {
		color: #6a9e00;
		text-decoration: underline;
		background: none;
		box-shadow: none;
		transform: none;
	}

	.more-games-btn:active {
		color: #5a8e00;
		background: none;
		box-shadow: none;
		transform: none;
	}

	/* More button row - desktop: title centered, button on right, all on ONE line */
	.more-btn-row {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		padding: 5px 15px;
	}

	.more-btn-row p,
	.more-btn-row h2 {
		flex: 0 0 auto;
		text-align: center;
		min-width: 0;
		white-space: nowrap;
	}

	/* Title on the LEFT, never forced to full width */
	.more-btn-row h2.new {
		width: auto !important;
		flex: 0 0 auto;
		margin: 0 !important;
		margin-right: auto !important;
		text-align: left;
	}

	.more-btn-row p {
		flex: 0 0 auto;
	}

	.more-btn-row p:empty {
		display: none;
	}

	/* More button on the RIGHT */
	.more-btn-row .more-games-btn {
		margin-left: 0 !important;
		flex: 0 0 auto;
		position: relative;
		z-index: 1;
	}

	.more-btn-row .spotlight-description {
		max-width: 700px;
		margin: 0 auto !important;
	}

	/* Mobile responsive for more button */
	@media (max-width: 640px) {
		.more-btn-row {
			flex-wrap: wrap !important;
			justify-content: center;
			padding: 0 8px;
		}

		.more-btn-row p,
		.more-btn-row h2 {
			flex: 0 0 100%;
			text-align: center;
		}

		.more-btn-row .more-games-btn {
			margin-left: 0 !important;
			flex: 0 0 100%;
			text-align: center;
		}

		.more-btn-row .spotlight-description {
			max-width: none;
		}

		.more-games-btn {
			font-size: 12px;
		}
	}

	/* Update game card height to accommodate info */
	#og-grid.og-grid.games-page-grid li {
		height: auto !important;
		min-height: 380px !important;
	}