/* Library / book styling for GeneratePress.
   Scoped to body.gp-book (added automatically by gp-library.php) so it only
   affects book pages and applies to EVERY book under /library/.
   Paste into Appearance > Customize > Additional CSS. */

/* --- chapter/book text --- */
.gp-book .entry-content{font-family:Georgia,'Times New Roman',serif; line-height:1.55; color:#1d1d1d;}
.gp-book .entry-content p{text-align:justify;}
.gp-book .entry-content h3{font-family:Georgia,serif; line-height:1.25; margin-top:1.6em; font-size:1.2rem;}
.gp-book .subtitle{font-style:italic; font-size:1.05rem; text-align:center;}
.gp-book .byline{font-variant:small-caps; letter-spacing:.03em; margin-top:.2em;}
.gp-book .bio-sub{font-style:italic; font-weight:normal; font-size:.8em;}
.gp-book figure.portrait{text-align:center; margin:1.2em auto;}
.gp-book figure.portrait img{max-width:260px; height:auto;}
.gp-book .book-list li{margin:.35rem 0;}
/* page-number anchors: hidden; add body class "show-pages" to reveal */
.gp-book .pagebreak{display:inline; width:0; height:0; overflow:hidden;}
body.show-pages.gp-book .pagebreak::before{content:"[p. " attr(aria-label) "] "; font-family:system-ui,Arial,sans-serif; font-size:.7em; color:#999; vertical-align:super;}

/* --- per-book "secondary menu" (chapter list in the sidebar) --- */
.book-menu{font-family:system-ui,Arial,sans-serif; font-size:.95rem;}
.book-menu-inner{display:block;}
.book-menu-title{display:block; font-weight:600; font-size:1.05rem; margin-bottom:.5rem; padding-bottom:.4rem; border-bottom:1px solid #e5e5e5; text-decoration:none;}
.book-menu ul{list-style:none; margin:0; padding:0;}
.book-menu li{margin:.15rem 0;}
.book-menu a{display:block; text-decoration:none; padding:.2rem 0; line-height:1.35;}
.book-menu li.current a{font-weight:700;}

/* --- bottom Prev | Index | Next bar (chapters) --- */
.gp-book .chapter-nav{text-align:center; margin:2.5em 0 .5em; padding-top:1em; border-top:1px solid #e5e5e5; font-family:system-ui,Arial,sans-serif; font-size:1rem;}
.gp-book .chapter-nav a{text-decoration:none; margin:0 1.1em;}
.gp-book .chapter-nav .nav-prev,
.gp-book .chapter-nav .nav-next{font-size:1.3rem; line-height:1;}

/* --- contents list on a book index page, and book list on the Library hub --- */
.book-contents ul,.library-books ul{list-style:none; padding-left:0;}
.book-contents li,.library-books li{margin:.35rem 0; font-family:Georgia,serif;}
