/* P/ACC reader UX — shared by the full e-book (/ebook) and the teaser (/read/).
   The wide invisible page-turn bands are made click-through so text near the
   screen edges stays selectable; only the arrow glyph (which still bubbles to the
   reader's existing page-turn handler) or the keyboard arrows advance the page.
   Arrows are pinned into the outer page margin (--page-pad-x) so they never overlap text. */
#prevZone,#nextZone{pointer-events:none !important;opacity:1 !important;width:var(--page-pad-x,44px) !important}
#prevZone{justify-content:flex-start !important}
#nextZone{justify-content:flex-end !important}
#prevZone .nav-arrow,#nextZone .nav-arrow{pointer-events:auto !important;cursor:pointer;opacity:.4;font-size:20px;line-height:1;transition:opacity .2s ease;padding:16px 4px;border-radius:6px}
#prevZone .nav-arrow:hover,#nextZone .nav-arrow:hover{opacity:1;background:rgba(0,255,65,.08)}
