/* WC Herroepingsrecht – front-end */

.wchr-knop {
	display: inline-block;
	padding: 12px 22px;
	background: #2c3e50;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	transition: background .15s ease;
}

.wchr-knop:hover,
.wchr-knop:focus {
	background: #1a252f;
	color: #fff;
}

.wchr-formulier {
	max-width: 560px;
	margin: 1.5em 0;
	/* Forceer een normaal lettertype en tekstkleur, zodat afwijkende
	   thema-stijlen (bv. rood/monospace op label-elementen) niet doorlekken. */
	font-family: inherit !important;
	color: #333 !important;
}

.wchr-formulier .wchr-intro {
	margin-bottom: 1.25em;
	font-family: inherit !important;
	color: #333 !important;
}

.wchr-veld {
	margin-bottom: 1.1em;
}

.wchr-formulier .wchr-veld label {
	display: block;
	font-weight: 600;
	font-family: inherit !important;
	color: #333 !important;
	margin-bottom: .35em;
}

.wchr-formulier .wchr-veld input[type="text"],
.wchr-formulier .wchr-veld input[type="email"],
.wchr-formulier .wchr-veld textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	font-size: 1rem;
	font-family: inherit !important;
	color: #333 !important;
	background: #fff;
	box-sizing: border-box;
}

.wchr-formulier .wchr-veld .wchr-req {
	color: #c0392b !important;
}

.wchr-formulier .wchr-veld .wchr-hint {
	display: block;
	font-size: .85em;
	font-family: inherit !important;
	color: #666 !important;
	margin-top: .3em;
}

.wchr-req {
	color: #c0392b;
}

/* Honeypot verbergen voor gebruikers, zichtbaar voor bots. */
.wchr-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.wchr-bevestig-knop {
	display: inline-block;
	padding: 13px 26px;
	background: #27ae60;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1.05rem;
	font-family: inherit;
	font-weight: 700;
	cursor: pointer;
}

.wchr-bevestig-knop:hover,
.wchr-bevestig-knop:focus {
	background: #1e8e4e;
}

.wchr-errors {
	background: #fdecea;
	border: 1px solid #f5c6cb;
	color: #842029;
	padding: 12px 16px;
	border-radius: 5px;
	margin-bottom: 1.25em;
}

.wchr-errors ul {
	margin: 0;
	padding-left: 1.2em;
}

.wchr-bevestiging {
	background: #eafaf1;
	border: 1px solid #abebc6;
	padding: 20px 24px;
	border-radius: 8px;
	max-width: 560px;
	margin-top: 2em;
}

.wchr-bevestiging h3 {
	margin-top: 0;
	color: #1e8e4e;
}

.wchr-bevestiging ul {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}

.wchr-bevestiging li {
	padding: 4px 0;
}
