.hvv-newsletter-slidein {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99990;
	width: min(420px, calc(100vw - 32px));
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	transition: opacity 220ms ease, transform 280ms cubic-bezier(.2,.8,.2,1), visibility 0s linear 280ms;
}

.hvv-newsletter-slidein.is-visible {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}

.hvv-newsletter-slidein__panel {
	position: relative;
	overflow: auto;
	max-height: calc(100vh - 48px);
	padding: 28px;
	border: 1px solid rgba(24, 23, 27, .1);
	border-radius: 24px;
	background: #f8f3ef;
	box-shadow: 0 24px 70px rgba(24, 23, 27, .24);
	color: #18171b;
	-webkit-overflow-scrolling: touch;
}

.hvv-newsletter-slidein__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: rgba(24, 23, 27, .07);
	color: #18171b;
	font: 400 29px/1 Arial, sans-serif;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.hvv-newsletter-slidein__close:hover {
	background: rgba(24, 23, 27, .14);
	transform: rotate(4deg);
}

.hvv-newsletter-slidein__close:focus-visible,
.hvv-newsletter-slidein a:focus-visible,
.hvv-newsletter-slidein button:focus-visible,
.hvv-newsletter-slidein input:focus-visible {
	outline: 3px solid rgba(196, 20, 85, .34);
	outline-offset: 3px;
}

.hvv-newsletter-slidein__content {
	padding-right: 30px;
}

.hvv-newsletter-slidein__eyebrow {
	margin: 0 0 9px;
	color: #c41455;
	font: 800 12px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hvv-newsletter-slidein__title {
	margin: 0;
	color: #18171b;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(26px, 3vw, 35px);
	font-weight: 750;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.hvv-newsletter-slidein__description {
	margin: 14px 0 0;
	color: #58545a;
	font: 400 15px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hvv-newsletter-slidein__form {
	margin-top: 18px;
}

.hvv-newsletter-slidein .wpforms-container {
	margin: 0;
}

.hvv-newsletter-slidein .wpforms-field-container {
	display: grid;
	gap: 10px;
}

.hvv-newsletter-slidein .wpforms-field {
	padding: 0 !important;
}

.hvv-newsletter-slidein .wpforms-field-label {
	margin: 0 0 6px !important;
	color: #29262c !important;
	font: 700 13px/1.3 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.hvv-newsletter-slidein .wpforms-field-sublabel,
.hvv-newsletter-slidein .wpforms-field-description {
	font-size: 12px !important;
}

.hvv-newsletter-slidein .wpforms-form input[type="text"],
.hvv-newsletter-slidein .wpforms-form input[type="email"],
.hvv-newsletter-slidein .wpforms-form input[type="tel"] {
	width: 100% !important;
	max-width: none !important;
	height: 48px !important;
	padding: 0 14px !important;
	border: 1px solid #d8d0ca !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #18171b !important;
	font-size: 16px !important;
}

.hvv-newsletter-slidein .wpforms-submit-container {
	margin-top: 12px !important;
	padding: 0 !important;
}

.hvv-newsletter-slidein .wpforms-submit,
.hvv-newsletter-slidein button[type="submit"] {
	width: 100% !important;
	min-height: 50px !important;
	padding: 12px 18px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #c41455 !important;
	box-shadow: none !important;
	color: #fff !important;
	font: 800 15px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	cursor: pointer;
}

.hvv-newsletter-slidein .wpforms-submit:hover,
.hvv-newsletter-slidein button[type="submit"]:hover {
	background: #a90f47 !important;
}

.hvv-newsletter-slidein .wpforms-error {
	font-size: 12px !important;
}

.hvv-newsletter-slidein .wpforms-confirmation-container,
.hvv-newsletter-slidein .wpforms-confirmation-container-full {
	margin: 0 !important;
	padding: 16px !important;
	border: 1px solid rgba(34, 117, 81, .25) !important;
	border-radius: 14px !important;
	background: #edf8f2 !important;
	color: #1f694b !important;
	font: 600 14px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.hvv-newsletter-slidein__privacy {
	margin: 12px 0 0;
	color: #777176;
	font: 400 11px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hvv-newsletter-slidein__privacy a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 600px) {
	.hvv-newsletter-slidein {
		right: 10px;
		bottom: 10px;
		left: 10px;
		width: auto;
		transform: translate3d(0, 110%, 0);
	}

	.hvv-newsletter-slidein.is-visible {
		transform: translate3d(0, 0, 0);
	}

	.hvv-newsletter-slidein__panel {
		max-height: min(42vh, 520px);
		padding: 22px 20px 18px;
		border-radius: 22px;
	}

	.hvv-newsletter-slidein__content {
		padding-right: 34px;
	}

	.hvv-newsletter-slidein__title {
		font-size: 27px;
	}

	.hvv-newsletter-slidein__description {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hvv-newsletter-slidein,
	.hvv-newsletter-slidein__close {
		transition: none !important;
	}
}
