/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      3.4
Text Domain:  voxel-child
*/

/* —— Home hero (regame-style gaming store) —— */
.gv-hero--store {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.gv-hero--store::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 80% at 85% 35%, rgba(251, 191, 36, 0.22) 0%, transparent 55%),
		radial-gradient(ellipse 50% 60% at 10% 90%, rgba(236, 72, 153, 0.18) 0%, transparent 50%),
		radial-gradient(ellipse 40% 50% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, transparent 60%);
	pointer-events: none;
	z-index: 0;
}

.gv-hero--store::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: linear-gradient(180deg, transparent 0%, #eef3fc 100%);
	pointer-events: none;
	z-index: 0;
}

.gv-hero > .e-con-inner {
	position: relative;
	z-index: 1;
	width: 100%;
}

.gv-hero-grid {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.gv-hero-copy {
	text-align: left;
}

.gv-hero-eyebrow {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fbbf24;
}

.gv-hero-heading .elementor-heading-title {
	color: #fff !important;
	letter-spacing: -0.03em;
	font-family: "Space Grotesk", "Grotesk", system-ui, sans-serif;
	text-align: left;
}

.gv-hero-accent {
	color: #fde68a;
}

.gv-hero-lead {
	max-width: 520px;
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	text-align: left;
}

/* Search bar + pink CTA (regame-style) */
.gv-hero-search {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 480px;
	margin-top: 4px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.gv-hero-search-input {
	flex: 1 1 auto;
	min-width: 0;
	border: none;
	padding: 14px 18px;
	font-size: 15px;
	color: #1f2937;
	background: #fff;
	outline: none;
}

.gv-hero-search-input::placeholder {
	color: #9ca3af;
}

.gv-hero-search-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(180deg, #f472b6 0%, #ec4899 100%);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	transition: filter 0.15s ease, transform 0.15s ease;
	white-space: nowrap;
}

.gv-hero-search-btn:hover {
	filter: brightness(1.06);
	color: #fff;
}

.gv-hero-platforms {
	margin-top: 4px;
}

.gv-hero--store .gv-term-grid {
	justify-content: flex-start;
	gap: 8px;
}

.gv-hero--store .gv-term-chip {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 12px;
	min-height: 32px;
	padding: 5px 12px;
	backdrop-filter: blur(4px);
}

.gv-hero--store .gv-term-chip:hover {
	color: #fff;
	background: rgba(251, 191, 36, 0.35);
	border-color: rgba(251, 191, 36, 0.65);
}

.gv-hero-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	margin: 6px 0 0;
}

.gv-hero-stat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px 5px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.15);
	white-space: nowrap;
}

.gv-hero-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	flex-shrink: 0;
}

/* Hero showcase — 5×4 grid of small cover-only thumbnails */
.gv-hero-showcase {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: min(72vh, 620px);
	overflow: hidden;
}

.gv-hero-showcase-feed .post-feed-grid {
	display: grid !important;
	grid-template-columns: repeat(5, 52px);
	gap: 6px;
	justify-content: center;
	align-content: center;
	padding: 0;
	margin: 0 auto;
	max-width: 100%;
}

.gv-hero-showcase-feed .post-feed-grid > .ts-preview {
	flex: none !important;
	width: 52px !important;
	max-width: 52px !important;
	min-width: 0;
	transform: none !important;
}

