/* Mobile navigation: the live theme marks the body while its drawer is open. */
body.mobile-js-menu #nbp-bar:not(.nbp-is-popup) {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* WordPress already reserves admin-bar space. Keeping the notification bar
 * in normal flow prevents it from sharing the desktop header's coordinates. */
@media (min-width: 783px) {
	body.admin-bar #nbp-bar.nbp-position-top.nbp-sticky {
		position: relative !important;
		top: 0 !important;
	}

	body:has(#navigation:hover) #nbp-bar,
	body:has(.my-cat-menu-wrapper:hover) #nbp-bar {
		z-index: 0 !important;
	}
}
