/* Scroll único: solo Biblia (libros y capítulos) */

html,
body {
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    touch-action: none !important;
}

#bible-interface.container:not(.hidden) {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
    overscroll-behavior-y: contain !important;
    scroll-behavior: auto !important;
    box-sizing: border-box !important;
}

#bible-interface .verse-container,
#bible-interface #resultados,
#bible-interface .verse-content,
#bible-interface .verse-content.reading-mode,
#bible-interface .book-list,
#bible-interface .chapter-grid,
#bible-interface .bible-classic-header {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    touch-action: pan-y !important;
}

.selection-bar,
#bookBar,
#chapterBar {
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}
