/*
 * Canonical archive presentation for 9MinGames-generated listing pages.
 * This component owns hero width, paged summaries, and compact page-2+ layout.
 */

body.nmg-game-archive .nmg-category-archive-hero__copy {
	width: 100%;
	min-width: 0;
	max-width: none;
}

body.nmg-game-archive .nmg-category-archive-hero .nmg-game-archive-description,
body.nmg-game-archive .nmg-category-archive-hero .nmg-game-archive-description > * {
	width: 100%;
	max-width: none;
}

body.nmg-game-archive .nmg-category-archive-hero__summary,
body.nmg-game-archive .nmg-game-archive-summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .45em;
	margin: 8px 0 0;
	color: var(--nmg-muted, #8492a6);
	font-size: .78rem;
	line-height: 1.35;
}

body.nmg-game-archive .nmg-category-archive-hero__summary-separator {
	opacity: .72;
}

body.nmg-game-archive .nmg-category-archive-hero--paged {
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 14px;
	padding-block: 12px;
}

body.nmg-game-archive .nmg-category-archive-hero--paged .nmg-category-archive-hero__media {
	width: 88px;
}

@media (min-width: 783px) {
	body.nmg-game-archive .nmg-category-archive-hero .nmg-game-archive-description {
		padding-right: clamp(0px, 2vw, 28px);
	}
}

@media (max-width: 782px) {
	body.nmg-game-archive .nmg-category-archive-hero--paged {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
	}

	body.nmg-game-archive .nmg-category-archive-hero--paged .nmg-category-archive-hero__media {
		width: 72px;
	}
}
