/* —— Shared product / account bits —— */
.gingerpot-product-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin: 0 0 1.25rem;
}

.gingerpot-product-fields .form-row {
	flex: 1 1 12rem;
	margin: 0;
}

.gingerpot-product-fields label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.gingerpot-product-fields select {
	width: 100%;
}

.gingerpot-box-fields {
	margin: 1.5em 0;
	padding: 1em 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gingerpot-notice {
	padding: 0.75em 1em;
	margin: 0 0 1.25em;
	border-left: 4px solid #2f6f4e;
	background: #f3f7f4;
}

.gingerpot-notice--error {
	border-left-color: #b32d2e;
	background: #fcf0f1;
}

.gingerpot-account-subscription label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.gingerpot-account-subscription select {
	width: 100%;
	max-width: 36rem;
}

.gingerpot-account-subscription__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em;
}

.gingerpot-account-subscription__meta li {
	margin: 0.35em 0;
}

.gingerpot-account-subscription__cancel {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* —— Brand tokens (community surfaces) —— */
.gingerpot-vote,
.gingerpot-design {
	--gp-ink: #14241c;
	--gp-muted: #5a6b61;
	--gp-line: rgba(20, 36, 28, 0.12);
	--gp-line-strong: rgba(20, 36, 28, 0.2);
	--gp-surface: #eef5f0;
	--gp-surface-2: #ffffff;
	--gp-panel: rgba(255, 255, 255, 0.72);
	--gp-forest: #2f6f4e;
	--gp-forest-deep: #1c4632;
	--gp-ginger: #e85d04;
	--gp-heart: #e11d48;
	--gp-heart-soft: #fda4af;
	--gp-shadow: 0 18px 40px rgba(20, 36, 28, 0.1);
	--gp-shadow-soft: 0 8px 24px rgba(20, 36, 28, 0.08);
	--gp-radius: 1.15rem;
	--gp-radius-sm: 0.75rem;
	--gp-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
	--gp-body: "Figtree", "Segoe UI", system-ui, sans-serif;
	position: relative;
	isolation: isolate;
	margin: 0 auto;
	padding: clamp(1.25rem, 3vw, 2.25rem) clamp(0.85rem, 2.5vw, 1.25rem) clamp(2rem, 4vw, 3rem);
	max-width: 72rem;
	color: var(--gp-ink);
	font-family: var(--gp-body);
	font-size: 1.02rem;
	line-height: 1.55;
	background:
		radial-gradient(120% 80% at 12% -10%, rgba(47, 111, 78, 0.16), transparent 55%),
		radial-gradient(90% 70% at 100% 0%, rgba(232, 93, 4, 0.1), transparent 48%),
		linear-gradient(180deg, #f6faf7 0%, #eef4f0 55%, #f7f8f6 100%);
	border-radius: calc(var(--gp-radius) + 0.35rem);
	overflow: hidden;
}

.gingerpot-vote::before,
.gingerpot-design::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.45;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
	background-size: 180px 180px;
	mix-blend-mode: multiply;
}

/* —— Buttons —— */
.gingerpot-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 2.85rem;
	padding: 0.7rem 1.45rem;
	border: 0;
	border-radius: 999px;
	font-family: var(--gp-body);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gingerpot-btn--primary,
.gingerpot-vote .gingerpot-btn--primary,
.gingerpot-design .gingerpot-btn--primary {
	background: #F28C00;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(242, 140, 0, 0.32);
}

.gingerpot-btn--primary:hover,
.gingerpot-btn--primary:focus {
	transform: translateY(-2px);
	background: #e07f00;
	box-shadow: 0 14px 28px rgba(242, 140, 0, 0.38);
	color: #fff !important;
}

.gingerpot-btn--primary:active {
	transform: translateY(0);
}

/* —— Status panels (login / closed) —— */
.gingerpot-panel--status {
	margin: 0 auto;
	max-width: 34rem;
	padding: clamp(1.5rem, 4vw, 2.25rem);
	text-align: center;
	background: var(--gp-panel);
	border: 1px solid var(--gp-line);
	border-radius: var(--gp-radius);
	box-shadow: var(--gp-shadow-soft);
	backdrop-filter: blur(10px);
}

/* —— Vote header —— */
.gingerpot-vote__header {
	text-align: center;
	margin: 0 auto 1.75rem;
	max-width: 40rem;
}

.gingerpot-vote__eyebrow,
.gingerpot-design__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gp-forest);
}

