.rrsm-coming-soon-document {
	margin: 0;
	background: #080808;
	color: #f1ede4;
}

.rrsm-coming-soon-document.admin-bar {
	min-height: calc(100vh - 32px);
}

.rrsm-coming-soon-skip {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: #f1ede4;
	color: #080808;
	transform: translateY(-180%);
}

.rrsm-coming-soon-skip:focus {
	transform: translateY(0);
}

.rrsm-coming-soon-fallback {
	display: grid;
	place-content: center;
	min-height: 100vh;
	box-sizing: border-box;
	padding: clamp(2rem, 8vw, 7rem);
	text-align: center;
}

.rrsm-coming-soon-fallback h1 {
	max-width: 18ch;
	margin: 1.5rem auto;
	font-size: clamp(2.75rem, 7vw, 6.5rem);
	line-height: 0.96;
}

.rrsm-coming-soon-fallback p {
	max-width: 58rem;
	margin: 1rem auto;
}

@media (max-width: 782px) {
	.rrsm-coming-soon-document.admin-bar {
		min-height: calc(100vh - 46px);
	}
}
