.jenh-waitlist {
	margin: 24px 0;
}

.jenh-waitlist__inner {
	border: 1px solid #d8dde6;
	border-radius: 6px;
	padding: 18px;
	background: #f8fafc;
}

.jenh-waitlist__intro {
	margin: 0 0 12px;
}

.jenh-waitlist__counter {
	margin: 0 0 12px;
	font-weight: 600;
}

.jenh-waitlist__form {
	display: grid;
	gap: 12px;
}

.jenh-waitlist__name span,
.jenh-waitlist__email span {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.jenh-waitlist__name input,
.jenh-waitlist__email input {
	width: 100%;
	max-width: 420px;
}

.jenh-waitlist__website {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.jenh-waitlist__privacy {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.jenh-waitlist__privacy input {
	margin-top: 4px;
}

.jenh-waitlist__button {
	justify-self: start;
}

.jenh-waitlist-inline-notice {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #d8dde3;
	border-left: 5px solid #65b82f;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
	box-sizing: border-box;
	color: #20242a;
	display: flex;
	gap: 12px;
	margin: 0 0 14px;
	max-width: 680px;
	padding: 15px 16px;
}

.jenh-waitlist-inline-notice__icon {
	align-items: center;
	background: #65b82f;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 26px;
	font-size: 16px;
	font-weight: 800;
	height: 26px;
	justify-content: center;
	line-height: 1;
	width: 26px;
}

.jenh-waitlist-inline-notice strong {
	color: #20242a;
	display: block;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 4px;
}

.jenh-waitlist-inline-notice p {
	color: #4b5565;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.jenh-waitlist-inline-notice--error {
	border-left-color: #b42318;
}

.jenh-waitlist-inline-notice--error .jenh-waitlist-inline-notice__icon {
	background: #b42318;
}

.jenh-waitlist-notice {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #d8dde3;
	border-left: 5px solid #f58220;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
	box-sizing: border-box;
	color: #20242a;
	display: flex;
	gap: 12px;
	left: 50%;
	max-width: min(680px, calc(100vw - 32px));
	padding: 16px 18px;
	position: fixed;
	top: 18px;
	transform: translateX(-50%);
	width: 680px;
	z-index: 99999;
}

.jenh-waitlist-notice__icon {
	align-items: center;
	background: #f58220;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 28px;
	font-size: 17px;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.jenh-waitlist-notice--success {
	border-left-color: #65b82f;
}

.jenh-waitlist-notice--success .jenh-waitlist-notice__icon {
	background: #65b82f;
}

.jenh-waitlist-notice strong {
	color: #20242a;
	display: block;
	font-size: 17px;
	line-height: 1.25;
	margin: 0 0 4px;
}

.jenh-waitlist-notice p {
	color: #4b5565;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.jenh-waitlist-notice--error {
	border-left-color: #b42318;
}

.jenh-waitlist-notice--error .jenh-waitlist-notice__icon {
	background: #b42318;
}

@media (max-width: 640px) {
	.jenh-waitlist-notice {
		top: 10px;
		width: calc(100vw - 20px);
	}
}
