/*
Theme Name: VR
Description: For use only with the Garden Gnome package.
*/
html,
body {
	height: 100%;
	margin: 0;
}
body > [id^="ggpkg_container"] {
	width: 100vw !important;
	height: 100vh !important;
}
.post-password-form {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 20em;
	padding: 15px;
	background-color: lightgray;
	font-size: 18px;
	font-family: sans-serif;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}
.post-password-form p {
	margin: 0 0 10px;
}
.post-password-form p:last-child {
	margin-bottom: 0;
}
