/* Textový odkaz pod POD poľom – bez ikony a bez button vzhľadu. */
.webify-voucher-checkout-enabled #order_wcj_checkout_field_1_field .wvc-dont-know-pod {
	display: inline-block !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 18px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #63cec3 !important;
	font: 600 16px/1.35 "Work Sans", sans-serif !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-decoration: underline !important;
	text-transform: none !important;
	cursor: pointer;
	appearance: none;
}

.webify-voucher-checkout-enabled #order_wcj_checkout_field_1_field .wvc-dont-know-pod:hover,
.webify-voucher-checkout-enabled #order_wcj_checkout_field_1_field .wvc-dont-know-pod:focus {
	background: transparent !important;
	color: #43bdb1 !important;
	text-decoration: underline !important;
	outline: none;
}

/* Popup */
.wvc-lead-modal[hidden] {
	display: none !important;
}

.wvc-lead-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: 20px;
}

.wvc-lead-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}

.wvc-lead-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(700px, 100%);
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: 48px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 70px rgba(0, 0, 0, .28);
}

.wvc-lead-modal__dialog h3 {
	margin: 0 52px 14px 0;
	font-size: 32px !important;
	line-height: 1.15;
}

.wvc-lead-modal__dialog > .wvc-lead-modal__content > p {
	margin: 0;
	color: #777;
	font-size: 20px;
	line-height: 1.55;
}

.wvc-lead-modal__close {
	position: absolute !important;
	top: 18px !important;
	right: 20px !important;
	left: auto !important;
	display: grid !important;
	place-items: center;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #444 !important;
	font: 400 32px/1 Arial, sans-serif !important;
	cursor: pointer;
	appearance: none;
}

.wvc-lead-modal__close:hover,
.wvc-lead-modal__close:focus {
	background: #f4f4f4 !important;
	color: #111 !important;
	outline: none;
}

.wvc-lead-form {
	display: grid;
	gap: 22px;
	margin-top: 28px;
}

.wvc-lead-form label {
	display: grid;
	gap: 10px;
}

.wvc-lead-email-label {
	font-weight: 600;
}

.wvc-lead-form input[type="email"] {
	min-height: 56px;
	padding: 0 18px;
	border: 1px solid #bdbdbd;
	border-radius: 10px;
	box-shadow: none;
	font-family: "Work Sans", sans-serif;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 1.3;
}

.wvc-lead-consent {
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px !important;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.45;
}

.wvc-lead-consent span {
	font-weight: 400 !important;
}

.wvc-lead-consent input {
	margin-top: 4px;
}

.wvc-lead-form button[type="submit"],
.wvc-lead-success button {
	min-height: 54px;
	border-radius: 10px !important;
	background: #ffd000 !important;
	color: #000 !important;
}

.wvc-lead-form__error {
	color: #b72b2b;
	font-size: 14px;
}

/* Stav po úspešnom uložení reminderu. */
.wvc-lead-success {
	display: grid;
	justify-items: center;
	gap: 18px;
	padding: 24px 0 6px;
	text-align: center;
}

.wvc-lead-success h3 {
	margin: 0 !important;
	font-size: 32px !important;
}

.wvc-lead-success p {
	max-width: 560px;
	margin: 0;
	color: #555;
	font-size: 18px;
	line-height: 1.55;
}

.wvc-lead-success button {
	width: min(320px, 100%);
	margin-top: 8px;
}

body.wvc-modal-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.wvc-lead-modal {
		padding: 12px;
	}

	.wvc-lead-modal__dialog {
		padding: 34px 22px 26px;
		border-radius: 12px;
	}

	.wvc-lead-modal__dialog h3,
	.wvc-lead-success h3 {
		margin-right: 40px;
		font-size: 24px !important;
	}

	.wvc-lead-modal__dialog > .wvc-lead-modal__content > p {
		font-size: 17px;
	}

	.wvc-lead-modal__close {
		top: 10px !important;
		right: 10px !important;
	}

	.wvc-lead-success h3 {
		margin-right: 0 !important;
	}

	.wvc-lead-success p {
		font-size: 16px;
	}
}

.webify-voucher-checkout-enabled .wvc-lead-modal__submit,
.webify-voucher-checkout-enabled .wvc-lead-modal__done {
	font-size: 15px !important;
	line-height: 1.2 !important;
}
