/**
 * ZHUUZH Guide Content V1
 */

.zg-guide-template {
	--zg-blue: #123b78;
	--zg-blue-dark: #092653;
	--zg-blue-light: #eaf1fa;
	--zg-gold: #b9944a;
	--zg-ink: #172033;
	--zg-muted: #667085;
	--zg-line: #dbe3ee;
	--zg-surface: #f7f9fc;
	--zg-white: #ffffff;
	--zg-radius: 20px;
	background: #ffffff !important;
}

.zg-guide-template #content,
.zg-guide-template .site-content,
.zg-guide-template #primary {
	margin: 0 !important;
	padding: 0 !important;
}

.zg-guide-template .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.zg-guide-page,
.zg-guide-page *,
.zg-guide-page *::before,
.zg-guide-page *::after {
	box-sizing: border-box;
}

.zg-guide-page {
	direction: rtl;
	color: var(--zg-ink);
}

.zg-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.zg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 17px;
	color: var(--zg-gold);
	font-size: 14px;
	font-weight: 800;
}

.zg-eyebrow::before {
	width: 30px;
	height: 2px;
	background: currentColor;
	content: "";
}

/* Header */

.zg-guide-template .ast-primary-header-bar {
	border-bottom: 1px solid rgba(18, 59, 120, 0.10);
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(9, 38, 83, 0.05);
}

.zg-guide-template .site-primary-header-wrap {
	width: min(1380px, calc(100% - 40px));
	max-width: none;
	margin-inline: auto;
	padding-inline: 0;
}

.zg-guide-template .site-primary-header-wrap .ast-builder-grid-row {
	min-height: 92px;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 34px;
}

.zg-guide-template .custom-logo {
	width: auto;
	max-width: 96px;
	max-height: 76px;
	object-fit: contain;
}

.zg-guide-template #ast-hf-menu-1 {
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 2px;
	flex-wrap: nowrap;
}

.zg-guide-template #ast-hf-menu-1 > .menu-item > .menu-link {
	display: flex;
	height: 92px;
	align-items: center;
	padding: 0 12px;
	color: #24324a;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.zg-guide-template #ast-hf-menu-1 .sub-menu {
	min-width: 285px;
	padding: 12px;
	border: 1px solid rgba(18, 59, 120, 0.10);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 22px 55px rgba(9, 38, 83, 0.14);
}

.zg-guide-template #ast-hf-menu-1 .sub-menu .menu-link {
	min-height: 43px;
	padding: 10px 14px;
	border-radius: 9px;
	color: #344054;
	font-size: 13px;
}

.zg-guide-template #ast-hf-menu-1 .sub-menu .menu-link:hover {
	background: var(--zg-blue-light);
	color: var(--zg-blue);
}

.zg-guide-template #menu-item-26086 {
	margin-right: auto;
}

.zg-guide-template #menu-item-26086 > a.menu-link {
	display: flex !important;
	min-width: 150px;
	height: 48px !important;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	padding: 0 20px !important;
	border-radius: 11px;
	background: var(--zg-blue) !important;
	color: #ffffff !important;
	box-shadow: 0 9px 22px rgba(18, 59, 120, 0.20);
}

@media (min-width: 922px) {
	.zg-guide-template #menu-item-26084 > .sub-menu,
	.zg-guide-template #menu-item-26087 > .sub-menu,
	.zg-guide-template #menu-item-26085 > .sub-menu,
	.zg-guide-template #menu-item-26088 > .sub-menu {
		width: 590px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 10px;
		padding: 16px;
	}

	.zg-guide-template #menu-item-26084:hover > .sub-menu,
	.zg-guide-template #menu-item-26087:hover > .sub-menu,
	.zg-guide-template #menu-item-26085:hover > .sub-menu,
	.zg-guide-template #menu-item-26088:hover > .sub-menu {
		display: grid;
	}
}

/* Breadcrumb */

.zg-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 24px 0;
	gap: 10px;
	color: var(--zg-muted);
	font-size: 13px;
}

.zg-breadcrumb a {
	color: var(--zg-blue);
	text-decoration: none;
}

.zg-breadcrumb span[aria-hidden="true"] {
	color: #aab3c2;
}

/* Hero */

.zg-guide-hero {
	padding-bottom: 72px;
	background:
		radial-gradient(circle at 10% 15%, rgba(185, 148, 74, 0.11), transparent 27%),
		linear-gradient(135deg, #ffffff 0%, #f3f7fc 100%);
	border-bottom: 1px solid var(--zg-line);
}

.zg-guide-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
	align-items: center;
	gap: 70px;
}

.zg-guide-hero h1 {
	margin: 0 0 22px;
	color: var(--zg-blue-dark);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 800;
	line-height: 1.4;
}

.zg-guide-lead {
	max-width: 720px;
	margin: 0 0 28px;
	color: var(--zg-muted);
	font-size: 18px;
	line-height: 2;
}

.zg-guide-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.zg-guide-meta > span {
	padding: 9px 13px;
	border: 1px solid var(--zg-line);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--zg-muted);
	font-size: 12px;
}

.zg-guide-meta strong {
	color: var(--zg-ink);
}

/* Image placeholder */

.zg-image-placeholder {
	display: flex;
	aspect-ratio: 8 / 5;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px;
	border: 2px dashed rgba(18, 59, 120, 0.34);
	border-radius: var(--zg-radius);
	background:
		linear-gradient(135deg, rgba(18, 59, 120, 0.04), rgba(185, 148, 74, 0.08)),
		repeating-linear-gradient(
			45deg,
			transparent 0,
			transparent 18px,
			rgba(18, 59, 120, 0.025) 18px,
			rgba(18, 59, 120, 0.025) 19px
		);
	color: var(--zg-blue);
	text-align: center;
	box-shadow: 0 18px 50px rgba(9, 38, 83, 0.08);
}

.zg-image-placeholder::before {
	width: 52px;
	height: 40px;
	margin-bottom: 18px;
	border: 2px solid currentColor;
	border-radius: 7px;
	content: "";
	opacity: 0.55;
}

.zg-image-placeholder strong,
.zg-image-placeholder span,
.zg-image-placeholder small {
	display: block;
}

.zg-image-placeholder strong {
	margin-bottom: 8px;
	color: var(--zg-blue-dark);
}

.zg-image-placeholder span {
	margin-bottom: 5px;
	font-weight: 700;
}

.zg-image-placeholder small {
	color: var(--zg-muted);
}

/* Body layout */

.zg-guide-body {
	padding: 80px 0 110px;
	background: #ffffff;
}

.zg-guide-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
	gap: 65px;
}

.zg-guide-article {
	min-width: 0;
}

.zg-guide-sidebar {
	position: sticky;
	top: 28px;
	display: grid;
	gap: 20px;
}

/* Notice */

.zg-guide-notice {
	margin-bottom: 42px;
	padding: 24px 26px;
	border-right: 4px solid var(--zg-gold);
	border-radius: 12px;
	background: #fffaf0;
}

.zg-guide-notice strong {
	display: block;
	margin-bottom: 7px;
	color: #7d5d1d;
}

.zg-guide-notice p {
	margin: 0;
	color: #6f6250;
	line-height: 1.9;
}

/* Article typography */

.zg-guide-content {
	color: #2d3748;
	font-size: 17px;
	line-height: 2.15;
}

.zg-guide-content > *:first-child {
	margin-top: 0;
}

.zg-guide-content h2 {
	margin: 70px 0 23px;
	padding-bottom: 13px;
	border-bottom: 1px solid var(--zg-line);
	color: var(--zg-blue-dark);
	font-size: clamp(27px, 3vw, 36px);
	font-weight: 800;
	line-height: 1.55;
	scroll-margin-top: 30px;
}

.zg-guide-content h3 {
	margin: 42px 0 16px;
	color: var(--zg-blue);
	font-size: 23px;
	font-weight: 800;
	line-height: 1.6;
	scroll-margin-top: 30px;
}

.zg-guide-content p {
	margin: 0 0 24px;
}

.zg-guide-content ul,
.zg-guide-content ol {
	margin: 0 0 28px;
	padding-right: 24px;
}

.zg-guide-content li {
	margin-bottom: 10px;
	padding-right: 5px;
}