.gv-hero-thumb-card,
.gv-hero-showcase-feed .e-con.gv-hero-thumb-card {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.gv-hero-showcase-feed .gv-hero-thumb-card .elementor-widget-image,
.gv-hero-showcase-feed .gv-hero-thumb .elementor-widget-container,
.gv-hero-showcase-feed .gv-hero-thumb a {
	display: block;
	width: 52px;
	max-width: 52px;
	line-height: 0;
}

.gv-hero-showcase-feed .gv-hero-thumb img,
.gv-hero-showcase-feed .gv-hero-thumb-card img {
	width: 52px !important;
	height: 70px !important;
	max-width: 52px !important;
	max-height: 70px !important;
	object-fit: cover !important;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gv-hero-showcase-feed .gv-hero-thumb a:hover img {
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
	.gv-hero-grid {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.gv-hero-copy {
		text-align: center;
		align-items: center !important;
	}

	.gv-hero-heading .elementor-heading-title,
	.gv-hero-lead {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.gv-hero-search {
		margin-left: auto;
		margin-right: auto;
	}

	.gv-hero--store .gv-term-grid,
	.gv-hero-stats {
		justify-content: center;
	}

	.gv-hero-showcase {
		max-height: none;
		margin-top: 12px;
	}

	.gv-hero-showcase-feed .post-feed-grid {
		grid-template-columns: repeat(5, 48px);
		gap: 5px;
	}

	.gv-hero-showcase-feed .post-feed-grid > .ts-preview,
	.gv-hero-showcase-feed .gv-hero-thumb-card .elementor-widget-image,
	.gv-hero-showcase-feed .gv-hero-thumb a {
		width: 48px !important;
		max-width: 48px !important;
	}

	.gv-hero-showcase-feed .gv-hero-thumb img,
	.gv-hero-showcase-feed .gv-hero-thumb-card img {
		width: 48px !important;
		height: 64px !important;
		max-width: 48px !important;
		max-height: 64px !important;
	}
}

@media (max-width: 480px) {
	.gv-hero-showcase-feed .post-feed-grid {
		grid-template-columns: repeat(4, 44px);
	}

	.gv-hero-showcase-feed .post-feed-grid > .ts-preview,
	.gv-hero-showcase-feed .gv-hero-thumb-card .elementor-widget-image,
	.gv-hero-showcase-feed .gv-hero-thumb a {
		width: 44px !important;
		max-width: 44px !important;
	}

	.gv-hero-showcase-feed .gv-hero-thumb img,
	.gv-hero-showcase-feed .gv-hero-thumb-card img {
		width: 44px !important;
		height: 59px !important;
		max-width: 44px !important;
		max-height: 59px !important;
	}
}

.gv-catalog-search {
	margin-bottom: 8px;
}

.gv-featured {
	position: relative;
	z-index: 1;
	margin-top: -8px;
}

.gv-featured .elementor-heading-title {
	letter-spacing: -0.02em;
}

.gv-featured--dark .elementor-heading-title,
.gv-featured--dark .elementor-widget-text-editor p {
	color: rgba(255, 255, 255, 0.88) !important;
}

.gv-featured--dark .elementor-heading-title {
	color: #fff !important;
}

/* Nav: make new sections obvious */
.gv-gaming-site .menu-item-435 .ts-item-link span,
.gv-gaming-site .menu-item-436 .ts-item-link span {
	font-weight: 600;
}

.gv-gaming-site .menu-item-435 .ts-item-link span::after,
.gv-gaming-site .menu-item-436 .ts-item-link span::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	border-radius: 50%;
	background: #035bf6;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.gv-hero-heading .elementor-heading-title {
		font-size: 34px !important;
		line-height: 1.12 !important;
	}

	.gv-hero-lead {
		font-size: 15px;
	}

	.gv-hero-browse .elementor-button {
		width: 100% !important;
		max-width: 320px;
	}
}

.gv-featured .post-feed-grid {
	scroll-snap-type: x proximity;
}

.gv-catalog .post-feed-grid {
	gap: 24px;
}

/* Equal-height cards in grid + carousel feeds */
.post-feed-grid {
	align-items: stretch;
}

.post-feed-grid > .ts-preview {
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.post-feed-grid.ts-feed-nowrap {
	align-items: stretch;
}

.post-feed-grid > .ts-preview > .e-con.gv-card-body,
.post-feed-grid > .ts-preview > a > .e-con.gv-card-body {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.gv-card-body > .elementor-widget-button:last-child {
	margin-top: auto;
	flex-shrink: 0;
}

/* Meta row — one bordered pill per line */
.gv-card-meta {
	flex-shrink: 0;
	flex-direction: column !important;
	align-items: stretch !important;
	min-height: 9.5rem;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	gap: 8px;
}

.gv-card-meta > .elementor-element {
	width: 100% !important;
	max-width: 100%;
	flex: 0 0 auto;
}

.gv-card-meta .gv-card-date .elementor-widget-container,
.gv-card-meta .gv-card-playtime .elementor-widget-container {
	display: block;
	width: 100%;
}

.gv-card-date,
.gv-card-playtime {
	margin: 0 !important;
	width: 100%;
}

.gv-card-body .gv-card-meta .gv-playtime-pills,
.gv-card-body .gv-card-meta .gv-playtime-badges,
.gv-playtime-pills,
.gv-playtime-badges {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 8px !important;
	width: 100% !important;
}

/* Title — above meta pills, consistent 2-line cap */
.gv-card-title-row {
	flex-shrink: 0;
	width: 100%;
	margin-bottom: 2px;
}

.gv-card-body .elementor-widget-heading.gv-card-title .elementor-heading-title,
.gv-card-body .gv-card-title .elementor-heading-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 3rem;
	max-height: 3rem;
	line-height: 1.35;
	margin: 0;
}

/* Rating row — fixed height */
.gv-card-body > .e-con:has(.elementor-widget-rating) {
	min-height: 1.5rem;
	flex-shrink: 0;
}

/* Meta pills — full-width bordered rounded buttons, one per line */
.gv-card-body .gv-card-meta .gv-meta-pill,
.gv-card-body .gv-card-meta .gv-badge,
.gv-card-meta .gv-meta-pill,
.gv-card-meta .gv-badge,
.gv-meta-pill,
.gv-badge {
	display: flex !important;
	align-items: center;
	gap: 8px;
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	min-height: 32px;
	padding: 7px 14px 7px 8px !important;
	border-radius: 999px !important;
	font-size: 10px !important;
	line-height: 1.3;
	font-weight: 500;
	white-space: nowrap;
	background: #fff !important;
	border: 1px solid var(--e-global-color-c0a1184, #d4d6dd) !important;
	justify-content: flex-start !important;
	text-align: left;
	pointer-events: none;
	box-shadow: none;
	box-sizing: border-box;
}

.gv-card-body .gv-card-meta .gv-playtime-pill,
.gv-card-body .gv-card-meta .gv-meta-pill-date {
	flex: 0 0 auto;
}

/* Neutralize Voxel button styles if legacy markup still has ts-btn */
.gv-card-meta .ts-btn {
	width: 100% !important;
	min-width: 0;
	padding: 6px 12px 6px 8px !important;
	border: 1px solid var(--e-global-color-c0a1184, #d4d6dd) !important;
	border-radius: 50px !important;
	justify-content: flex-start !important;
	font-size: 10px !important;
	text-align: left;
	box-shadow: none;
}

.gv-card-meta .ts-btn svg {
	width: 11px !important;
	height: 11px !important;
	fill: currentColor !important;
}

.gv-meta-pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.gv-meta-pill-icon svg {
	display: block;
	width: 12px;
	height: 12px;
}

.gv-icon-date {
	background: #035bf6;
	color: #fff;
}

.gv-icon-main {
	background: #0d9f6e;
	color: #fff;
}

.gv-icon-extras {
	background: #6d4aff;
	color: #fff;
}

.gv-icon-complete {
	background: #e08800;
	color: #fff;
}

.gv-meta-pill-copy {
	display: grid;
	grid-template-columns: 5.5rem auto 1fr;
	column-gap: 2px;
	align-items: center;
	flex: 1;
	min-width: 0;
	width: 100%;
}

.gv-meta-pill-label {
	color: #6b7280;
	font-weight: 500;
	white-space: nowrap;
}

.gv-meta-pill-sep {
	color: #c4c9d0;
	font-weight: 400;
	justify-self: center;
}

.gv-meta-pill-value {
	color: #1f2937;
	font-weight: 600;
	font-size: 10px !important;
	white-space: nowrap;
}

.gv-meta-pill-date {
	background: #fff;
}

/* Fixed cover frame — all cards share the same image height */
.gv-card-body > .elementor-widget-image {
	flex-shrink: 0;
	width: 100%;
}

.gv-card-body > .elementor-widget-image .elementor-widget-container,
.gv-card-body > .elementor-widget-image a {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border-radius: 12px;
}

.gv-card-body > .elementor-widget-image img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
}

.gv-card-body {
	width: 100%;
}

/* GameVault wordmark (replaces Voxel demo SVG logo) */
.gv-brand-logo .elementor-heading-title,
.elementor-heading-title:has(.gv-brand-accent) {
	font-family: "Space Grotesk", "Grotesk", system-ui, sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1;
}

.gv-brand-accent {
	color: var(--e-global-color-accent, #035bf6);
}

.elementor-heading-title:has(.gv-brand-accent) a {
	color: inherit;
	text-decoration: none;
}

/* Footer demo disclaimer (under logo) */
.gv-footer-disclaimer-wrap .elementor-widget-container {
	max-width: 320px;
}

.elementor-location-footer .gv-footer-disclaimer-wrap,
.elementor-location-footer .gv-footer-disclaimer-wrap .elementor-widget-container,
.elementor-location-footer .gv-footer-disclaimer {
	color: var(--e-global-color-45408bb, #64748b);
}

.gv-footer-disclaimer {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
	color: inherit;
}

/* —— Browse by genre / platform (regame-style category cards) —— */
.gv-browse-section--cards {
	position: relative;
}

.gv-browse-section--cards > .e-con-inner {
	align-items: stretch;
	width: 100%;
}

.gv-category-block {
	width: 100%;
}

.gv-category-heading-wrap .elementor-widget-container,
.gv-category-cards-wrap .elementor-widget-container,
.gv-category-more-wrap .elementor-widget-container {
	width: 100%;
}

.gv-category-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.gv-category-heading-title {
	margin: 0;
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	letter-spacing: -0.02em;
}

.gv-category-heading-bolt {
	flex-shrink: 0;
}

.gv-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
}

.gv-category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 132px;
	padding: 18px 12px 16px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #7c3aed;
	border-radius: 4px;
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.gv-category-card:hover {
	color: #fff;
	background: #8b5cf6;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(124, 58, 237, 0.35);
}

.gv-category-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 0;
}

.gv-category-card-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.gv-category-card-sub {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.88);
}

.gv-category-more {
	margin: 0;
	text-align: left;
}

.gv-category-more a {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 0.15s ease;
}

.gv-category-more a:hover {
	color: #facc15;
}

@media (max-width: 1024px) {
	.gv-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.gv-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gv-category-card {
		min-height: 118px;
		padding: 14px 10px 12px;
	}
}

.gv-term-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.gv-term-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #e8eeff;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.gv-term-chip:hover {
	color: #fff;
	background: rgba(3, 91, 246, 0.28);
	border-color: rgba(77, 155, 255, 0.55);
	transform: translateY(-1px);
}

.gv-term-chip--platform {
	border-color: rgba(109, 74, 255, 0.35);
}

.gv-term-chip--platform:hover {
	background: rgba(109, 74, 255, 0.28);
	border-color: rgba(167, 139, 250, 0.55);
}

.gv-term-chip--inline {
	min-height: 30px;
	padding: 4px 12px;
	font-size: 12px;
	margin: 0 6px 6px 0;
}

.gv-term-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	vertical-align: middle;
}

/* —— Breadcrumbs —— */
.gv-breadcrumbs-wrap {
	margin-bottom: 8px;
}

.gv-breadcrumbs {
	margin: 0 0 16px;
}

.gv-breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.gv-breadcrumbs-item {
	display: inline-flex;
	align-items: center;
	color: #6b7280;
}

.gv-breadcrumbs-item:not(.is-current)::after {
	content: "/";
	margin-left: 6px;
	color: #c4c9d0;
}

.gv-breadcrumbs-item a {
	color: #035bf6;
	text-decoration: none;
	font-weight: 500;
}

.gv-breadcrumbs-item a:hover {
	text-decoration: underline;
}

.gv-breadcrumbs-item.is-current span {
	color: #1f2937;
	font-weight: 600;
}

.gv-term-hub .gv-breadcrumbs-item.is-current span,
.gv-term-archive .gv-breadcrumbs-item.is-current span {
	color: #e8eeff;
}

.gv-term-hub .gv-breadcrumbs-item,
.gv-term-archive .gv-breadcrumbs-item {
	color: rgba(255, 255, 255, 0.55);
}

.gv-term-hub .gv-breadcrumbs-item a,
.gv-term-archive .gv-breadcrumbs-item a {
	color: #7eb8ff;
}

/* —— Single game page: 2-col hero (cover left, details right) —— */
.gv-single-game {
	max-width: 1100px;
	margin: 0 auto;
}

.gv-single-hero-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 28px !important;
	width: 100%;
}

