@charset "utf-8";
.chapter-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
  font-size: 14px;
}

.chapter-nav a {
  text-decoration: none;
}

.chapter-nav .status {
  opacity: 0.7;
}


