.seo-template-page .global-category-tabs-gallery {
	padding: var(--fg-space-14) var(--fg-space-4);
}

.seo-template-page .global-category-tabs-gallery__inner {
	max-width: var(--fg-content-6xl);
	margin: var(--fg-space-0) auto;
}

.seo-template-page .global-category-tabs-gallery__header {
	max-width: var(--fg-content-2xl);
	margin: var(--fg-space-0) auto;
	text-align: center;
}

.seo-template-page .global-category-tabs-gallery__eyebrow {
	display: block;
	color: var(--fg-color-muted);
	font-size: var(--fg-text-xs);
	font-weight: var(--fg-weight-semibold);
	line-height: var(--fg-leading-xs);
	letter-spacing: var(--fg-tracking-eyebrow);
	text-transform: uppercase;
}

.seo-template-page .global-category-tabs-gallery__title {
	margin: var(--fg-space-3) var(--fg-space-0) var(--fg-space-0);
	color: var(--fg-color-text);
	font-size: var(--fg-text-3xl);
	font-weight: var(--fg-weight-semibold);
	letter-spacing: var(--fg-tracking-tight);
	line-height: var(--fg-leading-3xl);
	text-wrap: balance;
}

.seo-template-page .global-category-tabs-gallery__intro {
	margin: var(--fg-space-3) auto var(--fg-space-0);
	max-width: var(--fg-content-2xl);
	color: var(--fg-color-muted);
	font-size: var(--fg-text-base);
	line-height: var(--fg-leading-base);
	text-wrap: pretty;
}

.seo-template-page .global-category-tabs-gallery__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--fg-space-2);
	margin-top: var(--fg-space-8);
}

.seo-template-page .global-category-tabs-gallery__tab {
	border: var(--fg-space-px) solid var(--fg-color-border);
	border-radius: var(--fg-radius-full);
	background: var(--fg-color-background);
	color: var(--fg-color-text-70);
	padding: var(--fg-space-1-5) var(--fg-space-4);
	font: inherit;
	font-size: var(--fg-text-sm);
	font-weight: var(--fg-weight-medium);
	line-height: var(--fg-leading-sm);
	cursor: pointer;
	transition: color var(--fg-transition-fast), background-color var(--fg-transition-fast), border-color var(--fg-transition-fast), box-shadow var(--fg-transition-fast);
}

.seo-template-page .global-category-tabs-gallery__tab:hover,
.seo-template-page .global-category-tabs-gallery__tab[aria-selected="true"],
.seo-template-page .global-category-tabs-gallery__tab--active {
	border-color: var(--fg-color-text);
	background: var(--fg-color-text);
	color: var(--fg-color-background);
	box-shadow: var(--fg-shadow-sm);
}

.seo-template-page .global-category-tabs-gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--fg-space-4);
	margin-top: var(--fg-space-10);
}

.seo-template-page .global-category-tabs-gallery__card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 2 / 3;
	margin: var(--fg-space-0);
	border: var(--fg-space-px) solid var(--fg-color-text-20);
	border-radius: var(--fg-space-4);
	background: var(--fg-color-background);
}

.seo-template-page .global-category-tabs-gallery__image {
	width: 100%;
	height: 100%;
	object-fit: var(--seo-image-fit, cover);
	object-position: var(--seo-image-position, center center);
}

.seo-template-page .global-category-tabs-gallery__cta {
	display: flex;
	justify-content: center;
	margin-top: var(--fg-space-10);
}

.seo-template-page .global-category-tabs-gallery__cta-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--fg-space-2);
	min-height: var(--fg-space-12);
	border: var(--fg-space-px) solid var(--fg-color-border);
	border-radius: var(--fg-radius-full);
	background: var(--fg-color-background);
	color: var(--fg-color-text);
	padding: var(--fg-space-3) var(--fg-space-6);
	font-size: var(--fg-text-sm);
	font-weight: var(--fg-weight-semibold);
	line-height: var(--fg-leading-sm);
	text-decoration: none;
	box-shadow: var(--fg-shadow-sm);
	transition: color var(--fg-transition-fast), background-color var(--fg-transition-fast), border-color var(--fg-transition-fast), transform var(--fg-transition-fast), box-shadow var(--fg-transition-fast);
}

.seo-template-page .global-category-tabs-gallery__cta-link:hover {
	border-color: var(--fg-color-text);
	background: var(--fg-color-text);
	color: var(--fg-color-background);
	box-shadow: var(--fg-shadow-card);
	transform: translateY(calc(-1 * var(--fg-space-0-5)));
}

.seo-template-page .global-category-tabs-gallery__cta-icon {
	width: var(--fg-space-4);
	height: var(--fg-space-4);
}

@media (min-width: 640px) {
	.seo-template-page .global-category-tabs-gallery {
		padding: var(--fg-space-28) var(--fg-space-6);
	}

	.seo-template-page .global-category-tabs-gallery__title {
		font-size: var(--fg-text-4xl);
		line-height: var(--fg-leading-4xl);
	}

	.seo-template-page .global-category-tabs-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
