 .series-detail-page {
  padding: 3rem 1.5rem 4rem;
  background: #fff;
}

.series-detail-page .container {
  max-width: 1200px;
  margin: 0 auto;
}

.series-title {
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  color: #f05a28;
  text-align: center;
  margin: 0 0 2.5rem;
}

.series-books-grid {
  gap: 1.5rem;
}

.series-rating-stars {
  margin-top: 0.35rem;
  color: #c7c7c7;
  font-size: 14px;
  text-align: center;
}

.no-books {
  text-align: center;
  color: #6b7c86;
  font-family: 'Roboto Slab', serif;
}

@media (max-width: 768px) {
  .series-title {
    font-size: 26px;
  }
}
