/* ==========================================================================
   Vaandel Bestel Knoppies - "Kontak ons" inline navraagvorm
   ========================================================================== */

.vaandel-contact-note {
	flex-basis: 100%;
	width: 100%;
	clear: both;
	margin: 12px 0 0;
	font-size: 14px;
	color: #3c434a;
}

.vaandel-contact-form {
	flex-basis: 100%;
	width: 100%;
	clear: both;
	max-width: 420px;
	margin: 12px 0 0;
}

.vaandel-contact-form__fields {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vaandel-contact-form input[type="text"],
.vaandel-contact-form input[type="email"],
.vaandel-contact-form textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
	color: #1d2327;
	font-size: 14px;
	line-height: 1.4;
	box-sizing: border-box;
}

.vaandel-contact-form input:focus,
.vaandel-contact-form textarea:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	outline: none;
}

.vaandel-contact-form .vaandel-contact-submit {
	margin-top: 4px;
}

.vaandel-contact-status {
	display: block;
	font-size: 13px;
	line-height: 1.4;
}

.vaandel-contact-error {
	color: #b32d2e;
}

.vaandel-contact-success {
	color: #007017;
}