.gv-single-cover-col {
	flex: 0 0 220px !important;
	width: 220px !important;
	max-width: 34% !important;
	min-width: 0;
}

.gv-single-cover-col .elementor-widget-image {
	width: 100% !important;
	max-width: 220px;
}

.gv-single-cover-col .elementor-widget-image .elementor-widget-container,
.gv-single-cover-col .elementor-widget-image a,
.gv-single-cover-col .elementor-widget-image img,
.gv-single-cover .elementor-widget-container,
.gv-single-cover img {
	display: block;
	width: 100% !important;
	max-width: 220px !important;
	height: auto !important;
	max-height: 293px !important;
	aspect-ratio: 3 / 4;
	object-fit: cover !important;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(6, 11, 24, 0.14);
}

.gv-single-meta-col {
	flex: 1 1 0 !important;
	min-width: 0;
	width: auto !important;
	max-width: none !important;
}

.gv-single-title .elementor-heading-title {
	letter-spacing: -0.02em;
	font-size: clamp(26px, 3.5vw, 36px);
	line-height: 1.12;
	margin: 0 0 4px;
}

.gv-single-meta-col .elementor-widget-rating {
	margin-bottom: 4px;
}

.gv-single-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.5;
}

.gv-single-meta-row strong {
	min-width: 5.5rem;
	color: #6b7280;
	font-weight: 600;
}

