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

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

.skoove-ribbon-popup {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	padding: 0;
	pointer-events: none;
	transform: translateY(130%);
	transition: transform 240ms ease;
	background: white;
}

.skoove-ribbon-popup.is-visible {
	transform: translateY(0);
}

.skoove-ribbon-popup__panel {
	position: relative;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	width: 100%;
	max-width: 1140px;
	min-height: 106px;
	margin: 0 auto;
	padding: 0 48px 14px 16px;
	background: #fff;
	/* box-shadow: 0 -3px 22px rgba(0, 0, 0, 0.22); */
	pointer-events: auto;
}

.skoove-ribbon-popup__media {
	position: relative;
	min-height: 106px;
}

.skoove-ribbon-popup__image {
	position: absolute;
	bottom: -25px;
	left: 8px;
	width: auto;
	height: 160px;
	max-width: none;
}

.skoove-ribbon-popup__copy h2,
.skoove-ribbon-popup__copy p {
	margin: 0;
	padding: 0;
	color: #103133;
}

.skoove-ribbon-popup__copy h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.skoove-ribbon-popup__copy p {
	margin-top: 8px;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

.skoove-ribbon-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 176px;
	padding: 13px 18px;
	background: #e27b4b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease;
}

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

.skoove-ribbon-popup__close {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 2;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #103133;
	cursor: pointer;
	font-size: 28px;
	font-weight: 300;
	line-height: 26px;
}

@media (max-width: 767px) {
	.skoove-ribbon-popup {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.skoove-ribbon-popup {
		transition: none;
	}
}
