.lwc-prize-reminder-trigger-wrap {
	margin: .75rem 0 0;
}

.single-product .wp-block-woocommerce-add-to-cart-form {
	margin-top: 10px !important;
}

.lwc-prize-reminder-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--wp--preset--color--lwc-terracotta, #b85f49);
	display: inline-flex;
	font-size: .92rem;
	font-weight: 800;
	gap: .45rem;
	padding: .25rem 0;
	text-decoration: underline;
	text-decoration-thickness: .08em;
	text-underline-offset: .2em;
}

.lwc-prize-reminder-trigger:hover {
	color: var(--wp--preset--color--lwc-terracotta-dark, #924732);
}

.lwc-prize-reminder-trigger svg {
	fill: none;
	height: 1.15rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 1.15rem;
}

body.lwc-prize-reminder-is-open {
	overflow: hidden;
}

.lwc-prize-reminder-modal {
	inset: 0;
	position: fixed;
	z-index: 100000;
}

.lwc-prize-reminder-modal__backdrop {
	background: rgba(35, 31, 26, .62);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .18s ease;
}

.lwc-prize-reminder-modal__dialog {
	background: var(--wp--preset--color--white, #fff);
	border: 1px solid var(--wp--preset--color--lwc-line, #e4d8ca);
	border-radius: var(--wp--custom--lwc--radius--lg, 22px);
	box-shadow: 0 24px 70px rgba(30, 24, 18, .25);
	left: 50%;
	max-height: calc(100vh - 2rem);
	max-width: calc(100% - 2rem);
	opacity: 0;
	overflow: auto;
	padding: clamp(1.5rem, 5vw, 2.5rem);
	position: absolute;
	top: 50%;
	transform: translate(-50%, calc(-50% + 12px));
	transition: opacity .18s ease, transform .18s ease;
	width: 34rem;
}

.lwc-prize-reminder-modal.is-open .lwc-prize-reminder-modal__backdrop,
.lwc-prize-reminder-modal.is-open .lwc-prize-reminder-modal__dialog {
	opacity: 1;
}

.lwc-prize-reminder-modal.is-open .lwc-prize-reminder-modal__dialog {
	transform: translate(-50%, -50%);
}

.lwc-prize-reminder-modal__close {
	align-items: center;
	background: var(--wp--preset--color--lwc-cream, #f7f0e8);
	border: 0;
	border-radius: 50%;
	color: var(--wp--preset--color--lwc-charcoal, #40382f);
	display: flex;
	font-size: 1.45rem;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	padding: 0 0 .12rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.5rem;
}

.lwc-prize-reminder-modal__eyebrow {
	color: var(--wp--preset--color--lwc-terracotta, #b85f49);
	display: block;
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: .5rem;
	text-transform: uppercase;
}

.lwc-prize-reminder-modal h2 {
	font-size: clamp(1.7rem, 5vw, 2.35rem);
	margin: 0 2.5rem .75rem 0;
}

.lwc-prize-reminder-modal__date {
	background: var(--wp--preset--color--lwc-cream, #f7f0e8);
	border-radius: var(--wp--custom--lwc--radius--md, 14px);
	padding: .8rem 1rem;
}

.lwc-prize-reminder-form {
	display: grid;
	gap: .65rem;
	margin-top: 1.25rem;
}

.lwc-prize-reminder-form label {
	font-size: .9rem;
	font-weight: 800;
}

.lwc-prize-reminder-form input[type="email"] {
	width: 100%;
}

.lwc-prize-reminder-form__website {
	height: 1px !important;
	left: -10000px !important;
	opacity: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.lwc-prize-reminder-form__privacy {
	color: var(--wp--preset--color--lwc-muted, #74695e);
	font-size: .78rem;
	margin: 0;
}

.lwc-prize-reminder-form__submit {
	background: var(--wp--preset--gradient--lwc-cta, linear-gradient(135deg, #d47158, #b65340));
	border: 0;
	border-radius: var(--wp--custom--lwc--radius--pill, 999px);
	box-shadow: var(--wp--preset--shadow--lwc-button, 0 10px 24px rgba(184, 95, 73, .25));
	color: #fff;
	font-weight: 900;
	margin-top: .35rem;
	min-height: 3.2rem;
	padding: .85rem 1.25rem;
}

.lwc-prize-reminder-form__submit:disabled {
	cursor: wait;
	opacity: .65;
}

.lwc-prize-reminder-form__message {
	font-size: .9rem;
	font-weight: 700;
	min-height: 1.35rem;
}

.lwc-prize-reminder-form__message.is-success {
	color: #316144;
}

.lwc-prize-reminder-form__message.is-error {
	color: #a32a24;
}

@media (prefers-reduced-motion: reduce) {
	.lwc-prize-reminder-modal__backdrop,
	.lwc-prize-reminder-modal__dialog {
		transition: none;
	}
}
