:root {
    --kjv-navy: #020b1a;
    --kjv-navy-2: #07172c;
    --kjv-blue: #008cff;
    --kjv-blue-2: #2aa8ff;
    --kjv-line: rgba(121, 157, 196, 0.24);
    --kjv-text: #0d1a2d;
    --kjv-muted: #637083;
    --kjv-active: #e9f4ff;
    --kjv-player-height: 92px;
}

html { scroll-behavior: smooth; }
body.kjv-book-page {
    margin: 0;
    padding-bottom: calc(var(--kjv-player-height) + 24px);
    color: var(--kjv-text);
    background: #eef2f6;
}

.kjv-shell { width: calc(100% - 48px); max-width: 1500px; margin: 0 auto; }

.kjv-topbar {
    position: relative;
    z-index: 20;
    background: linear-gradient(180deg, #020817 0%, #020b18 100%);
    border: 1px solid rgba(141, 170, 203, .25);
    border-radius: 0 0 16px 16px;
    color: #fff;
}
.kjv-topbar .navbar-brand { color: #fff; font-weight: 700; letter-spacing: -.02em; }
.kjv-brand-icon { width: 48px; height: 48px; object-fit: cover; border-radius: 12px; filter: drop-shadow(0 0 8px rgba(0,140,255,.65)); }
.kjv-brand-blue { color: #16a9ff; }
.kjv-nav-link { color: rgba(255,255,255,.86); text-decoration: none; font-size: .92rem; }
.kjv-nav-link:hover, .kjv-nav-link.active { color: #35b7ff; }
.kjv-nav-link.active { text-shadow: 0 0 14px rgba(0,140,255,.8); }
.kjv-search { min-width: 235px; color: #fff; background: rgba(4,15,32,.7); border-color: rgba(176,201,228,.42); }
.kjv-search::placeholder { color: rgba(255,255,255,.62); }
.kjv-dark-select { color: #fff; background-color: rgba(4,15,32,.7); border-color: rgba(176,201,228,.42); }

.kjv-hero {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    padding: clamp(28px, 4vw, 58px);
    color: #fff;
    background:
        radial-gradient(circle at 68% 45%, rgba(0,126,255,.23), transparent 33%),
        linear-gradient(135deg, #031126 0%, #020817 70%);
    border: 1px solid rgba(118,151,190,.24);
    border-radius: 18px;
    box-shadow: inset 0 0 40px rgba(0,94,196,.12), 0 8px 28px rgba(0,0,0,.25);
}
.kjv-hero-media {
    position: absolute;
    inset: 0 0 0 42%;
    background: linear-gradient(90deg, var(--kjv-navy) 0%, rgba(2,11,26,.50) 32%, rgba(2,11,26,.50) 100%), url("assets/hero-open-bible.jpg") center right / cover no-repeat;
    opacity: .92;
}
.kjv-hero-content { position: relative; z-index: 2; max-width: 610px; }
.kjv-eyebrow { color: #1fb7ff; font-size: .85rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kjv-book-title { margin: 8px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 7vw, 5.9rem); line-height: .95; white-space: nowrap; }
.kjv-hero-subtitle { font-size: clamp(1.1rem, 2vw, 1.5rem); }
.kjv-primary-btn { color: #fff; background: linear-gradient(180deg, #1aa5ff, #0876ec); border-color: #4db9ff; box-shadow: 0 0 18px rgba(0,137,255,.42); }
.kjv-primary-btn:hover { color: #fff; background: linear-gradient(180deg, #35b5ff, #1285f5); }
.kjv-book-stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: 13px; color: rgba(255,255,255,.62); font-size: .8rem; letter-spacing: .01em; }
.kjv-book-stats span + span::before { content: "•"; margin: 0 .65rem; color: rgba(55,183,255,.75); }
.kjv-outline-btn { color: #fff; border-color: rgba(214,230,247,.5); background: rgba(3,14,31,.3); }
.kjv-outline-btn:hover { color: #fff; background: rgba(255,255,255,.1); }

.kjv-hero-book-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 0.85rem;
    font-size: 0.875rem;
}

.kjv-hero-book-nav-link,
.kjv-hero-book-nav-disabled {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.kjv-hero-book-nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.kjv-hero-book-nav-link:hover,
.kjv-hero-book-nav-link:focus {
    color: #ffffff;
    text-decoration: underline;
}

.kjv-hero-book-nav-disabled {
    color: rgba(255, 255, 255, 0.4);
    cursor: default;
}

.kjv-book-pager { position: relative; z-index: 3; display: flex; justify-content: center; gap: clamp(42px, 12vw, 180px); margin-top: 18px; }
.kjv-book-pager a { color: rgba(255,255,255,.88); text-decoration: none; font-size: .9rem; }
.kjv-book-pager a:hover { color: #26b7ff; }

.kjv-chapter-jump { position: relative; z-index: 3; margin-top: 24px; }
.kjv-jump-label { margin-bottom: 8px; color: rgba(255,255,255,.72); font-size: .75rem; text-transform: uppercase; }
.kjv-jump-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.kjv-jump-link { min-width: 36px; padding: .32rem .5rem; color: #fff; text-align: center; text-decoration: none; border: 1px solid rgba(156,185,218,.34); border-radius: 6px; background: rgba(2,12,27,.58); font-size: .78rem; }
.kjv-jump-link:hover, .kjv-jump-link.active { color: #fff; border-color: #3eaeff; background: linear-gradient(180deg, #149cff, #0874e9); box-shadow: 0 0 10px rgba(0,140,255,.45); }

/* =========================================================
   CANONICAL READER COMPONENTS - BOOK / SEARCH / PLAYLIST
   One shared visual language for chapter headings and verse rows.
   ========================================================= */
.kjv-reading-card {
    margin: 14px 0 24px;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.kjv-chapter {
    scroll-margin-top: 24px;
}

/* Book reader chapters get breathing room; collection/search chapters manage their own density. */
.kjv-reading-card .kjv-chapter {
    padding-bottom: 16px;
}

.kjv-book-reading-body .kjv-chapter:last-child {
    padding-bottom: 0;
}

.kjv-book-reading-body .kjv-chapter:last-child .kjv-verse-list {
    padding-bottom: 0;
}

.kjv-book-reading-body .kjv-chapter:last-child .kjv-verse:last-child {
    margin-bottom: 0;
}

.kjv-chapter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 28px 10px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
    border: 1px solid #d9e4ee;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(14,41,54,.035);
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kjv-chapter-heading.active-audio {
    background: var(--kjv-active);
    border-color: #b8d8f7;
    box-shadow: inset 4px 0 0 var(--kjv-blue), 0 2px 8px rgba(14,41,54,.035);
}

.kjv-chapter-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 2.5vw, 2rem);
    line-height: 1.15;
}

.kjv-chapter-meta { color: #0867ca; font-size: .9rem; }
.kjv-chapter-meta span + span::before { content: "•"; margin: 0 .65rem; color: #212529; font-size: .9rem; }

.kjv-now-playing { display: none; align-items: center; gap: 6px; color: #0877e8; font-size: .85rem; font-weight: 600; }
.active-audio .kjv-now-playing { display: inline-flex; }

.kjv-audio-indicator { width: 24px; height: 24px; object-fit: contain; }
.kjv-audio-indicator.gray { opacity: .65; }
.kjv-audio-indicator.blue { filter: drop-shadow(0 0 5px rgba(0,126,255,.35)); }

.kjv-verse-list { margin: 0; padding: 0 12px 8px; list-style: none; }

.kjv-verse {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) 38px 34px;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    margin-bottom: 6px;
    padding: 8px 8px 8px 0;
    border: 1px solid #e2e9f0;
    border-radius: 8px;
    background: #fff;
    cursor: default;
    transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.kjv-verse:hover { background: #f8fbfe; border-color: #cbd9e7; }
.kjv-verse.active-audio {
    background: var(--kjv-active);
    border-color: #b8d8f7;
    box-shadow: inset 4px 0 0 var(--kjv-blue);
}

.kjv-verse-number { color: var(--kjv-text); font-weight: 700; text-align: center; }
.kjv-verse-text {
    margin: 0;
    color: #182a3c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: var(--kjv-reader-font-size, 1.25rem);
    line-height: 1.5;
}

.kjv-verse-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    justify-self: center;
    padding: 0;
    color: #0b2748;
    background: #fff;
    border: 1px solid #d5e0eb;
    border-radius: 8px;
}
.kjv-verse-button:hover,
.kjv-verse-button:focus-visible { color: #087be9; background: #fff; border-color: #8fc7f8; }
.kjv-verse-button .kjv-row-icon { font-size: 1rem; }
.kjv-verse.active-audio .kjv-verse-button {
    color: #fff;
    background: linear-gradient(180deg, #1aa5ff, #0876ec);
    border-color: #4db9ff;
    box-shadow: 0 0 10px rgba(0,137,255,.25);
}

.kjv-sticky-player {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    min-height: var(--kjv-player-height);
    color: #fff;
    background: linear-gradient(180deg, rgba(2,15,34,.98), rgba(1,9,22,.99));
    border-top: 1px solid rgba(114,159,210,.34);
    box-shadow: 0 -8px 30px rgba(0,0,0,.32);
}
.kjv-player-inner { max-width: 1500px; margin: 0 auto; padding: 14px 26px; }
.kjv-player-inner > .d-flex { min-width: 0; }
.kjv-player-inner .flex-grow-1 { min-width: 0; overflow: hidden; }
.kjv-player-play { width: 56px; height: 56px; min-width: 56px; min-height: 56px; flex: 0 0 56px; border-radius: 50%; color: #fff; background: linear-gradient(180deg, #1ba7ff, #076adf); border: 1px solid #59c0ff; box-shadow: 0 0 16px rgba(0,143,255,.55); }
.kjv-player-stop { width: 42px; height: 42px; min-width: 42px; min-height: 42px; flex: 0 0 42px; color: #fff; border-color: rgba(255,255,255,.34); }
.kjv-player-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1rem; font-weight: 600; }
.kjv-player-detail { min-width: 0; max-width: 100%; color: rgba(255,255,255,.62); font-size: .78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kjv-player-select { width: 86px; color: #fff; background-color: #06152d; border-color: rgba(255,255,255,.32); }
.kjv-follow-label { color: rgba(255,255,255,.8); font-size: .9rem; white-space: nowrap; }
.kjv-player-options { flex: 0 0 auto; min-width: max-content; }

.kjv-player-volume {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
}

.kjv-volume-slider {
    width: 90px;
    cursor: pointer;
}

.player-top-button {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.3);
}

.player-top-button:hover,
.player-top-button:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 991.98px) {
    .kjv-topbar .navbar-collapse { padding-top: 14px; }
    .kjv-search { min-width: 100%; }
    .kjv-hero-media { inset: 0; opacity: .3; }
    .kjv-hero-content { max-width: 100%; }
    .kjv-book-pager { justify-content: space-between; gap: 18px; }
}
@media (max-width: 599.98px) {
    :root { --kjv-player-height: 134px; }
    .kjv-shell { width: calc(100% - 24px); }
    .kjv-hero { margin: 10px 0 0; border-radius: 16px; padding: 28px 20px; }
    .kjv-book-title { font-size: 3.6rem; }
    .kjv-reading-card { margin: 0; border-radius: 0; }
    .kjv-chapter-heading { align-items: flex-start; padding: 17px 16px 10px; }
    .kjv-chapter-heading .btn span { display: none; }
    .kjv-verse-list { padding: 0 8px 8px; }
    .kjv-verse { grid-template-columns: 32px minmax(0,1fr) 38px; gap: 7px; }
    .kjv-player-inner { padding: 10px 12px; }
    .kjv-player-inner > .d-flex { flex-wrap: wrap; }
    .kjv-player-title { font-size: .9rem; }
    .kjv-player-play { width: 50px; height: 50px; min-width: 50px; min-height: 50px; flex-basis: 50px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}

/* =========================================================
   SEARCH RESULTS - BOOK / CHAPTER HIERARCHY
   ========================================================= */

/* Canonical reader responsive adjustments */
@media (max-width: 599.98px) {
    .kjv-reading-card { margin: 10px 0 20px; }
    .kjv-chapter { padding-bottom: 12px; }
    .kjv-chapter-heading {
        align-items: flex-start;
        margin: 0 10px 8px;
        padding: 12px 12px;
        border-radius: 9px;
    }
    .kjv-chapter-title { font-size: clamp(1.4rem, 6vw, 1.7rem); }
    .kjv-chapter-heading .btn span { display: none; }
    .kjv-verse-list { padding: 0 8px 8px; }
    .kjv-verse {
        grid-template-columns: 42px minmax(0,1fr);
        grid-template-rows: auto auto auto;
        column-gap: 8px;
        row-gap: 5px;
        align-items: start;
        min-height: 54px;
        margin-bottom: 5px;
        padding: 7px 8px 7px 0;
    }
    .kjv-verse-number {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        justify-self: center;
    }
    .kjv-verse-text {
        grid-column: 2;
        grid-row: 1 / span 3;
        align-self: start;
        width: 100%;
    }
    .kjv-verse-button {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
        justify-self: center;
    }
    .kjv-verse > .kjv-row-actions {
        grid-column: 1;
        grid-row: 3;
        align-self: center;
        justify-self: center;
        margin: 0;
    }
    .kjv-verse > .kjv-row-actions .kjv-actions-toggle {
        width: 30px;
        height: 30px;
        padding: 0;
    }
}


/* v2.4.2: player controls are direct children of .kjv-player-main-row.
   This avoids display:contents layout inconsistencies on mobile browsers. */
.kjv-player-main-row > .kjv-player-mobile-divider { flex-basis: 100%; }

/* =========================================================
   KJV PLAYER V2 - PLAYER CONTROLS / FULLSCREEN / MUSIC
   ========================================================= */
:root { --kjv-player-height: 118px; }

.kjv-sticky-player { z-index: 1060; }
.kjv-player-inner { max-width: 1600px; padding: 10px 18px 11px; }
.kjv-player-main-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.kjv-player-hide {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    color: rgba(255,255,255,.72);
    border-color: rgba(255,255,255,.2);
    white-space: nowrap;
}
.kjv-player-hide:hover,
.kjv-player-hide:focus { color: #fff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.4); }
.kjv-player-now-playing { flex: 1 1 260px; min-width: 170px; overflow: hidden; }
.kjv-player-speed-control { display: inline-flex; align-items: center; gap: 6px; }
.kjv-player-toggles { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 5px 11px; }
.kjv-player-toggles .kjv-player-switch + .kjv-player-switch {
    position: relative;
    margin-left: 1px;
    padding-left: 12px;
}
.kjv-player-toggles .kjv-player-switch + .kjv-player-switch::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background: rgba(180,194,211,.38);
}
.kjv-player-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: .78rem;
    line-height: 1.1;
    white-space: nowrap;
    cursor: pointer;
}
.kjv-player-switch .form-check-input,
.kjv-player-menu-switch .form-check-input { margin: 0; cursor: pointer; }
.kjv-music-style-cycle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 0 1px;
    padding: 3px 8px 3px 12px;
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    font-size: .76rem;
    line-height: 1.15;
    white-space: nowrap;
}
.kjv-music-style-cycle::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background: rgba(180,194,211,.38);
}
.kjv-music-style-cycle:hover,
.kjv-music-style-cycle:focus-visible {
    color: #fff;
    background: rgba(8,123,233,.17);
    border-color: rgba(80,164,244,.48);
}
.kjv-music-style-cycle i { color: #5fb1ff; }
.kjv-music-selector { flex: 0 0 auto; }
.kjv-music-selector .kjv-music-style-cycle[aria-expanded="true"] {
    color: #fff;
    background: rgba(8,123,233,.17);
    border-color: rgba(80,164,244,.48);
}
.kjv-music-menu { width: min(290px, calc(100vw - 24px)); }
.kjv-music-menu .kjv-music-volume-setting { padding: 9px 10px 10px; }
.kjv-music-menu .kjv-music-style-setting { border-top: 1px solid rgba(146,170,199,.22); }
.kjv-player-mobile-divider { display: none; }
.kjv-player-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 34px;
    padding: 0;
    color: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 8px;
}
.kjv-player-icon-button:hover,
.kjv-player-icon-button:focus,
.kjv-player-icon-button[aria-expanded="true"] { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.48); }

.kjv-player-menu {
    width: min(330px, calc(100vw - 24px));
    padding: 8px;
    color: rgba(255,255,255,.9);
    background: linear-gradient(180deg, #071a31 0%, #041326 100%);
    border: 1px solid rgba(122,157,197,.42);
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(0,0,0,.42);
}
.kjv-player-menu-switch,
.kjv-player-menu-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 8px 10px;
    color: rgba(255,255,255,.9);
    background: transparent;
    border: 0;
    border-radius: 8px;
    font-size: .9rem;
    text-align: left;
    cursor: pointer;
}
.kjv-player-menu-switch:hover,
.kjv-player-menu-button:hover { color: #fff; background: rgba(255,255,255,.08); }
.kjv-player-menu-section + .kjv-player-menu-section,
.kjv-player-menu-switch + .kjv-player-menu-section,
.kjv-player-menu-section + .kjv-player-menu-switch,
.kjv-player-menu-switch + .kjv-player-menu-switch { border-top: 1px solid rgba(146,170,199,.22); }
.kjv-menu-value { margin-left: auto; color: rgba(210,225,242,.68); font-size: .78rem; }
.kjv-sleep-options { padding: 3px 8px 8px 34px; }
.kjv-sleep-options button {
    display: block;
    width: 100%;
    padding: 6px 8px;
    color: rgba(225,235,246,.82);
    background: transparent;
    border: 0;
    border-radius: 6px;
    font-size: .84rem;
    text-align: left;
}
.kjv-sleep-options button:hover,
.kjv-sleep-options button:focus { color: #fff; background: rgba(8,123,233,.2); }
.kjv-player-menu-heading { padding: 4px 2px 7px; color: rgba(255,255,255,.92); font-size: .88rem; font-weight: 600; }
.kjv-music-style-setting { padding: 8px 8px 7px; }
.kjv-music-style-options { display: grid; gap: 3px; }
.kjv-music-style-options.is-multi-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 18rem;
}
.kjv-music-style-options.is-multi-column .kjv-music-style-off {
    grid-column: 1 / -1;
}
@media (max-width: 399.98px) {
    .kjv-music-style-options.is-multi-column { min-width: 0; width: 100%; }
}
.kjv-music-style-option {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 36px;
    padding: 6px 8px;
    color: rgba(225,235,246,.84);
    background: transparent;
    border: 0;
    border-radius: 7px;
    font-size: .86rem;
    text-align: left;
}
.kjv-music-style-option:hover,
.kjv-music-style-option:focus-visible { color: #fff; background: rgba(255,255,255,.08); }
.kjv-music-style-option.is-selected { color: #fff; background: rgba(8,123,233,.18); }
.kjv-music-style-option .kjv-music-style-check { margin-left: auto; color: #54adff; opacity: 0; }
.kjv-music-style-option.is-selected .kjv-music-style-check { opacity: 1; }
.kjv-music-style-off {
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,.12);
    border-radius: 0 0 7px 7px;
}
.kjv-music-volume-setting { padding: 9px 10px 6px; }
.kjv-music-volume-setting > label { display: block; margin-bottom: 7px; font-size: .88rem; }
.kjv-music-volume-row { display: flex; align-items: center; gap: 10px; }
.kjv-music-volume-row input { flex: 1 1 auto; min-width: 0; }
#kjvMusicVolume,
#kjvMusicVolume::-webkit-slider-runnable-track,
#kjvMusicVolume::-webkit-slider-thumb,
#kjvMusicVolume::-moz-range-track,
#kjvMusicVolume::-moz-range-progress,
#kjvMusicVolume::-moz-range-thumb {
    cursor: pointer !important;
}
.kjv-music-volume-row span { width: 38px; color: rgba(210,225,242,.68); font-size: .78rem; text-align: right; }

.kjv-player-expand-tab {
    display: none;
    position: absolute;
    left: 12px;
    bottom: 0;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 7px 13px;
    color: #fff;
    background: linear-gradient(180deg, rgba(7,39,75,.98), rgba(2,18,39,.99));
    border: 1px solid rgba(114,159,210,.45);
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
    box-shadow: 0 -5px 18px rgba(0,0,0,.24);
    font-size: .82rem;
    font-weight: 600;
}
.kjv-sticky-player.is-collapsed {
    min-height: 0;
    height: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.kjv-sticky-player.is-collapsed .kjv-player-inner { display: none; }
.kjv-sticky-player.is-collapsed .kjv-player-expand-tab { display: inline-flex; }
body.kjv-player-is-collapsed { padding-bottom: 48px !important; }
.kjv-sticky-player.is-collapsed .kjv-player-expand-tab::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 1px;
    background: #44b8ff;
    border-radius: 50%;
    opacity: .7;
}

/* Fullscreen reading / TV mode. The sticky controls remain above this layer. */
.kjv-fullscreen-reader {
    position: fixed;
    inset: 0;
    z-index: 1055;
    overflow: hidden;
    color: #fff;
    background: #020914;
}
.kjv-fullscreen-reader[hidden] { display: none !important; }
.kjv-fullscreen-background,
.kjv-fullscreen-shade { position: absolute; inset: 0; }
.kjv-fullscreen-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.015);
}
.kjv-fullscreen-shade {
    background:
        radial-gradient(circle at 50% 42%, rgba(10,28,52,.14), rgba(1,7,18,.48) 68%, rgba(1,6,15,.72) 100%),
        linear-gradient(180deg, rgba(1,8,19,.24), rgba(1,8,19,.48));
}
.kjv-fullscreen-reader.kjv-fullscreen-no-image .kjv-fullscreen-shade {
    background: radial-gradient(circle at 50% 38%, #102947 0, #071628 44%, #020914 100%);
}

.kjv-fullscreen-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100% - var(--kjv-player-height));
    padding: 0;
    text-align: center;
}

/* Fixed top-left site branding. */
.kjv-fullscreen-branding {
    position: absolute;
    z-index: 3;
    top: clamp(14px, 2.2vh, 26px);
    left: clamp(14px, 2vw, 30px);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0,0,0,.62);
}
.kjv-fullscreen-logo {
    position: static;
    width: clamp(34px, 3.2vw, 48px);
    height: clamp(34px, 3.2vw, 48px);
    max-height: none;
    object-fit: contain;
    transform: none;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.45));
}
.kjv-fullscreen-site-name {
    display: inline-flex;
    align-items: baseline;
    font-size: clamp(1rem, 1.45vw, 1.35rem);
    font-weight: 700;
    letter-spacing: -.025em;
}
.kjv-fullscreen-site-audio { color: #16a9ff; }

/* Fixed heading region so the reference never moves with verse length. */
.kjv-fullscreen-heading {
    position: absolute;
    z-index: 2;
    top: clamp(64px, 8.2vh, 92px);
    left: 50%;
    width: min(1040px, calc(100% - 170px));
    transform: translateX(-50%);
}
.kjv-fullscreen-holy-bible {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 28px);
    margin-bottom: clamp(7px, 1.1vh, 13px);
    color: rgba(255,255,255,.84);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    letter-spacing: .035em;
    text-shadow: 0 2px 10px rgba(0,0,0,.55);
    white-space: nowrap;
}
.kjv-fullscreen-holy-bible::before,
.kjv-fullscreen-holy-bible::after {
    content: "";
    flex: 1 1 180px;
    max-width: 310px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(218,232,248,.72));
}
.kjv-fullscreen-holy-bible::after {
    background: linear-gradient(90deg, rgba(218,232,248,.72), transparent);
}
.kjv-fullscreen-reference {
    margin: 0;
    color: #d9ecff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 3.4vw, 3.7rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: .005em;
    text-shadow: 0 3px 14px rgba(0,0,0,.68);
}

/* Flexible verse region fills only the safe space between heading and sticky player. */
.kjv-fullscreen-verse-area {
    position: absolute;
    z-index: 1;
    top: clamp(160px, 21vh, 215px);
    right: clamp(28px, 5vw, 90px);
    bottom: clamp(18px, 2.5vh, 34px);
    left: clamp(28px, 5vw, 90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
}
.kjv-fullscreen-play-all {
    flex: 0 0 auto;
    margin: 0 0 clamp(18px, 2.5vh, 30px);
    padding: 10px 22px;
    color: #fff;
    background: #087be9;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 9px;
    box-shadow: 0 7px 24px rgba(0,78,156,.34);
    font-weight: 700;
}
.kjv-fullscreen-play-all:hover,
.kjv-fullscreen-play-all:focus { color: #fff; background: #1690ff; }
.kjv-fullscreen-verse {
    max-width: 1320px;
    max-height: 100%;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, calc(var(--kjv-reader-font-size, 1.25rem) * 2.9), 5.1rem);
    font-weight: 600;
    line-height: 1.23;
    text-wrap: balance;
    text-shadow: 0 3px 18px rgba(0,0,0,.72);
}
.kjv-fullscreen-verse.is-long { font-size: clamp(2rem, calc(var(--kjv-reader-font-size, 1.25rem) * 2.45), 4.3rem); }
.kjv-fullscreen-verse.is-extra-long { font-size: clamp(1.7rem, calc(var(--kjv-reader-font-size, 1.25rem) * 2.05), 3.55rem); }
.kjv-fullscreen-chapter-title { font-size: clamp(3.2rem, 8vw, 7rem); }

.kjv-fullscreen-close {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: rgba(2,12,28,.55);
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 10px;
    backdrop-filter: blur(7px);
}
.kjv-fullscreen-close:hover,
.kjv-fullscreen-close:focus { background: rgba(8,76,137,.72); border-color: rgba(255,255,255,.65); }
body.kjv-fullscreen-mode { overflow: hidden; }
body.kjv-fullscreen-mode .kjv-sticky-player { z-index: 1070; }
body.kjv-fullscreen-mode .kjv-sticky-player.is-collapsed { height: 0; }
body.kjv-fullscreen-mode.kjv-fullscreen-cursor-hidden,
body.kjv-fullscreen-mode.kjv-fullscreen-cursor-hidden * {
    cursor: none !important;
}

@media (max-width: 1399.98px) {
    :root { --kjv-player-height: 152px; }
    .kjv-player-main-row { flex-wrap: wrap; }
    .kjv-player-now-playing { flex: 1 1 340px; }
    .kjv-player-main-row { row-gap: 7px; }
    .player-top-button { margin-left: auto; }
}

@media (max-width: 599.98px) {
    :root { --kjv-player-height: 222px; }
    .kjv-player-inner { padding: 8px 9px 9px; }

    /* Four-row mobile sticky player. */
    .kjv-player-main-row {
        display: grid;
        grid-template-columns: auto auto auto minmax(78px, 1fr) auto;
        grid-template-rows: 46px auto 1px 36px 30px;
        align-items: center;
        gap: 6px 6px;
        width: 100%;
    }
    .kjv-player-main-row > .kjv-audio-indicator { display: none !important; }
    .kjv-player-hide { grid-column: 1; grid-row: 1; width: auto; height: 34px; justify-content: center; align-self: center; padding: 0 8px; font-size: .72rem; }
    .kjv-player-hide span { display: inline; }
    .kjv-player-play { grid-column: 2; grid-row: 1; width: 44px; height: 44px; min-width: 44px; min-height: 44px; flex-basis: 44px; align-self: center; }
    .kjv-player-stop { grid-column: 3; grid-row: 1; width: 34px; height: 34px; min-width: 34px; min-height: 34px; flex-basis: 34px; align-self: center; }
    .kjv-player-volume { grid-column: 4; grid-row: 1; min-width: 0; width: 100%; gap: 5px; }
    .kjv-volume-slider { width: 100%; max-width: none; min-width: 0; }
    .player-top-button { grid-column: 5; grid-row: 1; margin-left: 0; min-height: 34px; padding: 0 7px; font-size: .72rem; }

    .kjv-player-now-playing { grid-column: 1 / -1; grid-row: 2; min-width: 0; width: 100%; overflow: hidden; padding: 1px 2px 2px; }
    .kjv-player-title { font-size: .86rem; }
    .kjv-player-detail { font-size: .7rem; }

    .kjv-player-mobile-divider { display: block; grid-column: 1 / -1; grid-row: 3; width: 100%; height: 1px; background: rgba(255,255,255,.12); }

    .kjv-player-speed-control { grid-column: 1; grid-row: 4; min-width: 0; }
    .kjv-player-speed-control .kjv-follow-label { display: none; }
    .kjv-player-select { width: 62px; min-width: 62px; padding-left: 6px; padding-right: 22px; font-size: .72rem; }

    .kjv-reader-font-controls { grid-column: 2; grid-row: 4; display: inline-flex; flex: 0 0 auto; gap: 3px; }
    .kjv-font-size-button { min-width: 30px; padding-left: 5px; padding-right: 5px; }

    .kjv-music-selector { grid-column: 3; grid-row: 4; min-width: 0; }
    .kjv-music-style-cycle { max-width: 92px; padding: 4px 6px; gap: 4px; overflow: hidden; font-size: .68rem; }
    .kjv-music-style-cycle::before { display: none; }
    .kjv-music-style-cycle span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

    .kjv-player-fullscreen-button { grid-column: 4; grid-row: 4; justify-self: end; width: 34px; min-width: 34px; height: 34px; padding: 0; }
    .kjv-player-fullscreen-button span { display: none; }
    .kjv-player-more { grid-column: 5; grid-row: 4; justify-self: end; }
    .kjv-player-icon-button { width: 34px; height: 34px; }

    .kjv-player-toggles { grid-column: 1 / -1; grid-row: 5; display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; width: 100%; gap: 4px; padding-top: 0; }
    .kjv-player-switch { flex: 0 1 auto; gap: 4px; font-size: .71rem; }
    .kjv-player-toggles .kjv-player-switch + .kjv-player-switch { margin-left: 0; padding-left: 0; }
    .kjv-player-toggles .kjv-player-switch + .kjv-player-switch::before { display: none; }

    .kjv-player-expand-tab { left: 8px; }
    .kjv-fullscreen-branding { top: 10px; left: 10px; gap: 7px; }
    .kjv-fullscreen-logo { width: 34px; height: 34px; }
    .kjv-fullscreen-site-name { font-size: .93rem; }
    .kjv-fullscreen-heading { top: 58px; width: calc(100% - 76px); }
    .kjv-fullscreen-holy-bible { gap: 9px; margin-bottom: 6px; font-size: .86rem; }
    .kjv-fullscreen-reference { font-size: clamp(1.7rem, 7vw, 2.4rem); }
    .kjv-fullscreen-verse-area { top: 128px; right: 16px; bottom: 10px; left: 16px; }
    .kjv-fullscreen-verse { font-size: clamp(1.55rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.75), 2.75rem); line-height: 1.25; }
    .kjv-fullscreen-verse.is-long { font-size: clamp(1.38rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.52), 2.3rem); }
    .kjv-fullscreen-verse.is-extra-long { font-size: clamp(1.2rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.28), 1.9rem); }
    .kjv-fullscreen-close { top: 10px; right: 10px; width: 40px; height: 40px; }
}

/* Portrait phone fullscreen tuning: keep the header compact and give long verses more breathing room. */
@media (max-width: 599.98px) and (orientation: portrait) {
    .kjv-fullscreen-heading {
        top: 60px;
        width: calc(100% - 56px);
    }
    .kjv-fullscreen-holy-bible {
        gap: 8px;
        font-size: .82rem;
        white-space: nowrap;
    }
    .kjv-fullscreen-holy-bible::before,
    .kjv-fullscreen-holy-bible::after {
        flex-basis: 54px;
        max-width: 78px;
        min-width: 28px;
    }
    .kjv-fullscreen-reference {
        font-size: clamp(1.65rem, 6.4vw, 2.2rem);
    }
    .kjv-fullscreen-verse-area {
        top: 126px;
        right: 24px;
        left: 24px;
    }
    .kjv-fullscreen-verse {
        max-width: 100%;
        font-size: clamp(1.48rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.62), 2.5rem);
        line-height: 1.23;
    }
    .kjv-fullscreen-verse.is-long {
        font-size: clamp(1.28rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.34), 2rem);
        line-height: 1.2;
    }
    .kjv-fullscreen-verse.is-extra-long {
        font-size: clamp(1.08rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.14), 1.65rem);
        line-height: 1.17;
    }
}

/* Phone/tablet landscape: height, not width, is the limiting dimension. */
@media (orientation: landscape) and (max-height: 560px) {
    .kjv-fullscreen-branding { top: 7px; left: 10px; gap: 6px; }
    .kjv-fullscreen-logo { width: 28px; height: 28px; }
    .kjv-fullscreen-site-name { font-size: .8rem; }
    .kjv-fullscreen-close { top: 7px; right: 9px; width: 32px; height: 32px; border-radius: 8px; }
    .kjv-fullscreen-heading {
        top: 38px;
        width: min(760px, calc(100% - 120px));
    }
    .kjv-fullscreen-holy-bible {
        gap: 9px;
        margin-bottom: 2px;
        font-size: .72rem;
        line-height: 1;
    }
    .kjv-fullscreen-holy-bible::before,
    .kjv-fullscreen-holy-bible::after { max-width: 180px; }
    .kjv-fullscreen-reference {
        font-size: clamp(1.45rem, 4.5vh, 2rem);
        line-height: 1;
    }
    .kjv-fullscreen-verse-area {
        top: 92px;
        right: 28px;
        bottom: 7px;
        left: 28px;
    }
    .kjv-fullscreen-play-all {
        margin-bottom: 8px;
        padding: 6px 15px;
        font-size: .78rem;
    }
    .kjv-fullscreen-verse {
        max-width: 1100px;
        font-size: clamp(1.35rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.48), 2.3rem);
        line-height: 1.17;
    }
    .kjv-fullscreen-verse.is-long {
        font-size: clamp(1.16rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.28), 1.95rem);
    }
    .kjv-fullscreen-verse.is-extra-long {
        font-size: clamp(1rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.1), 1.62rem);
        line-height: 1.14;
    }
    .kjv-fullscreen-chapter-title { font-size: clamp(2rem, 9vh, 3.8rem); }
}

@media (orientation: landscape) and (max-height: 430px) {
    .kjv-fullscreen-branding { top: 5px; }
    .kjv-fullscreen-logo { width: 24px; height: 24px; }
    .kjv-fullscreen-site-name { font-size: .72rem; }
    .kjv-fullscreen-heading { top: 29px; }
    .kjv-fullscreen-holy-bible { font-size: .62rem; margin-bottom: 1px; }
    .kjv-fullscreen-reference { font-size: clamp(1.15rem, 4.2vh, 1.55rem); }
    .kjv-fullscreen-verse-area { top: 66px; right: 22px; bottom: 5px; left: 22px; }
    .kjv-fullscreen-verse {
        font-size: clamp(1.12rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.18), 1.8rem);
        line-height: 1.13;
    }
    .kjv-fullscreen-verse.is-long { font-size: clamp(1rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.06), 1.55rem); }
    .kjv-fullscreen-verse.is-extra-long { font-size: clamp(.88rem, calc(var(--kjv-reader-font-size, 1.25rem) * .92), 1.3rem); line-height: 1.09; }
    .kjv-fullscreen-close { width: 28px; height: 28px; }
}

@media (max-width: 389.98px) {
    :root { --kjv-player-height: 228px; }
    .kjv-player-main-row { gap: 6px 4px; }
    .kjv-player-hide { padding: 0 6px; }
    .kjv-player-switch { font-size: .67rem; }
    .kjv-player-select { width: 58px; min-width: 58px; }
    .kjv-music-style-cycle { max-width: 82px; padding-left: 5px; padding-right: 5px; }
}
.kjv-player-fullscreen-button { width: auto; min-width: 36px; gap: 6px; padding: 0 10px; white-space: nowrap; }
@media (max-width: 599.98px) { .kjv-player-fullscreen-button { width: 36px; padding: 0; } }
.kjv-fullscreen-verse-enter { animation: kjvFullscreenVerseEnter .28s ease-out; }
@keyframes kjvFullscreenVerseEnter {
    from { opacity: .28; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .kjv-fullscreen-verse-enter { animation: none; }
}

/* =========================================================
   KJV PLAYER v2.3.4 - FULLSCREEN POLISH
   ========================================================= */

/* Slightly cooler/bluer fullscreen heading colors. */
.kjv-fullscreen-holy-bible {
    color: #b9dcff;
}
.kjv-fullscreen-reference {
    color: #c9e7ff;
}

/* Idle fullscreen prompt: explanatory copy first, then a larger Play All action. */
.kjv-fullscreen-verse { order: 1; }
.kjv-fullscreen-play-all {
    order: 2;
    margin: clamp(18px, 2.5vh, 30px) 0 0;
    padding: 14px 30px;
    min-width: 170px;
    border-radius: 11px;
    font-size: 1.05rem;
    box-shadow: 0 9px 28px rgba(0,78,156,.4);
}

/* Portrait: give long verses another small reduction for breathing room. */
@media (max-width: 599.98px) and (orientation: portrait) {
    .kjv-fullscreen-verse.is-long {
        font-size: clamp(1.2rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.27), 1.88rem);
    }
    .kjv-fullscreen-verse.is-extra-long {
        font-size: clamp(1rem, calc(var(--kjv-reader-font-size, 1.25rem) * 1.05), 1.52rem);
    }
    .kjv-fullscreen-play-all {
        min-width: 184px;
        padding: 14px 28px;
        font-size: 1rem;
    }
}

/* Landscape phone/tablet: slightly larger branding and stronger centered heading hierarchy. */
@media (orientation: landscape) and (max-height: 560px) {
    .kjv-fullscreen-branding {
        top: 8px;
        left: 11px;
        gap: 7px;
    }
    .kjv-fullscreen-logo {
        width: 32px;
        height: 32px;
    }
    .kjv-fullscreen-site-name {
        font-size: .88rem;
    }
    .kjv-fullscreen-heading {
        top: 40px;
    }
    .kjv-fullscreen-holy-bible {
        margin-bottom: 7px;
        font-size: .79rem;
    }
    .kjv-fullscreen-reference {
        font-size: clamp(1.58rem, 5vh, 2.18rem);
    }
    .kjv-fullscreen-verse-area {
        top: 102px;
    }
    .kjv-fullscreen-play-all {
        min-width: 166px;
        margin-top: 10px;
        padding: 10px 22px;
        font-size: .9rem;
    }
}

/* Very short landscape screens still need compact controls, but retain the new spacing/color hierarchy. */
@media (orientation: landscape) and (max-height: 430px) {
    .kjv-fullscreen-branding { top: 5px; left: 8px; gap: 6px; }
    .kjv-fullscreen-logo { width: 27px; height: 27px; }
    .kjv-fullscreen-site-name { font-size: .78rem; }
    .kjv-fullscreen-heading { top: 31px; }
    .kjv-fullscreen-holy-bible { margin-bottom: 4px; font-size: .68rem; }
    .kjv-fullscreen-reference { font-size: clamp(1.25rem, 4.6vh, 1.68rem); }
    .kjv-fullscreen-verse-area { top: 72px; }
    .kjv-fullscreen-play-all {
        min-width: 150px;
        margin-top: 7px;
        padding: 8px 18px;
        font-size: .82rem;
    }
}

/* =========================================================
   KJV PLAYER v2.3.5 - FULLSCREEN HEADING + TRANSITION POLISH
   ========================================================= */

/* Return The Holy Bible to a warm parchment tone with a restrained outer glow. */
.kjv-fullscreen-holy-bible {
    color: #ead8b8;
    text-shadow:
        0 0 9px rgba(236, 211, 171, .30),
        0 0 18px rgba(236, 211, 171, .14),
        0 2px 10px rgba(0,0,0,.58);
}

/* Keep the reference cool/bluish so it remains distinct from the heading. */
.kjv-fullscreen-reference {
    color: #c9e7ff;
}



/* =========================================================
   KJV PLAYER v2.3.6 - FULLSCREEN COLOR + COLLAPSED PLAY/PAUSE
   ========================================================= */

/* Unified fullscreen heading colors selected for the final reader treatment. */
.kjv-fullscreen-holy-bible {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,.62);
}

