$navigation-elements-height: rem(36px);
$title-height: line-height(display-large, large-screen);
$stacking-order: (
  title: 10,
  breadcrumbs: 20,
);

html,
body {
  min-height: 100%;
  height: 100%;
}

.Biblio-Page {
  @include page-layout;

  // Ensure bottom margins of any children are contained
  &::after {
    content: '';
    display: table;
  }
}

.Biblio-Page--fullWidth {
  max-width: none;
}

.Biblio-Page--singleColumn {
  max-width: layout-width(primary, max);
}

.Biblio-Page__Content {
  @include page-content-layout;
}