.zg-guide-content a {
	color: var(--zg-blue);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.zg-guide-content blockquote {
	margin: 36px 0;
	padding: 24px 28px;
	border: 0;
	border-right: 4px solid var(--zg-blue);
	border-radius: 12px;
	background: var(--zg-blue-light);
	color: var(--zg-blue-dark);
}

.zg-guide-content table {
	width: 100%;
	margin: 35px 0;
	border-collapse: collapse;
	border: 1px solid var(--zg-line);
	font-size: 14px;
}

.zg-guide-content th,
.zg-guide-content td {
	padding: 14px;
	border: 1px solid var(--zg-line);
	text-align: right;
}

.zg-guide-content th {
	background: var(--zg-blue-light);
	color: var(--zg-blue-dark);
}

/* Table of contents */

.zg-toc,
.zg-sidebar-help {
	padding: 24px;
	border: 1px solid var(--zg-line);
	border-radius: 15px;
	background: var(--zg-surface);
}

.zg-toc h2 {
	margin: 0 0 18px;
	color: var(--zg-blue-dark);
	font-size: 17px;
	font-weight: 800;
}

.zg-toc ol {
	max-height: 55vh;
	margin: 0;
	padding: 0 0 0 5px;
	overflow-y: auto;
	list-style: none;
}

.zg-toc li {
	margin-bottom: 9px;
}

.zg-toc a {
	display: block;
	padding: 5px 0;
	color: var(--zg-muted);
	font-size: 13px;
	line-height: 1.7;
	text-decoration: none;
}

.zg-toc a:hover {
	color: var(--zg-blue);
}

.zg-toc-level-3 {
	padding-right: 15px;
}

.zg-toc-level-3 a {
	font-size: 12px;
}

.zg-sidebar-help {
	background: var(--zg-blue-dark);
	color: #ffffff;
}

.zg-sidebar-help strong {
	display: block;
	margin-bottom: 10px;
}

.zg-sidebar-help p {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.8;
}

.zg-sidebar-help a {
	color: #e2c47f;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

/* Related guides */

.zg-guide-related {
	margin-top: 80px;
	padding-top: 45px;
	border-top: 1px solid var(--zg-line);
}

.zg-guide-related > h2 {
	margin-bottom: 28px;
	color: var(--zg-blue-dark);
	font-size: 30px;
}

.zg-guide-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.zg-guide-related__grid a {
	display: flex;
	min-height: 145px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 22px;
	border: 1px solid var(--zg-line);
	border-radius: 14px;
	background: var(--zg-surface);
	color: var(--zg-ink);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease;
}

.zg-guide-related__grid a:hover {
	transform: translateY(-4px);
	border-color: var(--zg-gold);
}

.zg-guide-related__grid span {
	margin-bottom: 7px;
	color: var(--zg-gold);
	font-size: 12px;
}

.zg-guide-related__grid strong {
	color: var(--zg-blue-dark);
}

/* CTA */

.zg-guide-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 65px;
	padding: 38px;
	border-radius: var(--zg-radius);
	background: linear-gradient(135deg, var(--zg-blue-light), #ffffff);
	box-shadow: 0 15px 45px rgba(9, 38, 83, 0.08);
	gap: 35px;
}

.zg-guide-cta h2 {
	margin: 0 0 10px;
	color: var(--zg-blue-dark);
	font-size: 27px;
}

.zg-guide-cta p {
	margin: 0;
	color: var(--zg-muted);
}

.zg-button {
	display: inline-flex;
	min-height: 50px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 12px 23px;
	border-radius: 11px;
	font-weight: 800;
	text-decoration: none !important;
}

.zg-button--primary {
	background: var(--zg-blue);
	color: #ffffff !important;
}

/* Responsive */

@media (max-width: 1024px) {
	.zg-guide-hero__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.zg-guide-layout {
		grid-template-columns: 1fr;
	}

	.zg-guide-sidebar {
		position: static;
		order: -1;
	}

	.zg-toc ol {
		max-height: none;
	}
}

@media (max-width: 700px) {
	.zg-container {
		width: min(100% - 30px, 1180px);
	}

	.zg-guide-hero {
		padding-bottom: 55px;
	}

	.zg-guide-hero h1 {
		font-size: 36px;
	}

	.zg-guide-body {
		padding: 55px 0 75px;
	}

	.zg-guide-content {
		font-size: 16px;
	}

	.zg-guide-content h2 {
		margin-top: 52px;
		font-size: 27px;
	}

	.zg-guide-related__grid {
		grid-template-columns: 1fr;
	}

	.zg-guide-cta {
		align-items: stretch;
		flex-direction: column;
		padding: 28px 22px;
	}

	.zg-guide-cta .zg-button {
		width: 100%;
	}

	.zg-guide-meta {
		flex-direction: column;
	}

	.zg-guide-meta > span {
		width: 100%;
	}
}
/* ==================================================
   ZHUUZH Designed Content Components V1
   ================================================== */

/* Introduction */

.zg-content-intro__lead {
	margin-bottom: 25px !important;
	color: var(--zg-blue-dark);
	font-size: 21px;
	font-weight: 600;
	line-height: 2.05;
}

.zg-key-message {
	margin: 30px 0 50px;
	padding: 26px 28px;
	border: 1px solid rgba(185, 148, 74, 0.35);
	border-radius: 15px;
	background: linear-gradient(135deg, #fffaf0, #ffffff);
}

.zg-key-message strong {
	display: block;
	margin-bottom: 8px;
	color: #8b681f;
	font-size: 17px;
}

.zg-key-message p {
	margin: 0;
	color: #655b49;
}

/* Shared SVG icon system */

.zg-audience-card::before,
.zg-step::after,
.zg-service-grid > div::before,
.zg-content-warning::before,
.zg-checklist label::before,
.zg-reading-list a::before,
.zg-form-grid > div::before {
	display: block;
	width: 44px;
	height: 44px;
	background-color: currentColor;
	content: "";

	-webkit-mask-image: var(--zg-component-icon);
	mask-image: var(--zg-component-icon);

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-position: center;
	mask-position: center;

	-webkit-mask-size: contain;
	mask-size: contain;
}

/* Audience cards */

.zg-audience-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 34px 0 55px;
	gap: 18px;
}

.zg-audience-card {
	position: relative;
	min-height: 255px;
	overflow: hidden;
	padding: 28px;
	border: 1px solid var(--zg-line);
	border-radius: 17px;
	background:
		linear-gradient(
			145deg,
			#ffffff 0%,
			#ffffff 68%,
			rgba(234, 241, 250, 0.75) 100%
		);
	box-shadow: 0 12px 35px rgba(9, 38, 83, 0.05);
}

.zg-audience-card::before {
	position: absolute;
	top: 29px;
	left: 27px;
	color: var(--zg-blue);
}

.zg-audience-card:nth-child(1)::before {
	--zg-component-icon: url("../icons/icons/fine-art.svg");
}

.zg-audience-card:nth-child(2)::before {
	--zg-component-icon: url("../icons/icons/iranian-crafts.svg");
}

.zg-audience-card:nth-child(3)::before {
	--zg-component-icon: url("../icons/icons/collectibles.svg");
}

.zg-audience-card:nth-child(4)::before {
	--zg-component-icon: url("../icons/icons/trust-certificate.svg");
}

.zg-audience-card > span {
	display: block;
	margin-bottom: 25px;
	color: rgba(185, 148, 74, 0.88);
	font-size: clamp(58px, 6vw, 76px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.06em;
}

.zg-audience-card > strong {
	display: block;
	margin-bottom: 15px;
	color: var(--zg-blue-dark);
	font-size: 22px;
}

.zg-audience-card ul {
	margin: 0;
	padding-right: 20px;
	color: var(--zg-muted);
	font-size: 14px;
	line-height: 1.85;
}

/* Category tags */

.zg-category-cloud {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
	gap: 10px;
}

.zg-category-cloud span {
	display: inline-flex;
	min-height: 43px;
	align-items: center;
	padding: 8px 17px;
	border: 1px solid var(--zg-line);
	border-radius: 999px;
	background: var(--zg-surface);
	color: var(--zg-blue-dark);
	font-size: 14px;
	font-weight: 700;
}

/* Warning */

.zg-content-warning {
	position: relative;
	margin: 30px 0 55px;
	padding: 25px 85px 25px 26px;
	border-right: 4px solid var(--zg-gold);
	border-radius: 13px;
	background: #fff9ec;
}

.zg-content-warning::before {
	--zg-component-icon: url("../icons/icons/ui-bell.svg");
	position: absolute;
	top: 26px;
	right: 24px;
	width: 34px;
	height: 34px;
	color: #a77b23;
}

.zg-content-warning strong {
	display: block;
	margin-bottom: 7px;
	color: #7a5b1d;
}

.zg-content-warning p {
	margin: 0;
	color: #6e6250;
}

/* Six-step timeline */

.zg-steps {
	position: relative;
	display: grid;
	margin: 40px 0 65px;
	gap: 18px;
}

.zg-steps::before {
	position: absolute;
	top: 55px;
	right: 57px;
	bottom: 55px;
	width: 2px;
	background: linear-gradient(
		to bottom,
		var(--zg-gold),
		var(--zg-blue),
		var(--zg-gold)
	);
	content: "";
	opacity: 0.35;
}

.zg-step {
	--zg-component-icon: url("../icons/icons/ui-check.svg");
	position: relative;
	display: grid;
	min-height: 185px;
	grid-template-columns: 116px minmax(0, 1fr);
	align-items: center;
	padding: 25px 28px 25px 92px;
	border: 1px solid var(--zg-line);
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 12px 36px rgba(9, 38, 83, 0.05);
	gap: 25px;
}

.zg-step:nth-child(1) {
	--zg-component-icon: url("../icons/icons/ui-user.svg");
}

.zg-step:nth-child(2) {
	--zg-component-icon: url("../icons/icons/trust-certificate.svg");
}

.zg-step:nth-child(3) {
	--zg-component-icon: url("../icons/icons/ui-upload.svg");
}

.zg-step:nth-child(4) {
	--zg-component-icon: url("../icons/icons/fine-art.svg");
}

.zg-step:nth-child(5) {
	--zg-component-icon: url("../icons/icons/ui-edit.svg");
}

.zg-step:nth-child(6) {
	--zg-component-icon: url("../icons/icons/ui-check.svg");
}

.zg-step::after {
	position: absolute;
	top: 50%;
	left: 28px;
	width: 42px;
	height: 42px;
	color: var(--zg-blue);
	transform: translateY(-50%);
}

.zg-step__number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 112px;
	height: 112px;
	place-items: center;
	border: 1px solid rgba(185, 148, 74, 0.38);
	border-radius: 50%;
	background: #ffffff;
	color: var(--zg-gold);
	font-size: clamp(76px, 7vw, 100px);
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 28px rgba(9, 38, 83, 0.08);
}

.zg-step > div:last-child > span {
	display: block;
	margin-bottom: 6px;
	color: var(--zg-gold);
	font-size: 12px;
	font-weight: 800;
}

.zg-step > div:last-child > strong {
	display: block;
	margin-bottom: 10px;
	color: var(--zg-blue-dark);
	font-size: 22px;
}

.zg-step p {
	margin: 0 0 12px;
	color: var(--zg-muted);
	font-size: 15px;
	line-height: 1.9;
}

.zg-step code {
	display: inline-flex;
	padding: 7px 11px;
	border-radius: 7px;
	background: var(--zg-blue-light);
	color: var(--zg-blue);
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
}

/* Expert services */

.zg-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 35px 0 60px;
	gap: 16px;
}

.zg-service-grid > div {
	position: relative;
	min-height: 205px;
	padding: 70px 24px 24px;
	border: 1px solid var(--zg-line);
	border-radius: 15px;
	background: var(--zg-surface);
}

.zg-service-grid > div::before {
	position: absolute;
	top: 22px;
	right: 23px;
	color: var(--zg-blue);
}

.zg-service-grid > div:nth-child(1)::before {
	--zg-component-icon: url("../icons/icons/trust-expert-review.svg");
}

.zg-service-grid > div:nth-child(2)::before {
	--zg-component-icon: url("../icons/icons/trust-authenticity.svg");
}

.zg-service-grid > div:nth-child(3)::before {
	--zg-component-icon: url("../icons/icons/trust-certificate.svg");
}

.zg-service-grid strong {
	display: block;
	margin-bottom: 9px;
	color: var(--zg-blue-dark);
	font-size: 18px;
}

.zg-service-grid p {
	margin: 0;
	color: var(--zg-muted);
	font-size: 14px;
	line-height: 1.85;
}

/* Sales channels */

.zg-channel-comparison {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 35px 0 60px;
	gap: 18px;
}

.zg-channel-comparison > div {
	padding: 30px;
	border: 1px solid var(--zg-line);
	border-radius: 17px;
	background: #ffffff;
}

.zg-channel-comparison > div:last-child {
	border-color: rgba(185, 148, 74, 0.45);
	background: linear-gradient(145deg, #fffaf0, #ffffff);
}

.zg-channel-comparison span {
	display: block;
	margin-bottom: 15px;
	color: var(--zg-gold);
	font-size: 12px;
	font-weight: 800;
}

.zg-channel-comparison strong {
	display: block;
	margin-bottom: 18px;
	color: var(--zg-blue-dark);
	font-size: 22px;
}

.zg-channel-comparison ul {
	margin: 0;
	color: var(--zg-muted);
	font-size: 14px;
}

/* Checklist */

.zg-checklist {
	display: grid;
	margin: 30px 0 60px;
	gap: 11px;
}

.zg-checklist label {
	position: relative;
	display: flex;
	min-height: 58px;
	align-items: center;
	padding: 13px 58px 13px 18px;
	border: 1px solid var(--zg-line);
	border-radius: 11px;
	background: var(--zg-surface);
	cursor: default;
}

.zg-checklist label::before {
	--zg-component-icon: url("../icons/icons/ui-check.svg");
	position: absolute;
	right: 18px;
	width: 25px;
	height: 25px;
	color: var(--zg-gold);
}

.zg-checklist input {
	display: none;
}

.zg-checklist span {
	color: var(--zg-ink);
	font-size: 14px;
	font-weight: 600;
}

/* Reading list */

.zg-reading-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 30px 0 60px;
	gap: 13px;
}

.zg-reading-list a {
	--zg-component-icon: url("../icons/icons/books-documents.svg");
	position: relative;
	display: flex;
	min-height: 105px;
	flex-direction: column;
	justify-content: center;
	padding: 20px 72px 20px 20px;
	border: 1px solid var(--zg-line);
	border-radius: 13px;
	background: #ffffff;
	text-decoration: none;
}

.zg-reading-list a::before {
	position: absolute;
	right: 20px;
	width: 34px;
	height: 34px;
	color: var(--zg-blue);
}

.zg-reading-list span {
	margin-bottom: 5px;
	color: var(--zg-gold);
	font-size: 11px;
	font-weight: 800;
}

.zg-reading-list strong {
	color: var(--zg-blue-dark);
	font-size: 15px;
}

/* Forms */

.zg-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 30px 0 60px;
	gap: 12px;
}

