.angie-contact-card {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.angie-contact-card__title {
	margin: 0;
	padding: 0;
}

.angie-contact-card__desc {
	margin: 0;
	padding: 0;
}

.angie-contact-card__form {
	width: 100%;
}

/* Basisstijlen voor CF7 binnen de kaart om consistentie te garanderen */
.angie-contact-card__form input[type="text"],
.angie-contact-card__form input[type="email"],
.angie-contact-card__form input[type="tel"],
.angie-contact-card__form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #E8E4DD;
	border-radius: 4px;
	background-color: #fff;
	font-family: inherit;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.angie-contact-card__form input[type="submit"] {
	width: 100%;
	padding: 12px 24px;
	background-color: #0D1F35;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.angie-contact-card__form input[type="submit"]:hover {
	background-color: #254D7A;
}
