/* WordPress-only integration. Original selectors and dimensions stay untouched. */
html {
	margin-top: 0 !important;
}

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.ppd-exact #wpadminbar {
	position: fixed;
}

.ppd-exact .customize-partial-edit-shortcut {
	z-index: 999;
}

