.dype-odoo-lead-form-wrap {
	max-width: 560px;
	margin: 0 auto;
}

.dype-odoo-lead-form {
	box-sizing: border-box;
	padding: 34px 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 18px rgba(24, 28, 40, 0.09);
	color: #555;
}

.dype-odoo-lead-form *,
.dype-odoo-lead-form *::before,
.dype-odoo-lead-form *::after {
	box-sizing: border-box;
}

.dype-form-field {
	margin: 0 0 24px;
}

.dype-form-field label {
	display: block;
	margin: 0 0 9px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #555;
}

.dype-form-field label span {
	color: #d74343;
}

.dype-form-field input,
.dype-form-field textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #dedede;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #333;
	font: inherit;
	font-size: 15px;
	line-height: 1.4;
}

.dype-form-field input {
	height: 42px;
}

.dype-form-field textarea {
	min-height: 138px;
	resize: vertical;
}

.dype-form-field input::placeholder,
.dype-form-field textarea::placeholder {
	color: #aab4c2;
	opacity: 1;
}

.dype-form-field input:focus,
.dype-form-field textarea:focus {
	border-color: #29235c;
	outline: 2px solid rgba(41, 35, 92, 0.16);
	outline-offset: 1px;
}

.dype-form-consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 3px 0 28px;
	padding-top: 18px;
	border-top: 1px solid #ededed;
}

.dype-form-consent input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 2px 0 0;
}

.dype-form-consent label {
	font-size: 14px;
	line-height: 1.35;
	color: #707070;
}

.dype-form-submit {
	text-align: right;
}

.dype-turnstile-widget {
	width: 100%;
	margin: 0 0 24px;
}

.dype-form-submit button {
	min-width: 118px;
	padding: 12px 22px;
	border: 0;
	border-radius: 2px;
	background: #e38664;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.dype-form-submit button:hover,
.dype-form-submit button:focus {
	background: #d77654;
}

.dype-form-submit button:focus {
	outline: 2px solid #29235c;
	outline-offset: 2px;
}

.dype-form-submit button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.dype-form-status {
	display: none;
	margin: 0 0 22px;
	padding: 12px 14px;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.45;
}

.dype-form-status.is-success {
	display: block;
	border-color: #b7ddca;
	background: #edf8f2;
	color: #17613c;
}

.dype-form-status.is-error {
	display: block;
	border-color: #ecc1c1;
	background: #fff1f1;
	color: #8a2424;
}

.dype-odoo-lead-form.is-complete .dype-form-fields {
	display: none;
}

.dype-odoo-lead-form.is-complete .dype-form-status {
	margin-bottom: 0;
}

.dype-form-honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 600px) {
	.dype-odoo-lead-form {
		padding: 26px 20px;
	}
}