.zg-form-grid > div {
	--zg-component-icon: url("../icons/icons/books-documents.svg");
	position: relative;
	display: flex;
	min-height: 78px;
	align-items: center;
	padding: 14px 62px 14px 18px;
	border: 1px solid var(--zg-line);
	border-radius: 12px;
	background: var(--zg-surface);
	gap: 12px;
}

.zg-form-grid > div::before {
	position: absolute;
	right: 18px;
	width: 28px;
	height: 28px;
	color: var(--zg-blue);
}

.zg-form-grid strong {
	color: var(--zg-gold);
	font-size: 13px;
}

.zg-form-grid span {
	color: var(--zg-blue-dark);
	font-size: 14px;
	font-weight: 700;
}

/* FAQ */

.zg-faq-list {
	display: grid;
	margin: 30px 0 60px;
	gap: 11px;
}

.zg-faq-list details {
	border: 1px solid var(--zg-line);
	border-radius: 12px;
	background: #ffffff;
}

.zg-faq-list summary {
	position: relative;
	padding: 20px 55px 20px 20px;
	color: var(--zg-blue-dark);
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.zg-faq-list summary::-webkit-details-marker {
	display: none;
}

.zg-faq-list summary::before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--zg-blue-light);
	color: var(--zg-blue);
	content: "+";
	transform: translateY(-50%);
}

.zg-faq-list details[open] summary::before {
	content: "−";
}

.zg-faq-list details p {
	margin: 0;
	padding: 0 55px 22px 20px;
	color: var(--zg-muted);
	font-size: 14px;
	line-height: 1.9;
}

/* Closing */

.zg-closing-statement {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 70px 0 20px;
	padding: 55px 30px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 15% 20%, rgba(185, 148, 74, 0.22), transparent 28%),
		linear-gradient(135deg, var(--zg-blue-dark), var(--zg-blue));
	color: #ffffff;
	text-align: center;
}

.zg-closing-statement span {
	margin-bottom: 15px;
	color: #e2c47f;
	font-size: 13px;
	font-weight: 800;
}

.zg-closing-statement strong {
	max-width: 650px;
	margin-bottom: 20px;
	font-size: clamp(25px, 4vw, 39px);
	line-height: 1.6;
}

.zg-closing-statement small {
	color: rgba(255, 255, 255, 0.67);
	letter-spacing: 0.12em;
}

/* Responsive components */

@media (max-width: 800px) {
	.zg-audience-grid,
	.zg-service-grid,
	.zg-channel-comparison,
	.zg-reading-list,
	.zg-form-grid {
		grid-template-columns: 1fr;
	}

	.zg-step {
		grid-template-columns: 90px minmax(0, 1fr);
		padding-left: 25px;
	}

	.zg-step::after {
		display: none;
	}

	.zg-step__number {
		width: 86px;
		height: 86px;
		font-size: 72px;
	}

	.zg-steps::before {
		right: 43px;
	}
}

@media (max-width: 520px) {
	.zg-audience-card > span {
		font-size: 62px;
	}

	.zg-step {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.zg-step__number {
		margin-inline: auto;
	}

	.zg-steps::before {
		display: none;
	}

	.zg-content-warning {
		padding: 75px 22px 22px;
	}

	.zg-content-warning::before {
		top: 22px;
		right: 22px;
	}

	.zg-form-grid > div {
		align-items: flex-start;
		flex-direction: column;
		padding-right: 62px;
		gap: 2px;
	}
}

/* Hide the legacy Elementor footer on Guide Content V1 pages */
body.zg-guide-template footer#colophon {
	display: none !important;
}

/* Connected guide forms */
.zg-form-action {
    display: inline-flex;
    margin-top: 10px;
    text-decoration: none;
}

.zg-form-action code {
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.zg-form-action:hover code {
    border-color: var(--zg-gold);
    color: var(--zg-blue);
    background: #fff9ed;
}

.zg-form-card-link {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    color: inherit;
    text-decoration: none !important;
}

.zg-form-card-link:hover strong {
    color: var(--zg-gold);
}

.zg-guide-final-cta {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin: 45px 0 25px;
    padding: 34px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    background: var(--zg-blue);
}

.zg-guide-final-cta strong {
    color: #fff;
    font-size: clamp(22px, 3vw, 32px);
}

.zg-guide-final-cta span {
    color: rgba(255,255,255,.82);
}

.zg-guide-final-cta a {
    display: inline-flex;
    padding: 12px 22px;
    border-radius: 10px;
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
    background: #fff;
}

.zg-guide-final-cta a:hover {
    color: #fff;
    background: var(--zg-gold);
}


/* Pricing and shared Guide V1 components */
.zg-guide-intro {
    position: relative;
    display: grid;
    gap: 12px;
    margin: 0 0 34px;
    padding: 30px 105px 30px 32px;
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 20px;
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 70%);
    box-shadow: 0 18px 45px rgba(9, 38, 83, .07);
}

.zg-guide-intro::before {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: var(--zg-blue);
    content: "";
    -webkit-mask: url("../icons/icons/trust-certificate.svg") center / contain no-repeat;
    mask: url("../icons/icons/trust-certificate.svg") center / contain no-repeat;
}

.zg-guide-intro strong {
    color: var(--zg-blue);
    font-size: clamp(21px, 2.5vw, 30px);
    line-height: 1.7;
}

.zg-guide-intro p {
    max-width: 760px;
    margin: 0;
    color: var(--zg-muted);
}

.zg-image-slot {
    position: relative;
    display: grid;
    min-height: 290px;
    place-content: center;
    justify-items: center;
    gap: 9px;
    margin: 35px 0 55px;
    padding: 45px 30px;
    overflow: hidden;
    border: 2px dashed #9fb7d5;
    border-radius: 22px;
    color: var(--zg-blue);
    text-align: center;
    background-color: #f7faff;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(13,66,115,.025) 16px, rgba(13,66,115,.025) 17px);
}

.zg-image-slot::before {
    width: 54px;
    height: 54px;
    margin-bottom: 8px;
    background: #7697bd;
    content: "";
    -webkit-mask: url("../icons/icons/ui-upload.svg") center / contain no-repeat;
    mask: url("../icons/icons/ui-upload.svg") center / contain no-repeat;
}

.zg-image-slot strong {
    font-size: 19px;
    letter-spacing: .02em;
}

.zg-image-slot span {
    font-weight: 700;
}

.zg-image-slot small {
    color: var(--zg-muted);
}

.zg-image-slot--secondary {
    min-height: 235px;
}

.zg-guide-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin: 25px 0 42px;
}

.zg-guide-checklist > div {
    padding: 28px;
    border: 1px solid #dce6f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(9,38,83,.06);
}

.zg-guide-checklist > div:first-child {
    border-top: 4px solid var(--zg-blue);
}

.zg-guide-checklist > div:last-child {
    border-top: 4px solid var(--zg-gold);
}

.zg-guide-checklist strong {
    display: block;
    margin-bottom: 18px;
    color: var(--zg-blue);
    font-size: 21px;
}

.zg-guide-checklist ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zg-guide-checklist li {
    position: relative;
    padding-right: 27px;
    color: var(--zg-muted);
}

.zg-guide-checklist li::before {
    position: absolute;
    top: .45em;
    right: 0;
    width: 15px;
    height: 15px;
    background: var(--zg-gold);
    content: "";
    -webkit-mask: url("../icons/icons/ui-check.svg") center / contain no-repeat;
    mask: url("../icons/icons/ui-check.svg") center / contain no-repeat;
}

