/* Homepage trending strip: daily popularity, readable and never ellipsized. */
body.go-verge .go-latest-bar__inner {
	min-height: 42px;
}
body.go-verge .go-latest-bar__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: visible;
}
body.go-verge .go-latest-bar__item {
	min-height: 42px;
	padding-block: 8px;
}
body.go-verge .go-latest-bar__item > span:first-child {
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	line-height: 1.3;
}

/* Single-article actions: keep Listen and Save visible; share destinations live in one menu. */
body.single-post .go-article-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}
body.single-post .go-share.go-share--single {
	width: auto;
	margin: 0;
}
body.single-post .go-share-more__toggle--label {
	width: auto;
	height: 38px;
	padding: 0 12px;
	gap: 7px;
	border-radius: 999px;
	font-size: .75rem;
	font-weight: 750;
	letter-spacing: 0;
	text-transform: none;
}
body.single-post .go-share-more__toggle--label span {
	margin: 0;
	font: inherit;
	letter-spacing: inherit;
	text-transform: none;
}
body.single-post .go-share-more.is-open .go-share-more__toggle--label {
	transform: none;
}
body.single-post .go-article-actions .go-save-button,
body.single-post .go-article-actions [data-go-save],
body.single-post .go-article-actions button {
	min-height: 38px;
}

/* Compact accessibility control with a stable 44x44px target. */
body.go-verge .go-a11y__toggle {
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border-radius: 50%;
}
body.go-verge .go-a11y__label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
body.go-verge .go-a11y__icon {
	display: block;
	width: 22px;
	height: 22px;
}
body.go-verge .go-a11y__panel {
	bottom: 52px;
}

