.wpcf7 form .wpcf7-response-output {
	border-width: 2px !important;
	border-radius: 12px;
	font-size: 18px !important;
	font-weight: 600;
	line-height: 1.45 !important;
	margin: 24px 0 0 !important;
	padding: 14px 18px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #50b41e !important;
	color: inherit;
}

.wpcf7-rodo-invalid input[type="checkbox"] + span:before {
	border-color: #dc2626 !important;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .12);
}

.wpcf7-rodo-error {
	color: #dc2626;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 8px;
	padding-left: 35px;
}

@media (max-width: 767px) {
	.wpcf7 form .wpcf7-response-output {
		font-size: 16px !important;
		padding: 12px 14px !important;
	}

	.wpcf7-rodo-error {
		font-size: 13px;
		padding-left: 30px;
	}
}