.zg-pricing-factors > div {
    min-height: 120px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.zg-pricing-factors > div:hover {
    transform: translateY(-4px);
    border-color: #c99a3b;
    box-shadow: 0 16px 38px rgba(9,38,83,.1);
}

.zg-pricing-factors strong {
    color: #b47b12;
    font-size: 19px;
}

.zg-guide-final-cta--secondary {
    border: 1px solid #d8e3f0;
    color: var(--zg-blue);
    background: linear-gradient(135deg, #f3f7fc, #fff);
}

.zg-guide-final-cta--secondary strong {
    color: var(--zg-blue);
}

.zg-guide-final-cta--secondary span {
    color: var(--zg-muted);
}

.zg-guide-final-cta--secondary a {
    color: #fff;
    background: var(--zg-blue);
}

 (max-width: 760px) {
    .zg-guide-intro {
        padding: 95px 24px 25px;
    }

    .zg-guide-intro::before {
        top: 25px;
        right: 24px;
    }

    .zg-guide-checklist {
        grid-template-columns: 1fr;
    }

    .zg-image-slot {
        min-height: 240px;
        padding: 35px 20px;
    }
}


/* ZHUUZH Magazine */
.zg-magazine-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 28px 0 50px;
}

.zg-magazine-card {
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(9,38,83,.07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.zg-magazine-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(9,38,83,.12);
}

.zg-magazine-card > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}

.zg-magazine-card__image,
.zg-magazine-card__placeholder {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.zg-magazine-card__image {
    display: block;
    object-fit: cover;
}

.zg-magazine-card__placeholder {
    display: grid;
    place-content: center;
    gap: 7px;
    color: var(--zg-blue);
    text-align: center;
    background: #f2f6fb;
}

.zg-magazine-card__body {
    display: grid;
    gap: 10px;
    padding: 23px;
}

.zg-magazine-card__body small {
    color: #b47b12;
}

.zg-magazine-card__body h3 {
    margin: 0;
    color: var(--zg-blue);
    font-size: 20px;
}

.zg-magazine-card__body p {
    margin: 0;
    color: var(--zg-muted);
}

.zg-magazine-card__more {
    color: var(--zg-blue);
    font-weight: 700;
}

.zg-magazine-archive > div {
    display: grid;
    gap: 8px;
    margin: 25px 0 45px;
    padding: 30px;
    border: 1px solid #d9e3ef;
    border-radius: 18px;
    background: linear-gradient(135deg, #f5f9ff, #fff);
}

.zg-magazine-empty {
    margin: 25px 0 45px;
    padding: 30px;
    border-radius: 15px;
    color: var(--zg-muted);
    text-align: center;
    background: #f4f7fb;
}

 (max-width: 900px) {
    .zg-magazine-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

 (max-width: 600px) {
    .zg-magazine-grid {
        grid-template-columns: 1fr;
    }
}

/* Encyclopedia hub */

.zg-encyclopedia-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 25px 0 55px;
}

.zg-encyclopedia-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 5px 18px;
    padding: 25px;
    border: 1px solid var(--zg-line);
    border-radius: 17px;
    color: var(--zg-blue);
    text-decoration: none !important;
    background: #fff;
    box-shadow: 0 14px 35px rgba(9, 38, 83, .055);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.zg-encyclopedia-card:hover {
    transform: translateY(-3px);
    border-color: var(--zg-gold);
    box-shadow: 0 20px 45px rgba(9, 38, 83, .1);
}

.zg-encyclopedia-card__icon {
    display: grid;
    grid-row: 1 / 4;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: var(--zg-blue);
    background: #f2f6fc;
}

.zg-encyclopedia-card strong {
    font-size: 20px;
}

.zg-encyclopedia-card p {
    margin: 3px 0;
    color: var(--zg-muted);
    font-size: 15px;
    line-height: 1.9;
}

.zg-encyclopedia-card small {
    color: #9a6a10;
    font-weight: 700;
}

@media (max-width: 720px) {
    .zg-encyclopedia-grid {
        grid-template-columns: 1fr;
    }

    .zg-encyclopedia-card {
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 20px;
    }

    .zg-encyclopedia-card__icon {
        width: 58px;
        height: 58px;
    }
}

/* Trust Center hub */

.zg-trust-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 60px;
}

.zg-trust-service {
    position: relative;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--zg-line);
    border-radius: 18px;
    color: var(--zg-blue);
    text-decoration: none !important;
    background: #fff;
    box-shadow: 0 16px 40px rgba(9, 38, 83, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.zg-trust-service:hover {
    transform: translateY(-4px);
    border-color: var(--zg-gold);
    box-shadow: 0 24px 52px rgba(9, 38, 83, .11);
}

.zg-trust-service__icon {
    display: grid;
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 17px;
    background: #f1f6fc;
}

.zg-trust-service__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.zg-trust-service__number {
    position: absolute;
    top: 25px;
    left: 25px;
    color: rgba(10, 55, 110, .1);
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.zg-trust-service strong {
    margin-bottom: 10px;
    font-size: 21px;
}

.zg-trust-service p {
    margin: 0 0 18px;
    color: var(--zg-muted);
    font-size: 15px;
    line-height: 1.95;
}

.zg-trust-service small {
    margin-top: auto;
    color: #9a6a10;
    font-weight: 700;
}

.zg-trust-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 25px 0 50px;
}

.zg-trust-principles > div {
    padding: 24px 20px;
    border-top: 4px solid var(--zg-gold);
    border-radius: 14px;
    background: #f4f7fb;
}

.zg-trust-principles strong,
.zg-trust-principles span {
    display: block;
}

.zg-trust-principles strong {
    margin-bottom: 8px;
    color: var(--zg-blue);
    font-size: 19px;
}

.zg-trust-principles span {
    color: var(--zg-muted);
    font-size: 14px;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .zg-trust-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zg-trust-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .zg-trust-services,
    .zg-trust-principles {
        grid-template-columns: 1fr;
    }

    .zg-trust-service {
        min-height: 275px;
    }
}

/* Trust Center card readability */

.zg-trust-service {
    min-height: 330px;
}

.zg-trust-service:nth-child(odd) {
    background: #ffffff;
}

.zg-trust-service:nth-child(even) {
    background: #f3f7fc;
}

.zg-trust-service:nth-child(3n) {
    border-color: rgba(190, 139, 39, .48);
    background: #fffaf0;
}

.zg-trust-service p {
    color: #405574;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.05;
}

.zg-trust-service strong {
    font-size: 22px;
    line-height: 1.65;
}

.zg-trust-service small {
    font-size: 14px;
    line-height: 1.8;
}

.zg-trust-service:hover {
    background: #ffffff;
}

@media (max-width: 560px) {
    .zg-trust-service {
        min-height: 300px;
    }

    .zg-trust-service p {
        font-size: 16px;
    }
}

/* Support Center */

.zg-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 60px;
}

.zg-support-card {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    align-items: flex-start;
    padding: 27px;
    border: 1px solid var(--zg-line);
    border-radius: 18px;
    color: var(--zg-blue);
    text-decoration: none !important;
    background: #fff;
    box-shadow: 0 15px 38px rgba(9, 38, 83, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.zg-support-card:nth-child(even) {
    background: #f3f7fc;
}

.zg-support-card:nth-child(3n) {
    border-color: rgba(190, 139, 39, .42);
    background: #fffaf1;
}

.zg-support-card:hover {
    transform: translateY(-4px);
    border-color: var(--zg-gold);
    background: #fff;
    box-shadow: 0 23px 50px rgba(9, 38, 83, .11);
}

.zg-support-card__icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 17px;
    background: #eaf1fa;
}

.zg-support-card__icon img {
    width: 37px;
    height: 37px;
    object-fit: contain;
}

.zg-support-card strong {
    margin-bottom: 9px;
    font-size: 21px;
    line-height: 1.65;
}

.zg-support-card p {
    margin: 0 0 17px;
    color: #405574;
    font-size: 16px;
    line-height: 2;
}

.zg-support-card small {
    margin-top: auto;
    color: #98660d;
    font-weight: 700;
}

.zg-support-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 25px 0 45px;
}

.zg-support-principles > div {
    padding: 24px 20px;
    border-top: 4px solid var(--zg-gold);
    border-radius: 14px;
    background: #f3f7fc;
}

.zg-support-principles strong,
.zg-support-principles span {
    display: block;
}

.zg-support-principles strong {
    margin-bottom: 7px;
    color: var(--zg-blue);
    font-size: 19px;
}

.zg-support-principles span {
    color: var(--zg-muted);
    font-size: 14px;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .zg-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zg-support-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .zg-support-grid,
    .zg-support-principles {
        grid-template-columns: 1fr;
    }

    .zg-support-card {
        min-height: 270px;
    }
}

/* Seller Center hub */

.zg-seller-audiences {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin: 25px 0 55px;
}

.zg-seller-audiences > div {
    padding: 25px 20px;
    border: 1px solid var(--zg-line);
    border-radius: 16px;
    text-align: center;
    background: #fff;
}

.zg-seller-audiences > div:nth-child(even) {
    background: #f3f7fc;
}

.zg-seller-audiences img {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    object-fit: contain;
}

.zg-seller-audiences strong,
.zg-seller-audiences span {
    display: block;
}

.zg-seller-audiences strong {
    margin-bottom: 7px;
    color: var(--zg-blue);
    font-size: 19px;
}

.zg-seller-audiences span {
    color: var(--zg-muted);
    font-size: 14px;
    line-height: 1.9;
}

.zg-seller-guides {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 25px 0 60px;
}

.zg-seller-guides > a {
    position: relative;
    display: flex;
    min-height: 300px;
    flex-direction: column;
    align-items: flex-start;
    padding: 27px;
    border: 1px solid var(--zg-line);
    border-radius: 18px;
    color: var(--zg-blue);
    text-decoration: none !important;
    background: #fff;
    box-shadow: 0 15px 38px rgba(9, 38, 83, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.zg-seller-guides > a:nth-child(even) {
    background: #f3f7fc;
}

.zg-seller-guides > a:nth-child(3n) {
    border-color: rgba(190, 139, 39, .42);
    background: #fffaf1;
}

.zg-seller-guides > a:hover {
    transform: translateY(-4px);
    border-color: var(--zg-gold);
    background: #fff;
    box-shadow: 0 23px 50px rgba(9, 38, 83, .11);
}

.zg-seller-guides img {
    width: 48px;
    height: 48px;
    margin-bottom: 23px;
    object-fit: contain;
}

.zg-seller-guides__number {
    position: absolute;
    top: 25px;
    left: 25px;
    color: rgba(10, 55, 110, .1);
    font-size: 40px;
    font-weight: 800;
}

.zg-seller-guides strong {
    margin-bottom: 9px;
    font-size: 21px;
    line-height: 1.65;
}

.zg-seller-guides p {
    margin: 0 0 17px;
    color: #405574;
    font-size: 16px;
    line-height: 2;
}

.zg-seller-guides small {
    margin-top: auto;
    color: #98660d;
    font-weight: 700;
}

.zg-seller-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.zg-guide-final-cta .zg-seller-final-actions a:last-child {
    color: #fff;
    border: 1px solid rgba(255,255,255,.55);
    background: transparent;
}

.zg-guide-final-cta .zg-seller-final-actions a:last-child:hover {
    border-color: var(--zg-gold);
    background: var(--zg-gold);
}

@media (max-width: 900px) {
    .zg-seller-audiences,
    .zg-seller-guides {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .zg-seller-audiences,
    .zg-seller-guides {
        grid-template-columns: 1fr;
    }

    .zg-seller-guides > a {
        min-height: 275px;
    }
}

/* Unified primary navigation alignment */

body.zg-guide-template .site-primary-header-wrap .ast-builder-grid-row {
    column-gap: 22px !important;
}

body.zg-guide-template .site-header-primary-section-left {
    display: flex !important;
    justify-content: flex-end !important;
}

body.zg-guide-template .ast-builder-menu-1 {
    margin-right: 0 !important;
    margin-left: auto !important;
}

body.zg-guide-template .main-header-menu {
    display: flex !important;
    direction: rtl;
    justify-content: flex-start !important;
    text-align: right !important;
}

body.zg-guide-template .main-header-menu > .menu-item > a {
    text-align: right !important;
}

body.zg-guide-template .main-header-menu .sub-menu {
    right: 0 !important;
    left: auto !important;
    text-align: right !important;
}

body.zg-guide-template .main-header-menu .sub-menu a {
    justify-content: flex-start !important;
    text-align: right !important;
}

/* Report violation page */

.zg-report-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 25px 0 55px;
}

.zg-report-grid > div {
    position: relative;
    min-height: 220px;
    padding: 27px;
    border: 1px solid var(--zg-line);
    border-radius: 16px;
    background: #fff;
}

.zg-report-grid > div:nth-child(even) {
    background: #f3f7fc;
}

.zg-report-grid > div:nth-child(3n) {
    border-color: rgba(191,139,39,.45);
    background: #fffaf1;
}

.zg-report-grid span {
    position: absolute;
    top: 20px;
    left: 20px;
    color: rgba(7,47,103,.1);
    font-size: 36px;
    font-weight: 900;
}

.zg-report-grid strong {
    display: block;
    margin: 45px 0 9px;
    color: var(--zg-blue);
    font-size: 20px;
}

.zg-report-grid p {
    margin: 0;
    color: var(--zg-muted);
    font-size: 15px;
    line-height: 2;
}

@media (max-width: 850px) {
    .zg-report-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .zg-report-grid {
        grid-template-columns: 1fr;
    }
}

/* ZG LEGAL DOCUMENT V1 */
.zg-legal-intro {
    margin-bottom: 28px;
}

.zg-legal-notice {
    margin-block: 28px;
}

.zg-legal-toc {
    margin: 32px 0;
    padding: 28px;
    border: 1px solid #d7e2f0;
    border-radius: 18px;
    background: #f4f8fd;
}

.zg-legal-toc > strong {
    display: block;
    margin-bottom: 18px;
    color: var(--zg-blue);
    font-size: 21px;
}

.zg-legal-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 30px;
    margin: 0;
    padding-right: 22px;
}

.zg-legal-toc a {
    color: #234c7d;
    line-height: 1.8;
    text-decoration: none;
}

.zg-legal-toc a:hover {
    color: var(--zg-gold);
}

.zg-legal-document {
    margin: 35px 0;
}

.zg-legal-document__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 16px 20px;
    border-radius: 12px;
    color: #536b88;
    background: #eef4fb;
}

.zg-legal-document__meta strong {
    color: var(--zg-blue);
}

.zg-legal-sections {
    counter-reset: legal-section;
}

.zg-legal-sections > h1,
.zg-legal-sections > h2 {
    counter-increment: legal-section;
    position: relative;
    margin: 22px 0 0;
    padding: 25px 72px 18px 25px;
    border: 1px solid #d8e2ef;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    color: var(--zg-blue);
    background: #f7faff;
    scroll-margin-top: 140px;
}

.zg-legal-sections > h1::before,
.zg-legal-sections > h2::before {
    content: counter(legal-section, decimal-leading-zero);
    position: absolute;
    top: 21px;
    right: 22px;
    color: var(--zg-gold);
    font-size: 16px;
    font-weight: 800;
}

.zg-legal-sections > h1:nth-of-type(even),
.zg-legal-sections > h2:nth-of-type(even) {
    background: #fff9ee;
}

.zg-legal-sections > h1 ~ p,
.zg-legal-sections > h2 ~ p,
.zg-legal-sections > h1 ~ ul,
.zg-legal-sections > h2 ~ ul,
.zg-legal-sections > h1 ~ ol,
.zg-legal-sections > h2 ~ ol {
    line-height: 2;
}

.zg-legal-sections p {
    color: #405875;
}

.zg-legal-sections li {
    margin-bottom: 8px;
}

.zg-legal-sections hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #dce5ef;
}

@media (max-width: 760px) {
    .zg-legal-toc ol {
        grid-template-columns: 1fr;
    }

    .zg-legal-document__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .zg-legal-sections > h1,
    .zg-legal-sections > h2 {
        padding-right: 58px;
    }
}

/* Artwork Export Guide V1 */
.zg-export-guide {
    display: grid;
    gap: 48px;
}

.zg-export-intro {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}

.zg-export-intro > span,
.zg-export-section__heading > span,
.zg-export-links > div > span,
.zg-export-cta > span {
    color: var(--zg-gold);
    font-weight: 800;
}

.zg-export-intro h2,
.zg-export-section__heading h2,
.zg-export-links h2,
.zg-export-cta h2 {
    margin: 8px 0 12px;
    color: var(--zg-blue);
}

.zg-export-intro p {
    margin: 0;
    color: #586e88;
    font-size: 18px;
    line-height: 2;
}

.zg-export-section {
    padding-top: 8px;
}

.zg-export-section--soft {
    padding: 36px;
    border-radius: 18px;
    background: #f4f8fd;
}

.zg-export-section__heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.zg-export-categories,
.zg-export-requirements {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.zg-export-categories article,
.zg-export-requirements article {
    padding: 25px;
    border: 1px solid #d6e2ef;
    border-radius: 15px;
    background: #fff;
}

.zg-export-categories article:nth-child(2),
.zg-export-requirements article:nth-child(even) {
    background: #fff9ee;
}

.zg-export-categories article > span {
    color: #dce5f1;
    font-size: 28px;
    font-weight: 900;
}

.zg-export-categories h3,
.zg-export-requirements strong {
    display: block;
    margin: 8px 0;
    color: var(--zg-blue);
    font-size: 19px;
}

.zg-export-categories p,
.zg-export-requirements p {
    margin: 0;
    color: #5b7089;
    line-height: 1.9;
}

.zg-export-warning {
    padding: 27px 30px;
    border-right: 4px solid var(--zg-gold);
    border-radius: 14px;
    background: #fff8eb;
}

.zg-export-warning strong {
    color: #8f6100;
    font-size: 19px;
}

.zg-export-warning p {
    margin: 8px 0 0;
    color: #665d4c;
    line-height: 1.9;
}

.zg-export-links {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 30px;
    padding-block: 30px;
    border-top: 1px solid #d8e2ed;
    border-bottom: 1px solid #d8e2ed;
}

.zg-export-links nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zg-export-links a {
    padding: 10px 14px;
    border: 1px solid #d0ddeb;
    border-radius: 9px;
    color: var(--zg-blue);
    font-weight: 700;
    text-decoration: none;
    background: #fff;
}

.zg-export-links a:hover {
    color: #fff;
    border-color: var(--zg-gold);
    background: var(--zg-gold);
}

.zg-export-cta {
    padding: 38px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    background: var(--zg-blue);
}

.zg-export-cta h2 {
    color: #fff;
}

.zg-export-cta p {
    margin: 0 auto 18px;
    color: rgba(255,255,255,.82);
}

.zg-export-cta a {
    display: inline-flex;
    padding: 12px 20px;
    border-radius: 9px;
    color: var(--zg-blue);
    font-weight: 800;
    text-decoration: none;
    background: #fff;
}

.zg-export-cta a:hover {
    color: #fff;
    background: var(--zg-gold);
}

@media (max-width: 800px) {
    .zg-export-categories,
    .zg-export-requirements,
    .zg-export-links {
        grid-template-columns: 1fr;
    }

    .zg-export-section--soft {
        padding: 25px 20px;
    }
}

@media (max-width: 540px) {
    .zg-export-categories,
    .zg-export-requirements {
        grid-template-columns: 1fr;
    }

    .zg-export-cta {
        padding: 30px 20px;
    }
}

/* TAX LEGAL VISUAL FIX */
body.page-id-25984 .zg-legal-checklist {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 24px 0 0 !important;
    border: 1px solid #d8e3ef !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.page-id-25984 .zg-legal-checklist > div {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 13px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 20px !important;
    border-bottom: 1px solid #e1e8f0 !important;
}

body.page-id-25984 .zg-legal-checklist > div:nth-child(odd) {
    border-left: 1px solid #e1e8f0 !important;
}

body.page-id-25984 .zg-legal-checklist > div:nth-last-child(-n+2) {
    border-bottom: 0 !important;
}

body.page-id-25984 .zg-legal-checklist span {
    display: grid !important;
    width: 34px !important;
    height: 34px !important;
    place-items: center !important;
    border-radius: 50% !important;
    color: #0b3c78 !important;
    font-weight: 900 !important;
    background: #edf4fc !important;
}

body.page-id-25984 .zg-legal-checklist p {
    margin: 3px 0 0 !important;
    color: #526a84 !important;
    line-height: 1.85 !important;
}

body.page-id-25984 .zg-legal-sources {
    display: grid !important;
    grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr) !important;
    align-items: center !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 30px !important;
    border: 1px solid #d8e3ef !important;
    border-radius: 16px !important;
    background: #f3f7fc !important;
}

body.page-id-25984 .zg-legal-sources nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.page-id-25984 .zg-legal-sources nav a {
    display: flex !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 12px 15px !important;
    border: 1px solid #cfdae8 !important;
    border-radius: 9px !important;
    color: #0b3c78 !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    background: #fff !important;
}

body.page-id-25984 .zg-legal-sources nav a:hover {
    color: #fff !important;
    border-color: #c69736 !important;
    background: #c69736 !important;
}

@media (max-width: 760px) {
    body.page-id-25984 .zg-legal-checklist,
    body.page-id-25984 .zg-legal-sources,
    body.page-id-25984 .zg-legal-sources nav {
        grid-template-columns: 1fr !important;
    }

    body.page-id-25984 .zg-legal-checklist > div {
        border-left: 0 !important;
        border-bottom: 1px solid #e1e8f0 !important;
    }

    body.page-id-25984 .zg-legal-checklist > div:last-child {
        border-bottom: 0 !important;
    }
}

/* Fix RTL question item columns */
body.page-id-25984 .zg-legal-checklist > div {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 14px !important;
    min-width: 0 !important;
    min-height: 96px !important;
    padding: 20px !important;
}

body.page-id-25984 .zg-legal-checklist > div > span {
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
}

body.page-id-25984 .zg-legal-checklist > div > p {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 3px 0 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-align: right !important;
    line-height: 1.9 !important;
}

@media (max-width: 760px) {
    body.page-id-25984 .zg-legal-checklist > div {
        min-height: 0 !important;
    }
}

/* Migrated Buyer Guide: remove legacy Seller template blocks */
body.page-id-25830 .zg-guide-article > .zg-guide-notice,
body.page-id-25830 .zg-guide-article > .zg-guide-related,
body.page-id-25830 .zg-guide-article > .zg-guide-cta {
    display: none !important;
}

/* Full-width alignment for Guide Content V1 pages */
body.zg-guide-template .site-content > .ast-container,
body.page-template-guide-content-v1 .site-content > .ast-container {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
    display: block;
}

body.zg-guide-template #primary,
body.page-template-guide-content-v1 #primary {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.zg-guide-template #secondary,
body.page-template-guide-content-v1 #secondary {
    display: none;
}

