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

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

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

.rq-modal-overlay-dd5cf84c.is-active-dd5cf84c {
	opacity: 1;
	visibility: visible;
}

.rq-modal-container-dd5cf84c {
	background-color: #ffffff;
	border-radius: 8px;
	width: 90%;
	max-width: 550px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	position: relative;
	overflow: hidden;
	transform: scale(0.9);
	transition: transform 0.3s ease;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}

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

.rq-modal-close-dd5cf84c {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	color: #666666;
	cursor: pointer;
	padding: 0;
	z-index: 10;
	transition: color 0.2s;
}

.rq-modal-close-dd5cf84c:hover {
	color: #000000;
}

.rq-modal-content-dd5cf84c {
	padding: 30px;
	overflow-y: auto;
}

.rq-modal-title-text-dd5cf84c {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
}

.rq-form-wrapper-dd5cf84c {
	position: relative;
}
