.book-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--line);
}

.book-title {
  font-size: 18pt;
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 8px;
}

.book-subtitle {
  font-size: 12pt;
  color: var(--faded);
  margin-bottom: 8px;
}

.book-author {
  font-size: 11pt;
  color: var(--faded);
  margin-bottom: 12px;
}

.book-link {
  font-size: 10pt;
}

.book-link a {
  color: var(--faded);
  text-decoration: none;
  transition: color 0.3s ease;
}

.book-link a:hover {
  color: var(--ink);
}

.reading-notes {
  line-height: 1.8;
}

.reading-notes h2 {
  font-size: 14pt;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 24px;
  margin-bottom: 12px;
}

.reading-notes p {
  margin-bottom: 15px;
}

.reading-notes ul {
  margin-left: 30px;
  margin-bottom: 15px;
}

.reading-notes li {
  margin-bottom: 8px;
}

.reading-notes a {
  color: var(--ink);
  text-decoration: underline;
}

.reading-notes a:hover {
  color: var(--faded);
}

.back-link {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 10pt;
}

.back-link a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.3s ease;
}

.back-link a:hover {
  color: var(--faded);
}
