.sunway-product-gate {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sunway-product-gate[aria-hidden="false"] {
	display: flex;
}

.sunway-product-gate__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(11, 25, 40, 0.72);
}

.sunway-product-gate__dialog {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: 30px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.sunway-product-gate__dialog h2 {
	margin: 0 42px 8px 0;
	color: #172b40;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0;
}

.sunway-product-gate__intro {
	margin: 0 0 22px;
	color: #4b5967;
	font-size: 15px;
	line-height: 1.6;
}

.sunway-product-gate__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #172b40;
	font-size: 30px;
	line-height: 34px;
	cursor: pointer;
}

.sunway-product-gate .wpforms-container {
	margin: 0;
}

.sunway-product-gate .wpforms-field {
	padding: 8px 0;
}

.sunway-product-gate .wpforms-field-label,
.sunway-product-gate .wpforms-field-name legend {
	display: block !important;
	margin-bottom: 6px;
	color: #172b40;
	font-size: 14px;
	font-weight: 600;
}

.sunway-product-gate input,
.sunway-product-gate textarea {
	width: 100%;
	border: 1px solid #cbd3da !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #172b40 !important;
}

.sunway-product-gate textarea[readonly] {
	background: #f4f6f8 !important;
}

.sunway-product-gate .wpforms-submit {
	width: 100%;
	min-height: 48px;
	border: 0 !important;
	border-radius: 4px !important;
	background: #d9282f !important;
	color: #fff !important;
	font-weight: 700;
	cursor: pointer;
}

.sunway-product-gate .wpforms-submit:hover {
	background: #b91f26 !important;
}

.sunway-product-gate-open {
	overflow: hidden;
}

@media (max-width: 600px) {
	.sunway-product-gate {
		padding: 12px;
	}

	.sunway-product-gate__dialog {
		max-height: calc(100vh - 24px);
		padding: 24px 18px;
	}

	.sunway-product-gate__dialog h2 {
		font-size: 24px;
	}

	.sunway-product-gate .wpforms-field-row-block {
		width: 100% !important;
		margin: 0 0 10px !important;
	}
}
