/* Hide the Submit button before consent */
.et_pb_newsletter_button.et_pb_button,
.et_pb_contact_submit.et_pb_button {
	display: none;
}

/* Display the Submit button if Marketing or ReCaptcha consent was obtained */
.cmplz-google-recaptcha .et_pb_newsletter_button.et_pb_button,
.cmplz-marketing .et_pb_newsletter_button.et_pb_button,
.cmplz-google-recaptcha .et_pb_contact_submit.et_pb_button,
.cmplz-marketing .et_pb_contact_submit.et_pb_button {
	display: block!important;
}

/* Hide the recaptcha consent placeholder when consent is obtained */
.cmplz-marketing .cmplz-blocked-content-container.cmplz-blocked-content-notice, 
.cmplz-google-recaptcha .cmplz-blocked-content-container.cmplz-blocked-content-notice {
	display: none;
}

.cmplz-blocked-content-container.cmplz-blocked-content-notice, 
.cmplz-blocked-content-container.cmplz-blocked-content-notice {
	text-align: center !important;
	padding: 4px;
}