/* AdSense containers: clean publisher framing, stable slots and preserved inventory. */
body.go-verge .go-adsense-placement {
	position: relative;
	clear: both;
	width: 100%;
	margin-block: clamp(26px, 4vw, 44px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	isolation: isolate;
}
body.go-verge .go-adsense-placement__label {
	display: block;
	margin: 0 0 7px;
	color: var(--text-secondary);
	font-family: var(--font-mono);
	font-size: .58rem;
	font-weight: 650;
	letter-spacing: .08em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
body.go-verge .go-adsense-placement .go-adsense-unit {
	max-width: 100%;
	margin-inline: auto;
	overflow: hidden;
}
body.single-post .go-adsense-placement--article-intro,
body.single-post .go-adsense-placement--article-middle,
body.single-post .go-adsense-placement--article-final {
	min-height: 120px;
}
body.go-verge .go-adsense-placement.is-ad-empty,
body.go-verge .go-adsense-placement[data-ad-status="unfilled"] {
	min-height: 0;
	margin-block: 0;
}

@media (max-width: 900px) {
	body.go-verge .go-latest-bar__items { grid-template-columns: minmax(0, 1fr); }
	body.go-verge .go-latest-bar__item:nth-child(n + 2) { display: none; }
	body.single-post .go-article-actions { margin-left: 0; }
}
@media (max-width: 620px) {
	body.single-post .go-article-actions {
		width: 100%;
		justify-content: flex-start;
	}
	body.single-post .go-share-more__menu { left: 0; right: auto; }
	body.go-verge .go-a11y__toggle,
	body.go-verge .go-backtop {
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
		min-height: 44px !important;
	}
}

/* Mid-article engagement: compact, native to the site's editorial language. */
body.single-post .go-article__content .go-inline-cta--engagement {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: clamp(28px, 4vw, 44px) 0;
	padding: 16px 0;
	border: 0;
	border-block: 1px solid var(--frame);
	border-radius: 0;
	background: transparent;
}
body.single-post .go-inline-cta__subject {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}
body.single-post .go-inline-cta__topic {
	max-width: min(38ch, 48vw);
	overflow: hidden;
	color: var(--text);
	font-size: .93rem;
	font-weight: 750;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.single-post .go-inline-cta--engagement .go-product-action {
	flex: 0 0 auto;
	min-height: 38px;
	padding: 8px 13px;
	border-color: var(--border-strong);
	background: transparent;
	box-shadow: none !important;
}
body.single-post .go-inline-cta__share {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-left: auto;
}
body.single-post .go-article__content .go-inline-cta__share-link {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--border-strong);
	border-radius: 50%;
	color: var(--text);
	background: transparent;
	box-shadow: none !important;
	transition: border-color .16s ease, color .16s ease, background-color .16s ease, transform .16s ease;
}
body.single-post .go-article__content .go-inline-cta__share-link:hover,
body.single-post .go-article__content .go-inline-cta__share-link:focus-visible {
	border-color: var(--lime);
	color: var(--lime-text);
	background: color-mix(in srgb, var(--lime) 8%, transparent);
	box-shadow: none !important;
	transform: translateY(-1px);
}
body.single-post .go-inline-cta__share-link svg {
	width: 17px;
	height: 17px;
}
@media (max-width: 680px) {
	body.single-post .go-article__content .go-inline-cta--engagement {
		align-items: flex-start;
		gap: 13px;
		padding-block: 15px;
	}
	body.single-post .go-inline-cta__subject {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}
	body.single-post .go-inline-cta__topic {
		max-width: 52vw;
	}
	body.single-post .go-inline-cta__share {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

/* ========================================================================== 
   Curated EM ALTA: five editorial cards, inspired by the Game Rant rhythm.
   ========================================================================== */
body.go-verge .go-header--editorial + .go-latest-bar {
	max-height: 124px;
	overflow: hidden;
	background: var(--slate);
	border-bottom: 1px solid var(--frame);
	box-shadow: none;
}
body.go-verge .go-latest-bar__inner {
	display: block;
	min-height: 0;
	padding-top: 10px;
	padding-bottom: 14px;
}
body.go-verge .go-latest-bar__head {
	display: flex;
	align-items: center;
	min-height: 18px;
	margin-bottom: 8px;
}
body.go-verge .go-latest-bar__label {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	padding: 0;
	background: transparent;
	color: var(--lime-text);
	font-family: var(--font-mono);
	font-size: .68rem;
	font-weight: 750;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
}
body.go-verge .go-latest-bar__items {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	height: auto;
	min-width: 0;
	overflow: visible;
}
body.go-verge .go-latest-bar__item,
body.go-verge .go-latest-bar__item:nth-child(n + 2),
body.go-verge .go-latest-bar__item:nth-child(n + 3) {
	display: flex !important;
	align-items: center;
	min-width: 0;
	min-height: 58px;
	height: auto;
	padding: 10px 12px;
	border: 1px solid var(--frame);
	border-radius: 6px;
	background: var(--surface-2);
	box-shadow: none;
}
body.go-verge .go-latest-bar__item > span:first-child {
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	color: var(--text);
	font-size: .76rem;
	font-weight: 700;
	line-height: 1.28;
	text-overflow: clip;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
body.go-verge .go-latest-bar__item:hover,
body.go-verge .go-latest-bar__item:focus-visible {
	border-color: color-mix(in srgb, var(--lime) 70%, var(--frame));
	background: color-mix(in srgb, var(--surface-2) 92%, var(--lime));
	color: var(--text);
}
body.go-verge .go-latest-bar__item:hover > span:first-child,
body.go-verge .go-latest-bar__item:focus-visible > span:first-child {
	color: var(--text);
}
body.go-verge .go-header--editorial.is-compact + .go-latest-bar,
body.go-verge .go-header--editorial + .go-latest-bar.is-hidden {
	max-height: 0 !important;
}

@media (max-width: 1000px) and (min-width: 769px) {
	body.go-verge .go-header--editorial + .go-latest-bar {
		max-height: 190px;
	}
	body.go-verge .go-latest-bar__items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	body.go-verge .go-header--editorial + .go-latest-bar {
		position: relative !important;
		inset: auto !important;
		max-height: 120px;
		overflow: hidden;
	}
	body.go-verge .go-latest-bar__inner {
		width: 100%;
		max-width: none;
		padding: 9px 14px 13px;
	}
	body.go-verge .go-latest-bar__head {
		margin-bottom: 7px;
	}
	body.go-verge .go-latest-bar__label {
		min-width: 0;
		padding: 0;
		font-size: .64rem;
	}
	body.go-verge .go-latest-bar__items {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(220px, 78vw);
		grid-template-columns: none;
		gap: 8px;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 2px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	body.go-verge .go-latest-bar__items::-webkit-scrollbar {
		display: none;
	}
	body.go-verge .go-latest-bar__item,
	body.go-verge .go-latest-bar__item:nth-child(n + 2),
	body.go-verge .go-latest-bar__item:nth-child(n + 3) {
		display: flex !important;
		width: auto;
		height: auto;
		min-height: 58px;
		padding: 10px 12px;
		border: 1px solid var(--frame);
		scroll-snap-align: start;
	}
	body.go-verge .go-latest-bar__item > span:first-child {
		font-size: .75rem;
		white-space: normal;
		text-overflow: clip;
	}
	body.go-verge .go-header--editorial.is-compact + .go-latest-bar,
	body.go-verge .go-header--editorial + .go-latest-bar.is-hidden {
		max-height: 0 !important;
	}
}

/* Mid-article Google preferred source + social sharing actions. */
body.single-post .go-article__content .go-inline-cta--engagement {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	gap: 0;
	margin: clamp(30px, 4vw, 46px) 0;
	padding: 0;
	border: 1px solid var(--frame);
	border-radius: 8px;
	background: var(--slate);
	overflow: hidden;
}
body.single-post .go-article__content .go-inline-cta__preferred {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 18px;
	border: 0;
	border-right: 1px solid var(--frame);
	color: var(--text);
	background: transparent;
	box-shadow: none !important;
}
body.single-post .go-article__content .go-inline-cta__preferred:hover,
body.single-post .go-article__content .go-inline-cta__preferred:focus-visible {
	color: var(--text);
	background: color-mix(in srgb, var(--surface-2) 70%, transparent);
}
body.single-post .go-inline-cta__google {
	display: inline-grid;
	place-items: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 1px solid var(--border-strong);
	border-radius: 50%;
	background: var(--surface-2);
	color: var(--text);
	font-family: Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
}
body.single-post .go-inline-cta__preferred strong,
body.single-post .go-inline-cta__share-title {
	color: var(--text);
	font-size: .88rem;
	font-weight: 750;
	line-height: 1.35;
}
body.single-post .go-inline-cta__share-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
	padding: 18px;
}
body.single-post .go-inline-cta__share {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 7px;
	margin: 0;
}
body.single-post .go-article__content .go-inline-cta__share-link {
	width: 36px;
	height: 36px;
	border-color: var(--border-strong);
	background: transparent;
}
body.single-post .go-article__content .go-inline-cta__share-link:hover,
body.single-post .go-article__content .go-inline-cta__share-link:focus-visible {
	transform: none;
}

@media (max-width: 720px) {
	body.single-post .go-article__content .go-inline-cta--engagement {
		grid-template-columns: minmax(0, 1fr);
	}
	body.single-post .go-article__content .go-inline-cta__preferred {
		border-right: 0;
		border-bottom: 1px solid var(--frame);
	}
	body.single-post .go-inline-cta__share-block {
		align-items: flex-start;
		flex-direction: column;
	}
}
