body.loulisa-highend.home .llnl-home-newsletter .ll-home-newsletter__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.loulisa-highend .llnl-signup-form {
	display: grid;
	gap: 12px;
	width: 100%;
	margin-top: 18px;
}

body.loulisa-highend .llnl-signup-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 9px;
}

body.loulisa-highend .llnl-signup-row input[type="email"] {
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 0 15px;
	border: 1px solid #d9c7bd;
	border-radius: 10px;
	background: #fff;
	color: #3f302b;
	font: inherit;
}

body.loulisa-highend .llnl-signup-row .ll-home-newsletter__button {
	min-height: 48px;
	margin: 0;
	white-space: nowrap;
}

body.loulisa-highend .llnl-consent {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #71594f;
	font-size: 11px;
	line-height: 1.5;
}

body.loulisa-highend .llnl-consent input {
	width: 17px;
	height: 17px;
	margin: 1px 0 0;
	flex: 0 0 17px;
}

body.loulisa-highend .llnl-consent a {
	color: #9f4e35;
	text-decoration: underline;
}

body.loulisa-highend .llnl-signup-form > small {
	color: #71594f;
	font-size: 11px;
	line-height: 1.45;
}

body.loulisa-highend .llnl-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

body.loulisa-highend .llnl-notice {
	margin: 14px 0 0;
	padding: 11px 13px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

body.loulisa-highend .llnl-notice.is-success {
	background: #edf6ef;
	color: #2d6a3f;
}

body.loulisa-highend .llnl-notice.is-error {
	background: #fff0ee;
	color: #a23f35;
}

@media (max-width: 689px) {
	body.loulisa-highend .llnl-signup-row {
		grid-template-columns: 1fr;
	}

	body.loulisa-highend .llnl-signup-row .ll-home-newsletter__button {
		width: 100%;
	}
}
