body {
	display:flex;
	flex-direction:column;
	min-height:100vh;
}
.wrapper {
	flex:1;
	display:flex;
	flex-direction:column;
	overflow:hidden;
	margin:0 !important;
	min-height:auto !important;
	height: auto !important;
}
.wrapper:after {
	display:none !important;
}
.footer {
	flex-shrink:0; /* Prevent footer from shrinking */
	height:auto; /* Allow footer to adjust height based on content */
}
.wrapper-padding {
	display:none;
}
section.apps {
	background:#fff;
	display:flex;
	flex-direction:column;
	flex:1; /* Takes all remaining space between header and footer */
	overflow:hidden;
}
.apps-iframe {
	width:100%;
	flex:1;
	border:none;
	display:block;
}

@media all and (min-width:980px) {
}

/* MOBILE */

.mobile .footer {
	height:auto !important;
}
