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

.fcls-promo-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.fcls-promo-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(26, 26, 26, 0.72);
}

.fcls-promo-popup-dialog {
	position: relative;
	max-width: 420px;
	width: 100%;
	max-height: 90vh;
	overflow-x: hidden;
	overflow-y: auto;
	background: var(--white);
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.fcls-promo-popup-dialog img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.fcls-promo-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	color: var(--charcoal);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.fcls-promo-popup-close:hover {
	background: var(--gray-100);
}
