.tkh-keuzehulp {
	background: var(--tkh-sage, #EAF3DE);
	border: 1px solid rgba(22, 40, 29, 0.08);
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(22, 40, 29, 0.05), 0 18px 40px rgba(22, 40, 29, 0.10);
	padding: 32px;
	max-width: 640px;
	margin: 24px auto;
}

.tkh-keuzehulp__voortgang {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--tkh-frisgroen, #7FB347);
	margin-bottom: 8px;
}

.tkh-keuzehulp__vraag {
	margin: 0 0 20px;
	color: var(--tkh-groen, #1E5631);
}

.tkh-keuzehulp__antwoorden {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tkh-keuzehulp__antwoord {
	min-height: 56px;
	width: 100%;
	background: var(--tkh-wit, #FFFFFF);
	border: 1px solid var(--tkh-rand, #E3E6DE);
	border-radius: 12px;
	padding: 14px 20px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--tkh-tekst, #22301F);
	text-align: left;
	cursor: pointer;
	transition: background 150ms ease, border-color 150ms ease;
}

.tkh-keuzehulp__antwoord:hover,
.tkh-keuzehulp__antwoord:focus-visible {
	background: var(--tkh-frisgroen-bg, #EAF3DE);
	border-color: var(--tkh-frisgroen, #7FB347);
}

.tkh-keuzehulp__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--tkh-frisgroen, #7FB347);
	margin: 20px 0 8px;
}

.tkh-keuzehulp__eyebrow:first-child {
	margin-top: 0;
}

.tkh-keuzehulp__kaart {
	background: var(--tkh-wit, #FFFFFF);
	border: 1px solid var(--tkh-rand, #E3E6DE);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 12px;
}

.tkh-keuzehulp__kaart img {
	border-radius: 10px;
	display: block;
	margin: 0 auto 12px;
}

.tkh-keuzehulp__kaart h3,
.tkh-keuzehulp__kaart h4 {
	margin: 0 0 8px;
	color: var(--tkh-groen, #1E5631);
}

.tkh-keuzehulp__kaart p {
	margin: 0 0 14px;
	color: var(--tkh-tekst, #22301F);
}

.tkh-keuzehulp__kaart--winnaar {
	text-align: center;
}

.tkh-keuzehulp__meerinfo {
	text-align: left;
	margin-top: 16px;
}

.tkh-keuzehulp__meerinfo summary {
	font-size: 0.95rem;
}

.tkh-keuzehulp__meerinfo p {
	margin: 10px 0 0;
}

.tkh-keuzehulp__opnieuw {
	background: none;
	border: none;
	color: var(--tkh-groen, #1E5631);
	text-decoration: underline;
	font-size: 0.9rem;
	cursor: pointer;
	padding: 8px 0 0;
}
