@charset "UTF-8";

body.admin-bar {
	--admin-bar-height: 46px;
	--site-topbar-height: 64px;
	/* Distance from the top of the viewport */
	--top-offset: 1rem;
}

@media screen and (min-width: 783px) {

body.admin-bar {
		/* Set the new admin bar height */
		--admin-bar-height: 32px
}
	}

body.admin-bar #site-drawer {
		/* Distance from the top of the viewport */
		--top-offset: 2rem;

		top: calc(var(--admin-bar-height) + var(--site-topbar-height) + var(--top-offset)) !important;
	}

body.admin-bar .standard-sticky-top {
		top: calc(var(--admin-bar-height) + var(--site-topbar-height) + var(--top-offset)) !important;
	}

@media screen and (min-width: 601px) {

body.admin-bar .site-bar {
			top: 46px
	}
		}

@media screen and (min-width: 783px) {

body.admin-bar .site-bar {
			top: 32px
	}
		}