/* Keep the hero and article consistently centered */
body.zg-guide-template .zg-guide-hero > .zg-container,
body.zg-guide-template .zg-guide-main > .zg-container,
body.page-template-guide-content-v1 .zg-guide-hero > .zg-container,
body.page-template-guide-content-v1 .zg-guide-main > .zg-container {
    width: min(100% - 40px, 1280px);
    margin-inline: auto;
}

/* Buyer Guide Hub V1 */
body.page-id-26238 .zg-guide-article > .zg-guide-notice,
body.page-id-26238 .zg-guide-article > .zg-guide-related,
body.page-id-26238 .zg-guide-article > .zg-guide-cta {
    display: none !important;
}

.zg-buy-hub {
    width: 100%;
}

.zg-buy-hub__section {
    margin-block: 34px 48px;
}

.zg-buy-hub__section > h2 {
    margin: 0 0 24px;
    color: #082f68;
}

.zg-buy-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.zg-buy-hub__card {
    position: relative;
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 28px;
    color: #082f68;
    text-decoration: none;
    background: #f3f7fc;
    border: 1px solid #d3dfed;
    border-radius: 18px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.zg-buy-hub__card--warm {
    background: #fff9ef;
}

.zg-buy-hub__card:hover {
    color: #082f68;
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(8, 47, 104, .10);
}

.zg-buy-hub__number {
    margin-bottom: 22px;
    color: #c58a19;
    font-size: 1rem;
    font-weight: 800;
}

.zg-buy-hub__card h3 {
    margin: 0 0 12px;
    color: #082f68;
    font-size: 1.25rem;
}

.zg-buy-hub__card p {
    margin: 0 0 22px;
    color: #526987;
    line-height: 2;
}

.zg-buy-hub__link {
    margin-top: auto;
    color: #a66e09;
    font-weight: 800;
}

@media (max-width: 760px) {
    .zg-buy-hub__grid {
        grid-template-columns: 1fr;
    }

    .zg-buy-hub__card {
        min-height: 0;
        padding: 22px;
    }
}

/* Product Authenticity Guide V1 */
.zg-auth-guide {
    color: #173f72;
}

.zg-auth-guide__section {
    margin-block: 42px 54px;
}

.zg-auth-guide__section > h2,
.zg-auth-guide__process > h2,
.zg-auth-guide__disclaimer > h2 {
    margin: 8px 0 24px;
    color: #082f68;
}

.zg-auth-guide__eyebrow {
    display: block;
    color: #bd8418;
    font-weight: 800;
}

.zg-auth-guide__definition-grid,
.zg-auth-guide__check-grid,
.zg-auth-guide__type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.zg-auth-guide__definition-grid article,
.zg-auth-guide__check-grid article,
.zg-auth-guide__type-grid article {
    padding: 24px;
    background: #f3f7fc;
    border: 1px solid #d4e0ed;
    border-radius: 16px;
}

.zg-auth-guide__definition-grid article.is-warm,
.zg-auth-guide__check-grid article.is-warm,
.zg-auth-guide__type-grid article.is-warm {
    background: #fff9ef;
}

.zg-auth-guide__definition-grid article > span,
.zg-auth-guide__check-grid article > span {
    display: inline-grid;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    place-items: center;
    color: #a66e09;
    background: #fff;
    border-radius: 50%;
    font-weight: 900;
}

.zg-auth-guide__definition-grid h3,
.zg-auth-guide__check-grid h3,
.zg-auth-guide__type-grid h3 {
    margin: 0 0 10px;
    color: #082f68;
}

.zg-auth-guide__definition-grid p,
.zg-auth-guide__check-grid p {
    margin: 0;
    line-height: 2;
}

.zg-auth-guide__notice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block: 38px;
    overflow: hidden;
    border: 1px solid #d4e0ed;
    border-radius: 16px;
}

