/* Colours come from the section's colour scheme. The inner nav keeps its own spacing (site-breadcrumb.css). */
.section-breadcrumb {
  color: rgb(var(--color-text));
  background-color: rgb(var(--color-background));
}

.section-breadcrumb:empty {
  display: none;
}

/* The section's spacing setting owns the space above and below; the nav keeps only the page side margin. */
.section-breadcrumb .site-breadcrumb {
  padding-block: 0;
}
