html body:not(:has(.preview-iframe-wrapper))::after {
	content: 'Laster saken…';
	display: flex;
	flex-direction: column;
	line-height: 100vh;
	line-height: 100dvh;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	background-color: black;
	color: white;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 0.825rem;
	pointer-events: none;
	opacity: 1;
	z-index: 300000000;
	text-align: center;
	transition: opacity 0.2s ease;
}
html.salesposter body::after {
	content: unset;
}

html.lastet body::after {
	opacity: 0;
	pointer-events: none;
}

.story-scroll .wrapper {
	display: none !important;
}

html.lastet .story-scroll .wrapper {
	display: flex !important;
}