.dispak-co2 {
	margin: 1.25em 0;
	padding: 1em 1.25em;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #fafaf7;
}
.dispak-co2__title { margin: 0 0 0.25em; font-size: 1.05em; line-height: 1.4; }
.dispak-co2__time { white-space: nowrap; }
.dispak-co2__freq { margin: 0 0 0.75em; font-size: 0.85em; color: #555; }
.dispak-co2__body { margin: 0 0 0.5em; font-size: 0.9em; }
.dispak-co2__note { margin: 0 0 0.5em; font-size: 0.85em; color: #444; }
.dispak-co2__note--estimate { border-left: 3px solid #c9a227; padding-left: 0.6em; }
.dispak-co2__links { margin: 0.5em 0 0.25em; font-size: 0.9em; }
.dispak-co2__slider { width: 140px; vertical-align: middle; margin-right: 0.6em; }
.dispak-co2__source { margin: 0; color: #666; }

/* Category/archive compact badge (v1.0.2) */
.dispak-co2-badge {
	display: inline-block;
	margin-top: 0.25em;
	padding: 0.15em 0.55em;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #fafaf7;
	font-size: 0.78em;
	line-height: 1.5;
	color: #444;
	white-space: nowrap;
}
.dispak-co2-badge__est {
	color: #a07d10;
	font-weight: 700;
	margin-left: 0.15em;
	cursor: help;
}

/* v1.1.0: size-keyed variation module */
.dispak-co2--variations .dispak-co2__variant[hidden],
.dispak-co2--variations .dispak-co2__neutral[hidden] { display: none; }

/* v1.2.0: climate hint above the price (thin UX layer, own namespace only) */
.dispak-co2-hint-wrap { margin-top: 12px; }
.dispak-co2-hint {
	display: block;
	font-size: 0.9em;
	line-height: 1.6;
	text-decoration: none;
	max-width: 22em;
}
.dispak-co2-hint__main { display: block; color: #22312b; font-weight: 500; }
.dispak-co2-hint__link {
	display: block;
	color: #2f9e63;
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-left: 1.5em; /* aligns under the text, past the leaf icon */
}
.dispak-co2-hint:hover .dispak-co2-hint__link { color: #14655a; }
.dispak-co2-hint:focus-visible { outline: 2px solid #2f9e63; outline-offset: 2px; }
.dispak-co2-hint[hidden] { display: none; }
/* Touch target: at least 44px tall on small screens. */
@media (max-width: 768px) {
	.dispak-co2-hint { padding: 4px 0; min-height: 44px; box-sizing: border-box; }
}
/* Short highlight after the hint scrolls the module into view. */
.dispak-co2--highlight { box-shadow: 0 0 0 3px rgba(47, 158, 99, .35); }
.dispak-co2 { transition: box-shadow .4s; }
@media (prefers-reduced-motion: reduce) {
	.dispak-co2 { transition: none; }
}