.zg-auth-guide__notice > div {
    padding: 24px;
    background: #f3f7fc;
}

.zg-auth-guide__notice > div + div {
    background: #fff9ef;
    border-inline-start: 1px solid #d4e0ed;
}

.zg-auth-guide__notice strong {
    display: block;
    margin-bottom: 8px;
    color: #082f68;
    font-size: 1.08rem;
}

.zg-auth-guide__notice p {
    margin: 0;
}

.zg-auth-guide__evidence {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #d4e0ed;
    border-radius: 16px;
}

.zg-auth-guide__evidence > div {
    padding: 24px;
}

.zg-auth-guide__evidence > div + div {
    border-inline-start: 1px solid #d4e0ed;
}

.zg-auth-guide__evidence h3 {
    margin-top: 0;
    color: #082f68;
}

.zg-auth-guide__fine-print {
    margin: 16px 0 0;
    padding: 16px 20px;
    color: #526987;
    background: #f7f9fc;
    border-inline-end: 3px solid #c58a19;
    border-radius: 10px;
}

.zg-auth-guide__warnings {
    padding: 30px;
    background: #fff9ef;
    border: 1px solid #ead9b7;
    border-radius: 18px;
}

.zg-auth-guide__warnings ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zg-auth-guide__warnings li {
    position: relative;
    padding: 14px 32px 14px 0;
    border-bottom: 1px solid rgba(189, 132, 24, .18);
}

.zg-auth-guide__warnings li::before {
    content: "!";
    position: absolute;
    inset-inline-start: 0;
    top: 14px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: #fff;
    background: #bd8418;
    border-radius: 50%;
    font-weight: 900;
}

.zg-auth-guide__type-grid ul {
    margin-bottom: 0;
}

.zg-auth-guide__process {
    margin-block: 50px;
}

.zg-auth-guide__process ol {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d4e0ed;
    border-radius: 18px;
}

.zg-auth-guide__process li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
    padding: 22px;
}

.zg-auth-guide__process li + li {
    border-top: 1px solid #d4e0ed;
}

.zg-auth-guide__process li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #082f68;
    background: #edf4fb;
    border-radius: 50%;
    font-weight: 900;
}

.zg-auth-guide__process strong {
    color: #082f68;
}

.zg-auth-guide__process p {
    margin: 4px 0 0;
}

.zg-auth-guide__disclaimer {
    margin-block: 44px;
    padding: 26px 30px;
    background: #f3f7fc;
    border-inline-end: 4px solid #c58a19;
    border-radius: 16px;
}

.zg-auth-guide__disclaimer p {
    margin-bottom: 0;
}

.zg-auth-guide__related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-block: 48px;
}

.zg-auth-guide__related > div {
    padding: 26px;
    border: 1px solid #d4e0ed;
    border-radius: 16px;
}

.zg-auth-guide__related h2 {
    margin: 8px 0 10px;
    color: #082f68;
    font-size: 1.35rem;
}

.zg-auth-guide__related a,
.zg-auth-guide__actions a {
    color: #a66e09;
    font-weight: 800;
}

.zg-auth-guide__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 18px;
}

@media (max-width: 900px) {
    .zg-auth-guide__definition-grid,
    .zg-auth-guide__check-grid,
    .zg-auth-guide__type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .zg-auth-guide__definition-grid,
    .zg-auth-guide__check-grid,
    .zg-auth-guide__type-grid,
    .zg-auth-guide__notice,
    .zg-auth-guide__evidence,
    .zg-auth-guide__warnings ul,
    .zg-auth-guide__related {
        grid-template-columns: 1fr;
    }

    .zg-auth-guide__notice > div + div,
    .zg-auth-guide__evidence > div + div {
        border-inline-start: 0;
        border-top: 1px solid #d4e0ed;
    }

    .zg-auth-guide__warnings {
        padding: 22px;
    }
}

/* Trusted Seller Guide V1 */
.zg-seller-trust-guide__profile {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: center;
    margin-block: 48px;
    padding: 30px;
    background: #f3f7fc;
    border: 1px solid #d4e0ed;
    border-radius: 18px;
}

.zg-seller-trust-guide__profile h2 {
    margin: 8px 0 12px;
    color: #082f68;
}

.zg-seller-trust-guide__profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d4e0ed;
    border-radius: 14px;
}

.zg-seller-trust-guide__profile li {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 15px 18px;
}

.zg-seller-trust-guide__profile li + li {
    border-top: 1px solid #e1e9f2;
}

.zg-seller-trust-guide__profile li strong {
    color: #082f68;
}

.zg-seller-trust-guide__profile li span {
    color: #617793;
    text-align: left;
}

.zg-seller-trust-guide__questions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zg-seller-trust-guide__questions article {
    padding: 22px;
    background: #fff;
    border: 1px solid #d4e0ed;
    border-radius: 14px;
}

.zg-seller-trust-guide__questions strong {
    display: block;
    margin-bottom: 8px;
    color: #082f68;
    font-size: 1.06rem;
}

.zg-seller-trust-guide__questions p {
    margin: 0;
}

.zg-seller-trust-guide__new-seller {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 30px;
    align-items: center;
    margin-block: 46px;
    padding: 28px 30px;
    background: #fff9ef;
    border-inline-end: 4px solid #c58a19;
    border-radius: 16px;
}

.zg-seller-trust-guide__new-seller h2 {
    margin: 8px 0 0;
    color: #082f68;
}

.zg-seller-trust-guide__new-seller p {
    margin: 0;
}

@media (max-width: 760px) {
    .zg-seller-trust-guide__profile,
    .zg-seller-trust-guide__new-seller,
    .zg-seller-trust-guide__questions {
        grid-template-columns: 1fr;
    }

    .zg-seller-trust-guide__profile li {
        display: block;
    }

    .zg-seller-trust-guide__profile li span {
        display: block;
        margin-top: 5px;
        text-align: right;
    }
}

/* Trusted Seller Guide V1 */
.zg-seller-trust-guide__profile {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: center;
    margin-block: 48px;
    padding: 30px;
    background: #f3f7fc;
    border: 1px solid #d4e0ed;
    border-radius: 18px;
}

.zg-seller-trust-guide__profile h2 {
    margin: 8px 0 12px;
    color: #082f68;
}

.zg-seller-trust-guide__profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d4e0ed;
    border-radius: 14px;
}

.zg-seller-trust-guide__profile li {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 15px 18px;
}

.zg-seller-trust-guide__profile li + li {
    border-top: 1px solid #e1e9f2;
}

.zg-seller-trust-guide__profile li strong {
    color: #082f68;
}

.zg-seller-trust-guide__profile li span {
    color: #617793;
    text-align: left;
}

.zg-seller-trust-guide__questions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zg-seller-trust-guide__questions article {
    padding: 22px;
    background: #fff;
    border: 1px solid #d4e0ed;
    border-radius: 14px;
}

.zg-seller-trust-guide__questions strong {
    display: block;
    margin-bottom: 8px;
    color: #082f68;
    font-size: 1.06rem;
}

.zg-seller-trust-guide__questions p {
    margin: 0;
}

.zg-seller-trust-guide__new-seller {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 30px;
    align-items: center;
    margin-block: 46px;
    padding: 28px 30px;
    background: #fff9ef;
    border-inline-end: 4px solid #c58a19;
    border-radius: 16px;
}

.zg-seller-trust-guide__new-seller h2 {
    margin: 8px 0 0;
    color: #082f68;
}

.zg-seller-trust-guide__new-seller p {
    margin: 0;
}

@media (max-width: 760px) {
    .zg-seller-trust-guide__profile,
    .zg-seller-trust-guide__new-seller,
    .zg-seller-trust-guide__questions {
        grid-template-columns: 1fr;
    }

    .zg-seller-trust-guide__profile li {
        display: block;
    }

    .zg-seller-trust-guide__profile li span {
        display: block;
        margin-top: 5px;
        text-align: right;
    }
}

/* Compact vertical rhythm for migrated Antique Guide */
body.page-id-25806 .zg-guide-article > h2 {
    margin-top: 42px !important;
    margin-bottom: 20px !important;
}

body.page-id-25806 .zg-guide-article > h2:first-of-type {
    margin-top: 28px !important;
}

body.page-id-25806 .zg-article-intro {
    margin-bottom: 30px !important;
}

body.page-id-25806 .zg-definition-grid,
body.page-id-25806 .zg-example-grid,
body.page-id-25806 .zg-factor-grid,
body.page-id-25806 .zg-mistake-grid,
body.page-id-25806 .zg-article-checklist {
    margin-top: 18px !important;
    margin-bottom: 34px !important;
}

body.page-id-25806 .zg-article-notice,
body.page-id-25806 .zg-article-quote {
    margin-top: 28px !important;
    margin-bottom: 34px !important;
}

body.page-id-25806 .zg-comparison-table-wrap {
    margin-top: 20px !important;
    margin-bottom: 34px !important;
}

body.page-id-25806 .zg-article-summary {
    margin-top: 42px !important;
    margin-bottom: 10px !important;
}

/* Prevent inherited article spacing from creating large empty areas */
body.page-id-25806 .zg-antique-guide > div + h2,
body.page-id-25806 .zg-antique-guide > section + h2,
body.page-id-25806 .zg-antique-guide > table + h2 {
    margin-top: 42px !important;
}

body.page-id-25806 .zg-definition-card,
body.page-id-25806 .zg-example-grid > div,
body.page-id-25806 .zg-factor-grid > div,
body.page-id-25806 .zg-mistake-grid > div {
    min-height: 0 !important;
}

@media (max-width: 760px) {
    body.page-id-25806 .zg-guide-article > h2 {
        margin-top: 34px !important;
        margin-bottom: 16px !important;
    }

    body.page-id-25806 .zg-definition-grid,
    body.page-id-25806 .zg-example-grid,
    body.page-id-25806 .zg-factor-grid,
    body.page-id-25806 .zg-mistake-grid,
    body.page-id-25806 .zg-article-checklist {
        margin-bottom: 26px !important;
    }
}