.gv-single-playtime {
	margin-top: 4px;
}

.gv-single-playtime > p {
	margin: 0 0 8px;
	font-size: 14px;
}

.gv-single-playtime > p strong {
	color: #6b7280;
	font-weight: 600;
}

.gv-single-overview,
.gv-single-sysreq {
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid #e5e7eb;
	width: 100%;
}

.gv-single-overview h2,
.gv-single-sysreq h2 {
	margin: 0 0 12px;
	font-size: 22px;
	letter-spacing: -0.02em;
}

@media (max-width: 767px) {
	.gv-single-hero-row {
		flex-direction: column !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		gap: 20px !important;
	}

	.gv-single-cover-col {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		display: flex;
		justify-content: center;
	}

	.gv-single-cover-col .elementor-widget-image,
	.gv-single-cover-col .elementor-widget-image img {
		max-width: 200px !important;
		margin: 0 auto;
	}

	.gv-single-meta-col {
		width: 100% !important;
	}
}

/* —— Genre/platform archive + hub pages —— */
.gv-term-archive {
	background: #0a0a0a;
}

.gv-term-archive-breadcrumbs-wrap,
.gv-term-hub-hero .gv-breadcrumbs-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 24px 0;
}

.gv-term-hub-hero .gv-breadcrumbs-item,
.gv-term-hub-hero .gv-breadcrumbs-item a,
.gv-term-archive-breadcrumbs-wrap .gv-breadcrumbs-item,
.gv-term-archive-breadcrumbs-wrap .gv-breadcrumbs-item a {
	color: rgba(255, 255, 255, 0.78);
}

