.itm-nl-form {
	position: relative;
	max-width: 22rem;
}
.itm-nl-form__headline {
	font-weight: 600;
	margin: 0 0 0.75rem;
}
.itm-nl-form__form {
	display: grid;
	gap: 0.65rem;
}
.itm-nl-form__field {
	display: grid;
	gap: 0.25rem;
}
.itm-nl-form__label {
	font-size: 0.85rem;
}
.itm-nl-form__legal {
	font-size: 0.75rem;
	color: var(--muted, #666);
	margin: 0.5rem 0 0;
}
.itm-nl-form--footer {
	margin: 0 0 1rem;
}
.itm-nl-form--popup {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 80;
	width: min(22rem, calc(100vw - 2rem));
	padding: 1.25rem 1.25rem 1rem;
	background: #fff;
	border: 1px solid rgba(0,0,0,.12);
	box-shadow: 0 12px 40px rgba(0,0,0,.18);
}
.itm-nl-form--popup[hidden] {
	display: none !important;
}
.itm-nl-form__close {
	position: absolute;
	top: 0.35rem;
	right: 0.5rem;
	border: 0;
	background: transparent;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	color: #666;
}
