/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 10:28:22 */
.amount-wrapper {
	display: flex;
	gap: 30px;
}

#wpcf7-f15525-o2 > form > div.amount-wrapper > div {
	display: flex !important;
}

#wpcf7-f15525-o2 > form > div.amount-wrapper > p > span > input {
	width: 300px !important;
}

.hausaerzteanschreiben_lp-form .wpcf7-list-item-label {
	display: none !important;
}

.hausaerzteanschreiben_lp-form input[type="checkbox"] {
	transform: scale(2);
	margin-right: 30px;
	margin-left: 10px;
}

#wpcf7-f15525-o2 > form > div.hausaerzteanschreiben-form-wrapper > p:nth-child(2) {
	width: 30% !important;
}
@media(max-width: 800px) {
	.amount-wrapper {
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
		gap: 0;
	}	
	
	.hausaerzteanschreiben_lp-form input[type="checkbox"] {
		transform: scale(1.5);
		margin-right: 20px;
		margin-left: 10px;
	}
	
	#wpcf7-f15525-o2 > form > div.amount-wrapper > p > span > input {
		width: 100% !important;
	}
	
	#wpcf7-f15525-o2 > form > div.hausaerzteanschreiben-form-wrapper > p:nth-child(2) {
		width: 100% !important;
	}
}