.gingerpot-vote__heading,
.gingerpot-design__heading {
	margin: 0 0 0.55rem;
	font-family: var(--gp-display);
	font-size: clamp(2rem, 5.5vw, 3rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--gp-ink);
}

.gingerpot-vote__lead,
.gingerpot-design__lead {
	margin: 0 auto 1.1rem;
	max-width: 32rem;
	color: var(--gp-muted);
	font-size: 1.05rem;
}

.gingerpot-vote__message {
	text-align: center;
	margin: 0 0 1rem;
	color: var(--gp-muted);
}

.gingerpot-vote__message--empty {
	padding: 1.5rem;
	background: var(--gp-panel);
	border: 1px dashed var(--gp-line-strong);
	border-radius: var(--gp-radius-sm);
}

.gingerpot-vote__message .button {
	display: inline-block;
	margin-top: 0.75rem;
}

.gingerpot-vote__actions {
	margin: 1rem 0 0;
	text-align: center;
}

/* Compact countdown under campaign title. */
.gingerpot-vote__timer {
	margin: 1rem auto 0;
	padding: 0;
	max-width: none;
	background: none;
	border: none;
}

.gingerpot-vote .gingerpot-cycle {
	--gp-ink: #111111;
	--gp-muted: #1a1a1a;
	--gp-surface: rgba(255, 255, 255, 0.78);
	--gp-line: rgba(20, 36, 28, 0.12);
	margin: 0 auto;
	padding: 0;
	max-width: none;
	color: #111111;
	text-align: center;
}

.gingerpot-vote .gingerpot-cycle__countdown-label {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #111111;
	opacity: 1;
}

.gingerpot-vote .gingerpot-cycle__units {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.gingerpot-vote .gingerpot-cycle__unit {
	min-width: 3.55rem;
	padding: 0.55rem 0.45rem 0.5rem;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(20, 36, 28, 0.12);
	border-radius: 0.7rem;
	box-shadow: 0 4px 12px rgba(20, 36, 28, 0.05);
	color: #111111;
}

.gingerpot-vote .gingerpot-cycle__value {
	display: block;
	font-family: var(--gp-display);
	font-size: 1.35rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #111111;
}

.gingerpot-vote .gingerpot-cycle__unit-label {
	display: block;
	margin-top: 0.3rem;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.75;
	color: #333333;
}

/* —— Vote form + grid —— */
.gingerpot-vote__form {
	margin-top: 0.25rem;
}

.gingerpot-vote__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.55rem;
	margin: 0 0 1.25rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--gp-muted);
}

.gingerpot-vote__meta-sep {
	opacity: 0.45;
}

.gingerpot-vote__meta-note {
	font-weight: 500;
}

.gingerpot-vote__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 16.5rem), 1fr));
	gap: clamp(1rem, 2.5vw, 1.5rem);
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.gingerpot-vote__item {
	animation: gingerpot-rise 0.55s ease both;
	animation-delay: calc(var(--gp-i, 0) * 55ms);
}

@keyframes gingerpot-rise {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gingerpot-vote__item {
		animation: none;
	}

	.gingerpot-btn--primary,
	.gingerpot-vote__card,
	.gingerpot-vote__heart-path,
	.gingerpot-vote__image img {
		transition: none !important;
	}
}

