.divi-mcaptcha-wrapper {
	margin-bottom: 12px;
}

form.et_pb_contact_form .et_contact_bottom_container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
}

form.et_pb_contact_form .et_contact_bottom_container .divi-mcaptcha-wrapper {
	order: 1;
	flex: 1 1 100%;
	width: 100%;
	max-width: 320px;
	margin-bottom: 0;
}

form.et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit,
form.et_pb_contact_form .et_contact_bottom_container button[type="submit"] {
	order: 2;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	align-self: flex-start;
}

.divi-mcaptcha-widget-container {
	min-height: 8px;
}

.divi-mcaptcha-error {
	margin-bottom: 12px;
}

.divi-mcaptcha-token-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.divi-mcaptcha-token-label {
	display: block;
	font-size: 0;
	line-height: 0;
}

.divi-mcaptcha-submit-disabled {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.divi-mcaptcha-wrapper.divi-mcaptcha-locked {
	opacity: 0.9;
}

.divi-mcaptcha-wrapper.divi-mcaptcha-locked .divi-mcaptcha-widget-container,
.divi-mcaptcha-wrapper.divi-mcaptcha-locked iframe {
	pointer-events: none;
}
