/* WordPress-specific integration and editor-safe overrides. */
:root {
	--ink: #2e4257 !important;
	--ink-soft: #2e4257 !important;
	--charcoal: #2e4257 !important;
	--charcoal-deep: #2e4257 !important;
	--evergreen: #2e4257 !important;
	--evergreen-dark: #2e4257 !important;
	--evergreen-soft: #c7d9e5 !important;
	--river: #577c8e !important;
	--stone: #e5e5e5 !important;
	--stone-light: #f8f9fc !important;
	--warm-white: #f8f9fc !important;
	--paper: #ffffff !important;
	--copper: #b09163 !important;
	--gray: #6d747e !important;
	--border: rgba(46, 66, 87, 0.18) !important;
	--shadow: 0 24px 70px rgba(46, 66, 87, 0.14) !important;
}

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

.admin-bar .mobile-menu {
	top: 32px;
	height: calc(100dvh - 32px);
}

body.mobile-menu-open {
	overflow: hidden;
}

body > .skip-link,
body > .announcement,
body > .site-header,
body > .mobile-menu-backdrop,
body > .mobile-menu,
body > .site-footer,
body > .mobile-actions {
	margin-block: 0;
}

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

	.admin-bar .mobile-menu {
		top: 46px;
		height: calc(100dvh - 46px);
	}
}

@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}