.gingerpot-vote__card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid var(--gp-line);
	border-radius: var(--gp-radius);
	overflow: hidden;
	cursor: pointer;
	background: var(--gp-surface-2);
	color: var(--gp-ink);
	box-shadow: var(--gp-shadow-soft);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease;
}

.gingerpot-vote__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--gp-shadow);
	border-color: rgba(47, 111, 78, 0.28);
}

.gingerpot-vote__item.is-selected .gingerpot-vote__card {
	border-color: var(--gp-heart);
	box-shadow:
		0 0 0 2px rgba(225, 29, 72, 0.22),
		var(--gp-shadow);
}

.gingerpot-vote__media {
	position: relative;
}

.gingerpot-vote__image {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background:
		linear-gradient(145deg, #f0f4f1 0%, #e4ebe6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.gingerpot-vote__image img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
	object-position: center;
	transition: transform 0.35s ease;
}

.gingerpot-vote__card:hover .gingerpot-vote__image img {
	transform: scale(1.03);
}

.gingerpot-vote__image--empty {
	font-size: 0.85rem;
	opacity: 0.55;
	width: 100%;
	min-height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gingerpot-vote__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	max-width: calc(100% - 4.5rem);
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: rgba(20, 36, 28, 0.88);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
	box-shadow: 0 4px 12px rgba(20, 36, 28, 0.16);
}

.gingerpot-vote__badge--christian {
	background: rgba(47, 111, 78, 0.92);
}

.gingerpot-vote__badge--tech {
	background: rgba(30, 64, 120, 0.92);
}

.gingerpot-vote__badge--general {
	background: rgba(20, 36, 28, 0.88);
}

.gingerpot-vote__badge--humour {
	background: rgba(242, 140, 0, 0.94);
}

.gingerpot-vote__badge--pets {
	background: rgba(146, 64, 14, 0.92);
}

.gingerpot-vote__heart {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(20, 36, 28, 0.08);
	box-shadow: 0 6px 16px rgba(20, 36, 28, 0.12);
	pointer-events: none;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.gingerpot-vote__card:hover .gingerpot-vote__heart {
	transform: scale(1.06);
}

.gingerpot-vote__item.is-selected .gingerpot-vote__heart {
	background: #fff;
	box-shadow: 0 8px 18px rgba(225, 29, 72, 0.22);
	transform: scale(1.08);
}

.gingerpot-vote__heart-input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	pointer-events: none;
}

.gingerpot-vote__heart-icon svg {
	display: block;
}

.gingerpot-vote__heart-path {
	fill: none;
	stroke: var(--gp-heart);
	stroke-width: 1.85;
	transition: fill 0.18s ease, stroke 0.18s ease, transform 0.18s ease;
}

.gingerpot-vote__item.is-selected .gingerpot-vote__heart-path {
	fill: var(--gp-heart);
	stroke: var(--gp-heart);
}

.gingerpot-vote__picked {
	position: absolute;
	left: 0.75rem;
	bottom: 0.75rem;
	z-index: 2;
	display: none;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: rgba(20, 36, 28, 0.88);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gingerpot-vote__item.is-selected .gingerpot-vote__picked {
	display: inline-flex;
	animation: gingerpot-pop 0.28s ease both;
}

@keyframes gingerpot-pop {
	from {
		opacity: 0;
		transform: translateY(6px) scale(0.92);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.gingerpot-vote__body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.95rem 1rem 1.1rem;
	border-top: 1px solid var(--gp-line);
	background: linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
}

.gingerpot-vote__title {
	font-family: var(--gp-display);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.gingerpot-vote__desc {
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--gp-muted);
}

/* Visually hidden. */
.gingerpot-vote .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.gingerpot-vote__actions--sticky {
	position: sticky;
	bottom: 0.75rem;
	z-index: 3;
	margin: 0.5rem 0 0;
	padding: 0.85rem;
	text-align: center;
	background: rgba(246, 250, 247, 0.86);
	border: 1px solid var(--gp-line);
	border-radius: 999px;
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 28px rgba(20, 36, 28, 0.1);
}

.gingerpot-vote__submit {
	min-width: min(100%, 16rem);
}

.gingerpot-vote__grid--readonly .gingerpot-vote__item {
	padding: 0;
	border: 0;
	background: transparent;
}

/* —— Design submit block —— */
.gingerpot-design__header {
	text-align: center;
	margin: 0 auto 1.75rem;
	max-width: 36rem;
}

.gingerpot-design-gate__notice {
	margin: 0 auto 1.5rem;
	max-width: 34rem;
	padding: 1rem 1.15rem;
	text-align: center;
	border: 1px solid rgba(47, 111, 78, 0.28);
	border-radius: var(--gp-radius-sm);
	background: rgba(47, 111, 78, 0.08);
	color: var(--gp-ink);
}

.gingerpot-design-gate__notice p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.5;
}

.gingerpot-design-gate__login {
	margin: 0 auto;
	max-width: 26rem;
	text-align: left;
}

.gingerpot-design-gate__login-title {
	margin: 0 0 1rem;
	font-family: var(--gp-display);
	font-size: 1.15rem;
	text-align: center;
}

.gingerpot-design-gate__login .woocommerce-form-login {
	margin: 0;
}

.gingerpot-design-gate__login .woocommerce-form-login label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	font-size: 0.88rem;
}

.gingerpot-design-gate__login .woocommerce-form-login input[type="text"],
.gingerpot-design-gate__login .woocommerce-form-login input[type="password"] {
	width: 100%;
	margin-bottom: 0.85rem;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--gp-line-strong);
	border-radius: 0.65rem;
	font: inherit;
}

