/*
 * Activity-Life newsletter visual restore.
 * Presentation only: form markup, consent, status, honeypot, and submission
 * behavior remain owned by activity-life-tools.
 */
.alt-marketing-form--hero,
.elementor-element-108ddd25 .alt-marketing-form,
.alt-marketing-form--destination,
.alt-location-offer__newsletter-form .alt-marketing-form,
.alt-marketing-form--compact,
.elementor-element-45bf742 .alt-marketing-form {
	box-sizing: border-box;
	max-width: none;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.alt-marketing-form--hero,
.elementor-element-108ddd25 .alt-marketing-form {
	padding: 0;
}

.alt-marketing-form--hero .alt-marketing-form__row,
.elementor-element-108ddd25 .alt-marketing-form__row {
	position: relative;
	display: block;
	margin: 0;
}

.alt-marketing-form--hero .alt-marketing-form__field,
.elementor-element-108ddd25 .alt-marketing-form__field {
	margin: 0;
}

.alt-marketing-form--hero .alt-marketing-form__field label,
.elementor-element-108ddd25 .alt-marketing-form__field label,
.alt-marketing-form--destination .alt-marketing-form__field label,
.alt-location-offer__newsletter-form .alt-marketing-form__field label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.alt-marketing-form--hero .alt-marketing-form__field input[type="email"],
.elementor-element-108ddd25 .alt-marketing-form__field input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 60px;
	margin: 0;
	padding: 17px 180px 17px 30px;
	border: 1px solid #DEDEDE;
	border-radius: 80px;
	font-size: 16px;
	line-height: 26px;
	color: #83929D;
	background: #fff;
	box-shadow: none;
}

.alt-marketing-form--hero .alt-marketing-form__submit,
.elementor-element-108ddd25 .alt-marketing-form__submit {
	position: absolute;
	top: 6px;
	right: 6px;
	min-width: 0;
	min-height: 0;
	padding: 15px 20px !important;
	border: 0;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	background: var(--main-color);
	box-shadow: none;
}

.alt-marketing-form--hero .alt-marketing-form__submit:hover,
.alt-marketing-form--hero .alt-marketing-form__submit:focus,
.elementor-element-108ddd25 .alt-marketing-form__submit:hover,
.elementor-element-108ddd25 .alt-marketing-form__submit:focus {
	background: var(--main-color);
	filter: brightness(.94);
}

.alt-marketing-form--hero .alt-marketing-form__consent,
.alt-marketing-form--hero .alt-marketing-form__status,
.elementor-element-108ddd25 .alt-marketing-form__consent,
.elementor-element-108ddd25 .alt-marketing-form__status {
	position: relative;
	z-index: 1;
}

.alt-marketing-form--destination,
.alt-location-offer__newsletter-form .alt-marketing-form {
	padding: 1rem 0;
}

.alt-marketing-form--destination .alt-marketing-form__row,
.alt-location-offer__newsletter-form .alt-marketing-form__row,
.alt-marketing-form--compact .alt-marketing-form__row,
.elementor-element-45bf742 .alt-marketing-form__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
}

.alt-marketing-form--destination .alt-marketing-form__field,
.alt-location-offer__newsletter-form .alt-marketing-form__field,
.alt-marketing-form--compact .alt-marketing-form__field,
.elementor-element-45bf742 .alt-marketing-form__field {
	margin: 0;
}

.alt-marketing-form--destination .alt-marketing-form__field input[type="email"],
.alt-location-offer__newsletter-form .alt-marketing-form__field input[type="email"],
.alt-marketing-form--compact .alt-marketing-form__field input[type="email"],
.elementor-element-45bf742 .alt-marketing-form__field input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 10px 16px;
	border: 1px solid #DEDEDE;
	border-radius: 50px;
	font-size: 16px;
	line-height: 22px;
	background: #fff;
	box-shadow: none;
}

.alt-marketing-form--destination .alt-marketing-form__submit,
.alt-location-offer__newsletter-form .alt-marketing-form__submit,
.alt-marketing-form--compact .alt-marketing-form__submit,
.elementor-element-45bf742 .alt-marketing-form__submit {
	min-height: 44px;
	padding: 12px 18px !important;
	border: 0;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	background: var(--main-color);
	box-shadow: none;
}

.alt-marketing-form--destination .alt-marketing-form__submit:hover,
.alt-marketing-form--destination .alt-marketing-form__submit:focus,
.alt-location-offer__newsletter-form .alt-marketing-form__submit:hover,
.alt-location-offer__newsletter-form .alt-marketing-form__submit:focus,
.alt-marketing-form--compact .alt-marketing-form__submit:hover,
.alt-marketing-form--compact .alt-marketing-form__submit:focus,
.elementor-element-45bf742 .alt-marketing-form__submit:hover,
.elementor-element-45bf742 .alt-marketing-form__submit:focus {
	background: var(--main-color);
	filter: brightness(.94);
}

.alt-marketing-form--compact,
.elementor-element-45bf742 .alt-marketing-form {
	padding: 0;
}

@media (max-width: 767px) {
	.alt-marketing-form--hero .alt-marketing-form__field input[type="email"],
	.elementor-element-108ddd25 .alt-marketing-form__field input[type="email"] {
		padding-right: 30px;
	}

	.alt-marketing-form--hero .alt-marketing-form__submit,
	.elementor-element-108ddd25 .alt-marketing-form__submit {
		position: static;
		width: 100%;
		margin-top: 12px;
	}

	.alt-marketing-form--destination .alt-marketing-form__row,
	.alt-location-offer__newsletter-form .alt-marketing-form__row,
	.alt-marketing-form--compact .alt-marketing-form__row,
	.elementor-element-45bf742 .alt-marketing-form__row {
		grid-template-columns: minmax(0, 1fr);
	}

	.alt-marketing-form--destination .alt-marketing-form__submit,
	.alt-location-offer__newsletter-form .alt-marketing-form__submit,
	.alt-marketing-form--compact .alt-marketing-form__submit,
	.elementor-element-45bf742 .alt-marketing-form__submit {
		width: 100%;
	}
}
