.frl-herroeping {
	max-width: 560px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}
.frl-herroeping__title {
	margin: 0 0 .5em;
}
.frl-herroeping__intro,
.frl-herroeping__legal {
	color: #555;
}
.frl-herroeping__legal {
	font-size: .85em;
	margin-top: 1.5em;
	border-top: 1px solid #eee;
	padding-top: 1em;
}
.frl-herroeping__field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
}
.frl-herroeping__field label {
	font-weight: 600;
	margin-bottom: .25em;
}
.frl-herroeping__field input,
.frl-herroeping__field textarea {
	width: 100%;
	padding: .7em .8em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font: inherit;
	box-sizing: border-box;
}
.frl-herroeping__field input:focus,
.frl-herroeping__field textarea:focus {
	outline: 2px solid #2563eb;
	border-color: #2563eb;
}
.frl-herroeping__btn {
	display: inline-block;
	background: #1d4ed8;
	color: #fff;
	border: 0;
	padding: .8em 1.4em;
	border-radius: 6px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}
.frl-herroeping__btn:hover {
	background: #1e40af;
}
.frl-herroeping__btn:disabled {
	opacity: .6;
	cursor: default;
}
.frl-herroeping__btn--confirm {
	background: #b91c1c;
}
.frl-herroeping__btn--confirm:hover {
	background: #991b1b;
}
.frl-herroeping__btn--link {
	background: none;
	color: #555;
	padding-left: .5em;
	padding-right: .5em;
}
.frl-herroeping__btn--link:hover {
	background: none;
	text-decoration: underline;
}
.frl-herroeping__notice {
	padding: .8em 1em;
	border-radius: 6px;
	margin-bottom: 1em;
}
.frl-herroeping__notice--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}
.frl-herroeping__notice--success {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}
.frl-herroeping__summary {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 1em;
	margin-bottom: 1em;
}
.frl-herroeping__summary ul {
	margin: .5em 0 0;
	padding-left: 1.2em;
}
.frl-herroeping__done {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
	border-radius: 6px;
	padding: 1.2em;
}

/* Orderkeuze (stap 2) */
.frl-herroeping__orders {
	margin: 0 0 1.2em;
}
.frl-herroeping__order {
	display: flex;
	gap: .75em;
	align-items: flex-start;
	padding: .9em 1em;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin-bottom: .6em;
	cursor: pointer;
}
.frl-herroeping__order:hover {
	border-color: #94a3b8;
}
.frl-herroeping__order input {
	margin-top: .3em;
}
.frl-herroeping__order-body {
	flex: 1;
}
.frl-herroeping__order-items {
	color: #475569;
	font-size: .92em;
}
.frl-herroeping__order-remaining {
	display: inline-block;
	margin-top: .3em;
	font-size: .85em;
	color: #166534;
}
