<style>

.library-nav-top {
  max-width: 600px;
  margin: 0 auto 1.5em;
  text-align: center;
}

.nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-meta {
  font-size: 0.9em;
  margin-bottom: 0.75em;
}

.nav-meta a {
  text-decoration: none;
}

.nav-separator {
  margin: 0 0.75em;
  color: #888;
}

.nav-sequence {
  gap: 4em;
}

.nav-sequence a {
  text-decoration: none;
  font-weight: 500;
}

</style>