/* ============================================================
   books.html — page styles
   The book list is a third-party Elfsight PDF embed that renders
   client-side inside the .ab-embed panel; give it room and a stable
   height so the framed card never collapses while the script loads.
   ============================================================ */

.bk-embed__body {
  padding: 22px clamp(16px, 3vw, 34px) 26px;
  min-height: 640px;
  background: var(--card);
}

@media (max-width: 640px) {
  .bk-embed__body { min-height: 500px; }
}
