/* Imported game cards: equal visual dimensions without stretching the artwork. */
.elementor-element-3f01a4ad .gallery-icon,
.elementor-element-3f01a4ad .gallery-icon a,
.elementor-element-6289a4bf .gallery-icon,
.elementor-element-6289a4bf .gallery-icon a {
	display: block;
	width: 100%;
}

.elementor-element-3f01a4ad .gallery-item img,
.elementor-element-6289a4bf .gallery-item img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.nvgpi-game-page {
	width: 100%;
	max-width: none;
	background: transparent;
	color: #fff;
}

.nvgpi-game-hero {
	width: 100%;
	aspect-ratio: 8 / 3;
	min-height: 0;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
}

.nvgpi-game-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46% !important;
	margin-right: 7%;
}

.nvgpi-game-logo img {
	display: block;
	width: 100% !important;
	max-height: 80%;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(55, 0, 0, .28));
}

.nvgpi-game-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 38px 24px 82px;
}

.nvgpi-section-title {
	width: 100%;
	margin: 0 0 22px;
	text-align: center;
}

.nvgpi-section-title .elementor-heading-title {
	margin: 0;
	color: #e8b86e;
	font-family: inherit;
	font-size: clamp(25px, 2.35vw, 34px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.02em;
	text-align: center;
}

.nvgpi-game-specs-panel {
	width: min(100%, 680px) !important;
	margin: 0 auto;
	padding: 0;
	background: rgba(54, 0, 3, .86);
	box-shadow: 0 14px 32px rgba(42, 0, 0, .18);
}

.nvgpi-spec-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	margin: 0;
	padding: 22px 24px 20px;
	color: #fff;
}

.nvgpi-spec-list > div {
	min-width: 0;
	padding: 0 10px;
	text-align: center;
}

.nvgpi-spec-list dt {
	margin: 0 0 10px;
	color: #e8b86e;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: .01em;
}

.nvgpi-spec-list dd {
	margin: 0;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	line-height: 1.25;
	text-transform: uppercase;
}

.nvgpi-game-featured {
	width: min(100%, 680px) !important;
	margin: 34px auto 0;
}

.nvgpi-game-featured img {
	display: block;
	width: 100% !important;
	height: auto !important;
	box-shadow: 0 16px 38px rgba(45, 0, 0, .2);
}

.nvgpi-game-description {
	width: min(100%, 720px) !important;
	margin: 30px auto 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.58;
	text-align: center;
}

.nvgpi-game-description p {
	margin: 0 0 14px;
	color: inherit;
}

.nvgpi-game-description p:last-child {
	margin-bottom: 0;
}

.nvgpi-game-screenshots {
	width: min(100%, 720px) !important;
	margin: 38px auto 0;
}

.nvgpi-game-screenshots .gallery {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.nvgpi-game-screenshots .gallery-item {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nvgpi-game-screenshots .gallery-icon,
.nvgpi-game-screenshots .gallery-icon a {
	display: block;
	width: 100%;
}

.nvgpi-game-screenshots .gallery-item img {
	display: block;
	width: 100% !important;
	height: auto !important;
	border: 0 !important;
	transition: filter 180ms ease-out;
}

.nvgpi-game-screenshots .gallery-item a:hover img,
.nvgpi-game-screenshots .gallery-item a:focus-visible img {
	filter: brightness(1.08);
}

.nvgpi-game-screenshots .gallery br {
	display: none;
}

.nvgpi-game-screenshots a:focus-visible {
	outline: 3px solid #e8b86e;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.nvgpi-game-hero {
		aspect-ratio: 2 / 1;
	}

	.nvgpi-game-logo {
		width: 62% !important;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.nvgpi-game-hero {
		aspect-ratio: 1 / 1;
	}

	.nvgpi-game-logo {
		width: 82% !important;
	}

	.nvgpi-game-content {
		padding: 34px 18px 58px;
	}

	.nvgpi-section-title {
		margin-bottom: 18px;
	}

	.nvgpi-spec-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 8px;
		padding: 22px 14px;
	}

	.nvgpi-spec-list dt {
		font-size: 15px;
	}

	.nvgpi-spec-list dd {
		font-size: 16px;
	}

	.nvgpi-game-featured {
		margin-top: 26px;
	}

	.nvgpi-game-description {
		margin-top: 24px;
		font-size: 15px;
		line-height: 1.55;
	}

	.nvgpi-game-screenshots {
		margin-top: 30px;
	}

	.nvgpi-game-screenshots .gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
}
