/* Keep the editing toolbar from covering the approved front-end header. */
body.admin-bar { --bhe-admin-offset: 32px; }
body.admin-bar .site-header,
body.admin-bar .menu-panel { top: var(--bhe-admin-offset); }
body.admin-bar .skip-link { top: calc(var(--bhe-admin-offset) + .75rem); }
body.admin-bar #wpadminbar { position: fixed; }
@media (max-width: 782px) {
  body.admin-bar { --bhe-admin-offset: 46px; }
}
