html,
body.hf-iframe-app-page {
	height: 100%;
}

body.page-template-page-iframe-app {
	overflow: hidden;
	background: #fff;
}

body.page-template-page-iframe-app .footer,
body.page-template-page-iframe-app .float-right {
	display: none !important;
}

.hf-iframe-app-shell {
	position: fixed;
	top: var(--hf-iframe-top, 68px);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.hf-iframe-app-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

.hf-iframe-app-noscript {
	position: absolute;
	inset: auto 20px 20px;
	z-index: 2;
	margin: 0;
	padding: 12px 14px;
	border-radius: 8px;
	background: #101828;
	color: #fff;
	font: 14px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hf-iframe-app-noscript a {
	color: #93c5fd;
}
