/* DST Intake — Frontend styles */

.dst-intake-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.dst-intake-fullscreen iframe {
	display: block;
	width: 100%;
	flex: 1;
	border: none;
}
