.series-chapters {
  margin-top: 2.5rem;
  font-family: var(--sans);
  font-size: 1rem;
}

.series-chapters a {
  color: var(--wine);
}

.series-chapters a > span:nth-child(2),
.series-chapters .chapter-meta-v5 time {
  color: var(--muted);
}

.series-chapters a:hover,
.series-chapters a:focus-visible {
  background: rgb(116 48 71 / 4%);
}

.page-katri-series-reading .reading-header h1 {
  max-width: 100%;
  font-size: clamp(3rem, 9vw, 6rem);
  overflow-wrap: break-word;
}

.page-katri-series-reading .chapter-pagination__book {
  grid-column: 2;
}

.page-katri-series-reading .chapter-pagination__next {
  grid-column: 3;
}

@media (max-width: 680px) {
  .series-chapters a {
    gap: 0.75rem;
  }

  .page-katri-series-reading .reading-header h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .page-katri-series-reading .chapter-pagination__book {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .page-katri-series-reading .chapter-pagination__next {
    grid-column: 2;
  }
}
