.Gstore-privacy-shell {
	padding: clamp(28px, 4vw, 44px) 0 clamp(52px, 8vw, 84px);
	background:
		radial-gradient(circle at 14% -8%, rgba(181, 166, 66, 0.12), transparent 42%),
		radial-gradient(circle at 86% 0%, rgba(10, 10, 10, 0.06), transparent 38%),
		linear-gradient(180deg, #f8f8f6 0%, #ffffff 100%);
}

.Gstore-privacy-container {
	width: min(100%, 920px);
	margin: 0 auto;
	padding: 0 clamp(16px, 3vw, 24px);
}

.Gstore-privacy-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	margin-bottom: clamp(18px, 3vw, 26px);
	border-radius: 999px;
	background: rgba(10, 10, 10, 0.05);
	font-size: 0.85rem;
	color: #4b5563;
}

.Gstore-privacy-breadcrumb a {
	color: #111827;
	text-decoration: none;
}

.Gstore-privacy-breadcrumb a:hover {
	text-decoration: underline;
}

.Gstore-privacy-hero {
	padding: clamp(20px, 4vw, 34px);
	margin-bottom: clamp(18px, 3vw, 24px);
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.Gstore-privacy-eyebrow {
	display: inline-flex;
	margin: 0 0 10px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--gstore-color-accent-10, rgba(181, 166, 66, 0.1));
	color: #564f20;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.Gstore-privacy-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(1.7rem, 3vw, 2.25rem);
	line-height: 1.15;
	color: #0b1220;
}

.Gstore-privacy-hero p {
	margin: 0 0 10px;
	line-height: 1.62;
	color: #374151;
}

.Gstore-privacy-updated {
	margin: 12px 0 0;
	font-size: 0.88rem;
	color: #6b7280;
}

.Gstore-privacy-section {
	padding: clamp(18px, 2.6vw, 24px);
	margin-bottom: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
}

.Gstore-privacy-section h2 {
	margin: 0 0 10px;
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	line-height: 1.35;
	color: #111827;
}

.Gstore-privacy-section p {
	margin: 0;
	line-height: 1.64;
	color: #374151;
}

.Gstore-privacy-section a {
	color: #0f172a;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.Gstore-privacy-section a:hover {
	color: var(--gstore-color-accent-dark, #8e8337);
}

.Gstore-privacy-section--meta ul {
	margin: 0 0 10px;
	padding-left: 1.1rem;
}

.Gstore-privacy-section--meta li {
	margin-bottom: 6px;
	line-height: 1.6;
	color: #374151;
}

.Gstore-privacy-section--meta p {
	margin-top: 10px;
}

@media (max-width: 768px) {
	.Gstore-privacy-shell {
		padding-top: 20px;
	}

	.Gstore-privacy-container {
		padding: 0 14px;
	}

	.Gstore-privacy-section {
		border-radius: 12px;
	}
}

.woocommerce-privacy-policy-text p {
	font-size: var(--gstore-font-size-xs);
	color: #9ca3af;
	margin-bottom: 0;
}

.woocommerce-privacy-policy-text a {
	color: #9ca3af;
	text-decoration: underline;
}

.woocommerce-privacy-policy-text a:hover {
	color: #6b7280;
}
