/**
 * Meldingen van de Bring a friend-actie.
 * De kleuren sluiten aan op het groen (#095B02) uit het Enfold child theme.
 */

.wdbaf-notice {
	margin: 0 0 1.2em;
	padding: 0.9em 1.1em;
	border-left: 4px solid #095b02;
	background: #d5fedf;
	color: #1c1c1c;
	font-size: 0.95em;
	line-height: 1.5;
	border-radius: 2px;
}

.wdbaf-notice--progress {
	border-left-color: #ffb600;
	background: #fff6e0;
}

.wdbaf-notice--product {
	margin-top: 1em;
}

/* Aantalveld op de cursuspagina: het aantal staat voor het aantal plaatsen. */
.wdbaf-seats-label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.wdbaf-seats-hint {
	display: block;
	clear: both;
	margin: 6px 0 12px;
	font-size: 0.9em;
	line-height: 1.4;
	opacity: 0.85;
}

/* Gegevens per extra plaats in de checkout. */
.wdbaf-participants {
	margin: 1.5em 0;
	padding: 1.2em 1.4em 0.4em;
	background: #f7f7f7;
	border-radius: 3px;
}

.wdbaf-participants > h3 {
	float: none !important;
	clear: both !important;
}

.wdbaf-participants-intro {
	margin-bottom: 1.2em;
	font-size: 0.95em;
	line-height: 1.5;
}

.wdbaf-participant {
	margin-bottom: 1.2em;
	padding-top: 0.8em;
	border-top: 1px solid #e2e2e2;
}

.wdbaf-participant:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.wdbaf-participant-title {
	margin: 0 0 0.6em;
	font-size: 1em;
	font-weight: 600;
}

/* Extra ruimte rond de checkoutvelden. */
.wdbaf-field {
	clear: both;
}

.wdbaf-field-friend .description {
	margin-top: 4px;
	font-size: 0.9em;
	opacity: 0.8;
}

.wdbaf-order-details {
	margin-top: 2em;
}

.wdbaf-order-details-table th {
	width: 35%;
	text-align: left;
}
