.excluzo-lm-form-wrap {
	max-width: 560px;
	margin: 0 auto;
	font-family: inherit;
}

.excluzo-lm-form-title {
	margin-bottom: 16px;
}

.excluzo-lm-lead-form .excluzo-lm-row {
	margin-bottom: 14px;
}

.excluzo-lm-lead-form .excluzo-lm-two-col {
	display: flex;
	gap: 14px;
}

.excluzo-lm-lead-form .excluzo-lm-two-col label { flex: 1; }

.excluzo-lm-lead-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}

.excluzo-lm-lead-form input[type="text"],
.excluzo-lm-lead-form input[type="email"],
.excluzo-lm-lead-form input[type="tel"],
.excluzo-lm-lead-form input[type="number"],
.excluzo-lm-lead-form select,
.excluzo-lm-lead-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.excluzo-lm-submit-btn {
	background: #1d2327;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.excluzo-lm-submit-btn:hover { opacity: 0.9; }
.excluzo-lm-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.excluzo-lm-form-message {
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
	font-size: 14px;
}

.excluzo-lm-form-message.success {
	background: #e5f9ea;
	color: #1a7a34;
	border: 1px solid #b7e6c2;
}

.excluzo-lm-form-message.error {
	background: #fbe6e6;
	color: #b02a2a;
	border: 1px solid #f0b8b8;
}

@media (max-width: 480px) {
	.excluzo-lm-lead-form .excluzo-lm-two-col { flex-direction: column; gap: 0; }
}
