/* ==========================================================================
   NutriPur Warteliste (Back-in-Stock)
   Brand: #29594A (Grün), #D9F3BA (Hellgrün), #21313C (Dunkel)
   ========================================================================== */

.np-wl {
	margin: 20px 0;
	padding: 20px 22px;
	border: 1px solid #d8e6d0;
	border-left: 4px solid #29594A;
	border-radius: 8px;
	background: #f6faf1;
}

.np-wl--hidden {
	display: none !important;
}

.np-wl__heading {
	margin: 0 0 6px;
	font-size: 1.05rem;
	line-height: 1.3;
	color: #21313C;
}

.np-wl__intro {
	margin: 0 0 14px;
	font-size: .9rem;
	line-height: 1.5;
	color: #3a4a41;
}

.np-wl__field {
	margin: 0 0 12px;
}

.np-wl__label {
	display: block;
	margin: 0 0 5px;
	font-size: .85rem;
	font-weight: 600;
	color: #21313C;
}

.np-wl__required {
	color: #b3261e;
}

.np-wl__email {
	width: 100%;
	max-width: 420px;
	box-sizing: border-box;
	padding: 11px 12px;
	border: 1px solid #b9cbb0;
	border-radius: 6px;
	background: #fff;
	font-size: 1rem;
	line-height: 1.3;
	color: #21313C;
}

.np-wl__email::placeholder {
	color: #8a988c;
}

.np-wl__email:focus {
	outline: 2px solid #29594A;
	outline-offset: 2px;
	border-color: #29594A;
}

/* Datenschutz-Hinweis unter dem Button (ersetzt die fruehere Consent-Checkbox) */
.np-wl__privacy-note {
	margin: 10px 0 0;
	font-size: .78rem;
	line-height: 1.5;
	color: #5a6b61;
}

.np-wl__privacy-note a {
	color: #29594A;
	text-decoration: underline;
}

.np-wl__submit.button.alt {
	margin: 4px 0 0;
	background: #29594A;
	color: #fff;
	border-radius: 6px;
}

.np-wl__submit.button.alt:hover,
.np-wl__submit.button.alt:focus {
	background: #21313C;
	color: #fff;
}

.np-wl__submit:disabled {
	opacity: .6;
	cursor: default;
}

/* Statusmeldungen (aria-live) */
.np-wl__status {
	margin: 12px 0 0;
	font-size: .88rem;
	line-height: 1.45;
	min-height: 1px;
}

.np-wl__status[data-type="success"] {
	color: #1e7a3d;
	font-weight: 600;
}

.np-wl__status[data-type="error"] {
	color: #b3261e;
	font-weight: 600;
}

.np-wl__status[data-type="info"] {
	color: #21313C;
}

/* Im Quick-View-Modal etwas kompakter */
#kubi-qv-product-summary .np-wl {
	margin: 16px 0 0;
	padding: 16px 18px;
}

/* ==========================================================================
   Bestätigungsseite (Double-Opt-in)
   ========================================================================== */

.np-wl-confirm-page {
	max-width: 640px;
	margin: 60px auto;
	padding: 0 20px;
}

.np-wl-confirm-card {
	padding: 40px 32px;
	border: 1px solid #d8e6d0;
	border-top: 5px solid #29594A;
	border-radius: 10px;
	background: #f6faf1;
	text-align: center;
}

.np-wl-confirm-title {
	margin: 0 0 14px;
	color: #21313C;
}

.np-wl-confirm-message {
	margin: 0 0 26px;
	font-size: 1.05rem;
	line-height: 1.55;
	color: #3a4a41;
}

.np-wl-confirm-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}
