/* Fred's Collectionmanager public statistics — full-width, site-themed. */
.fcm-public-statistics {
	box-sizing: border-box;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin: clamp(1.25rem, 3vw, 2.75rem) 0 clamp(2.5rem, 6vw, 5rem) -50vw;
	padding: clamp(2.5rem, 5vw, 5rem) 0;
	clear: both;
	background: #050505;
	color: #f47721;
	border-top: 1px solid rgba(244, 119, 33, .5);
	border-bottom: 1px solid rgba(244, 119, 33, .35);
	overflow: hidden;
}
.fcm-public-statistics *,
.fcm-public-statistics *::before,
.fcm-public-statistics *::after { box-sizing: border-box; }
.fcm-public-statistics__inner {
	width: min(1440px, calc(100% - clamp(28px, 6vw, 96px)));
	margin: 0 auto;
}
.fcm-public-statistics h2 {
	margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
	color: #f47721;
	font: inherit;
	font-size: clamp(2.1rem, 4.5vw, 4.8rem);
	font-weight: 500;
	line-height: 1.03;
	letter-spacing: -.025em;
}
.fcm-public-statistics__cards {
	display: grid;
	grid-template-columns: repeat(var(--fcm-stat-card-columns, 5), minmax(0, 1fr));
	gap: clamp(.75rem, 1.4vw, 1.25rem);
}
.fcm-public-statistics__card {
	min-width: 0;
	padding: clamp(1.1rem, 2vw, 1.7rem);
	border: 1px solid rgba(244, 119, 33, .38);
	border-radius: 0;
	background: #111;
	box-shadow: none;
}
.fcm-public-statistics__card strong,
.fcm-public-statistics__card span { display: block; }
.fcm-public-statistics__card strong {
	color: #f47721;
	font-size: clamp(2rem, 3.5vw, 3.75rem);
	font-weight: 500;
	line-height: 1;
}
.fcm-public-statistics__card span {
	margin-top: .7rem;
	color: rgba(255, 255, 255, .76);
	font-size: clamp(.85rem, 1.1vw, 1rem);
	line-height: 1.35;
}
.fcm-public-statistics__tops {
	display: grid;
	grid-template-columns: repeat(var(--fcm-stat-ranking-columns, 3), minmax(0, 1fr));
	gap: clamp(.85rem, 1.5vw, 1.4rem);
	margin-top: clamp(1rem, 2vw, 1.5rem);
}
.fcm-public-statistics__ranking {
	min-width: 0;
	padding: clamp(1.2rem, 2vw, 1.75rem);
	border: 1px solid rgba(244, 119, 33, .28);
	border-radius: 0;
	background: #111;
	color: #fff;
}
.fcm-public-statistics__ranking h3 {
	margin: 0 0 1rem;
	color: #f47721;
	font: inherit;
	font-size: clamp(1.1rem, 1.7vw, 1.45rem);
	font-weight: 500;
	line-height: 1.2;
}
.fcm-public-statistics__ranking ol { margin: 0; padding: 0; list-style: none; }
.fcm-public-statistics__ranking li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: .72rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .82);
	font-size: .98rem;
	line-height: 1.25;
}
.fcm-public-statistics__ranking li:last-child { border-bottom: 0; }
.fcm-public-statistics__ranking li span { min-width: 0; overflow-wrap: anywhere; }
.fcm-public-statistics__ranking li strong { color: #f47721; font-weight: 600; }

@media (max-width: 1100px) {
	.fcm-public-statistics__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
	.fcm-public-statistics__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fcm-public-statistics__tops { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
	.fcm-public-statistics { margin-top: 1rem; padding: 2rem 0; }
	.fcm-public-statistics__inner { width: calc(100% - 24px); }
	.fcm-public-statistics__cards { grid-template-columns: 1fr; }
}

.fcm-public-statistics__card {
	text-decoration: none !important;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.fcm-public-statistics__card:hover,
.fcm-public-statistics__card:focus-visible {
	transform: translateY(-3px);
	border-color: #f47721;
	background: #171717;
	outline: none;
}
.fcm-public-statistics__ranking li { padding: 0; }
.fcm-public-statistics__ranking li a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: .72rem 0;
	color: inherit;
	text-decoration: none !important;
}
.fcm-public-statistics__ranking li a:hover span,
.fcm-public-statistics__ranking li a:focus-visible span { color: #f47721; }



/* Filter heading on the existing collection page. The product grid itself is
   rendered entirely by the page/theme, so its normal styling stays intact. */
.fcm-collection-filter-notice {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 1.5rem;
	padding: 0 0 .75rem;
	border-bottom: 1px solid currentColor;
}
.fcm-collection-filter-notice h2 { margin: 0; }
.fcm-collection-filter-notice a { color: inherit; text-decoration: underline; }
@media (max-width: 640px) {
	.fcm-collection-filter-notice { align-items: flex-start; flex-direction: column; }
}

/* v0.6.7: compact header for collection pages opened from statistics. */
.fcm-collection-filter-notice {
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	margin-top: clamp(1rem, 2vw, 2rem);
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.fcm-collection-filter-notice h2 {
	font-size: clamp(1.8rem, 4vw, 3.5rem);
	line-height: 1.05;
}
.fcm-collection-filter-notice a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: .7rem 1rem;
	border: 1px solid currentColor;
	text-decoration: none !important;
	white-space: nowrap;
}
.fcm-collection-filter-notice a:hover,
.fcm-collection-filter-notice a:focus-visible {
	background: #f47721;
	border-color: #f47721;
	color: #000;
}
@media (max-width: 640px) {
	.fcm-collection-filter-notice a { width: 100%; }
}


/* v0.6.8: result counter and matching blogs below filtered products. */
.fcm-collection-filter-notice__summary { min-width: 0; }
.fcm-collection-filter-notice__summary p {
	margin: .45rem 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: clamp(.9rem, 1.2vw, 1.05rem);
	line-height: 1.35;
}
.fcm-filtered-collection-blogs {
	width: 100%;
	margin-top: clamp(2.5rem, 6vw, 5rem);
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	border-top: 1px solid rgba(244, 119, 33, .45);
}
.fcm-filtered-collection-blogs > h2 {
	margin-bottom: clamp(1rem, 2vw, 1.75rem);
}

/* v0.6.10: a deterministic, clean result screen for statistics filters. */
.fcm-filtered-screen,
.fcm-filtered-screen *,
.fcm-filtered-screen *::before,
.fcm-filtered-screen *::after {
	box-sizing: border-box;
}
.fcm-filtered-screen {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(1.5rem, 4vw, 4rem) 0 clamp(3rem, 7vw, 7rem);
	clear: both;
}
.fcm-filtered-screen__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: clamp(1.25rem, 3vw, 3rem);
	margin: 0 0 clamp(2rem, 5vw, 4.5rem);
	padding: 0 0 clamp(1rem, 2vw, 1.5rem);
	border-bottom: 1px solid rgba(244, 119, 33, .65);
}
.fcm-filtered-screen__summary { min-width: 0; }
.fcm-filtered-screen__eyebrow {
	margin: 0 0 .55rem;
	color: rgba(255, 255, 255, .68);
	font-size: clamp(.75rem, 1vw, .9rem);
	font-weight: 600;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}
.fcm-filtered-screen__header h1 {
	margin: 0;
	color: #f47721;
	font: inherit;
	font-size: clamp(2.2rem, 5vw, 5.25rem);
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.02;
}
.fcm-filtered-screen__count {
	margin: .75rem 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(.95rem, 1.2vw, 1.1rem);
	line-height: 1.35;
}
.fcm-filtered-screen__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	gap: .75rem;
}
.fcm-filtered-screen__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: .72rem 1.05rem;
	border: 1px solid #f47721;
	background: #f47721;
	color: #050505 !important;
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}
.fcm-filtered-screen__button--secondary {
	background: transparent;
	color: #f47721 !important;
}
.fcm-filtered-screen__button:hover,
.fcm-filtered-screen__button:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #050505 !important;
	outline: none;
}
.fcm-filtered-screen__products { width: 100%; }
.fcm-filtered-screen__products .woocommerce { width: 100%; }
.fcm-filtered-screen__products ul.products {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.fcm-filtered-screen__empty {
	margin: 0;
	padding: 2rem;
	border: 1px solid rgba(244, 119, 33, .35);
	color: rgba(255, 255, 255, .75);
}
.fcm-filtered-screen .fcm-filtered-collection-blogs {
	margin-top: clamp(3rem, 7vw, 6rem);
}
@media (max-width: 820px) {
	.fcm-filtered-screen__header {
		align-items: flex-start;
		flex-direction: column;
	}
	.fcm-filtered-screen__actions {
		justify-content: flex-start;
		width: 100%;
	}
}
@media (max-width: 520px) {
	.fcm-filtered-screen__actions { flex-direction: column; }
	.fcm-filtered-screen__button { width: 100%; }
}


/* v0.6.11: dedicated template; no Collection-page blocks are rendered. */
body.fcm-filtered-collection-page .wp-site-blocks > main { width: 100%; }
.fcm-filtered-template { width: 100%; max-width: none; margin: 0; padding: clamp(28px, 5vw, 72px) clamp(18px, 5vw, 80px); background: #000; color: #f7f7f7; }
.fcm-filtered-template .fcm-filtered-screen { max-width: 1500px; margin: 0 auto; }
.fcm-filtered-screen__products ul.products { list-style: none !important; padding-left: 0 !important; }
.fcm-filtered-screen__products ul.products li.product::before { content: none !important; display: none !important; }

/* v0.6.12: use the theme's real block header/footer and prevent horizontal overflow. */
html:has(body.fcm-filtered-collection-page),
body.fcm-filtered-collection-page {
	max-width: 100%;
	overflow-x: clip;
}
body.fcm-filtered-collection-page .wp-site-blocks {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}
body.fcm-filtered-collection-page .fcm-filtered-template {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding-inline: clamp(18px, 4vw, 64px);
	overflow: hidden;
}
body.fcm-filtered-collection-page .fcm-filtered-template .fcm-filtered-screen {
	box-sizing: border-box;
	width: min(100%, var(--wp--style--global--wide-size, 1280px));
	max-width: 100%;
	margin-inline: auto;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__header,
body.fcm-filtered-collection-page .fcm-filtered-screen__products,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs {
	max-width: 100%;
	min-width: 0;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__actions {
	flex-wrap: wrap;
	max-width: 100%;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products .woocommerce,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
	box-sizing: border-box;
	max-width: 100%;
}
@media (max-width: 1100px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__header {
		align-items: flex-start;
		flex-direction: column;
	}
	body.fcm-filtered-collection-page .fcm-filtered-screen__actions {
		justify-content: flex-start;
		width: 100%;
	}
}

/* v0.6.14: theme integration without modifying the theme header or footer. */
body.fcm-filtered-collection-page {
	--fcm-accent: var(--wp--preset--color--accent-1, var(--wp--preset--color--primary, #f47721));
	--fcm-canvas: var(--wp--preset--color--base, #000);
	--fcm-panel: #0b0b0b;
	--fcm-muted: rgba(255, 255, 255, .72);
}

/* The active theme remains fully responsible for its header and footer. */
body.fcm-filtered-collection-page .fcm-filtered-template {
	background: var(--fcm-canvas);
	color: var(--fcm-accent);
	padding-block: clamp(32px, 5vw, 72px);
	padding-left: var(--wp--style--root--padding-left, clamp(18px, 4vw, 64px));
	padding-right: var(--wp--style--root--padding-right, clamp(18px, 4vw, 64px));
	overflow: clip;
}
body.fcm-filtered-collection-page .fcm-filtered-template .fcm-filtered-screen {
	width: min(100%, var(--wp--style--global--wide-size, 1280px));
	max-width: 100%;
	margin-inline: auto;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__header {
	border-color: color-mix(in srgb, var(--fcm-accent) 65%, transparent);
}
body.fcm-filtered-collection-page .fcm-filtered-screen__eyebrow,
body.fcm-filtered-collection-page .fcm-filtered-screen__header h1,
body.fcm-filtered-collection-page .fcm-filtered-screen__count,
body.fcm-filtered-collection-page .fcm-filtered-screen__products .woocommerce-result-count,
body.fcm-filtered-collection-page .fcm-filtered-screen__products .woocommerce-ordering,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product .woocommerce-loop-product__title,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product a,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product .price,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product .price * {
	color: var(--fcm-accent) !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__eyebrow,
body.fcm-filtered-collection-page .fcm-filtered-screen__count {
	opacity: .78;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__button {
	border-color: var(--fcm-accent);
	background: var(--fcm-accent);
	color: #050505 !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__button--secondary {
	background: transparent;
	color: var(--fcm-accent) !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__button:hover,
body.fcm-filtered-collection-page .fcm-filtered-screen__button:focus-visible {
	filter: brightness(1.12);
}

/* Stable four-column WooCommerce grid that never causes horizontal overflow. */
body.fcm-filtered-collection-page .fcm-filtered-screen__products,
body.fcm-filtered-collection-page .fcm-filtered-screen__products .woocommerce,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(20px, 2.5vw, 42px) !important;
	clear: both;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products::before,
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products::after {
	display: none !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product {
	float: none !important;
	width: auto !important;
	max-width: 100% !important;
	min-width: 0;
	margin: 0 !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
body.fcm-filtered-collection-page .woocommerce-ordering select {
	max-width: 100%;
}

/* Blog cards inherit the same dark/orange visual language. */
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs {
	border-color: color-mix(in srgb, var(--fcm-accent) 45%, transparent);
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs > h2,
body.fcm-filtered-collection-page .fcm-blog-card__content h3,
body.fcm-filtered-collection-page .fcm-blog-card__content h3 a,
body.fcm-filtered-collection-page .fcm-blog-card__content p,
body.fcm-filtered-collection-page .fcm-blog-card__link {
	color: var(--fcm-accent) !important;
}
body.fcm-filtered-collection-page .fcm-blog-card,
body.fcm-filtered-collection-page .fcm-blog-card__content {
	background: var(--fcm-panel);
}
body.fcm-filtered-collection-page .fcm-blog-card {
	border-color: color-mix(in srgb, var(--fcm-accent) 45%, transparent);
	border-radius: 0;
	overflow: hidden;
}
body.fcm-filtered-collection-page .fcm-blog-card__image,
body.fcm-filtered-collection-page .fcm-blog-card__placeholder {
	background: #111;
}

@media (max-width: 960px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 560px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
		grid-template-columns: 1fr !important;
	}
}

/* Fallback for browsers without color-mix support. */
@supports not (color: color-mix(in srgb, red 50%, blue)) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__header,
	body.fcm-filtered-collection-page .fcm-filtered-collection-blogs,
	body.fcm-filtered-collection-page .fcm-blog-card {
		border-color: rgba(244, 119, 33, .45);
	}
}


/* v0.6.15: compact, theme-led filtered collection refactor. */
body.fcm-filtered-collection-page .fcm-filtered-template {
	padding-block: clamp(24px, 3vw, 44px);
	padding-inline: max(var(--wp--style--root--padding-left, 20px), 20px);
}
body.fcm-filtered-collection-page .fcm-filtered-template .fcm-filtered-screen {
	width: min(100%, var(--wp--style--global--wide-size, 1440px));
}
body.fcm-filtered-collection-page .fcm-filtered-screen {
	padding: 0 0 clamp(40px, 5vw, 72px);
}
body.fcm-filtered-collection-page .fcm-filtered-screen__header {
	align-items: center;
	margin-bottom: clamp(24px, 3vw, 42px);
	padding-bottom: clamp(14px, 1.5vw, 20px);
}
body.fcm-filtered-collection-page .fcm-filtered-screen__header h1 {
	font-size: clamp(2.2rem, 4.5vw, 4.75rem);
}
body.fcm-filtered-collection-page .fcm-filtered-screen__count {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin-top: .55rem;
	color: var(--fcm-accent) !important;
	opacity: .82;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__actions {
	flex-wrap: wrap;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products .woocommerce-result-count,
body.fcm-filtered-collection-page .fcm-filtered-screen__products .woocommerce-ordering {
	margin-bottom: 1rem;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products .woocommerce-ordering {
	float: right;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
	clear: both;
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs {
	margin-top: clamp(36px, 5vw, 72px);
	padding-top: clamp(24px, 3vw, 40px);
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs > h2 {
	margin: 0 0 clamp(18px, 2vw, 28px);
	font-size: clamp(1.8rem, 3vw, 3.2rem);
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.5vw, 38px);
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
}
body.fcm-filtered-collection-page .fcm-blog-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
body.fcm-filtered-collection-page .fcm-blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.fcm-filtered-collection-page .fcm-blog-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(16px, 2vw, 24px);
}
body.fcm-filtered-collection-page .fcm-blog-card__content h3 {
	margin: .8rem 0 .65rem;
	font-size: clamp(1.1rem, 1.5vw, 1.45rem);
	line-height: 1.25;
}
body.fcm-filtered-collection-page .fcm-blog-card__content p {
	margin: 0 0 1rem;
	line-height: 1.55;
}
body.fcm-filtered-collection-page .fcm-blog-card__link {
	margin-top: auto;
}
@media (max-width: 900px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__header {
		align-items: flex-start;
		flex-direction: column;
	}
	body.fcm-filtered-collection-page .fcm-filtered-screen__actions {
		justify-content: flex-start;
		width: 100%;
	}
	body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__actions {
		flex-direction: column;
	}
	body.fcm-filtered-collection-page .fcm-filtered-screen__button {
		width: 100%;
	}
	body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
		grid-template-columns: 1fr;
	}
}

/* v0.6.16: compact card sizing and consistent centred alignment. */
body.fcm-filtered-collection-page .fcm-filtered-template {
	padding-inline: clamp(18px, 3vw, 48px);
}
body.fcm-filtered-collection-page .fcm-filtered-template .fcm-filtered-screen {
	width: min(100%, 1240px);
	margin-inline: auto;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__header {
	width: 100%;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2vw, 28px) !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product {
	min-width: 0 !important;
	max-width: none !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product img {
	width: 100% !important;
	height: auto !important;
	margin: 0 0 .85rem !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products li.product .woocommerce-loop-product__title {
	font-size: clamp(.95rem, 1.15vw, 1.15rem) !important;
	line-height: 1.3 !important;
	margin: 0 !important;
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 360px));
	justify-content: start;
	gap: clamp(18px, 2vw, 28px);
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card {
	width: 100%;
	max-width: 360px;
}
body.fcm-filtered-collection-page .fcm-blog-card__image {
	aspect-ratio: 16 / 9;
	max-height: 210px;
}
body.fcm-filtered-collection-page .fcm-blog-card__placeholder {
	min-height: 180px;
}
body.fcm-filtered-collection-page .fcm-blog-card__content {
	padding: 18px;
}
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs > h2 {
	font-size: clamp(1.75rem, 2.4vw, 2.7rem);
}
@media (max-width: 980px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 560px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen__products ul.products {
		grid-template-columns: 1fr !important;
	}
	body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
		grid-template-columns: 1fr;
	}
	body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card {
		max-width: none;
	}
}


/* v0.6.18: the active theme renders the complete page shell. Only the Collection
 * page content is replaced before rendering. These rules therefore target the
 * result content exclusively and never the site header, footer or navigation. */
body.fcm-filtered-collection-page .wp-block-post-title,
body.fcm-filtered-collection-page .entry-title,
body.fcm-filtered-collection-page .page-title {
	display: none !important;
}
body.fcm-filtered-collection-page .wp-block-post-content:has(.fcm-filtered-screen),
body.fcm-filtered-collection-page .entry-content:has(.fcm-filtered-screen) {
	margin-block: 0 !important;
	padding-block: 0 !important;
}
body.fcm-filtered-collection-page .fcm-filtered-screen {
	width: min(100% - 32px, 1240px);
	max-width: 1240px;
	margin-inline: auto;
}
@media (max-width: 782px) {
	body.fcm-filtered-collection-page .fcm-filtered-screen {
		width: min(100% - 24px, 1240px);
	}
}

/* v0.6.28 — one configurable layout for every linked collection page. */
body.fcm-unified-collection-page ul.products,
body.fcm-unified-collection-page .wc-block-product-template,
body.fcm-unified-collection-page .wp-block-woocommerce-product-collection ul,
body.fcm-unified-collection-page .wp-block-query ul.wp-block-post-template {
	display: grid !important;
	grid-template-columns: repeat(var(--fcm-collection-columns, 5), minmax(0, 1fr)) !important;
	gap: clamp(14px, 1.6vw, 26px) !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
	list-style: none !important;
}
body.fcm-unified-collection-page ul.products::before,
body.fcm-unified-collection-page ul.products::after { display: none !important; }
body.fcm-unified-collection-page ul.products li.product,
body.fcm-unified-collection-page .wc-block-product-template > li,
body.fcm-unified-collection-page .wp-block-post-template > li {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
}
body.fcm-unified-collection-page ul.products li.product img,
body.fcm-unified-collection-page .wc-block-product-template img,
body.fcm-unified-collection-page .wp-block-post-template img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
}
@media (max-width: 1100px) {
	body.fcm-unified-collection-page ul.products,
	body.fcm-unified-collection-page .wc-block-product-template,
	body.fcm-unified-collection-page .wp-block-woocommerce-product-collection ul,
	body.fcm-unified-collection-page .wp-block-query ul.wp-block-post-template {
		grid-template-columns: repeat(min(var(--fcm-collection-columns, 5), 3), minmax(0, 1fr)) !important;
	}
}
@media (max-width: 720px) {
	body.fcm-unified-collection-page ul.products,
	body.fcm-unified-collection-page .wc-block-product-template,
	body.fcm-unified-collection-page .wp-block-woocommerce-product-collection ul,
	body.fcm-unified-collection-page .wp-block-query ul.wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 460px) {
	body.fcm-unified-collection-page ul.products,
	body.fcm-unified-collection-page .wc-block-product-template,
	body.fcm-unified-collection-page .wp-block-woocommerce-product-collection ul,
	body.fcm-unified-collection-page .wp-block-query ul.wp-block-post-template {
		grid-template-columns: 1fr !important;
	}
}

/* v0.6.29 — one central product grid and card presentation on every collection page. */
body.fcm-unified-collection-page {
	--fcm-collection-max-width: 1240px;
	--fcm-card-image-ratio: 4 / 5;
}

/* Product loops are allowed to escape narrow Gutenberg columns so the general
 * Collection page uses the same visual width as the RBC and Inter pages. */
body.fcm-unified-collection-page :is(
	.woocommerce,
	.wp-block-woocommerce-product-collection,
	.wp-block-query:has(.wc-block-product),
	.wp-block-query:has(li.product),
	.fcm-filtered-screen__products
) {
	width: min(calc(100vw - 32px), var(--fcm-collection-max-width)) !important;
	max-width: var(--fcm-collection-max-width) !important;
	margin-left: 50% !important;
	margin-right: 0 !important;
	transform: translateX(-50%) !important;
	box-sizing: border-box !important;
}

/* Do not widen unrelated WooCommerce notices or forms inside a collection page. */
body.fcm-unified-collection-page .woocommerce > :not(ul.products):not(.products):not(.woocommerce-pagination),
body.fcm-unified-collection-page .wp-block-woocommerce-product-collection > :not(.wc-block-product-template):not(.wc-block-components-pagination) {
	max-width: 100%;
}

body.fcm-unified-collection-page :is(
	ul.products,
	.wc-block-product-template,
	.wp-block-woocommerce-product-collection ul.wc-block-product-template,
	.wp-block-query ul.wp-block-post-template
) {
	align-items: stretch !important;
	justify-content: start !important;
}

body.fcm-unified-collection-page :is(
	ul.products li.product,
	.wc-block-product-template > li,
	.wp-block-query ul.wp-block-post-template > li
) {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.fcm-unified-collection-page :is(
	ul.products li.product a.woocommerce-LoopProduct-link,
	ul.products li.product a.woocommerce-loop-product__link,
	.wc-block-product-template > li > a,
	.wp-block-query ul.wp-block-post-template > li > a
) {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	align-items: stretch !important;
	min-width: 0 !important;
	text-decoration: none !important;
}

body.fcm-unified-collection-page :is(
	ul.products li.product img,
	.wc-block-product-template img,
	.wp-block-query ul.wp-block-post-template img
) {
	aspect-ratio: var(--fcm-card-image-ratio) !important;
	object-fit: cover !important;
	object-position: center !important;
	margin: 0 0 .65rem !important;
}

body.fcm-unified-collection-page :is(
	.woocommerce-loop-product__title,
	.wc-block-components-product-title,
	.wp-block-post-title
) {
	display: -webkit-box !important;
	overflow: hidden !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	min-height: calc(1.35em * 3) !important;
	margin: 0 !important;
	font: inherit !important;
	font-size: clamp(.82rem, .95vw, 1rem) !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	text-align: left !important;
}

body.fcm-unified-collection-page :is(
	.price,
	.wc-block-components-product-price,
	.wp-block-woocommerce-product-price
) {
	margin-top: .35rem !important;
	font-size: .92em !important;
	line-height: 1.3 !important;
}

body.fcm-unified-collection-page :is(
	ul.products,
	.wc-block-product-template,
	.wp-block-query ul.wp-block-post-template
) + :is(.woocommerce-pagination, .wc-block-components-pagination, .wp-block-query-pagination) {
	width: min(calc(100vw - 32px), var(--fcm-collection-max-width)) !important;
	max-width: var(--fcm-collection-max-width) !important;
	margin: clamp(1.25rem, 3vw, 2.25rem) auto 0 !important;
}

@media (max-width: 720px) {
	body.fcm-unified-collection-page :is(
		.woocommerce,
		.wp-block-woocommerce-product-collection,
		.wp-block-query:has(.wc-block-product),
		.wp-block-query:has(li.product),
		.fcm-filtered-screen__products
	) {
		width: min(calc(100vw - 24px), var(--fcm-collection-max-width)) !important;
	}
}

/* v0.6.30 — enforce the exact same product grid on Collection, Te Koop,
 * Wishlist and statistic-filtered result pages, independent of the block or
 * theme that generated the product loop. */
body.fcm-unified-collection-page {
	--fcm-grid-gap: clamp(14px, 1.6vw, 26px);
}

body.fcm-unified-collection-page :is(
	ul.products,
	ul.wc-block-product-template,
	.wc-block-product-template,
	.wp-block-woocommerce-product-collection ul,
	.wp-block-query ul.wp-block-post-template,
	.wp-block-post-template:has(.wp-block-woocommerce-product-image),
	.wp-block-post-template:has(.wc-block-components-product-image)
) {
	display: grid !important;
	grid-template-columns: repeat(var(--fcm-collection-columns, 5), minmax(0, 1fr)) !important;
	gap: var(--fcm-grid-gap) !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.fcm-unified-collection-page :is(
	ul.products,
	ul.wc-block-product-template,
	.wc-block-product-template,
	.wp-block-woocommerce-product-collection ul,
	.wp-block-query ul.wp-block-post-template
) > li {
	float: none !important;
	display: flex !important;
	flex-direction: column !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

body.fcm-unified-collection-page :is(
	ul.products,
	ul.wc-block-product-template,
	.wc-block-product-template,
	.wp-block-woocommerce-product-collection ul,
	.wp-block-query ul.wp-block-post-template
) > li :is(a.woocommerce-LoopProduct-link, a.woocommerce-loop-product__link, .wp-block-post-featured-image a, .wc-block-components-product-image a) {
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
	text-decoration: none !important;
}

body.fcm-unified-collection-page :is(
	ul.products li.product img,
	ul.wc-block-product-template img,
	.wc-block-product-template img,
	.wp-block-woocommerce-product-collection img,
	.wp-block-query ul.wp-block-post-template img
) {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	aspect-ratio: var(--fcm-card-image-ratio, 4 / 5) !important;
	height: auto !important;
	object-fit: cover !important;
	object-position: center !important;
	margin: 0 0 .65rem !important;
}

body.fcm-unified-collection-page :is(
	.woocommerce-loop-product__title,
	.wc-block-components-product-title,
	.wp-block-post-title
) {
	display: -webkit-box !important;
	overflow: hidden !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	min-height: calc(1.35em * 3) !important;
	margin: 0 !important;
	font-size: clamp(.82rem, .95vw, 1rem) !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	text-align: left !important;
}

@media (max-width: 1100px) {
	body.fcm-unified-collection-page :is(ul.products, ul.wc-block-product-template, .wc-block-product-template, .wp-block-woocommerce-product-collection ul, .wp-block-query ul.wp-block-post-template) {
		grid-template-columns: repeat(min(3, var(--fcm-collection-columns, 5)), minmax(0, 1fr)) !important;
	}
}
@media (max-width: 720px) {
	body.fcm-unified-collection-page :is(ul.products, ul.wc-block-product-template, .wc-block-product-template, .wp-block-woocommerce-product-collection ul, .wp-block-query ul.wp-block-post-template) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 430px) {
	body.fcm-unified-collection-page :is(ul.products, ul.wc-block-product-template, .wc-block-product-template, .wp-block-woocommerce-product-collection ul, .wp-block-query ul.wp-block-post-template) {
		grid-template-columns: 1fr !important;
	}
}

/* v6.6.0: smart collection filters and sorting. */
.fcm-smart-filter,
.fcm-smart-filter *,
.fcm-smart-filter *::before,
.fcm-smart-filter *::after { box-sizing: border-box; }
.fcm-smart-filter {
	margin: 0 0 clamp(2rem, 5vw, 4rem);
	padding: clamp(1.2rem, 2.5vw, 2rem);
	border: 1px solid rgba(244,119,33,.4);
	background: #0d0d0d;
}
.fcm-smart-filter__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}
.fcm-smart-filter__eyebrow {
	margin: 0 0 .35rem;
	color: rgba(255,255,255,.62);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.fcm-smart-filter h2 { margin: 0; color: #f47721; font-size: clamp(1.35rem,2.3vw,2rem); }
.fcm-smart-filter__clear { color: #fff !important; text-decoration: underline !important; white-space: nowrap; }
.fcm-smart-filter__form {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: .9rem;
	align-items: end;
}
.fcm-smart-filter__field { display: grid; gap: .4rem; min-width: 0; }
.fcm-smart-filter__field > span { color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 600; }
.fcm-smart-filter select {
	width: 100%;
	min-height: 44px;
	padding: .65rem .75rem;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 0;
	background: #151515;
	color: #fff;
}
.fcm-smart-filter__submit {
	min-height: 44px;
	padding: .7rem 1rem;
	border: 1px solid #f47721;
	border-radius: 0;
	background: #f47721;
	color: #050505;
	font-weight: 700;
	cursor: pointer;
}
.fcm-smart-filter__submit:hover,
.fcm-smart-filter__submit:focus-visible { background: #fff; border-color: #fff; }
.fcm-smart-filter__chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.fcm-smart-filter__chips span { padding: .42rem .65rem; border: 1px solid rgba(244,119,33,.55); color: #f47721; font-size: .82rem; }
body.fcm-filtered-collection-page .wp-block-cover,
body.fcm-filtered-collection-page .wp-block-image.alignfull,
body.fcm-filtered-collection-page .page-header,
body.fcm-filtered-collection-page .entry-header { display: none !important; }
@media (max-width: 1100px) { .fcm-smart-filter__form { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 760px) {
	.fcm-smart-filter__heading { align-items: flex-start; flex-direction: column; }
	.fcm-smart-filter__form { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 520px) { .fcm-smart-filter__form { grid-template-columns: 1fr; } }

/* v6.6.1: compact, collapsible filters on every configured collection page. */
.fcm-smart-filter { margin: 0 0 1.5rem; border: 1px solid rgba(255,255,255,.14); background: #0d0d0d; color: #fff; }
.fcm-smart-filter__details { width: 100%; }
.fcm-smart-filter__toggle {
	display: flex;
	align-items: center;
	gap: .7rem;
	min-height: 54px;
	padding: .85rem 1rem;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 750;
	list-style: none;
	user-select: none;
}
.fcm-smart-filter__toggle::-webkit-details-marker { display: none; }
.fcm-smart-filter__toggle:focus-visible { outline: 2px solid #f47721; outline-offset: -2px; }
.fcm-smart-filter__count {
	display: inline-grid;
	place-items: center;
	min-width: 1.65rem;
	height: 1.65rem;
	padding: 0 .4rem;
	border-radius: 999px;
	background: #f47721;
	color: #050505;
	font-size: .78rem;
	font-weight: 800;
}
.fcm-smart-filter__arrow {
	width: .65rem;
	height: .65rem;
	margin-left: auto;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .22s ease;
}
.fcm-smart-filter__details[open] .fcm-smart-filter__arrow { transform: rotate(225deg) translate(-2px,-2px); }
.fcm-smart-filter__panel { padding: 1.15rem 1rem 1rem; border-top: 1px solid rgba(255,255,255,.12); animation: fcmFilterReveal .22s ease; }
@keyframes fcmFilterReveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
body.fcm-unified-collection-page .fcm-smart-filter { width: 100%; }
@media (prefers-reduced-motion: reduce) {
	.fcm-smart-filter__arrow { transition: none; }
	.fcm-smart-filter__panel { animation: none; }
}

/* v6.6.2: fixed pages keep their hand-written introduction above the unified collection block. */
.fcm-existing-collection-block {
	margin-top: clamp(2rem, 5vw, 4.5rem);
	margin-bottom: 1.75rem;
}
.fcm-existing-collection-block .fcm-smart-filter {
	margin-top: 2.25rem;
}
.fcm-existing-collection-block + .wp-block-woocommerce-product-collection,
.fcm-existing-collection-block + .wc-block-product-collection,
.fcm-existing-collection-block + ul.products,
.fcm-existing-collection-block + .woocommerce {
	margin-top: 1.75rem;
}
@media (max-width: 700px) {
	.fcm-existing-collection-block {
		margin-top: 2rem;
	}
}

/* v6.6.4 — one canonical result section on every fixed collection page. */
body.fcm-unified-collection-page .wp-block-woocommerce-product-collection,
body.fcm-unified-collection-page .wc-block-product-collection,
body.fcm-unified-collection-page .wp-block-woocommerce-all-products {
	display: none !important;
}
body.fcm-unified-collection-page .fcm-unified-results-section {
	display: block !important;
	width: min(100% - 32px, 1320px);
	max-width: 1320px;
	margin: clamp(36px, 6vw, 84px) auto 0;
}
body.fcm-unified-collection-page .fcm-unified-results-section .woocommerce,
body.fcm-unified-collection-page .fcm-unified-results-section ul.products {
	display: block;
}
body.fcm-unified-collection-page .fcm-unified-results-section ul.products {
	display: grid;
	grid-template-columns: repeat(var(--fcm-collection-columns, 4), minmax(0, 1fr));
	gap: 28px 20px;
}
body.fcm-unified-collection-page .fcm-unified-results-section ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}
@media (max-width: 900px) {
	body.fcm-unified-collection-page .fcm-unified-results-section ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
	body.fcm-unified-collection-page .fcm-unified-results-section { width: min(100% - 20px, 1320px); }
	body.fcm-unified-collection-page .fcm-unified-results-section ul.products { grid-template-columns: 1fr; }
}

/* v6.8.3 — compacte collectiegrid en nette horizontale paginering. */
body.fcm-unified-collection-page {
	--fcm-grid-gap: clamp(10px, 1vw, 16px);
}

body.fcm-unified-collection-page .fcm-unified-results-section {
	margin-top: clamp(24px, 4vw, 52px);
}

body.fcm-unified-collection-page .fcm-unified-results-section ul.products {
	column-gap: clamp(10px, 1vw, 16px) !important;
	row-gap: clamp(16px, 1.5vw, 22px) !important;
}

body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: clamp(18px, 2.5vw, 30px) auto 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: center !important;
	clear: both !important;
}

body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination ul.page-numbers,
body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination ul {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
	background: transparent !important;
}

body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination ul li {
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination ul li::marker {
	content: '' !important;
}

body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination .page-numbers {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 42px !important;
	height: 42px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 1px solid currentColor !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: var(--wp--preset--color--contrast, #f58220) !important;
	font: inherit !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination .page-numbers.current,
body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination a.page-numbers:hover,
body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination a.page-numbers:focus-visible {
	background: currentColor !important;
	color: #111 !important;
	outline: none !important;
}

body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination .page-numbers.dots {
	min-width: auto !important;
	padding-inline: 4px !important;
	border-color: transparent !important;
	background: transparent !important;
}

@media (max-width: 540px) {
	body.fcm-unified-collection-page .fcm-unified-results-section nav.woocommerce-pagination .page-numbers {
		min-width: 38px !important;
		height: 38px !important;
		padding-inline: 10px !important;
	}
}

/* v6.8.19 — consistent previous, collection and compact home navigation. */
.fcm-filtered-screen__button--home {
	flex: 0 0 46px;
	width: 46px !important;
	min-width: 46px;
	padding: 0 !important;
	aspect-ratio: 1;
}
.fcm-filtered-screen__button--home svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}
@media (max-width: 560px) {
	.fcm-filtered-screen__actions,
	body.fcm-filtered-collection-page .fcm-filtered-screen__actions {
		flex-flow: row wrap;
	}
	.fcm-filtered-screen__button:not(.fcm-filtered-screen__button--home),
	body.fcm-filtered-collection-page .fcm-filtered-screen__button:not(.fcm-filtered-screen__button--home) {
		flex: 1 1 13rem;
		width: auto;
	}
	.fcm-filtered-screen__button--home,
	body.fcm-filtered-collection-page .fcm-filtered-screen__button--home {
		flex: 0 0 46px;
		width: 46px !important;
	}
}

/* v6.8.20 — searchable attribute filters with frequency-based recommendations. */
.fcm-smart-filter__field {
	position: relative;
}
.fcm-smart-filter__field > label,
.fcm-smart-filter__field > span {
	color: rgba(255,255,255,.78);
	font-size: .8rem;
	font-weight: 600;
}
.fcm-filter-combobox__control {
	position: relative;
}
.fcm-filter-combobox__search {
	width: 100%;
	min-height: 44px;
	padding: .65rem 2.5rem .65rem .75rem;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 0;
	background: #151515;
	color: #fff;
	font: inherit;
}
.fcm-filter-combobox__search::placeholder {
	color: rgba(255,255,255,.55);
}
.fcm-filter-combobox__search:focus {
	border-color: #f47721;
	outline: 2px solid rgba(244,119,33,.24);
	outline-offset: 0;
}
.fcm-filter-combobox__clear {
	position: absolute;
	top: 50%;
	right: .45rem;
	display: inline-grid;
	width: 1.8rem;
	height: 1.8rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: rgba(255,255,255,.72);
	font-size: 1.35rem;
	line-height: 1;
	place-items: center;
	transform: translateY(-50%);
	cursor: pointer;
}
.fcm-filter-combobox__clear:hover,
.fcm-filter-combobox__clear:focus-visible {
	background: rgba(255,255,255,.1);
	color: #fff;
	outline: 1px solid #f47721;
}
.fcm-filter-combobox__results {
	position: absolute;
	z-index: 30;
	top: calc(100% + .35rem);
	left: 0;
	width: 100%;
	max-height: 18rem;
	padding: .45rem;
	border: 1px solid rgba(244,119,33,.5);
	background: #111;
	box-shadow: 0 14px 30px rgba(0,0,0,.45);
	overflow-y: auto;
}
.fcm-filter-combobox__mode {
	display: block;
	padding: .35rem .45rem .5rem;
	color: #f47721;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.fcm-filter-combobox__options {
	display: grid;
	gap: .2rem;
}
.fcm-filter-combobox__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .7rem;
	width: 100%;
	min-height: 2.25rem;
	padding: .45rem .55rem;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	text-align: left;
	cursor: pointer;
}
.fcm-filter-combobox__option small {
	flex: 0 0 auto;
	color: rgba(255,255,255,.55);
	font-size: .72rem;
}
.fcm-filter-combobox__option:hover,
.fcm-filter-combobox__option:focus-visible,
.fcm-filter-combobox__option.is-active,
.fcm-filter-combobox__option[aria-selected="true"] {
	background: #f47721;
	color: #050505;
	outline: none;
}
.fcm-filter-combobox__option:hover small,
.fcm-filter-combobox__option:focus-visible small,
.fcm-filter-combobox__option.is-active small,
.fcm-filter-combobox__option[aria-selected="true"] small {
	color: rgba(5,5,5,.72);
}
.fcm-filter-combobox__empty {
	margin: 0;
	padding: .7rem .45rem;
	color: rgba(255,255,255,.62);
	font-size: .8rem;
}


/* v8.10.12 — keep collection-page blogs identical to all other FCM blog cards. */
body.fcm-unified-collection-page .fcm-filtered-collection-blogs,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs {
	box-sizing: border-box;
	width: min(100%, var(--wp--style--global--wide-size, 1440px));
	max-width: 100%;
	margin-inline: auto;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2.2vw, 32px) !important;
	align-items: stretch;
	width: 100%;
	max-width: none;
	margin: 0;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card {
	display: flex !important;
	min-width: 0;
	width: 100% !important;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 14px !important;
	overflow: hidden;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-card-link,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-card-link {
	display: flex !important;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	color: inherit !important;
	text-decoration: none !important;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__image,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__image {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 16 / 9 !important;
	overflow: hidden;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__image img,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__image img,
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__placeholder,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__placeholder {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover !important;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__content,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__content {
	display: flex !important;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: clamp(16px, 1.8vw, 22px) !important;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__title,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__title {
	display: -webkit-box;
	height: 3.75em;
	min-height: 3.75em;
	margin: .65rem 0 !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: clamp(1rem, 1.15vw, 1.2rem) !important;
	line-height: 1.25 !important;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__excerpt,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__excerpt {
	display: -webkit-box;
	margin: 0 0 1rem !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 1.55;
}
body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__link,
body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-card__link {
	margin-top: auto;
	font-weight: 700;
}
@media (max-width: 900px) {
	body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid,
	body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 600px) {
	body.fcm-unified-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid,
	body.fcm-filtered-collection-page .fcm-filtered-collection-blogs .fcm-blog-grid {
		grid-template-columns: 1fr !important;
	}
}

/* v8.10.13 — canonical collection blog grid, independent of late body classes. */
.fcm-unified-results-section > .fcm-filtered-collection-blogs {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	margin: clamp(32px, 5vw, 64px) 0 0 !important;
	padding: 0 !important;
}
.fcm-unified-results-section > .fcm-filtered-collection-blogs > h2 {
	margin: 0 0 24px !important;
	font-size: clamp(1.5rem, 2.2vw, 2.25rem) !important;
	text-align: left !important;
}
.fcm-unified-results-section > .fcm-filtered-collection-blogs > .fcm-blog-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2.2vw, 32px) !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.fcm-unified-results-section .fcm-blog-card {
	display: flex !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 14px !important;
}
.fcm-unified-results-section .fcm-blog-card > .fcm-card-link {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	width: 100% !important;
	min-width: 0 !important;
	text-decoration: none !important;
}
.fcm-unified-results-section .fcm-blog-card__image {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 16 / 9 !important;
	overflow: hidden !important;
}
.fcm-unified-results-section .fcm-blog-card__image img,
.fcm-unified-results-section .fcm-blog-card__placeholder {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover !important;
}
.fcm-unified-results-section .fcm-blog-card__content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	padding: clamp(16px, 1.8vw, 22px) !important;
}
@media (max-width: 900px) {
	.fcm-unified-results-section > .fcm-filtered-collection-blogs > .fcm-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 600px) {
	.fcm-unified-results-section > .fcm-filtered-collection-blogs > .fcm-blog-grid {
		grid-template-columns: 1fr !important;
	}
}

/* v8.10.14: canonical blog grid injected into the live Elementor Collection widget. */
body.fcm-unified-collection-page .fcm-elementor-collection-blogs {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 72px) clamp(18px, 3vw, 36px);
	box-sizing: border-box;
}
body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-related-section {
	width: 100%;
	max-width: none;
	margin: 0;
}
body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-blog-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(20px, 2.5vw, 32px) !important;
	width: 100% !important;
	max-width: none !important;
}
body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-blog-card {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
}
body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-blog-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-blog-card__image img,
body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-blog-card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 900px) {
	body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 600px) {
	body.fcm-unified-collection-page .fcm-elementor-collection-blogs .fcm-blog-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

/* v8.10.15: recent general blogs are part of the full collection shortcode. */
.fcm-latest-collection-blogs {
	width: 100% !important;
	max-width: none !important;
	margin: clamp(40px, 6vw, 80px) 0 0 !important;
}
.fcm-latest-collection-blogs__header {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
	margin-bottom: 24px;
}
.fcm-latest-collection-blogs__header h2,
.fcm-latest-collection-blogs__header p {
	margin: 0;
}
.fcm-latest-collection-blogs__header p {
	margin-top: 8px;
}
.fcm-latest-collection-blogs__footer {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}
/* The legacy A8C blog pattern is stored separately in the Elementor copy of page 10. */
body.page-id-10 .wp-block-group:has(.wp-block-a8c-blog-posts),
body.page-id-10 .wp-block-group:has([class*="a8c-blog-posts"]) {
	display: none !important;
}
@media (max-width: 600px) {
	.fcm-latest-collection-blogs__header {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* v8.10.16: canonical blog-card layout used everywhere in FCM. */
.fcm-blog-list,
.fcm-related-blogs,
.fcm-related-section.fcm-related-blogs,
.fcm-latest-collection-blogs {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}
.fcm-blog-list .fcm-blog-grid,
.fcm-related-blogs .fcm-blog-grid,
.fcm-related-section .fcm-blog-grid,
.fcm-latest-collection-blogs .fcm-blog-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(16px, 2vw, 28px) !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	align-items: stretch !important;
}
.fcm-blog-grid > .fcm-blog-card,
.fcm-blog-grid > article.fcm-blog-card {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	height: 100% !important;
	margin: 0 !important;
}
.fcm-blog-card > .fcm-card-link {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
}
.fcm-blog-card__image {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	overflow: hidden !important;
	background: #0b0b0b !important;
}
.fcm-blog-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
}
.fcm-blog-card:hover .fcm-blog-card__image img,
.fcm-blog-card:focus-within .fcm-blog-card__image img {
	transform: none !important;
}
.fcm-blog-card__content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-width: 0 !important;
}
.fcm-blog-card__link {
	margin-top: auto !important;
}
@media (max-width: 900px) {
	.fcm-blog-list .fcm-blog-grid,
	.fcm-related-blogs .fcm-blog-grid,
	.fcm-related-section .fcm-blog-grid,
	.fcm-latest-collection-blogs .fcm-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 600px) {
	.fcm-blog-list .fcm-blog-grid,
	.fcm-related-blogs .fcm-blog-grid,
	.fcm-related-section .fcm-blog-grid,
	.fcm-latest-collection-blogs .fcm-blog-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}


/* RBC first-team filter */
.fcm-rbc-team-filter {
	display:flex; align-items:center; justify-content:center; gap:12px;
	margin:0 0 18px; padding:14px 18px; border:1px solid rgba(255,122,24,.28);
	background:#0c0c0c; color:#aaa;
}
.fcm-rbc-team-filter a { color:#aaa; text-decoration:none; font-weight:700; }
.fcm-rbc-team-filter a.is-active { color:#fff; }
.fcm-rbc-team-filter__switch { position:relative; width:52px; height:28px; border:1px solid #555; border-radius:999px; background:#1d1d1d; }
.fcm-rbc-team-filter__switch i { position:absolute; top:3px; left:3px; width:20px; height:20px; border-radius:50%; background:#ff7a18; transition:transform .2s ease; }
.fcm-rbc-team-filter__switch.is-first i { transform:translateX(24px); }
@media (max-width:600px) { .fcm-rbc-team-filter { gap:8px; padding:12px 10px; font-size:13px; } }


/* v8.11.19 — RBC team/type controls inside the canonical filter bar. */
.fcm-rbc-filter-options{grid-column:1/-1;margin:0;padding:18px;border:1px solid #343434;border-radius:14px;background:#111;color:#fff}
.fcm-rbc-filter-options legend{padding:0 8px;color:#ff7a18;font-weight:800}
.fcm-rbc-filter-options__team,.fcm-rbc-filter-options__groups label{display:flex;align-items:center;gap:9px;cursor:pointer}
.fcm-rbc-filter-options__team{margin-bottom:14px;font-weight:800}
.fcm-rbc-filter-options__groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.fcm-rbc-filter-options__groups label{flex-wrap:wrap;padding:12px;border:1px solid #333;border-radius:10px;background:#171717}
.fcm-rbc-filter-options input{width:18px;height:18px;accent-color:#ff7a18}
.fcm-rbc-filter-options__groups span{font-weight:800}
.fcm-rbc-filter-options__groups small{flex-basis:100%;padding-left:27px;color:#999}
@media(max-width:700px){.fcm-rbc-filter-options__groups{grid-template-columns:1fr}.fcm-rbc-filter-options{padding:14px}}

/* v11.14.89 — link from homepage stats to the extended public dashboard. */
.fcm-public-statistics__more{display:flex;justify-content:flex-end;margin-top:clamp(1.3rem,2.5vw,2.1rem)}
.fcm-public-statistics__more a,.fcm-extended-statistics__actions a,.fcm-extended-statistics__back{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.78rem 1.05rem;border:1px solid #f47721;color:#f47721!important;text-decoration:none!important;font-weight:750;line-height:1.2;transition:.16s ease}
.fcm-public-statistics__more a:hover,.fcm-public-statistics__more a:focus-visible,.fcm-extended-statistics__actions a:hover,.fcm-extended-statistics__actions a:focus-visible,.fcm-extended-statistics__back:hover,.fcm-extended-statistics__back:focus-visible{background:#f47721;color:#090909!important;outline:none}

.fcm-public-statistics--extended{margin-top:0;margin-bottom:0;padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(4rem,7vw,7rem)}
.fcm-public-statistics--extended .fcm-public-statistics__inner{width:min(1500px,calc(100% - clamp(24px,5vw,80px)))}
.fcm-extended-statistics__header{max-width:1050px;margin-bottom:clamp(2rem,5vw,4.2rem)}
.fcm-extended-statistics__back{margin-bottom:clamp(1.5rem,3vw,2.5rem)}
.fcm-extended-statistics__eyebrow{margin:0 0 .55rem;color:#f47721;font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.fcm-extended-statistics__header h1{margin:0;color:#f47721;font:inherit;font-size:clamp(2.7rem,6vw,6.4rem);font-weight:500;line-height:.98;letter-spacing:-.035em}
.fcm-extended-statistics__header>p:last-child{max-width:860px;margin:1rem 0 0;color:rgba(255,255,255,.7);font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.55}
.fcm-extended-statistics__cards{margin-bottom:clamp(3rem,6vw,5.5rem)}
.fcm-public-statistics__card--static{cursor:default}
.fcm-public-statistics__card--static:hover{transform:none;border-color:rgba(244,119,33,.38);background:#111}
.fcm-extended-statistics__section-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin:0 0 1.2rem;padding-bottom:1rem;border-bottom:1px solid rgba(244,119,33,.5)}
.fcm-extended-statistics__section-heading p{margin:0 0 .4rem;color:rgba(255,255,255,.52);font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.fcm-public-statistics--extended .fcm-extended-statistics__section-heading h2{margin:0;color:#f47721;font:inherit;font-size:clamp(1.8rem,3vw,3.1rem);font-weight:500;line-height:1.05}
.fcm-extended-statistics__section-heading>span{color:rgba(255,255,255,.5);font-size:.9rem;white-space:nowrap}
.fcm-extended-statistics__tops{margin-top:0}
.fcm-extended-statistics__ranking li a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px}
.fcm-extended-statistics__rank{color:rgba(255,255,255,.38);font-size:.78rem;font-weight:800}
.fcm-extended-statistics__label{min-width:0;color:rgba(255,255,255,.84);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fcm-extended-statistics__value{display:grid;justify-items:end;gap:2px}
.fcm-extended-statistics__value strong{color:#f47721;font-size:.95rem}
.fcm-extended-statistics__value small{color:rgba(255,255,255,.4);font-size:.7rem;font-weight:600}
.fcm-extended-statistics__actions{display:flex;justify-content:flex-end;margin-top:clamp(2rem,4vw,3.5rem)}
@media(max-width:900px){.fcm-public-statistics--extended .fcm-public-statistics__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fcm-public-statistics--extended .fcm-public-statistics__tops{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.fcm-public-statistics__more a{width:100%}.fcm-extended-statistics__section-heading{align-items:flex-start;flex-direction:column}.fcm-extended-statistics__section-heading>span{white-space:normal}.fcm-public-statistics--extended .fcm-public-statistics__tops{grid-template-columns:1fr}.fcm-extended-statistics__actions a{width:100%}}
@media(max-width:460px){.fcm-public-statistics--extended .fcm-public-statistics__cards{grid-template-columns:1fr}.fcm-extended-statistics__ranking li a{grid-template-columns:30px minmax(0,1fr) auto}}

/* Keep auto-created statistics page from showing a second theme page title above FCM. */
body.fcm-extended-statistics-page :is(.wp-block-post-title,.entry-title,.page-title){display:none!important}
body.fcm-extended-statistics-page main{overflow:visible}


/* v11.14.90 — dedicated statistics page owns the full viewport width.
 * The homepage keeps the existing breakout behaviour; this override only
 * targets the auto-created statistics page so theme content constraints cannot
 * push the dashboard to the right or create horizontal scrolling. */
body.fcm-extended-statistics-page{overflow-x:clip}
body.fcm-extended-statistics-page :is(.entry-content,.wp-block-post-content):has(.fcm-public-statistics--extended){
	box-sizing:border-box!important;
	width:100%!important;
	max-width:none!important;
	margin-left:auto!important;
	margin-right:auto!important;
	padding-left:0!important;
	padding-right:0!important;
}
body.fcm-extended-statistics-page .fcm-public-statistics--extended{
	position:relative!important;
	left:50%!important;
	transform:translateX(-50vw)!important;
	box-sizing:border-box!important;
	width:100vw!important;
	max-width:100vw!important;
	margin:0!important;
	padding:clamp(2.5rem,4vw,4.5rem) 0 clamp(4rem,7vw,7rem)!important;
	overflow:hidden!important;
}
body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__inner{
	box-sizing:border-box!important;
	width:min(1500px,calc(100vw - clamp(32px,6vw,96px)))!important;
	max-width:none!important;
	margin:0 auto!important;
	padding:0!important;
}
body.fcm-extended-statistics-page .fcm-extended-statistics__header{
	width:100%!important;
	max-width:1120px!important;
	margin-left:0!important;
	margin-right:0!important;
}
body.fcm-extended-statistics-page .fcm-extended-statistics__header h1{
	max-width:100%!important;
	overflow-wrap:normal!important;
}
body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__cards{
	display:grid!important;
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	width:100%!important;
}
body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__tops{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	width:100%!important;
}
@media(max-width:1050px){
	body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
	body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__tops{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
	body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__inner{width:calc(100vw - 24px)!important}
	body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__cards,
	body.fcm-extended-statistics-page .fcm-public-statistics--extended .fcm-public-statistics__tops{grid-template-columns:1fr!important}
}
