/* Scoped book-review excerpts: retain host themes and card sizes. */
.bvlos-reader-proof { margin: 1.25rem 0; padding: 0 0 0 1rem; border-left: 2px solid var(--accent, #e87945); min-width: 0; }
.bvlos-reader-proof blockquote { margin: 0; padding: 0; border: 0; background: none; color: inherit; }
.bvlos-reader-proof blockquote p { margin: 0 0 .7rem; font-size: .98rem; line-height: 1.65; color: inherit; }
.bvlos-reader-proof figcaption { font-size: .78rem; line-height: 1.6; color: var(--sub, #b9c5d5); }
.bvlos-reader-proof figcaption a { color: inherit; text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
.bvlos-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.bvlos-proof-grid .bvlos-reader-proof { margin: 0; }
.bvlos-proof-note { color: var(--text-secondary, #b9c5d5); font-size: .85rem; line-height: 1.65; margin-top: 1.5rem; }
.book-ad--topbar > a { color: inherit; text-decoration: none; }
.book-ad--topbar .book-ad__review { max-width: 34rem; font-size: .8rem; line-height: 1.5; text-decoration: underline; text-underline-offset: .16em; }
.book-ad--topbar .book-ad__review small { white-space: nowrap; }
@media (max-width: 900px) { .bvlos-proof-grid { grid-template-columns: 1fr; gap: 1.75rem; } }
@media (max-width: 600px) { .book-ad--topbar .book-ad__review { flex-basis: 100%; text-align: center; } }
