html,
body.sdhe-document-page {
	margin: 0;
	padding: 0;
}

body.sdhe-document-page {
	min-width: 320px;
	background: #ffffff;
}

body.sdhe-document-page.admin-bar {
	min-height: calc(100vh - 32px);
}

.sdhe-document-root {
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

.sdhe-document-root *,
.sdhe-document-root *::before,
.sdhe-document-root *::after {
	box-sizing: border-box;
}

body.sdhe-editor-is-active {
	padding-top: 62px;
}

body.sdhe-editor-is-active.admin-bar {
	padding-top: 62px;
}

body.sdhe-editor-is-active #wpadminbar {
	z-index: 1000001;
}

@media screen and (max-width: 782px) {
	body.sdhe-document-page.admin-bar {
		min-height: calc(100vh - 46px);
	}

	body.sdhe-editor-is-active,
	body.sdhe-editor-is-active.admin-bar {
		padding-top: 116px;
	}
}