/* Buyer FAQ V1 */
.zg-buyer-faq__eyebrow {
    display: block;
    color: #bd8418;
    font-weight: 800;
}

.zg-buyer-faq__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-block: 26px 42px;
}

.zg-buyer-faq__nav a {
    padding: 10px 16px;
    color: #082f68;
    text-decoration: none;
    background: #fff;
    border: 1px solid #d4e0ed;
    border-radius: 999px;
    font-weight: 700;
}

.zg-buyer-faq__nav a:hover {
    background: #f3f7fc;
}

.zg-buyer-faq__group {
    margin-block: 32px;
    scroll-margin-top: 120px;
}

.zg-buyer-faq__group > header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 14px;
    padding: 18px 22px;
    background: #f3f7fc;
    border: 1px solid #d4e0ed;
    border-radius: 14px;
}

.zg-buyer-faq__group:nth-of-type(even) > header {
    background: #fff9ef;
}

.zg-buyer-faq__group > header > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: #a66e09;
    background: #fff;
    border-radius: 50%;
    font-weight: 900;
}

.zg-buyer-faq__group > header strong {
    display: block;
    color: #082f68;
    font-size: 1.18rem;
}

.zg-buyer-faq__group > header p {
    margin: 2px 0 0;
    color: #617793;
}

.zg-buyer-faq__items {
    overflow: hidden;
    background: #fff;
    border: 1px solid #d4e0ed;
    border-radius: 14px;
}

.zg-buyer-faq__items details + details {
    border-top: 1px solid #e0e8f1;
}

.zg-buyer-faq__items summary {
    position: relative;
    padding: 19px 56px 19px 22px;
    color: #082f68;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
}

.zg-buyer-faq__items summary::-webkit-details-marker {
    display: none;
}

.zg-buyer-faq__items summary::before {
    content: "+";
    position: absolute;
    inset-inline-start: 20px;
    top: 50%;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    color: #082f68;
    background: #edf4fb;
    border-radius: 50%;
    transform: translateY(-50%);
}

.zg-buyer-faq__items details[open] summary::before {
    content: "−";
    color: #fff;
    background: #0b3b75;
}

.zg-buyer-faq__items details[open] summary {
    background: #f7f9fc;
}

.zg-buyer-faq__items details > div {
    padding: 0 22px 20px;
    color: #526987;
    line-height: 2;
}

.zg-buyer-faq__items details > div p {
    margin: 0;
}

.zg-buyer-faq__items details > div a {
    display: inline-block;
    margin: 12px 0 0 18px;
    color: #a66e09;
    font-weight: 800;
}

.zg-buyer-faq__help {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 46px;
    padding: 28px 30px;
    background: #f3f7fc;
    border-inline-end: 4px solid #c58a19;
    border-radius: 16px;
}

.zg-buyer-faq__help h2 {
    margin: 6px 0 10px;
    color: #082f68;
}

.zg-buyer-faq__help p {
    margin: 0;
}

.zg-buyer-faq__help > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zg-buyer-faq__help a {
    padding: 11px 16px;
    color: #082f68;
    text-decoration: none;
    background: #fff;
    border: 1px solid #cad9e9;
    border-radius: 10px;
    font-weight: 800;
}

@media (max-width: 700px) {
    .zg-buyer-faq__help {
        grid-template-columns: 1fr;
    }

    .zg-buyer-faq__group > header {
        align-items: flex-start;
    }

    .zg-buyer-faq__items summary {
        padding-inline-end: 50px;
    }
}

/* Auction Guide Hub */
body.page-id-26244 .zg-guide-article > .zg-guide-notice,
body.page-id-26244 .zg-guide-article > .zg-guide-related,
body.page-id-26244 .zg-guide-article > .zg-guide-cta {
    display: none !important;
}

.zg-auction-hub .zg-buy-hub__card:nth-child(7) {
    grid-column: 1 / -1;
    min-height: 190px;
}

/* Auction Guide Hub */
body.page-id-26244 .zg-guide-article > .zg-guide-notice,
body.page-id-26244 .zg-guide-article > .zg-guide-related,
body.page-id-26244 .zg-guide-article > .zg-guide-cta {
    display: none !important;
}

.zg-auction-hub .zg-buy-hub__card:nth-child(7) {
    grid-column: 1 / -1;
    min-height: 190px;
}

/* Seller Center Hub V1 completion */
.zg-seller-center-hub .zg-seller-guides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.zg-seller-center-hub .zg-seller-guides > a {
    min-height: 245px;
}

.zg-seller-center-hub .zg-seller-guides > a:nth-child(4n + 2),
.zg-seller-center-hub .zg-seller-guides > a:nth-child(4n + 3) {
    background: #fff9ef;
}

.zg-seller-center-hub .zg-seller-guides img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.zg-seller-center-hub .zg-guide-checklist strong a {
    color: #082f68;
    text-decoration: none;
}

.zg-seller-center-hub .zg-guide-checklist strong a:hover {
    color: #a66e09;
}

@media (max-width: 700px) {
    .zg-seller-center-hub .zg-seller-guides {
        grid-template-columns: 1fr;
    }

    .zg-seller-center-hub .zg-seller-guides > a {
        min-height: 0;
    }
}

/* Seller Center action buttons */
.zg-seller-center-hub .zg-guide-intro__actions,
.zg-seller-center-hub .zg-seller-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
}

.zg-seller-center-hub .zg-guide-intro__actions a,
.zg-seller-center-hub .zg-seller-final-actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    color: #fff;
    text-decoration: none;
    background: #0b3b75;
    border: 1px solid #0b3b75;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(11, 59, 117, .12);
    font-weight: 800;
    line-height: 1.5;
    transition:
        color .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.zg-seller-center-hub .zg-guide-intro__actions a:nth-child(2),
.zg-seller-center-hub .zg-seller-final-actions a:nth-child(2) {
    color: #0b3b75;
    background: #fff;
    border-color: #b9cce2;
    box-shadow: none;
}

.zg-seller-center-hub .zg-guide-intro__actions a:hover,
.zg-seller-center-hub .zg-seller-final-actions a:hover {
    color: #fff;
    background: #c58a19;
    border-color: #c58a19;
    transform: translateY(-2px);
}

@media (max-width: 520px) {
    .zg-seller-center-hub .zg-guide-intro__actions,
    .zg-seller-center-hub .zg-seller-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .zg-seller-center-hub .zg-guide-intro__actions a,
    .zg-seller-center-hub .zg-seller-final-actions a {
        width: 100%;
    }
}

/* Force buttons on Seller Center page */
body.page-id-26000 .zg-guide-intro__actions,
body.page-id-26000 .zg-seller-final-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
    margin-top: 22px !important;
}

body.page-id-26000 .zg-guide-intro__actions > a,
body.page-id-26000 .zg-seller-final-actions > a {
    display: inline-flex !important;
    width: auto !important;
    min-width: 170px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 11px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    text-decoration: none !important;
    background: #0b3b75 !important;
    border: 1px solid #0b3b75 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(11, 59, 117, .12) !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
}

body.page-id-26000 .zg-guide-intro__actions > a:nth-child(2),
body.page-id-26000 .zg-seller-final-actions > a:nth-child(2) {
    color: #0b3b75 !important;
    background: #fff !important;
    border-color: #b9cce2 !important;
    box-shadow: none !important;
}

body.page-id-26000 .zg-guide-intro__actions > a:hover,
body.page-id-26000 .zg-seller-final-actions > a:hover {
    color: #fff !important;
    background: #c58a19 !important;
    border-color: #c58a19 !important;
    transform: translateY(-2px);
}

@media (max-width: 520px) {
    body.page-id-26000 .zg-guide-intro__actions,
    body.page-id-26000 .zg-seller-final-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    body.page-id-26000 .zg-guide-intro__actions > a,
    body.page-id-26000 .zg-seller-final-actions > a {
        width: 100% !important;
    }
}

/* Center and strengthen Seller Center intro card */
body.page-id-26000 .zg-guide-intro {
    text-align: center !important;
    justify-items: center !important;
    align-items: center !important;
}

body.page-id-26000 .zg-guide-intro::before {
    margin-inline: auto !important;
}

body.page-id-26000 .zg-guide-intro .zg-guide-eyebrow {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 16px !important;
    color: #082f68 !important;
    text-align: center !important;
    font-size: 1.08rem !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
}

body.page-id-26000 .zg-guide-intro h1 {
    width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
}