.gingerpot-design-gate__login .woocommerce-form-login button,
.gingerpot-design-gate__login .woocommerce-form-login input[type="submit"] {
	width: 100%;
	margin-top: 0.25rem;
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 999px;
	background: #F28C00;
	color: #fff !important;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.gingerpot-design-gate__footer {
	margin: 1.25rem 0 0;
	text-align: center;
	font-size: 0.95rem;
	color: var(--gp-muted);
}

.gingerpot-design-gate__footer a {
	color: var(--gp-forest-deep);
	font-weight: 650;
}

.gingerpot-rights-notice {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.9rem 1rem;
	margin: 0 0 1.5rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(232, 93, 4, 0.28);
	border-radius: var(--gp-radius);
	background:
		linear-gradient(135deg, rgba(232, 93, 4, 0.08), rgba(255, 255, 255, 0.85) 45%),
		#fff;
	color: var(--gp-ink);
	box-shadow: var(--gp-shadow-soft);
}

.gingerpot-rights-notice__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 999px;
	background: var(--gp-ginger);
	color: #fff;
	font-family: var(--gp-display);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1;
}

.gingerpot-rights-notice h3 {
	margin: 0 0 0.4rem;
	font-family: var(--gp-display);
	font-size: 1.15rem;
	letter-spacing: -0.02em;
}

.gingerpot-rights-notice p {
	margin: 0 0 0.65rem;
	color: var(--gp-muted);
}

.gingerpot-rights-notice ul {
	margin: 0.35rem 0 0.65rem;
	padding-left: 1.15rem;
	color: var(--gp-ink);
}

.gingerpot-rights-notice li {
	margin: 0.25rem 0;
}

.gingerpot-rights-notice__links,
.gingerpot-rights-notice__takedown {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
}

.gingerpot-rights-notice a {
	color: var(--gp-forest-deep);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.gingerpot-design-form {
	margin: 0;
	padding: clamp(1.15rem, 3vw, 1.65rem);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--gp-line);
	border-radius: var(--gp-radius);
	box-shadow: var(--gp-shadow-soft);
	backdrop-filter: blur(8px);
}

.gingerpot-design-form__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem 1.15rem;
}

.gingerpot-field {
	margin: 0;
}

