/* Breathing room between the top bar (#header) and page content/breadcrumb.
   The layout wraps the body in #content (not the theme's .app-content), so it
   inherited no top padding and the breadcrumb sat glued to the header. */
#content {
    padding-top: 1.5rem;
}
