.itn-ad {
	position: relative;
	text-align: center;
}
.itn-ad-label {
	display: block;
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #999;
	margin-bottom: 2px;
}
.itn-ad-img {
	max-width: 100%;
	height: auto;
}
.itn-ad-mid-content {
	margin: 1.5rem 0;
	padding: 0.75rem;
	background: #f8f9fa;
	border-radius: 0.375rem;
}
.itn-ad-above-footer-inner {
	padding: 0.5rem 0;
}

/* Exit-intent popup */
.itn-exit-popup {
	position: fixed;
	inset: 0;
	z-index: 3000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itn-exit-popup[hidden] {
	display: none;
}
.itn-exit-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}
.itn-exit-popup-box {
	position: relative;
	background: #fff;
	border-radius: 0.5rem;
	max-width: 420px;
	width: 90%;
	padding: 2rem;
	text-align: center;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}
.itn-exit-popup-close {
	position: absolute;
	top: 0.5rem;
	right: 0.75rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: #666;
}
.itn-exit-popup-img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem;
	border-radius: 0.375rem;
}
.itn-exit-popup-box h3 {
	font-weight: 800;
	margin-bottom: 0.5rem;
}
.itn-exit-popup-body {
	color: #555;
	margin-bottom: 1.25rem;
}
.itn-exit-popup-btn {
	display: inline-block;
	background: #d1121b;
	color: #fff;
	padding: 0.6rem 1.5rem;
	border-radius: 0.375rem;
	text-decoration: none;
	font-weight: 600;
}
.itn-exit-popup-btn:hover {
	background: #a30d15;
	color: #fff;
}
