.skoove-exit-popup[hidden] {
	display: none;
}

.skoove-exit-popup-test #elementor-popup-modal-24068,
.skoove-exit-popup-active #elementor-popup-modal-24068,
.skoove-exit-popup-active .elementor-24068,
.skoove-exit-popup-test .elementor-24068 {
	display: none !important;
}

.skoove-exit-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: rgba(0, 0, 0, 0.73);
}

.skoove-exit-popup__dialog {
	position: relative;
	width: 100vw;
	min-height: 229px;
	padding-top: 0;
}

.skoove-exit-popup__top {
	min-height: 85px;
	padding: 10px 0;
	background-color: #00524f;
	background-image: linear-gradient(180deg, rgba(0, 82, 79, 0.5) 0%, rgba(53, 116, 113, 0.5) 100%), var(--skoove-exit-popup-bg);
	background-position: top center;
	background-repeat: repeat;
	background-size: contain;
}

.skoove-exit-popup__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	width: calc(100% - 30px);
	max-width: 1140px;
	margin: -35px auto 0;
	padding: 20px;
	background: linear-gradient(180deg, #00524f 0%, #357471 100%);
	box-shadow: -2px 9px 26px rgba(0, 0, 0, 0.5);
	animation: skooveExitPopupSlideIn 420ms ease both;
}

.skoove-exit-popup__copy {
	text-align: center;
}

.skoove-exit-popup__copy h2,
.skoove-exit-popup__copy p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 1.6px;
}

.skoove-exit-popup__copy h2 {
	font-size: 25px;
}

.skoove-exit-popup__copy p {
	margin-top: 10px;
	font-size: 20px;
}

.skoove-exit-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 144px;
	padding: 14px;
	background: #e27b4b;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease;
}

.skoove-exit-popup__button:hover,
.skoove-exit-popup__button:focus {
	background: #eaae68;
	color: #fff;
}

.skoove-exit-popup__close {
	position: absolute;
	top: 58px;
	right: 20px;
	z-index: 2;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #103133;
	cursor: pointer;
	font-size: 34px;
	font-weight: 300;
	line-height: 30px;
}

@keyframes skooveExitPopupSlideIn {
	from {
		opacity: 0;
		transform: translateY(-24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.skoove-exit-popup__top {
		background-position: 0 -52px;
	}

	.skoove-exit-popup__card {
		margin-top: -61px;
	}

	.skoove-exit-popup__copy h2,
	.skoove-exit-popup__copy p {
		font-size: 23px;
	}
}

@media (max-width: 767px) {
	.skoove-exit-popup__top {
		background-position: 0 0;
	}

	.skoove-exit-popup__card {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: -16px;
	}

	.skoove-exit-popup__copy h2,
	.skoove-exit-popup__copy p {
		font-size: 25px;
		line-height: 0.95;
	}

	.skoove-exit-popup__button {
		justify-self: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.skoove-exit-popup__card {
		animation: none;
	}
}