.gingerpot-field label,
.gingerpot-design-form label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--gp-ink);
}

.gingerpot-design-form input[type="text"],
.gingerpot-design-form textarea,
.gingerpot-design-form select {
	width: 100%;
	max-width: none;
	padding: 0.75rem 0.9rem;
	border: 1px solid var(--gp-line-strong);
	border-radius: 0.7rem;
	background: #fff;
	color: var(--gp-ink);
	font: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.gingerpot-design-form input[type="text"]:focus,
.gingerpot-design-form textarea:focus,
.gingerpot-design-form select:focus {
	outline: none;
	border-color: var(--gp-forest);
	box-shadow: 0 0 0 3px rgba(47, 111, 78, 0.16);
}

.gingerpot-design-form textarea {
	min-height: 8rem;
	resize: vertical;
}

.gingerpot-file {
	position: relative;
	display: block;
}

.gingerpot-file input[type="file"] {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.gingerpot-file__ui {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 9rem;
	padding: 1.25rem 1rem;
	text-align: center;
	border: 1.5px dashed rgba(47, 111, 78, 0.35);
	border-radius: 0.85rem;
	background:
		radial-gradient(circle at 30% 20%, rgba(47, 111, 78, 0.08), transparent 55%),
		#f7fbf8;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.gingerpot-file:hover .gingerpot-file__ui,
.gingerpot-file:focus-within .gingerpot-file__ui {
	border-color: var(--gp-forest);
	background: #f1f8f3;
}

.gingerpot-file__title {
	font-family: var(--gp-display);
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--gp-forest-deep);
}

.gingerpot-file__hint {
	max-width: 28rem;
	font-size: 0.86rem;
	color: var(--gp-muted);
}

.gingerpot-design-form__consent label {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-weight: 500;
	line-height: 1.45;
	color: var(--gp-muted);
}

.gingerpot-design-form__consent input[type="checkbox"] {
	margin-top: 0.3rem;
	width: 1.1rem;
	height: 1.1rem;
	flex: 0 0 auto;
	accent-color: var(--gp-forest);
}

.gingerpot-design-form__consent a {
	color: var(--gp-forest-deep);
	font-weight: 650;
}

.gingerpot-design-form__actions {
	margin: 1.25rem 0 0;
	text-align: center;
}

.gingerpot-design-form .description {
	display: block;
	margin-top: 0.35em;
	font-size: 0.85em;
	opacity: 0.75;
}

@media (min-width: 720px) {
	.gingerpot-design-form__grid {
		grid-template-columns: 1fr 1fr;
	}

	.gingerpot-field--full,
	.gingerpot-design-form__consent {
		grid-column: 1 / -1;
	}
}

/* —— Voting closes countdown (hero / homepage only) —— */
.gingerpot-cycle:not(.gingerpot-vote__timer) {
	--gp-ink: #ffffff;
	--gp-muted: rgba(255, 255, 255, 0.72);
	--gp-accent: #fdba74;
	--gp-surface: rgba(255, 255, 255, 0.08);
	--gp-line: rgba(255, 255, 255, 0.22);
	margin: 0 auto;
	padding: 1.5rem 1rem;
	max-width: 40rem;
	color: var(--gp-ink);
	text-align: center;
}

.gingerpot-cycle:not(.gingerpot-vote__timer) .gingerpot-cycle__countdown-label {
	margin: 0 0 1.15rem;
	font-size: clamp(1.75rem, 5vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #ffffff;
}

.gingerpot-cycle:not(.gingerpot-vote__timer) .gingerpot-cycle__countdown-sub {
	margin: 1rem 0 0;
	font-size: clamp(1rem, 2.4vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ffffff;
	opacity: 0.92;
}

.gingerpot-cycle:not(.gingerpot-vote__timer) .gingerpot-cycle__units {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
}

.gingerpot-cycle:not(.gingerpot-vote__timer) .gingerpot-cycle__unit {
	min-width: 4.5rem;
	padding: 0.85rem 0.75rem;
	background: var(--gp-surface);
	border: 1px solid var(--gp-line);
	color: #ffffff;
}

.gingerpot-cycle:not(.gingerpot-vote__timer) .gingerpot-cycle__value {
	display: block;
	font-size: clamp(1.6rem, 4vw, 2.25rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #ffffff;
}

.gingerpot-cycle:not(.gingerpot-vote__timer) .gingerpot-cycle__unit-label {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gp-muted);
}

/* Vote page timer — force dark text over any hero/theme styles. */
.gingerpot-vote__timer,
.gingerpot-vote__timer.gingerpot-cycle {
	color: #111111 !important;
}

.gingerpot-vote__timer .gingerpot-cycle__countdown-label,
.gingerpot-vote__timer .gingerpot-cycle__unit,
.gingerpot-vote__timer .gingerpot-cycle__value,
.gingerpot-vote__timer .gingerpot-cycle__unit-label {
	color: #111111 !important;
}

.gingerpot-vote__timer .gingerpot-cycle__unit-label {
	opacity: 0.8;
}

@media (max-width: 520px) {
	.gingerpot-cycle:not(.gingerpot-vote__timer) .gingerpot-cycle__unit {
		min-width: 4rem;
		flex: 1 1 calc(50% - 0.65rem);
	}

	.gingerpot-rights-notice {
		grid-template-columns: 1fr;
	}

	.gingerpot-rights-notice__mark {
		width: 1.85rem;
		height: 1.85rem;
	}

	.gingerpot-vote__actions--sticky {
		border-radius: var(--gp-radius-sm);
		padding: 0.7rem;
	}

	.gingerpot-vote__submit {
		width: 100%;
	}
}

/* —— One-line top nav countdown —— */
.gingerpot-nav-countdown-wrap {
	display: inline-flex;
	align-items: center;
	float: left;
	height: 100%;
	margin-right: 1em;
	line-height: 1;
}

.gingerpot-nav-countdown-wrap--main {
	float: none;
	display: inline-flex;
	align-items: center;
	height: 100%;
	margin: 0 1.1em 0 0.5em;
	vertical-align: middle;
}

#et-top-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#et-top-navigation .gingerpot-nav-countdown-wrap--main {
	order: -1;
}

#top-header .gingerpot-nav-countdown-wrap {
	margin: 0 1em 0 0;
}

.gingerpot-nav-countdown {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	color: inherit;
	line-height: 1;
	vertical-align: middle;
}

.gingerpot-nav-countdown__light {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
	background: #888;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.gingerpot-nav-countdown.is-open .gingerpot-nav-countdown__light {
	background: #22c55e;
	box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.28);
	animation: gingerpot-pulse 1.6s ease-in-out infinite;
}

.gingerpot-nav-countdown.is-closed .gingerpot-nav-countdown__light {
	background: #a8a29e;
}

.gingerpot-nav-countdown__link {
	color: inherit !important;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 0;
}

.gingerpot-nav-countdown__link:hover {
	opacity: 0.85;
}

.gingerpot-nav-countdown__sep {
	opacity: 0.55;
	margin: 0 0.15em;
}

.gingerpot-nav-countdown__time {
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#et-top-navigation .menu-item-gingerpot-countdown,
.et-menu .menu-item-gingerpot-countdown {
	display: flex;
	align-items: center;
}

#et-top-navigation .menu-item-gingerpot-countdown a.gingerpot-nav-countdown__link {
	padding: 0;
}

@keyframes gingerpot-pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.65;
		transform: scale(0.92);
	}
}

@media (max-width: 980px) {
	.gingerpot-nav-countdown-wrap,
	.gingerpot-nav-countdown-wrap--main {
		float: none;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 0.35em 0;
		padding: 0.15em 0;
		order: 0;
	}

	.gingerpot-nav-countdown {
		font-size: 11px;
	}
}
