/* ============================================================
   iMusic — Books page.
   A single flowing page (no left nav, no hash routing — there's
   nothing here to "select"), reusing site.css's generic `.page`
   layout. Only the book-list-specific bits live here.
   ============================================================ */

.page-lang-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.book-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.book-entry {
  padding: 14px 0;
  border-bottom: 1px solid var(--card-border);
}

.book-entry:last-child {
  border-bottom: none;
}

.book-title {
  margin: 0 0 2px;
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--brass);
}

.book-byline {
  margin: 0 0 6px;
  font-size: 13px;
  color: var(--ink-soft);
}

.book-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
  opacity: 0.9;
}