.gv-term-archive-breadcrumbs-wrap .gv-breadcrumbs-item.is-current span,
.gv-term-hub-hero .gv-breadcrumbs-item.is-current span {
	color: #fff;
}

.gv-hero--hub,
.gv-hero--term {
	min-height: 0 !important;
}

.gv-hero--hub::after,
.gv-hero--term::after {
	display: none;
}

.gv-hero--hub > .e-con-inner,
.gv-term-archive-hero-inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.gv-term-archive-hero {
	padding: 24px 24px 40px;
	margin-bottom: 0;
}

.gv-term-archive-inner,
.gv-term-hub .gv-browse-section--cards > .e-con-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 24px 64px;
}

.gv-term-archive-title,
.gv-hub-title .elementor-heading-title,
.gv-hero--term .gv-term-archive-title {
	color: #fff !important;
	letter-spacing: -0.03em;
	font-family: "Space Grotesk", "Grotesk", system-ui, sans-serif;
}

.gv-term-archive-lead,
.gv-hero--hub .gv-hero-lead {
	max-width: 640px;
}

.gv-hub-category-cards .gv-category-grid {
	grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
}

/* Game cover thumb grids (hero-style) */
.gv-game-thumb-grid {
	display: grid;
	gap: 6px;
	justify-content: center;
}

.gv-game-thumb,
.gv-game-thumb-link {
	display: block;
	line-height: 0;
}

.gv-game-thumb img,
.gv-game-thumb-link img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gv-game-thumb-grid--sm img {
	width: 36px;
	height: 48px;
}

.gv-game-thumb-grid--md img {
	width: 52px;
	height: 70px;
}

.gv-game-thumb-grid--lg img {
	width: 72px;
	height: 96px;
}

.gv-game-thumb-link:hover img {
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.38);
}

.gv-category-card--with-thumbs {
	min-height: 156px;
	padding: 14px 12px 12px;
	gap: 10px;
}

.gv-hub-hero-grid {
	width: 100%;
}

