.fif-promo-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.fif-promo-popup[hidden] {
	display: none;
}

.fif-promo-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

.fif-promo-popup__content {
	position: relative;
	z-index: 1;
	max-width: 90vw;
	max-height: 90vh;
}

.fif-promo-popup__content img {
	display: block;
	max-width: 90vw;
	max-height: 90vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
}

.fif-promo-popup__content a {
	display: block;
	line-height: 0;
}

.fif-promo-popup__close {
	position: absolute;
	top: -0.75rem;
	right: -0.75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: #1a1a1a;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.fif-promo-popup__close:hover,
.fif-promo-popup__close:focus {
	background: #f0f0f0;
	outline: 2px solid #fff;
	outline-offset: 2px;
}