body.page-id-26000 .zg-guide-intro .zg-guide-lead {
    max-width: 680px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

body.page-id-26000 .zg-guide-intro__actions {
    width: 100% !important;
    justify-content: center !important;
    margin-inline: auto !important;
}

/* Final Seller Center intro and notice alignment */
body.page-id-26000 .zg-guide-intro::before,
body.page-id-26000 .zg-guide-intro > img {
    content: none !important;
    display: none !important;
}

body.page-id-26000 .zg-guide-notice {
    display: block !important;
    padding: 28px 34px !important;
    text-align: center !important;
}

body.page-id-26000 .zg-guide-notice strong {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 12px !important;
    text-align: center !important;
    font-weight: 900 !important;
}

body.page-id-26000 .zg-guide-notice p {
    max-width: 720px !important;
    margin: 0 auto !important;
    text-align: center !important;
    line-height: 2 !important;
}

/* Force each Seller Guide link to render as one complete card */
body.page-id-26000 .zg-seller-guides {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

body.page-id-26000 .zg-seller-guides > a {
    position: relative !important;
    display: flex !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 260px !important;
    margin: 0 !important;
    padding: 26px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    color: #082f68 !important;
    text-align: right !important;
    text-decoration: none !important;
    background: #f3f7fc !important;
    border: 1px solid #d4e0ed !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

body.page-id-26000 .zg-seller-guides > a:nth-child(4n + 2),
body.page-id-26000 .zg-seller-guides > a:nth-child(4n + 3) {
    background: #fff9ef !important;
}

body.page-id-26000 .zg-seller-guides > a > * {
    position: static !important;
    inset: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: auto !important;
    max-width: 100% !important;
    transform: none !important;
}

body.page-id-26000 .zg-seller-guides__number {
    order: 1 !important;
    display: block !important;
    margin: 0 0 14px !important;
    color: #bd8418 !important;
    font-weight: 900 !important;
}

body.page-id-26000 .zg-seller-guides > a > img {
    order: 2 !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 0 18px !important;
    object-fit: contain !important;
}

body.page-id-26000 .zg-seller-guides > a > strong {
    order: 3 !important;
    display: block !important;
    margin: 0 0 10px !important;
    color: #082f68 !important;
    font-size: 1.18rem !important;
    font-weight: 900 !important;
}

body.page-id-26000 .zg-seller-guides > a > p {
    order: 4 !important;
    display: block !important;
    min-height: 0 !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: #526987 !important;
    background: transparent !important;
    border: 0 !important;
    line-height: 2 !important;
}

body.page-id-26000 .zg-seller-guides > a > small {
    order: 5 !important;
    display: block !important;
    margin-top: auto !important;
    color: #a66e09 !important;
    font-size: .92rem !important;
    font-weight: 800 !important;
}

body.page-id-26000 .zg-seller-guides > a:hover {
    box-shadow: 0 14px 34px rgba(8, 47, 104, .10) !important;
    transform: translateY(-3px) !important;
}

@media (max-width: 700px) {
    body.page-id-26000 .zg-seller-guides {
        grid-template-columns: 1fr !important;
    }

    body.page-id-26000 .zg-seller-guides > a {
        min-height: 0 !important;
    }
}

/* Seller Hub — icon guide cards */
body.page-id-26000 .zg-seller-simple-list:not(.zg-seller-simple-list--forms) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 30px 0 48px;
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-areas:
        "icon content"
        "icon action";
    align-items: start;
    gap: 8px 18px;
    min-height: 190px;
    padding: 30px 28px 24px;
    overflow: hidden;
    border: 1px solid #d5e1ef;
    border-top: 3px solid #12437f;
    border-radius: 17px;
    background: #fff;
    color: #082f68;
    text-align: right;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(8, 47, 104, .06);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(4n + 2),
body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(4n + 3) {
    border-top-color: #c69537;
    background: #fffaf1;
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:hover {
    transform: translateY(-3px);
    border-color: #9eb7d6;
    box-shadow: 0 18px 38px rgba(8, 47, 104, .11);
}

/* Icon container */
body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a::before {
    content: "";
    grid-area: icon;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background-color: #eef4fb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 29px;
}

/* Individual icons */
body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(1)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-user.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(2)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-upload.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(3)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-image.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(4)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/coins-banknotes.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(5)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/trust-expert-review.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(6)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-upload.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(7)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/trust-certificate.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a:nth-child(8)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-help.svg");
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a > div {
    grid-area: content;
    display: block;
    min-width: 0;
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) strong {
    display: block;
    margin: 0 0 10px;
    color: #073472;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.7;
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) span {
    display: block;
    margin: 0;
    color: #526a88;
    font-size: 15px;
    line-height: 2;
}

body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms) small {
    grid-area: action;
    align-self: end;
    display: block;
    margin-top: 14px;
    color: #a56b00;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
    white-space: normal;
}

/* Compact title spacing */
body.page-id-26000
.zg-seller-center-hub > h2#guide-section-3 {
    margin: 46px 0 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d5e1ef;
    text-align: right;
}

/* Tablet and mobile */
@media (max-width: 900px) {
    body.page-id-26000
    .zg-seller-simple-list:not(.zg-seller-simple-list--forms) {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.page-id-26000
    .zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    body.page-id-26000
    .zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 8px 13px;
        padding: 21px 18px;
        border-radius: 14px;
    }

    body.page-id-26000
    .zg-seller-simple-list:not(.zg-seller-simple-list--forms) > a::before {
        width: 42px;
        height: 42px;
        background-size: 24px 24px;
    }

    body.page-id-26000
    .zg-seller-simple-list:not(.zg-seller-simple-list--forms) strong {
        font-size: 17px;
    }
}

/* Seller Hub — forms and PDF cards */
body.page-id-26000 .zg-seller-simple-list--forms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 46px;
}

body.page-id-26000 .zg-seller-simple-list--forms > a {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas:
        "pdf content"
        "pdf action";
    align-items: start;
    gap: 8px 18px;
    min-width: 0;
    min-height: 160px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid #d5e1ef;
    border-top: 3px solid #17467f;
    border-radius: 16px;
    background: #f6f9fd;
    color: #073472;
    text-align: right;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(8, 47, 104, .055);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

body.page-id-26000 .zg-seller-simple-list--forms > a:nth-child(4n + 2),
body.page-id-26000 .zg-seller-simple-list--forms > a:nth-child(4n + 3) {
    border-top-color: #c49436;
    background: #fffaf1;
}

body.page-id-26000 .zg-seller-simple-list--forms > a:hover {
    transform: translateY(-3px);
    border-color: #9cb5d3;
    box-shadow: 0 17px 36px rgba(8, 47, 104, .1);
}

/* PDF document icon */
body.page-id-26000 .zg-seller-simple-list--forms > a::before {
    content: "PDF";
    grid-area: pdf;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    width: 52px;
    height: 62px;
    padding: 0 4px 8px;
    border: 2px solid #17467f;
    border-radius: 7px;
    background:
        linear-gradient(
            135deg,
            transparent 0 11px,
            #dce8f6 11px 18px,
            transparent 18px
        ),
        #fff;
    color: #a56b00;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .5px;
    box-shadow: 0 5px 12px rgba(8, 47, 104, .08);
}

body.page-id-26000 .zg-seller-simple-list--forms > a > div {
    grid-area: content;
    display: block;
    min-width: 0;
}

body.page-id-26000 .zg-seller-simple-list--forms strong {
    display: block;
    margin: 0 0 9px;
    color: #073472;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;
}

body.page-id-26000 .zg-seller-simple-list--forms span {
    display: block;
    margin: 0;
    color: #526a88;
    font-size: 14px;
    line-height: 1.95;
}

body.page-id-26000 .zg-seller-simple-list--forms small {
    grid-area: action;
    align-self: end;
    display: block;
    margin-top: 12px;
    color: #a56b00;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}

/* Forms section heading */
body.page-id-26000
.zg-seller-center-hub > h2#guide-section-6 {
    margin: 48px 0 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d5e1ef;
    text-align: right;
}

/* Responsive forms */
@media (max-width: 900px) {
    body.page-id-26000 .zg-seller-simple-list--forms {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.page-id-26000 .zg-seller-simple-list--forms > a {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    body.page-id-26000 .zg-seller-simple-list--forms > a {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 8px 14px;
        padding: 21px 18px;
    }

    body.page-id-26000 .zg-seller-simple-list--forms > a::before {
        width: 44px;
        height: 53px;
        font-size: 9px;
    }

    body.page-id-26000 .zg-seller-simple-list--forms strong {
        font-size: 16px;
    }
}

/* Seller Hub forms — correct semantic icons */
body.page-id-26000 .zg-seller-simple-list--forms > a::before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 13px;
    background-color: #eaf2fb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px 29px;
    box-shadow: none;
}

/* 1 — درخواست فروشندگی */
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(1)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-user.svg");
}

/* 2 — ثبت اثر یا محصول */
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(2)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-upload.svg");
}

/* 3 — ارزیابی اولیه اثر */
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(3)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/trust-expert-review.svg");
}

/* 4 — مرکز اعتماد */
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(4)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/trust-certificate.svg");
}

/* 5 — فروش بین‌المللی */
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(5)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-globe.svg");
}

/* 6 — پشتیبانی فروشندگان */
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(6)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-help.svg");
}

/* Warm cards receive a warmer icon background */
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(4n + 2)::before,
body.page-id-26000
.zg-seller-simple-list--forms > a:nth-child(4n + 3)::before {
    background-color: #fff1d7;
}

@media (max-width: 560px) {
    body.page-id-26000 .zg-seller-simple-list--forms > a::before {
        width: 44px;
        height: 44px;
        background-size: 25px 25px;
    }
}

/* Final valid icon mapping — Seller Center */

/* Main guides: photography */
body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms)
> a:nth-child(3)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/fine-art.svg");
}

/* Main guides: seller FAQ */
body.page-id-26000
.zg-seller-simple-list:not(.zg-seller-simple-list--forms)
> a:nth-child(8)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-settings.svg");
}

/* Forms: international selling */
body.page-id-26000
.zg-seller-simple-list--forms
> a:nth-child(5)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-language.svg");
}

/* Forms: seller support */
body.page-id-26000
.zg-seller-simple-list--forms
> a:nth-child(6)::before {
    background-image: url("/wp-content/themes/zhuuzh-guide/assets/icons/icons/ui-settings.svg");
}

/* Real Guide Hero Image V1 */
.zg-guide-hero__image--real {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 8 / 5;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #cbd9ec;
    border-radius: 24px;
    background: #f5f8fc;
    box-shadow: 0 20px 44px rgba(8, 47, 99, 0.10);
}

.zg-guide-hero__image--real .zg-guide-hero__image-element {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .zg-guide-hero__image--real {
        border-radius: 18px;
    }
}


/* Sitemap V1 */
body.page-id-25872 .zg-guide-hero__grid {
    display: block;
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
}

body.page-id-25872 .zg-guide-hero__content {
    max-width: none;
}

body.page-id-25872 .zg-guide-hero__image {
    display: none !important;
}

body.page-id-25872 .zg-guide-meta {
    justify-content: center;
}

body.page-id-25872 .zg-guide-layout {
    display: block;
    max-width: 1120px;
}

body.page-id-25872 .zg-guide-sidebar,
body.page-id-25872 .zg-guide-notice,
body.page-id-25872 .zg-guide-related {
    display: none;
}

.zg-sitemap-v1 {
    display: grid;
    gap: 34px;
}

.zg-sitemap-intro {
    padding: 34px;
    border-right: 4px solid var(--zg-gold);
    border-radius: 18px;
    background: #f3f7fc;
}

.zg-sitemap-intro > span,
.zg-sitemap-legal span {
    color: #a87516;
    font-weight: 800;
}

.zg-sitemap-intro h2 {
    margin: 8px 0 10px;
}

.zg-sitemap-intro p {
    margin: 0;
}

.zg-sitemap-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.zg-sitemap-quick a,
.zg-sitemap-legal nav a {
    padding: 10px 15px;
    border: 1px solid #cbd9ec;
    border-radius: 10px;
    background: #fff;
    color: var(--zg-blue-dark);
    font-weight: 800;
    text-decoration: none;
}

.zg-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.zg-sitemap-card {
    position: relative;
    padding: 28px;
    border: 1px solid #d2deee;
    border-radius: 18px;
    background: #f4f8fd;
}

.zg-sitemap-card.is-warm {
    background: #fff9ef;
}

.zg-sitemap-card__number {
    position: absolute;
    top: 22px;
    left: 22px;
    color: #c18a20;
    font-weight: 900;
}

.zg-sitemap-card h2 {
    margin: 0 0 18px;
    padding-left: 44px;
    font-size: 1.45rem;
}

.zg-sitemap-card h2 a {
    color: inherit;
    text-decoration: none;
}

.zg-sitemap-card ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zg-sitemap-card li {
    margin: 0;
}

.zg-sitemap-card li a {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid rgba(18, 59, 120, 0.10);
    color: #29466f;
    text-decoration: none;
}

.zg-sitemap-card li:last-child a {
    border-bottom: 0;
}

.zg-sitemap-card a:hover,
.zg-sitemap-quick a:hover,
.zg-sitemap-legal a:hover {
    color: #a66f08;
}

.zg-sitemap-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: 18px;
    background: var(--zg-blue-dark);
    color: #fff;
}

.zg-sitemap-legal h2 {
    margin: 5px 0 0;
    color: #fff;
}

.zg-sitemap-legal nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

@media (max-width: 800px) {
    .zg-sitemap-grid {
        grid-template-columns: 1fr;
    }

    .zg-sitemap-legal {
        display: grid;
    }
}

@media (max-width: 520px) {
    .zg-sitemap-intro,
    .zg-sitemap-card,
    .zg-sitemap-legal {
        padding: 22px;
    }

    .zg-sitemap-quick,
    .zg-sitemap-legal nav {
        display: grid;
    }
}