/**
 * Diamond GVT — homepage mailing list form (CF7 #7201 / widget cf3c731).
 */

.elementor-8 .elementor-element-cf3c731 .eael-contact-form-7-wrapper,
.elementor-8 .elementor-element-cf3c731 .eael-contact-form {
	width: 100%;
}

.elementor-8 .elementor-element-cf3c731 .form-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 32px 36px;
	font-family: Montserrat, Arial, sans-serif;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(168, 137, 106, 0.28) !important;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(74, 56, 40, 0.08);
}

.elementor-8 .elementor-element-cf3c731 .form-container p {
	margin: 0;
}

.elementor-8 .elementor-element-cf3c731 .form-container .form-label {
	display: block;
	font-size: 18px;
	font-weight: 600;
	font-family: Montserrat, Arial, sans-serif !important;
	color: #4a3828;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.02em;
}

.elementor-8 .elementor-element-cf3c731 .form-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px 16px;
	align-items: end;
	justify-content: center;
}

.elementor-8 .elementor-element-cf3c731 .form-grid .grid-item label[for="your-email"] {
	display: none;
}

.elementor-8 .elementor-element-cf3c731 .form-grid .grid-item input[type="email"],
.elementor-8 .elementor-element-cf3c731 .eael-contact-form input[type="email"] {
	width: 100% !important;
	max-width: 100%;
	padding: 12px 16px !important;
	border: 1px solid rgba(168, 137, 106, 0.45) !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #4a3828 !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.4;
	margin: 0 !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.elementor-8 .elementor-element-cf3c731 .form-grid .grid-item input[type="email"]:focus,
.elementor-8 .elementor-element-cf3c731 .eael-contact-form input[type="email"]:focus {
	outline: none;
	border-color: #a8896a !important;
	box-shadow: 0 0 0 3px rgba(201, 170, 135, 0.2) !important;
}

.elementor-8 .elementor-element-cf3c731 .form-grid .grid-item input[type="email"]::placeholder,
.elementor-8 .elementor-element-cf3c731 .eael-contact-form input[type="email"]::placeholder {
	color: rgba(122, 93, 66, 0.55) !important;
	opacity: 1;
}

.elementor-8 .elementor-element-cf3c731 .form-grid .grid-item input[type="submit"],
.elementor-8 .elementor-element-cf3c731 .eael-contact-form input[type="submit"] {
	background: linear-gradient(135deg, #c9aa87 0%, #a8896a 100%) !important;
	border: none !important;
	color: #fff !important;
	padding: 12px 28px !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px !important;
	width: auto !important;
	min-width: 148px;
	height: auto !important;
	margin: 0 !important;
	box-shadow: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.elementor-8 .elementor-element-cf3c731 .form-grid .grid-item input[type="submit"]:hover,
.elementor-8 .elementor-element-cf3c731 .eael-contact-form input[type="submit"]:hover {
	background: linear-gradient(135deg, #b99878 0%, #957b5f 100%) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(74, 56, 40, 0.18);
}

.elementor-8 .elementor-element-cf3c731 .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 10px 14px;
	border-radius: 4px;
	font-size: 14px;
}

@media (max-width: 640px) {
	.elementor-8 .elementor-element-cf3c731 .form-container {
		padding: 24px 20px;
	}

	.elementor-8 .elementor-element-cf3c731 .form-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.elementor-8 .elementor-element-cf3c731 .form-grid .grid-item input[type="submit"],
	.elementor-8 .elementor-element-cf3c731 .eael-contact-form input[type="submit"] {
		width: 100% !important;
		min-width: 0;
	}
}
