

/* Quote Mode Additions */
body.quote-mode-active #book-container,
body.quote-mode-active #book-container *,
body.quote-mode-active .page,
body.quote-mode-active .page * {
    user-select: text !important;
    -webkit-user-select: text !important;
    touch-action: auto !important;
}

body.quote-mode-active .reader-main {
    touch-action: pan-y !important;
}

#quote-mode-btn.active {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}