.gv-hub-hero-showcase-wrap,
.gv-hub-hero-showcase-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gv-hub-hero-showcase {
	display: flex;
	justify-content: center;
	width: 100%;
}

.gv-hub-hero-showcase-grid {
	grid-template-columns: repeat(6, 52px) !important;
	gap: 6px;
	justify-content: center;
}

.gv-game-thumb-grid--single {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	grid-template-columns: none !important;
}

.gv-hub-hero-showcase--single .gv-game-thumb-grid--single img,
.gv-term-archive-showcase--single .gv-game-thumb-grid--single img {
	width: 88px;
	height: 118px;
}

.gv-category-card-thumbs--single .gv-game-thumb-grid--single img {
	width: 56px;
	height: 75px;
}

@media (max-width: 1024px) {
	.gv-hub-hero-grid {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.gv-hub-hero-copy {
		text-align: center;
		align-items: center !important;
	}

	.gv-hub-hero-showcase-grid {
		grid-template-columns: repeat(3, 52px) !important;
		margin-left: auto;
		margin-right: auto;
	}

	.gv-term-archive-showcase-grid {
		margin-left: auto;
		margin-right: auto;
	}
}

.gv-category-card-thumbs {
	display: flex;
	justify-content: center;
	width: 100%;
}

.gv-category-card-thumbs .gv-game-thumb-grid {
	gap: 4px;
}

.gv-term-archive-hero--with-showcase .gv-term-archive-hero-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.gv-term-archive-hero-copy {
	flex: 1 1 280px;
}

.gv-term-archive-showcase {
	flex: 0 1 320px;
	display: flex;
	justify-content: center;
}

.gv-term-archive-showcase-grid {
	grid-template-columns: repeat(4, 52px) !important;
	justify-content: center;
	gap: 6px;
}

.gv-term-archive-thumb-grid {
	grid-template-columns: repeat(2, 52px) !important;
	gap: 6px;
}

.gv-term-archive-games {
	margin-top: 8px;
}

.gv-term-archive-thumb-grid {
	justify-content: flex-start;
	max-width: 100%;
}

.gv-term-archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(108px, 128px));
	gap: 18px 14px;
	justify-content: center;
	max-width: 920px;
	margin: 0 auto;
}

.gv-term-game-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 128px;
	text-decoration: none;
	color: #fff;
}

.gv-term-game-cover {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
	aspect-ratio: 3 / 4;
	background: rgba(255, 255, 255, 0.06);
	max-width: 128px;
	margin: 0 auto;
	width: 100%;
}

.gv-term-game-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
}

.gv-term-game-card:hover .gv-term-game-cover img {
	transform: scale(1.03);
}

.gv-term-game-cover-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(124, 58, 237, 0.45), rgba(76, 29, 149, 0.65));
}

.gv-term-game-title {
	font-family: "Space Grotesk", "Grotesk", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}

.gv-term-archive-empty {
	color: rgba(255, 255, 255, 0.7);
}

.gv-hub-title .elementor-heading-title {
	font-size: clamp(32px, 4vw, 44px);
}

.gv-hub-lead {
	text-transform: none;
	letter-spacing: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.gv-term-archive-grid {
		grid-template-columns: repeat(auto-fill, minmax(96px, 112px));
		max-width: 100%;
	}

	.gv-term-game-card,
	.gv-term-game-cover {
		max-width: 112px;
	}
}

@media (max-width: 640px) {
	.gv-term-archive-grid {
		grid-template-columns: repeat(auto-fill, minmax(88px, 104px));
		gap: 14px 10px;
	}

	.gv-term-game-card,
	.gv-term-game-cover {
		max-width: 104px;
	}

	.gv-term-game-title {
		font-size: 12px;
	}
}

/* —— Blog —— */
.gv-blog-archive .gv-blog-title .elementor-heading-title {
	letter-spacing: -0.03em;
}

.gv-blog-lead {
	color: #6b7280;
	font-size: 17px;
	line-height: 1.6;
	max-width: 640px;
}

.gv-blog-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.gv-blog-cat-chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #035bf6;
	background: rgba(3, 91, 246, 0.08);
	border: 1px solid rgba(3, 91, 246, 0.2);
}

.gv-blog-cat-chip:hover {
	background: rgba(3, 91, 246, 0.16);
}

/* Dark catalog section accent */
.gv-catalog {
	background: linear-gradient(180deg, #f7f8fa 0%, #eef2f8 100%) !important;
}
