/**
 * Winterpakketten overview — small additions on top of activity-grid.css
 * (cards) and funnel.css (.dko-popup). Card style itself is inherited.
 */

.dko-pakket-card {
	cursor: pointer;
}

/* The whole card is the popup trigger, so no anchor is used. */
.dko-pakket-card:focus-visible {
	outline: 2px solid #c6b979;
	outline-offset: 3px;
}

/* Detail popup — composition list + omschrijving. */
.dko-pakket-popup .dko-popup__omschrijving {
	margin: 8px 0 16px;
	color: #292827;
	line-height: 1.5;
}

.dko-pakket-popup .dko-popup__items h4 {
	margin: 16px 0 6px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #292827;
}

.dko-pakket-popup .dko-popup__items ul {
	margin: 0 0 8px;
	padding-left: 20px;
}

.dko-pakket-popup .dko-popup__items li {
	margin: 2px 0;
	color: #292827;
}

/* Start CTA. */
.dko-pakket-popup .dko-popup__cta {
	display: inline-block;
	margin-top: 20px;
	padding: 14px 28px;
	background-color: #c6b979;
	color: #292827;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.dko-pakket-popup .dko-popup__cta:hover {
	background-color: #b3a666;
}

/* ── Pakketvoordeel (van/voor) ── */
.dko-pakket-card .dko-pakket-normaal {
	color: #8a857e;
	font-weight: 400;
	margin-right: 4px;
}

.dko-pakket-popup .dko-popup__voordeel {
	margin: 4px 0 14px;
	font-size: 15px;
}

.dko-pakket-popup .dko-popup__normaal {
	color: #8a857e;
	margin-right: 8px;
}

.dko-pakket-popup .dko-popup__besparing {
	color: #2e7d32;
	font-weight: 700;
}
