article h1 {
  padding: 0.25em;
}

article h2 {
  font-size: 1.5em;
  line-height: 1.4;
  padding-bottom: 4px;
  padding-left: 10px;
  margin-top: 56px;
  margin-bottom: 16px;
  border-left: 4px solid var(--bs-primary);
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}

article h3 {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 28px;
  margin-bottom: 16px;
}

article div.footnotes {
  margin-top: 56px;
}

.last-modified-date {
  font-size: 0.8em;
  color: var(--bs-body-color);
  text-align: right;
  flex: 1;
  margin-right: 1.5em;
}

#logo {
  height: calc(var(--bs-navbar-brand-font-size) * 1.5);
  margin-right: 5px;
}

.affix .link-secondary {
  margin-left: 10px;
  color: rgba(var(--bs-secondary-rgb), ) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), ) !important;
}

.adcontainer-sidebar {
  bottom: 0;
  width: 100%;
}

.book-cover {
  height: auto;
  max-width: 180px;
}

.navbar #navbar form.icons>div {
  display: none;
}