/*
 * WorkScout already offsets #header-container below WordPress's admin bar.
 * Never offset its inner #header a second time: that creates a 32px desktop
 * or 46px tablet/mobile blank band above the menu and makes sticky header
 * states overlap the page below.
 */
body.admin-bar #header-container #header {
	top: 0 !important;
}
