.ast-container {
	max-width: 95% !important;
}

.create-account-form-cover .e-con-inner {
	max-width: 100% !important;
}

.create-account-form-cover .e-con-inner .form-details iframe {
	height: 100vh;
}

@media (max-width: 600px) {
	.ast-container {
		max-width: 100% !important;
	}overflow-y: scroll; border: 1px solid #cbd5e1; border-radius: 8px;-webkit-overflow-scrolling: touch;

	.create-account-form-cover .e-con-inner .form-details iframe {
		height: 500px !important;
	}
}

/* Adobe CSS for terms & container sandbox */
.adobe-scroll-wrapper {
    width: 100%;
    height: 750px;
    overflow-y: scroll; 
    margin-top: -70px; /* Pulls the block upward to minimize spacing layout gaps */
}
@media (max-width: 1199px) {
	.adobe-scroll-wrapper {
		margin-top: -20px !important; 
	}
}
/* Ensure the child iframe plays nicely within the scroll boundary box layout */
.adobe-scroll-wrapper iframe {
    display: block;
    width: 100%;
}