/* Shared navigation spacing helpers.
   Dropdown visuals for the floating profile menu live in _NavigationBar.cshtml
   so Home and shared-layout pages use the same source of truth. */
body.has-fixed-nav {
    padding-top: 6rem;
}
