.gs-modal-overlay-50676594 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.admin-bar .gs-modal-overlay-50676594 {
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .gs-modal-overlay-50676594 {
		top: 46px;
	}
}

.gs-modal-overlay-50676594.is-active-50676594 {
	opacity: 1;
	visibility: visible;
}

.gs-modal-container-50676594 {
	background: #ffffff;
	border-radius: 8px;
	width: 90%;
	max-width: 550px;
	padding: 30px 20px 20px 20px;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transform: scale(0.9);
	transition: transform 0.3s ease;
	max-height: 90vh;
	overflow-y: auto;
}

.gs-modal-overlay-50676594.is-active-50676594 .gs-modal-container-50676594 {
	transform: scale(1);
}

.gs-modal-close-50676594 {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	color: #333333;
	line-height: 1;
	padding: 0;
}

.gs-modal-close-50676594:hover {
	color: #ff0000;
}

.gs-modal-content-50676594 {
	margin-top: 10px;
}
