.aea-popup-overlay-a7267160 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

body.admin-bar .aea-popup-overlay-a7267160 {
	top: var(--wp-admin--admin-bar--height, 32px);
	height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
	body.admin-bar .aea-popup-overlay-a7267160 {
		top: 46px;
		height: calc(100% - 46px);
	}
}

.aea-popup-overlay-a7267160:not(.aea-popup-hidden-a7267160) {
	opacity: 1;
	pointer-events: auto;
}

.aea-popup-container-a7267160 {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	width: 95%;
	max-width: 700px;
	padding: 24px;
	position: relative;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.aea-popup-overlay-a7267160:not(.aea-popup-hidden-a7267160) .aea-popup-container-a7267160 {
	transform: scale(1);
}

.aea-popup-close-a7267160 {
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #666;
	padding: 4px;
	z-index: 10;
}

.aea-popup-close-a7267160:hover {
	color: #000;
}

.aea-popup-content-a7267160 h2 {
	margin-top: 0;
	margin-bottom: 16px;
	color: #111;
	font-family: inherit;
	text-align: center;
}

.aea-popup-iframe-wrapper-a7267160 {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #fdfdfd;
}

.aea-popup-hidden-a7267160 {
	display: none !important;
}