.kjv-fullscreen-reference {
    color: #66a1d6;
    text-shadow:
        0 0 12px rgba(102,161,214,.16),
        0 3px 14px rgba(0,0,0,.68);
}

/* Fullscreen-only playback control shown when the sticky player is collapsed. */
.kjv-fullscreen-collapsed-play {
    position: absolute;
    z-index: 5;
    right: clamp(18px, 2.2vw, 34px);
    bottom: clamp(18px, 2.5vh, 30px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(58px, 5.2vw, 76px);
    height: clamp(58px, 5.2vw, 76px);
    padding: 0;
    color: #fff;
    background: rgba(3, 25, 50, .66);
    border: 1px solid rgba(102, 161, 214, .72);
    border-radius: 50%;
    box-shadow:
        0 8px 28px rgba(0,0,0,.34),
        inset 0 0 24px rgba(22, 111, 188, .12);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    transition: background .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.kjv-fullscreen-collapsed-play[hidden] {
    display: none !important;
}

.kjv-fullscreen-collapsed-play:hover,
.kjv-fullscreen-collapsed-play:focus-visible {
    color: #fff;
    background: rgba(5, 43, 82, .78);
    border-color: rgba(126, 190, 244, .95);
    box-shadow:
        0 10px 32px rgba(0,0,0,.38),
        0 0 18px rgba(56, 156, 238, .16),
        inset 0 0 24px rgba(22, 111, 188, .18);
    outline: none;
}

.kjv-fullscreen-collapsed-play:active {
    transform: scale(.96);
}

@media (max-width: 599.98px) {
    .kjv-fullscreen-collapsed-play {
        right: 14px;
        bottom: 14px;
        width: 60px;
        height: 60px;
        font-size: 1.35rem;
    }
}

@media (orientation: landscape) and (max-height: 560px) {
    .kjv-fullscreen-collapsed-play {
        right: 12px;
        bottom: 10px;
        width: 48px;
        height: 48px;
        font-size: 1.05rem;
    }
}

@media (orientation: landscape) and (max-height: 430px) {
    .kjv-fullscreen-collapsed-play {
        right: 10px;
        bottom: 8px;
        width: 42px;
        height: 42px;
        font-size: .95rem;
    }
}

/* =========================================================
   KJV PLAYER v2.3.8 - FULLSCREEN COLOR + BUTTON SIZE FIX
   ========================================================= */

/* Match the fullscreen reference exactly to the blue used for “Audio” in the site branding. */
.kjv-fullscreen-holy-bible {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,.58);
}

.kjv-fullscreen-reference {
    color: #16a9ff;
    text-shadow:
        0 0 12px rgba(22,169,255,.14),
        0 3px 14px rgba(0,0,0,.68);
}

/* Make the fullscreen-only collapsed Play/Pause control a little smaller. */
.kjv-fullscreen-collapsed-play {
    width: clamp(48px, 4.2vw, 64px);
    height: clamp(48px, 4.2vw, 64px);
    font-size: clamp(1.08rem, 1.55vw, 1.45rem);
}

@media (max-width: 599.98px) {
    .kjv-fullscreen-collapsed-play {
        width: 48px;
        height: 48px;
        font-size: 1.08rem;
    }
}

@media (orientation: landscape) and (max-height: 560px) {
    .kjv-fullscreen-collapsed-play {
        width: 40px;
        height: 40px;
        font-size: .9rem;
    }
}

@media (orientation: landscape) and (max-height: 430px) {
    .kjv-fullscreen-collapsed-play {
        width: 36px;
        height: 36px;
        font-size: .82rem;
    }
}


/* =========================================================
   KJV PLAYER v2.3.9 - FULLSCREEN REFERENCE + STABLE FLOATING PLAY STATE
   ========================================================= */
.kjv-fullscreen-reference {
    color: #76adde !important;
}

/* =========================================================
   KJV PLAYER v2.4.0 - iPAD / SAFARI PLAYBACK + FULLSCREEN FIXES
   ========================================================= */

/* Selected fullscreen reference color. */
.kjv-fullscreen-reference {
    color: #76adde !important;
}

/*
 * Safari on iPad is more reliable when the reader owns the dynamic viewport
 * instead of depending on Apple's native fullscreen presentation.
 */
.kjv-fullscreen-reader {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: none;
    max-height: none;
    margin: 0;
}

body.kjv-fullscreen-mode {
    overflow: hidden !important;
    overscroll-behavior: none;
}

/* iPad / iOS Safari app-style fullscreen coverage. */
@supports (-webkit-touch-callout: none) {
    body.kjv-fullscreen-mode {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    body.kjv-fullscreen-mode .kjv-fullscreen-reader {
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
    }
}

/* =========================================================
   v2.4.3 MOBILE SPACING / ALIGNMENT TUNING
   - Gives row 1 and row 3 independent breathing room using a
     12-column placement grid.
   - Centers narration volume in the available row-1 space.
   - Adds a little left inset to the mobile verse control rail.
   ========================================================= */
@media (max-width: 599.98px) {
    .kjv-player-main-row {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        column-gap: 4px;
    }

    /* Row 1: Hide | Play | Stop | Volume | Top */
    .kjv-player-hide {
        grid-column: 1 / span 2;
        justify-self: start;
        margin-right: 2px;
    }
    .kjv-player-play {
        grid-column: 3 / span 2;
        justify-self: center;
    }
    .kjv-player-stop {
        grid-column: 5;
        justify-self: center;
    }
    .kjv-player-volume {
        grid-column: 6 / span 5;
        justify-self: center;
        width: min(100%, 150px);
        max-width: 150px;
    }
    .kjv-volume-slider {
        width: 100%;
        min-width: 0;
    }
    .player-top-button {
        grid-column: 11 / span 2;
        justify-self: end;
    }

    /* Row 3: Speed | A-/A+ | Music | Fullscreen | More */
    .kjv-player-speed-control {
        grid-column: 1 / span 2;
        justify-self: start;
    }
    .kjv-reader-font-controls {
        grid-column: 3 / span 2;
        justify-self: center;
        min-width: 0;
        gap: 1px;
    }
    .kjv-font-size-button {
        min-width: 27px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .kjv-music-selector {
        grid-column: 5 / span 4;
        justify-self: center;
        min-width: 0;
        max-width: 100%;
    }
    .kjv-music-style-cycle {
        max-width: 100%;
    }
    .kjv-player-fullscreen-button {
        grid-column: 9 / span 2;
        justify-self: center;
    }
    .kjv-player-more {
        grid-column: 11 / span 2;
        justify-self: end;
    }

    /* Mobile verse rail: give the controls breathing room from
       the card edge, especially when the active left accent shows. */
    .kjv-verse {
        grid-template-columns: 46px minmax(0,1fr);
        column-gap: 8px;
        padding-left: 5px;
    }
    .kjv-verse-number,
    .kjv-verse-button,
    .kjv-verse > .kjv-row-actions {
        justify-self: center;
    }
}

@media (max-width: 389.98px) {
    .kjv-player-main-row { column-gap: 3px; }
    .kjv-player-hide { padding-left: 5px; padding-right: 5px; }
    .kjv-player-volume { width: min(100%, 128px); max-width: 128px; }
    .kjv-font-size-button { min-width: 25px; padding-left: 2px; padding-right: 2px; }
}

/* =========================================================
   v2.4.4 MOBILE PLAYER COMPACT / CONTROL ALIGNMENT TUNING
   - Separates speed and font-size controls on narrow emulators.
   - Removes excess empty space below the last mobile control row.
   - Optically centers Play and Stop Font Awesome icons.
   ========================================================= */
@media (max-width: 599.98px) {
    /* Let the mobile player size itself to its actual content instead
       of forcing the older fixed minimum height. Keep a small safe-area
       cushion for phones with a bottom home indicator. */
    :root { --kjv-player-height: 194px; }
    .kjv-sticky-player { min-height: 0; }
    .kjv-player-inner {
        padding-top: 8px;
        padding-right: 9px;
        padding-bottom: max(7px, env(safe-area-inset-bottom));
        padding-left: 9px;
    }

    /* Row 3: give Speed a full three columns so the A- control can
       never intrude into the select, even in browser mobile emulators. */
    .kjv-player-speed-control {
        grid-column: 1 / span 3;
        justify-self: start;
        min-width: 0;
    }
    .kjv-reader-font-controls {
        grid-column: 4 / span 2;
        justify-self: center;
        min-width: 0;
        gap: 2px;
    }
    .kjv-music-selector {
        grid-column: 6 / span 3;
        justify-self: center;
        min-width: 0;
        max-width: 100%;
    }
    .kjv-player-fullscreen-button {
        grid-column: 9 / span 2;
        justify-self: center;
    }
    .kjv-player-more {
        grid-column: 11 / span 2;
        justify-self: end;
    }

    .kjv-font-size-button {
        min-width: 25px;
        padding-left: 2px;
        padding-right: 2px;
    }

    /* Keep Music: Guitar / Music: Off compact on narrow screens. */
    .kjv-music-style-cycle {
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Explicit flex centering removes Bootstrap button line-height/padding
       influence. Tiny transforms are optical corrections for the glyphs. */
    .kjv-player-play,
    .kjv-player-stop {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        line-height: 1;
    }
    .kjv-player-play > i {
        display: block;
        margin: 0;
        transform: translateX(1px);
    }
    .kjv-player-stop > i {
        display: block;
        margin: 0;
        transform: translate(-1px, -1px);
    }
}

@media (max-width: 389.98px) {
    :root { --kjv-player-height: 190px; }
    .kjv-player-select { width: 58px; min-width: 58px; }
    .kjv-reader-font-controls { gap: 0; }
    .kjv-font-size-button { min-width: 24px; padding-left: 1px; padding-right: 1px; }
    .kjv-music-style-cycle { font-size: .66rem; }
}

/* =========================================================
   v2.4.5 RESPONSIVE PLAYER + MOBILE VERSE ROW TUNING

   Tablet/Desktop player arrangement:
   Row 1: Hide | Play | Stop | Current verse | Fullscreen | Top
   Row 2: Speed | Volume | Text size | Playback toggles | Music | More

   Phone verse arrangement:
   Verse number is visually inline with the beginning of the verse text.
   Play + More actions are stacked in a compact rail on the right.
   ========================================================= */

/* Tablet and desktop use the same two-row player arrangement. */
@media (min-width: 600px) {
    :root { --kjv-player-height: 132px; }

    .kjv-player-inner {
        padding: 10px 18px 11px;
    }

    .kjv-player-main-row {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 8px;
        row-gap: 9px;
        min-width: 0;
    }

    /* Hide the decorative indicator here so the control order is exact. */
    .kjv-player-main-row > .kjv-audio-indicator {
        display: none !important;
    }

    /* Row 1 */
    .kjv-player-hide {
        grid-column: 1 / span 2;
        grid-row: 1;
        justify-self: start;
    }

    .kjv-player-play {
        grid-column: 3;
        grid-row: 1;
        justify-self: center;
    }

    .kjv-player-stop {
        grid-column: 4;
        grid-row: 1;
        justify-self: center;
    }

    .kjv-player-now-playing {
        grid-column: 5 / span 5;
        grid-row: 1;
        width: 100%;
        min-width: 0;
    }

    .kjv-player-fullscreen-button {
        grid-column: 10;
        grid-row: 1;
        justify-self: end;
        margin: 0;
    }

    .player-top-button {
        grid-column: 11 / span 2;
        grid-row: 1;
        justify-self: end;
        margin-left: 0;
    }

    /* The divider is phone-only. */
    .kjv-player-mobile-divider {
        display: none;
    }

    /* Row 2 */
    .kjv-player-speed-control {
        grid-column: 1 / span 2;
        grid-row: 2;
        justify-self: start;
        min-width: 0;
    }

    .kjv-player-volume {
        grid-column: 3 / span 2;
        grid-row: 2;
        justify-self: stretch;
        width: 100%;
        max-width: 190px;
        min-width: 0;
    }

    .kjv-volume-slider {
        width: 100%;
        min-width: 0;
    }

    .kjv-reader-font-controls {
        grid-column: 5 / span 2;
        grid-row: 2;
        justify-self: start;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        min-width: 0;
    }

    .kjv-player-toggles {
        grid-column: 7 / span 4;
        grid-row: 2;
        justify-self: start;
        display: inline-flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 5px 9px;
        min-width: 0;
    }

    .kjv-music-selector {
        grid-column: 11;
        grid-row: 2;
        justify-self: end;
        min-width: 0;
        max-width: 100%;
    }

    .kjv-music-style-cycle {
        max-width: 100%;
        overflow: hidden;
    }

    .kjv-music-style-cycle span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kjv-player-more {
        grid-column: 12;
        grid-row: 2;
        justify-self: end;
    }
}

/* Tablet compaction while preserving the exact desktop two-row order. */
@media (min-width: 600px) and (max-width: 1199.98px) {
    :root { --kjv-player-height: 128px; }

    .kjv-player-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .kjv-player-main-row {
        column-gap: 5px;
        row-gap: 7px;
    }

    .kjv-player-hide {
        font-size: .72rem;
        padding-left: 7px;
        padding-right: 7px;
    }

    .kjv-player-play {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        flex-basis: 48px;
    }

    .kjv-player-stop {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        flex-basis: 38px;
    }

    .kjv-player-title { font-size: .9rem; }
    .kjv-player-detail { font-size: .72rem; }

    .kjv-player-speed-control .kjv-follow-label {
        display: none;
    }

    .kjv-player-select {
        width: 68px;
        min-width: 68px;
        font-size: .72rem;
    }

    .kjv-player-volume {
        max-width: 125px;
        gap: 5px;
    }

    .kjv-font-size-button {
        min-width: 28px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .kjv-player-toggles {
        gap: 4px 6px;
    }

    .kjv-player-switch {
        gap: 4px;
        font-size: .68rem;
    }

    .kjv-player-toggles .kjv-player-switch + .kjv-player-switch {
        margin-left: 0;
        padding-left: 0;
    }

    .kjv-player-toggles .kjv-player-switch + .kjv-player-switch::before {
        display: none;
    }

    .kjv-music-style-cycle {
        padding-left: 5px;
        padding-right: 5px;
        font-size: .68rem;
    }

    .kjv-player-fullscreen-button {
        width: 38px;
        min-width: 38px;
        padding: 0;
    }

    .kjv-player-fullscreen-button span {
        display: none;
    }

    .kjv-player-icon-button {
        width: 38px;
        height: 38px;
    }

    .player-top-button {
        padding-left: 8px;
        padding-right: 8px;
        font-size: .72rem;
    }
}

/* Phone verse rows: inline-style verse number on the left, stacked controls right. */
@media (max-width: 599.98px) {
    .kjv-verse {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        grid-template-rows: auto auto;
        column-gap: 7px;
        row-gap: 4px;
        align-items: start;
        min-height: 58px;
        padding: 8px 6px 8px 10px;
    }

    .kjv-verse-number {
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 12px;
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        color: var(--kjv-text);
        font-size: .78em;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
    }

    .kjv-verse-text {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding-left: 30px;
    }

    .kjv-verse-button {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        justify-self: center;
        margin: 0;
    }

    .kjv-verse > .kjv-row-actions {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        justify-self: center;
        margin: 0;
    }

    .kjv-verse > .kjv-row-actions .kjv-actions-toggle {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    /* Keep a little extra breathing room inside the active blue accent. */
    .kjv-verse.active-audio .kjv-verse-number {
        left: 14px;
    }

    .kjv-verse.active-audio .kjv-verse-text {
        padding-left: 32px;
    }
}

/* =========================================================
   v2.4.6 TABLET/DESKTOP COMPACT ALIGNMENT + MOBILE VERSE ROW

   Tablet/Desktop player:
   Row 1: Hide | Play | Stop | Now Playing          Fullscreen | Top
   Row 2: Speed | Volume | Text Size | Toggles | Music | More
   All row-2 controls stay grouped left. Only Fullscreen + Top are pushed right.

   Phone verse rows:
   Keep the desktop-style verse-number column and text column.
   Stack Play + More in one compact right-side control rail.
   ========================================================= */

/* Tablet + desktop: use compact flex rows instead of distributing controls
   across a 12-column grid. The existing mobile divider acts as the row break. */
@media (min-width: 600px) {
    .kjv-player-main-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        column-gap: 10px;
        row-gap: 8px;
        min-width: 0;
    }

    .kjv-player-main-row > .kjv-audio-indicator {
        display: none !important;
    }

    /* First row */
    .kjv-player-hide {
        order: 10;
        flex: 0 0 auto;
        justify-self: auto;
        margin: 0;
    }

    .kjv-player-play {
        order: 20;
        flex: 0 0 auto;
        justify-self: auto;
        margin: 0;
    }

    .kjv-player-stop {
        order: 30;
        flex: 0 0 auto;
        justify-self: auto;
        margin: 0;
    }

    .kjv-player-now-playing {
        order: 40;
        flex: 1 1 320px;
        width: auto;
        max-width: 620px;
        min-width: 180px;
        justify-self: auto;
        margin: 0;
    }

    .kjv-player-fullscreen-button {
        order: 50;
        flex: 0 0 auto;
        justify-self: auto;
        margin: 0 0 0 auto;
    }

    .player-top-button {
        order: 60;
        flex: 0 0 auto;
        justify-self: auto;
        margin: 0;
    }

    /* Force a clean new row after Top. */
    .kjv-player-mobile-divider {
        order: 70;
        display: block;
        flex: 0 0 100%;
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    /* Second row - deliberately compact and left aligned. */
    .kjv-player-speed-control {
        order: 80;
        flex: 0 0 auto;
        justify-self: auto;
        min-width: 0;
        margin: 0;
    }

    .kjv-player-volume {
        order: 90;
        flex: 0 0 175px;
        width: 175px;
        max-width: 175px;
        min-width: 120px;
        justify-self: auto;
        margin: 0;
    }

    .kjv-reader-font-controls {
        order: 100;
        flex: 0 0 auto;
        justify-self: auto;
        margin: 0;
    }

    .kjv-player-toggles {
        order: 110;
        flex: 0 0 auto;
        justify-self: auto;
        display: inline-flex;
        align-items: center;
        flex-wrap: nowrap;
        width: auto;
        min-width: 0;
        gap: 5px 10px;
        margin: 0;
    }

    .kjv-music-selector {
        order: 120;
        flex: 0 0 auto;
        justify-self: auto;
        width: auto;
        max-width: 150px;
        min-width: 0;
        margin: 0;
    }

    .kjv-player-more {
        order: 130;
        flex: 0 0 auto;
        justify-self: auto;
        margin: 0;
    }
}

/* Tablet: same control order/rows as desktop, only slightly tighter. */
@media (min-width: 600px) and (max-width: 1199.98px) {
    .kjv-player-main-row {
        column-gap: 7px;
        row-gap: 7px;
    }

    .kjv-player-now-playing {
        flex-basis: 220px;
        max-width: 470px;
        min-width: 150px;
    }

    .kjv-player-volume {
        flex-basis: 118px;
        width: 118px;
        max-width: 118px;
        min-width: 100px;
    }

    .kjv-player-toggles {
        gap: 4px 7px;
    }

    .kjv-music-selector {
        max-width: 124px;
    }
}

/* Phone verse rows: desktop-style number + text, with stacked right controls. */
@media (max-width: 599.98px) {
    .kjv-verse {
        position: relative;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 44px;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 8px;
        row-gap: 4px;
        min-height: 58px;
        padding: 8px 6px 8px 0;
    }

    .kjv-verse-number {
        position: static;
        z-index: auto;
        grid-column: 1;
        grid-row: 1 / span 2;
        align-self: center;
        justify-self: stretch;
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        color: var(--kjv-text);
        font-size: inherit;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
    }

    .kjv-verse-text {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding-left: 0;
    }

    .kjv-verse-button {
        grid-column: 3;
        grid-row: 1;
        align-self: end;
        justify-self: center;
        margin: 0;
    }

    .kjv-verse > .kjv-row-actions {
        grid-column: 3;
        grid-row: 2;
        align-self: start;
        justify-self: center;
        margin: 0;
    }

    .kjv-verse > .kjv-row-actions .kjv-actions-toggle {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    /* Cancel the prior inline-number active-verse offsets. */
    .kjv-verse.active-audio .kjv-verse-number {
        position: static;
    }

    .kjv-verse.active-audio .kjv-verse-text {
        padding-left: 0;
    }
}


/* =========================================================
   v2.4.7 READ MODE + RESPONSIVE CONTROL PLACEMENT
   ========================================================= */
.kjv-read-mode-selector {
    position: relative;
    flex: 0 0 auto;
    min-width: 0;
}

.kjv-read-mode-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 0 1px;
    padding: 3px 8px 3px 12px;
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    font-size: .76rem;
    line-height: 1.15;
    font-weight: 400;
    white-space: nowrap;
}

.kjv-read-mode-button:hover,
.kjv-read-mode-button:focus-visible,
.kjv-read-mode-button[aria-expanded="true"],
.kjv-read-mode-button.is-active {
    color: #fff;
    border-color: rgba(118,173,222,.85);
    background: rgba(118,173,222,.16);
}

.kjv-read-mode-menu {
    min-width: 205px;
}

.kjv-read-mode-options {
    display: grid;
    gap: 3px;
}

.kjv-read-mode-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 9px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: inherit;
    text-align: left;
    font-size: .84rem;
}

.kjv-read-mode-option:hover,
.kjv-read-mode-option:focus-visible {
    background: rgba(255,255,255,.09);
}

.kjv-read-mode-option > i {
    width: 14px;
    text-align: center;
}

.kjv-read-mode-off {
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,.12);
    border-radius: 0 0 5px 5px;
}

/* Read Mode is intentional reading, not narration-follow highlighting. */
body.kjv-read-mode-active .kjv-verse.active-audio,
body.kjv-read-mode-active .kjv-chapter-heading.active-audio {
    background: inherit;
    box-shadow: none;
}

/* Quiet-reading safety: narration starters remain visible, but cannot be triggered. */
body.kjv-read-mode-active .kjv-verse-button:disabled,
body.kjv-read-mode-active [data-play-chapter]:disabled,
body.kjv-read-mode-active #kjvPlayerPlay:disabled,
body.kjv-read-mode-active #kjvSearchPlayAll:disabled,
body.kjv-read-mode-active #kjvFullscreenPlayAll:disabled,
body.kjv-read-mode-active #kjvFullscreenCollapsedPlay:disabled {
    opacity: .38 !important;
    filter: grayscale(.35);
    cursor: not-allowed !important;
    box-shadow: none !important;
    transform: none !important;
}

body.kjv-read-mode-active .kjv-verse-button:disabled:hover,
body.kjv-read-mode-active [data-play-chapter]:disabled:hover {
    background: inherit;
}

/* Tablet + desktop: Read Mode sits directly between Music and More. */
@media (min-width: 600px) {
    .kjv-music-selector { order: 120; }
    .kjv-read-mode-selector {
        order: 125;
        max-width: 142px;
    }
    .kjv-player-more { order: 130; }
}

@media (min-width: 600px) and (max-width: 1199.98px) {
    .kjv-music-style-cycle,
    .kjv-read-mode-button {
        min-height: 30px;
        padding: 5px 8px;
        font-size: .72rem;
        line-height: 1.15;
    }

    .kjv-player-hide,
    .player-top-button {
        height: 38px;
        min-height: 38px;
    }
}

/* Phone layout:
   Row 1: Hide | Play | Stop | Volume | Top
   Row 2: Current reference/verse                  Fullscreen | More
   divider
   Row 3: Speed | A-/A+ | Music | Read Mode
   Row 4: Follow Verse | Play Book & Ch. Titles | Continuous Playback
*/
@media (max-width: 599.98px) {
    .kjv-player-now-playing {
        grid-column: 1 / span 8 !important;
        grid-row: 2 !important;
        min-width: 0;
        padding-right: 4px;
    }

    .kjv-player-fullscreen-button {
        grid-column: 9 / span 2 !important;
        grid-row: 2 !important;
        align-self: center;
        justify-self: end !important;
    }

    .kjv-player-more {
        grid-column: 11 / span 2 !important;
        grid-row: 2 !important;
        align-self: center;
        justify-self: end !important;
    }

    .kjv-player-mobile-divider {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
    }

    .kjv-player-speed-control {
        grid-column: 1 / span 3 !important;
        grid-row: 4 !important;
        justify-self: start;
    }

    .kjv-reader-font-controls {
        grid-column: 4 / span 2 !important;
        grid-row: 4 !important;
        justify-self: stretch;
        justify-content: center;
        width: 100%;
        gap: 2px;
    }

    .kjv-font-size-button {
        min-width: 30px;
        height: 30px;
        padding: 0 3px;
        font-size: .84rem;
    }

    .kjv-music-selector {
        grid-column: 6 / span 3 !important;
        grid-row: 4 !important;
        justify-self: center;
        max-width: 100%;
    }

    .kjv-read-mode-selector {
        grid-column: 9 / span 4 !important;
        grid-row: 4 !important;
        justify-self: end;
        max-width: 100%;
        min-width: 0;
    }

    .kjv-music-style-cycle,
    .kjv-read-mode-button {
        max-width: 100%;
        min-height: 28px;
        padding: 5px 8px;
        font-size: .72rem;
        line-height: 1.15;
        overflow: hidden;
    }

    .kjv-read-mode-button span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kjv-player-toggles {
        grid-column: 1 / -1 !important;
        grid-row: 5 !important;
        justify-self: stretch;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 4px 8px;
    }

    .kjv-player-switch {
        gap: 5px;
        font-size: .74rem;
        white-space: nowrap;
    }

    .kjv-player-switch .form-check-input {
        flex: 0 0 auto;
        width: 1.05em;
        height: 1.05em;
    }
}

@media (max-width: 389.98px) {
    .kjv-font-size-button {
        min-width: 28px;
        font-size: .82rem;
    }

    .kjv-music-style-cycle,
    .kjv-read-mode-button {
        min-height: 27px;
        padding: 4px 6px;
        font-size: .68rem;
    }
    .kjv-player-switch { font-size: .70rem; }
}

/* =========================================================
   KJV PLAYER v2.3.6 - IDLE START + FULLSCREEN START CHOICES
   ========================================================= */
.kjv-fullscreen-start-actions {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    margin: clamp(18px, 2.5vh, 30px) 0 0;
}

.kjv-fullscreen-start-actions[hidden],
.kjv-fullscreen-start[hidden],
.kjv-fullscreen-play-all[hidden] {
    display: none !important;
}

.kjv-fullscreen-start,
.kjv-fullscreen-start-actions .kjv-fullscreen-play-all {
    order: initial;
    min-width: 170px;
    margin: 0;
    padding: 14px 26px;
    color: #fff;
    background: #087be9;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 11px;
    box-shadow: 0 9px 28px rgba(0,78,156,.4);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.kjv-fullscreen-start:hover,
.kjv-fullscreen-start:focus,
.kjv-fullscreen-start-actions .kjv-fullscreen-play-all:hover,
.kjv-fullscreen-start-actions .kjv-fullscreen-play-all:focus {
    color: #fff;
    background: #1690ff;
}

.kjv-fullscreen-start-actions .kjv-fullscreen-play-all.is-secondary {
    color: #d9ecff;
    background: rgba(2,22,43,.58);
    border-color: rgba(132,198,255,.72);
    box-shadow: none;
}

.kjv-fullscreen-start-actions .kjv-fullscreen-play-all.is-secondary:hover,
.kjv-fullscreen-start-actions .kjv-fullscreen-play-all.is-secondary:focus {
    color: #fff;
    background: rgba(8,123,233,.32);
    border-color: #9bd3ff;
}

@media (max-width: 599.98px) and (orientation: portrait) {
    .kjv-fullscreen-start-actions {
        width: min(100%, 330px);
        flex-direction: column;
        gap: .6rem;
    }

    .kjv-fullscreen-start,
    .kjv-fullscreen-start-actions .kjv-fullscreen-play-all {
        width: 100%;
        min-width: 0;
        padding: 13px 18px;
    }
}

@media (orientation: landscape) and (max-height: 560px) {
    .kjv-fullscreen-start-actions {
        gap: .55rem;
        margin-top: 10px;
    }

    .kjv-fullscreen-start,
    .kjv-fullscreen-start-actions .kjv-fullscreen-play-all {
        min-width: 150px;
        padding: 9px 18px;
        font-size: .86rem;
    }
}

@media (orientation: landscape) and (max-height: 430px) {
    .kjv-fullscreen-start-actions {
        gap: .45rem;
        margin-top: 7px;
    }

    .kjv-fullscreen-start,
    .kjv-fullscreen-start-actions .kjv-fullscreen-play-all {
        min-width: 138px;
        padding: 7px 14px;
        font-size: .78rem;
    }
}
