.ebd-bible {
    background: var(--ebd-bg, #f8f9fa);
    color: var(--ebd-secondary, #2c3e50);
}

.ebd-bible-hero {
    background: linear-gradient(135deg, #1a2634 0%, #25384b 62%, #c5a059 140%);
    color: #fff;
    padding: clamp(48px, 7vw, 88px) 0;
}

.ebd-bible-hero h1,
.ebd-bible-hero h2 {
    color: #fff;
    max-width: 900px;
}

.ebd-bible-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
}

.ebd-bible-kicker {
    color: #ead8a8 !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: .8rem !important;
}

.ebd-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    font-size: .9rem;
}

.ebd-breadcrumb a,
.ebd-breadcrumb span {
    color: rgba(255, 255, 255, .86);
}

.ebd-breadcrumb a::after {
    content: "/";
    margin-left: 8px;
    color: rgba(255, 255, 255, .45);
}

.ebd-bible-search {
    position: relative;
    display: flex;
    gap: 10px;
    max-width: 760px;
    margin-top: 28px;
}

.ebd-bible-search input {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    padding: 0 16px;
    color: #1a2634;
    background: #fff;
}

.ebd-bible-search button,
.ebd-bible-actions button,
.ebd-bible-actions a,
.ebd-bible-button,
.ebd-bible-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    padding: 0 16px;
    background: var(--ebd-accent, #c5a059);
    color: #17202b;
    font-weight: 800;
    cursor: pointer;
}

.ebd-bible-actions .is-active {
    background: #fff;
    color: #7a5b17;
}

.ebd-bible-search__results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 112px;
    z-index: 20;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, .18));
}

.ebd-bible-search__results a {
    display: block;
    padding: 12px 14px;
    border-bottom: 1px solid #eef2f6;
    color: #1a2634;
}

.ebd-bible-search__results span {
    display: block;
    color: #607086;
    font-size: .88rem;
}

.ebd-bible-section,
.ebd-bible-layout {
    padding-top: 44px;
    padding-bottom: 56px;
}

.ebd-bible-section__head {
    max-width: 760px;
    margin-bottom: 24px;
}

.ebd-bible-book-group {
    margin-bottom: 34px;
}

.ebd-bible-book-grid,
.ebd-bible-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.ebd-bible-book-card,
.ebd-bible-related__grid a,
.ebd-bible-side,
.ebd-bible-empty {
    display: block;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .05));
}

.ebd-bible-ai {
    border: 1px solid #d9e1ea;
    border-left: 4px solid var(--ebd-accent, #c5a059);
    border-radius: 8px;
    margin-bottom: 28px;
    padding: 18px;
    background: #fff;
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .05));
}

.ebd-bible-ai strong {
    display: block;
    color: #1a2634;
    font-size: 1.12rem;
    margin-bottom: 8px;
}

.ebd-bible-ai h3 {
    font-size: 1rem;
    margin: 14px 0 6px;
}

.ebd-bible-book-card strong,
.ebd-bible-related__grid strong {
    display: block;
    color: #1a2634;
}

.ebd-bible-book-card span,
.ebd-bible-related__grid span {
    color: #66758a;
    font-size: .9rem;
}

.ebd-bible-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
}

.ebd-bible-main {
    min-width: 0;
}

.ebd-bible-facts,
.ebd-bible-actions,
.ebd-bible-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ebd-bible-facts span {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    padding: 8px 12px;
    color: #fff;
}

.ebd-bible-chapters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 28px;
}

.ebd-bible-chapters a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    background: #fff;
    color: #1a2634;
    font-weight: 800;
}

.ebd-bible-verse-list {
    list-style: none;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.ebd-bible-verse-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    border-bottom: 1px solid #e8edf3;
    padding-bottom: 14px;
}

.ebd-bible-verse-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fff4d8;
    color: #7a5b17;
    font-weight: 900;
}

.ebd-bible-quote {
    max-width: 860px;
    margin: 24px 0 0;
    border-left: 4px solid var(--ebd-accent, #c5a059);
    padding-left: 18px;
    color: #fff;
    font-family: var(--font-heading, serif);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1.35;
}

.ebd-bible-side {
    position: sticky;
    top: 96px;
    align-self: start;
}

.ebd-bible-nav--stack {
    display: grid;
}

.ebd-bible-faq details {
    border-bottom: 1px solid #e5ebf2;
    padding: 12px 0;
}

.ebd-bible-ref {
    border-bottom: 1px dotted currentColor;
    color: var(--ebd-accent, #c5a059);
    font-weight: 800;
}

.ebd-bible-popover {
    position: fixed;
    z-index: 99999;
    max-width: min(360px, calc(100vw - 24px));
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 24, 40, .22);
    color: #1a2634;
}

.ebd-bible-popover strong {
    display: block;
    margin-bottom: 6px;
}

@media (max-width: 860px) {
    .ebd-bible-search,
    .ebd-bible-layout {
        display: block;
    }

    .ebd-bible-search button {
        width: 100%;
        margin-top: 10px;
    }

    .ebd-bible-search__results {
        right: 0;
    }

    .ebd-bible-side {
        position: static;
        margin-top: 24px;
    }
}

/* Book page final polish: preserves the established EBD 360 design system. */
.ebd-bible .ebd-bible-hero--book {
    padding-bottom: clamp(64px, 6vw, 88px) !important;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__lead {
    max-width: 760px;
    margin-bottom: 24px;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
    margin-top: 0;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    border: 0;
    border-radius: 0;
    padding: 0 16px;
    background: transparent;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 700;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span:first-child {
    padding-left: 0;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c5a059;
    content: "";
    transform: translate(50%, -50%);
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts .dashicons {
    width: 16px;
    height: 16px;
    color: #dfbd70;
    font-size: 16px;
}

.ebd-bible .ebd-bible-layout--book {
    margin-top: clamp(38px, 4vw, 58px) !important;
    margin-bottom: clamp(64px, 6vw, 92px) !important;
    gap: clamp(24px, 3vw, 38px) !important;
}

.ebd-bible-layout--book .ebd-bible-main {
    padding: clamp(24px, 3vw, 38px) !important;
}

.ebd-bible-layout--book .ebd-bible-main > section {
    scroll-margin-top: 112px;
}

.ebd-bible-book-keyverse,
.ebd-bible-book-intro,
.ebd-bible-book-timeline,
.ebd-bible-book-themes,
.ebd-bible-book-chapters,
.ebd-bible-book-resources {
    margin-bottom: clamp(30px, 3.2vw, 44px);
}

.ebd-bible-book-keyverse {
    position: relative;
    overflow: hidden;
    padding: clamp(22px, 2.6vw, 30px);
}

.ebd-bible-book-keyverse::after {
    position: absolute;
    right: -24px;
    bottom: -38px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(197, 160, 89, .16);
    border-radius: 50%;
    content: "";
}

.ebd-bible-book-keyverse blockquote {
    max-width: 31ch;
    margin-top: 14px;
    font-size: clamp(22px, 2.5vw, 31px);
    line-height: 1.38;
}

.ebd-bible-book-keyverse__actions {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    padding-top: 14px;
}

.ebd-bible-book-keyverse__actions strong {
    font-size: 15px;
    letter-spacing: .02em;
}

.ebd-bible-book-keyverse__actions a,
.ebd-bible-book-keyverse__actions button {
    padding: 8px 13px;
    font-size: 12px;
}

.ebd-bible-book-quickfacts {
    gap: 12px;
    margin-bottom: clamp(32px, 3.5vw, 46px);
}

.ebd-bible-book-quickfacts > div {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 108px;
    padding: 20px 48px 20px 20px;
    background: linear-gradient(145deg, #fff, #f8fafc);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ebd-bible-book-quickfacts > div:hover {
    border-color: rgba(197, 160, 89, .46);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    transform: translateY(-1px);
}

.ebd-bible-book-quickfacts > div > .dashicons {
    position: absolute;
    top: 19px;
    right: 18px;
    width: 22px;
    height: 22px;
    color: #b2822c;
    font-size: 22px;
}

.ebd-bible-book-quickfacts small {
    color: #7b8ca2;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ebd-bible-book-quickfacts strong {
    margin-top: 8px;
    font-size: 17px;
}

.ebd-bible-book-intro,
.ebd-bible-book-timeline,
.ebd-bible-book-chapters {
    border-top: 1px solid #e7edf3;
    padding-top: clamp(28px, 3.5vw, 42px);
}

.ebd-bible-book-intro h2,
.ebd-bible-book-timeline h2,
.ebd-bible-book-chapters h2 {
    margin: 12px 0 16px;
    font-size: clamp(30px, 2.8vw, 42px);
}

.ebd-bible-book-search {
    margin-bottom: clamp(30px, 3vw, 42px);
}

.ebd-bible-book-search label {
    gap: 9px;
}

.ebd-bible-book-search label > span:first-child {
    font-size: 13px;
}

.ebd-bible-book-search__field {
    position: relative;
    display: flex !important;
    align-items: center;
}

.ebd-bible-book-search__field > .dashicons-search {
    position: absolute;
    left: 18px;
    z-index: 1;
    color: #71839a;
    pointer-events: none;
}

.ebd-bible-book-search__field input {
    width: 100%;
    min-height: 60px;
    padding: 0 54px 0 50px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ebd-bible-book-search__field input:focus {
    border-color: rgba(197, 160, 89, .78);
    background: #fffefb;
    box-shadow: 0 0 0 4px rgba(197, 160, 89, .12), 0 14px 30px rgba(15, 23, 42, .07);
}

.ebd-bible-book-search__field button {
    position: absolute;
    right: 12px;
    display: inline-grid;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    place-items: center;
    background: #eef3f7;
    color: #53657b;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.ebd-bible-book-search__field button:hover {
    background: #172233;
    color: #fff;
    transform: scale(1.03);
}

.ebd-bible-book-timeline ol {
    gap: 0;
    margin-top: 24px;
}

.ebd-bible-book-timeline li {
    position: relative;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 28px;
    border: 0;
    border-radius: 0;
    padding: 0 0 28px 40px;
    background: transparent;
}

.ebd-bible-book-timeline li:not(:last-child)::before {
    position: absolute;
    top: 16px;
    bottom: -2px;
    left: 11px;
    width: 1px;
    background: linear-gradient(#c5a059, rgba(197, 160, 89, .18));
    content: "";
}

.ebd-bible-book-timeline li::after {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #c5a059;
    box-shadow: 0 0 0 1px rgba(197, 160, 89, .45);
    content: "";
}

.ebd-bible-book-timeline li > span {
    font-size: 12px;
    line-height: 1.45;
}

.ebd-bible-book-timeline li strong {
    display: block;
    font-size: 16px;
    line-height: 1.35;
}

.ebd-bible-book-timeline li p {
    margin: 6px 0 0;
    color: #6a7b90;
    font-size: 14px;
    line-height: 1.55;
}

.ebd-bible-book-themes a {
    min-height: 42px;
    padding: 11px 18px;
    font-size: 13px;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.ebd-bible-book-themes a:hover,
.ebd-bible-book-themes a:focus-visible {
    border-color: #c5a059;
    background: #c5a059;
    color: #172233;
    transform: translateY(-1px);
}

.ebd-bible-chapter-cards {
    gap: 16px;
}

.ebd-bible-chapter-cards > a {
    position: relative;
    overflow: hidden;
    min-height: 228px;
    gap: 8px;
    padding: 22px;
    border-color: #dce6ef;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.ebd-bible-chapter-cards > a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c5a059, transparent 72%);
    content: "";
    opacity: .55;
}

.ebd-bible-chapter-cards > a[data-reading-state="pending"] {
    background: #fafbfd;
}

.ebd-bible-chapter-card__eyebrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ebd-bible-chapter-card__eyebrow i {
    border-radius: 999px;
    padding: 6px 9px;
    background: #edf7ef;
    color: #47724e;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .06em;
}

[data-reading-state="pending"] .ebd-bible-chapter-card__eyebrow i {
    background: #eef2f6;
    color: #71839a;
}

.ebd-bible-chapter-cards em {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.ebd-bible-chapter-cards em .dashicons {
    width: 15px;
    height: 15px;
    font-size: 15px;
}

.ebd-bible-chapter-cards p {
    margin: 4px 0;
    font-size: 14px;
}

.ebd-bible-chapter-cards b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #edf1f5;
    font-size: 13px;
}

.ebd-bible-book-resources > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ebd-bible-book-resources > div > span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 2px 10px;
    min-height: 78px;
    border-radius: 16px;
    padding: 14px;
    background: linear-gradient(145deg, #fff, #f8fafc);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ebd-bible-book-resources > div > span:hover {
    border-color: rgba(197, 160, 89, .52);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .065);
    transform: translateY(-1px);
}

.ebd-bible-book-resources .dashicons {
    grid-row: 1 / 3;
    align-self: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fbf4df;
    color: #9a6a14;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.ebd-bible-book-resources strong {
    align-self: end;
    font-size: 13px;
}

.ebd-bible-book-resources small {
    align-self: start;
    color: #7b8ca2;
    font-size: 10px;
}

.ebd-bible .ebd-bible-side--book {
    display: grid;
    align-self: start;
    gap: 16px;
    max-height: calc(100vh - 132px);
    padding: 0;
    background: transparent;
    box-shadow: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(197, 160, 89, .55) transparent;
}

.ebd-bible-book-side-card {
    border: 1px solid #e1e8ef;
    border-radius: 22px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .055);
}

.ebd-bible-book-side-card h2 {
    margin: 12px 0 14px;
    font-size: clamp(27px, 2vw, 34px);
}

.ebd-bible-book-side-card h3 {
    margin: 0 0 14px;
    color: #172233;
    font: 900 17px/1.25 var(--ebd-font-serif, Georgia, serif);
}

.ebd-bible-book-side-card dl {
    margin: 0;
}

.ebd-bible-book-side-card dl > div {
    display: grid;
    gap: 4px;
    padding: 11px 0;
    border-top: 1px solid #edf1f5;
}

.ebd-bible-book-side-card dt,
.ebd-bible-book-side-card dd {
    margin: 0;
}

.ebd-bible-book-side-card dt {
    color: #8291a5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ebd-bible-book-side-card dd {
    color: #25364b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.ebd-bible-book-side-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
}

.ebd-bible-book-side-actions button {
    display: inline-flex;
    gap: 7px;
    min-height: 40px;
    padding: 9px 10px;
    font-size: 11px;
}

.ebd-bible-book-side-actions button:last-child {
    grid-column: 1 / -1;
}

.ebd-bible-book-side-actions .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.ebd-bible-book-side-actions button.is-active {
    border-color: rgba(197, 160, 89, .7);
    background: #fbf4df;
    color: #805611;
}

.ebd-bible-book-side-card--quick > a,
.ebd-bible-book-side-card--related > a,
.ebd-bible-book-side-card--articles > a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    margin-top: 8px;
    border: 1px solid #e7edf3;
    border-radius: 14px;
    padding: 10px 12px;
    background: #fafbfd;
    color: #25364b;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ebd-bible-book-side-card--quick > a:hover,
.ebd-bible-book-side-card--related > a:hover,
.ebd-bible-book-side-card--articles > a:hover {
    border-color: rgba(197, 160, 89, .55);
    background: #fffaf0;
    transform: translateX(2px);
}

.ebd-bible-book-side-card--quick > a > .dashicons,
.ebd-bible-book-side-card--articles > a > .dashicons {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #fbf4df;
    color: #9a6a14;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.ebd-bible-book-side-card--quick strong,
.ebd-bible-book-side-card--quick small,
.ebd-bible-book-side-card--related strong,
.ebd-bible-book-side-card--related small {
    display: block;
}

.ebd-bible-book-side-card--quick strong,
.ebd-bible-book-side-card--related strong,
.ebd-bible-book-side-card--articles strong {
    font-size: 12px;
    line-height: 1.4;
}

.ebd-bible-book-side-card--quick small,
.ebd-bible-book-side-card--related small {
    margin-bottom: 2px;
    color: #8392a6;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ebd-bible-book-side-card--related > a {
    justify-content: space-between;
}

.ebd-bible-book-side-card--articles strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ebd-bible-book-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: clamp(26px, 4vw, 54px);
    overflow: hidden;
    margin-top: 0;
    margin-bottom: clamp(72px, 7vw, 104px);
    padding: clamp(34px, 5vw, 58px);
}

.ebd-bible-book-cta::before {
    position: absolute;
    top: 0;
    left: clamp(34px, 5vw, 58px);
    width: 76px;
    height: 3px;
    background: #c5a059;
    content: "";
}

.ebd-bible-book-cta .ebd-bible-book-cta__copy {
    display: block;
    max-width: 720px;
}

.ebd-bible-book-cta__copy > small {
    color: #dfbd70;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ebd-bible-book-cta__copy h2 {
    max-width: 17ch;
    margin: 10px 0 12px;
    color: #fff;
    font: 900 clamp(28px, 3.4vw, 44px)/1.08 var(--ebd-font-serif, Georgia, serif);
}

.ebd-bible-book-cta__copy p {
    max-width: 62ch;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.65;
}

.ebd-bible-book-cta .ebd-bible-book-cta__actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.ebd-bible-book-cta__actions a:first-child {
    border-color: #c5a059;
    background: #c5a059;
    color: #172233;
}

.ebd-bible-book-cta__actions a span {
    font: inherit;
}

.ebd-bible-book-cta .ebd-bible-book-cta__ornament {
    position: relative;
    display: grid;
    min-height: 180px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50% 50% 18px 18px;
    place-items: center;
    background: radial-gradient(circle at 50% 28%, rgba(197, 160, 89, .22), rgba(255, 255, 255, .025) 66%);
}

.ebd-bible-book-cta__ornament::before,
.ebd-bible-book-cta__ornament::after {
    position: absolute;
    width: 56%;
    height: 1px;
    background: rgba(197, 160, 89, .35);
    content: "";
    transform: rotate(45deg);
}

.ebd-bible-book-cta__ornament::after {
    transform: rotate(-45deg);
}

.ebd-bible-book-cta__ornament .dashicons {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    color: #dfbd70;
    font-size: 58px;
}

.ebd-bible-book-reveal {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: opacity .22s ease, transform .22s ease;
}

.ebd-bible-book-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
    .ebd-bible .ebd-bible-side--book {
        max-height: none;
        overflow: visible;
    }

    .ebd-bible-book-side-card--quick,
    .ebd-bible-book-side-card--related,
    .ebd-bible-book-side-card--articles {
        display: none;
    }
}

@media (max-width: 760px) {
    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
        width: 50%;
        padding: 0 10px 0 0;
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span::after {
        display: none;
    }

    .ebd-bible-book-quickfacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible-book-resources > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible-book-timeline li {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ebd-bible-book-cta {
        grid-template-columns: 1fr;
    }

    .ebd-bible-book-cta .ebd-bible-book-cta__ornament {
        display: none;
    }
}

@media (max-width: 520px) {
    .ebd-bible-layout--book .ebd-bible-main {
        padding: 18px !important;
    }

    .ebd-bible-book-quickfacts,
    .ebd-bible-book-resources > div {
        grid-template-columns: 1fr;
    }

    .ebd-bible-book-keyverse__actions strong {
        width: 100%;
    }

    .ebd-bible-book-cta {
        border-radius: 22px;
        padding: 30px 22px;
    }

    .ebd-bible-book-cta .ebd-bible-book-cta__actions {
        display: grid;
    }

    .ebd-bible-book-cta__actions a {
        justify-content: center;
    }
}

/* Cross references: compact, readable passage cards with clear navigation. */
.ebd-bible .ebd-bible-layout--verse .ebd-bible-related--cross {
    overflow: hidden;
    padding: clamp(24px, 3vw, 34px);
}

.ebd-bible .ebd-bible-cross__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e7ecf1;
    padding-bottom: 20px;
}

.ebd-bible .ebd-bible-cross__title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
}

.ebd-bible .ebd-bible-cross__title > .dashicons {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid #ead7a9;
    border-radius: 8px;
    background: #fff7e3;
    color: #9b690b;
    font-size: 21px;
}

.ebd-bible .ebd-bible-cross__title span {
    display: block;
    margin-bottom: 3px;
    color: #9b690b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ebd-bible .ebd-bible-cross__title h2 {
    margin: 0;
    color: #17283c;
    font-size: clamp(25px, 2.4vw, 34px);
    line-height: 1.1;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-cross__count {
    flex: 0 0 auto;
    border: 1px solid #dce4ec;
    border-radius: 999px;
    padding: 7px 11px;
    background: #f7f9fb;
    color: #6d7d91;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid > a {
    position: relative;
    display: grid;
    min-height: 188px;
    grid-template-rows: auto 1fr auto;
    gap: 13px;
    overflow: hidden;
    border: 1px solid #dfe6ed;
    border-radius: 8px;
    padding: 18px;
    background: #fff;
    color: #22354d;
    box-shadow: 0 5px 16px rgba(26, 38, 52, .045);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid > a::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: #c4932f;
    content: "";
    opacity: 0;
    transition: opacity 180ms ease;
}

.ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid > a:hover,
.ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid > a:focus-visible {
    border-color: #d8bd7c;
    outline: 0;
    box-shadow: 0 12px 28px rgba(33, 48, 68, .1);
    transform: translateY(-2px);
}

.ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid > a:hover::before,
.ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid > a:focus-visible::before {
    opacity: 1;
}

.ebd-bible .ebd-bible-cross__reference {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ebd-bible .ebd-bible-cross__reference strong {
    color: #17283c;
    font-size: 17px;
    line-height: 1.25;
}

.ebd-bible .ebd-bible-cross__reference > .dashicons {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #a0abba;
    font-size: 17px;
    transition: color 180ms ease, transform 180ms ease;
}

.ebd-bible .ebd-bible-related--cross a:hover .ebd-bible-cross__reference > .dashicons,
.ebd-bible .ebd-bible-related--cross a:focus-visible .ebd-bible-cross__reference > .dashicons {
    color: #9b690b;
    transform: translate(2px, -2px);
}

.ebd-bible .ebd-bible-cross__excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: #607188;
    font-size: 15px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ebd-bible .ebd-bible-cross__action {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    color: #8b610f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ebd-bible .ebd-bible-cross__action > .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    transition: transform 180ms ease;
}

.ebd-bible .ebd-bible-related--cross a:hover .ebd-bible-cross__action > .dashicons,
.ebd-bible .ebd-bible-related--cross a:focus-visible .ebd-bible-cross__action > .dashicons {
    transform: translateX(3px);
}

@media (max-width: 720px) {
    .ebd-bible .ebd-bible-cross__head {
        align-items: flex-start;
    }

    .ebd-bible .ebd-bible-cross__title > .dashicons {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid {
        grid-template-columns: 1fr;
    }

    .ebd-bible .ebd-bible-related--cross .ebd-bible-related__grid > a {
        min-height: 172px;
    }
}

@media (max-width: 420px) {
    .ebd-bible .ebd-bible-cross__count {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ebd-bible-book-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.ebd-bible-hero--verse {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(197, 160, 89, .22), transparent 28%),
        linear-gradient(135deg, #101923 0%, #1d2b3b 58%, #26394c 100%);
    padding: clamp(56px, 7vw, 104px) 0 clamp(42px, 6vw, 72px);
}

.ebd-bible-hero--verse::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(234, 216, 168, .55), transparent);
}

.ebd-bible-hero--verse .ebd-bible-hero__inner {
    position: relative;
    z-index: 1;
}

.ebd-bible-hero--verse h1 {
    margin-bottom: 0;
    font-size: clamp(2.35rem, 5vw, 5rem);
    letter-spacing: 0;
}

.ebd-bible-hero--verse .ebd-bible-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border: 1px solid rgba(234, 216, 168, .36);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .08);
}

.ebd-bible-hero--verse .ebd-breadcrumb {
    margin-bottom: 26px;
}

.ebd-bible-hero--verse .ebd-bible-quote {
    max-width: 980px;
    margin-top: 24px;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: clamp(1.55rem, 2.7vw, 2.8rem);
    line-height: 1.32;
    text-wrap: pretty;
}

.ebd-bible-hero--verse .ebd-bible-quote::before {
    content: "“";
    display: block;
    height: 34px;
    color: rgba(234, 216, 168, .5);
    font-size: 4.5rem;
    line-height: .7;
}

.ebd-bible-verse-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ebd-bible-verse-meta span,
.ebd-bible-keywords span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    padding: 0 13px;
    font-weight: 800;
    font-size: .86rem;
}

.ebd-bible-verse-meta span {
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .08);
}

.ebd-bible-hero--verse .ebd-bible-actions {
    max-width: 900px;
    margin-top: 30px;
}

.ebd-bible-hero--verse .ebd-bible-actions button,
.ebd-bible-hero--verse .ebd-bible-actions a {
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .1);
    color: #fff;
    box-shadow: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.ebd-bible-hero--verse .ebd-bible-actions button:first-child {
    border-color: rgba(234, 216, 168, .46);
    background: #c5a059;
    color: #142033;
}

.ebd-bible-hero--verse .ebd-bible-actions button:hover,
.ebd-bible-hero--verse .ebd-bible-actions a:hover {
    transform: translateY(-1px);
    border-color: rgba(234, 216, 168, .48);
    background: rgba(255, 255, 255, .17);
}

.ebd-bible-share-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 620px;
    margin-top: 12px;
}

.ebd-bible-share-menu[hidden] {
    display: none;
}

.ebd-bible-share-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    padding: 0 14px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .08);
    font-weight: 800;
}

.ebd-bible-layout--verse {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: clamp(22px, 3vw, 40px);
}

.ebd-bible-layout--verse .ebd-bible-main {
    display: grid;
    gap: 22px;
}

.ebd-bible-content-card,
.ebd-bible-layout--verse .ebd-bible-related,
.ebd-bible-layout--verse .ebd-bible-faq {
    border: 1px solid #e0e7ef;
    border-radius: 16px;
    padding: clamp(22px, 3vw, 34px);
    background: #fff;
    box-shadow: 0 18px 48px rgba(27, 39, 52, .08);
}

.ebd-bible-content-card.is-editor-empty {
    border-style: dashed;
    background: #fbfcfe;
    color: #7b8797;
}

.ebd-bible-section-title {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 18px;
}

.ebd-bible-section-title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #f8f0df;
    color: #956f22;
    font-weight: 900;
}

.ebd-bible-section-title h2 {
    margin: 0 0 6px;
    color: #122033;
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.ebd-bible-section-title p,
.ebd-bible-side__summary {
    margin: 0;
    color: #66758a;
}

.ebd-bible-context-list {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.ebd-bible-context-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    border: 1px solid #edf1f6;
    border-radius: 12px;
    padding: 14px;
    background: #fbfcfe;
}

.ebd-bible-context-list li.is-current {
    border-color: rgba(197, 160, 89, .48);
    background: #fffaf0;
}

.ebd-bible-context-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f0f4f8;
    color: #1a2634;
    font-weight: 900;
}

.ebd-bible-context-list li.is-current a {
    background: #c5a059;
    color: #132033;
}

.ebd-bible-context-list span,
.ebd-bible-content-card > p {
    color: #28384b;
    font-size: 1.05rem;
    line-height: 1.78;
}

.ebd-bible-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ebd-bible-keywords span {
    border: 1px solid #dce6f1;
    color: #42546b;
    background: #f7fafc;
}

.ebd-bible-side--verse {
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 18px 48px rgba(27, 39, 52, .08);
}

.ebd-bible-side--verse h2 {
    margin-top: 0;
    color: #122033;
}

.ebd-bible-side--verse .ebd-bible-nav--stack {
    gap: 10px;
    margin: 18px 0;
}

.ebd-bible-side--verse .ebd-bible-nav a {
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #dce5ef;
    background: #f7fafc;
    color: #182638;
}

.ebd-bible-progress {
    overflow: hidden;
    height: 8px;
    border-radius: 999px;
    background: #ecf1f6;
}

.ebd-bible-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #c5a059, #e5c16d);
}

.ebd-bible.is-reading-mode .ebd-bible-hero--verse {
    padding-top: 44px;
    padding-bottom: 38px;
}

.ebd-bible.is-reading-mode .ebd-bible-layout--verse {
    display: block;
    max-width: 920px;
}

.ebd-bible.is-reading-mode .ebd-bible-side--verse,
.ebd-bible.is-reading-mode .ebd-bible-actions,
.ebd-bible.is-reading-mode .ebd-bible-share-menu {
    display: none;
}

@media (max-width: 1020px) {
    .ebd-bible-layout--verse {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ebd-bible-hero--verse .ebd-bible-actions button,
    .ebd-bible-hero--verse .ebd-bible-actions a {
        width: 100%;
    }

    .ebd-bible-section-title,
    .ebd-bible-context-list li {
        grid-template-columns: 1fr;
    }
}

/* Premium verse reading experience */
.ebd-bible {
    --bible-primary: #1A2634;
    --bible-secondary: #2C3E50;
    --bible-gold: #C5A059;
    --bible-bg: #F8F9FA;
    --bible-ink: #172233;
    --bible-muted: #637287;
    --bible-line: #dfe7ef;
    background: var(--bible-bg);
    color: var(--bible-secondary);
    overflow-x: clip;
}

.ebd-bible-hero--verse {
    background:
        radial-gradient(circle at 76% 18%, rgba(197, 160, 89, .18), transparent 30%),
        linear-gradient(135deg, #101820 0%, #1A2634 58%, #203044 100%);
    padding: clamp(44px, 6vw, 88px) 0 clamp(34px, 5vw, 64px);
}

.ebd-bible-hero--verse::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 42px 42px, 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), rgba(0,0,0,.1));
}

.ebd-bible-hero--verse h1 {
    font-family: Merriweather, Georgia, serif;
    font-size: clamp(2.25rem, 4.4vw, 4.6rem);
}

.ebd-bible-hero__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border: 1px solid rgba(234, 216, 168, .36);
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, .08);
    color: #ead8a8;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ebd-bible-hero--verse .ebd-bible-quote {
    max-width: 920px;
}

.ebd-bible-hero--verse .ebd-bible-quote p {
    max-width: 26ch;
    margin: 0;
    font-family: Merriweather, Georgia, serif;
    font-size: clamp(1.55rem, 2.55vw, 2.65rem);
    line-height: 1.45;
    text-wrap: pretty;
}

.ebd-bible-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 0 15px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.ebd-bible-action--primary {
    border-color: rgba(234, 216, 168, .46);
    background: var(--bible-gold);
    color: #142033;
}

.ebd-bible-action:hover {
    transform: translateY(-1px);
    border-color: rgba(234, 216, 168, .48);
    background: rgba(255, 255, 255, .17);
}

.ebd-bible-action--primary:hover {
    background: #d7b768;
    color: #142033;
}

.ebd-bible-action.is-active {
    border-color: rgba(234, 216, 168, .62);
    background: rgba(197, 160, 89, .18);
    color: #f5dfae;
}

.ebd-bible-share-menu {
    position: absolute;
    max-width: min(620px, calc(100vw - 40px));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 12px;
    background: rgba(15, 24, 34, .94);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    z-index: 5;
}

.ebd-bible-share-menu a,
.ebd-bible-share-menu button {
    min-height: 38px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .9);
    font-weight: 800;
    cursor: pointer;
}

.ebd-bible-continuity {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    overflow: visible;
    margin: 84px auto 40px !important;
    background: transparent;
    box-shadow: none;
}

.ebd-bible-continuity__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 100px;
    padding: 24px 52px 24px 28px;
    background: #fff;
    color: var(--bible-ink);
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.ebd-bible-continuity__item span {
    color: #728095;
    font-size: .67rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ebd-bible-continuity__item strong {
    font-size: .94rem;
    font-weight: 700;
    color: #172233;
    line-height: 1.35;
}

.ebd-bible-continuity__item--chapter {
    background: linear-gradient(145deg, #fffaf0, #fff);
}

.ebd-bible-continuity__item.is-disabled {
    color: #94a3b8;
    background: #f8fafc;
    border-color: #e2e8f0;
    opacity: 0.6;
    box-shadow: none;
}

.ebd-bible-content-card,
.ebd-bible-layout--verse .ebd-bible-related,
.ebd-bible-layout--verse .ebd-bible-faq,
.ebd-bible-side--verse {
    border-radius: 8px;
}

.ebd-bible-content-card--application {
    border-color: rgba(197, 160, 89, .34);
    background: linear-gradient(180deg, #fffaf0 0%, #fff 72%);
}

.ebd-bible-rich-text {
    max-width: 760px;
}

.ebd-bible-rich-text p {
    margin: 0 0 14px;
    color: #28384b;
    font-size: 1.06rem;
    line-height: 1.78;
}

.ebd-bible-rich-text p:last-child {
    margin-bottom: 0;
}

.ebd-bible-rich-text blockquote {
    margin: 24px 0;
    border-left: 4px solid var(--bible-gold);
    padding-left: 18px;
    color: #1a2634;
    font-family: Merriweather, Georgia, serif;
}

.ebd-bible-inline-link {
    display: inline-flex;
    margin-top: 18px;
    color: #7a5b17;
    font-weight: 900;
}

.ebd-bible-side--verse h2 {
    margin: 22px 0 10px;
    color: #122033;
    font-size: .9rem;
    text-transform: uppercase;
}

.ebd-bible-side--verse h2:first-child {
    margin-top: 0;
}

.ebd-bible-side-index {
    display: grid;
    gap: 8px;
}

.ebd-bible-side-index a {
    border-radius: 8px;
    padding: 10px 12px;
    background: #f7fafc;
    color: #182638;
    font-weight: 800;
}

.ebd-bible.is-reading-mode .ebd-bible-side--verse,
.ebd-bible.is-reading-mode .ebd-bible-share-menu {
    display: none;
}

.ebd-bible.is-reading-mode .ebd-bible-layout--verse {
    display: block;
    max-width: 920px;
}

.ebd-bible.is-reading-mode .ebd-bible-hero--verse .ebd-bible-quote p {
    max-width: 22ch;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

/* ==========================================================================
   Floating Audio Player (Sleek Glassmorphic Pill)
   ========================================================================== */
.ebd-bible-audio-panel {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(780px, calc(100vw - 32px));
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 10px 16px 10px 20px;
    background: rgba(18, 28, 45, 0.94);
    color: #ffffff;
    box-shadow: 0 24px 64px rgba(8, 15, 28, 0.45), 0 4px 16px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, box-shadow 0.3s ease;
    animation: ebdAudioPanelSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes ebdAudioPanelSlideUp {
    0% {
        opacity: 0;
        transform: translate(-50%, 28px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}

.ebd-bible-audio-panel[hidden] {
    display: none !important;
}

.ebd-audio-panel__info {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.ebd-audio-panel__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.38);
}

.ebd-audio-panel__icon .dashicons {
    font-size: 22px;
    width: 22px;
    height: 22px;
}

.ebd-audio-panel__pulse {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid #60a5fa;
    opacity: 0;
    pointer-events: none;
}

.ebd-bible-audio-panel.is-playing .ebd-audio-panel__pulse {
    animation: ebdAudioRipple 1.8s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes ebdAudioRipple {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.ebd-audio-panel__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    overflow: hidden;
}

.ebd-audio-panel__text strong {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ebd-audio-panel__text span {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ebd-bible-audio-panel.is-playing .ebd-audio-panel__text span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #10b981;
    box-shadow: 0 0 8px #10b981;
    flex-shrink: 0;
}

.ebd-audio-panel__controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.ebd-audio-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.ebd-audio-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}

.ebd-audio-btn:active {
    transform: translateY(0);
}

.ebd-audio-btn .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin: 0;
}

/* Toggle Play/Pause button */
.ebd-audio-btn--toggle {
    background: #3b82f6;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}

.ebd-audio-btn--toggle:hover {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.5);
}

.ebd-audio-btn--toggle.is-active {
    background: #10b981;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}

.ebd-audio-btn--toggle.is-active:hover {
    background: #059669;
}

/* Repeat button active state */
.ebd-audio-btn--repeat.is-active {
    background: rgba(59, 130, 246, 0.22);
    color: #60a5fa;
    border-color: rgba(59, 130, 246, 0.4);
}

/* Speed selector pill */
.ebd-audio-panel__speed {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 38px;
    padding: 0 10px 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    transition: all 0.2s ease;
}

.ebd-audio-panel__speed:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
}

.ebd-audio-panel__speed .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #94a3b8;
}

.ebd-audio-panel__speed select {
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding-right: 4px;
    outline: none;
}

.ebd-audio-panel__speed select option {
    background: #1e293b;
    color: #ffffff;
    padding: 6px;
}

/* Close button */
.ebd-audio-btn--close {
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #94a3b8;
    background: transparent;
    border-color: transparent;
}

.ebd-audio-btn--close:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
    border-color: rgba(239, 68, 68, 0.3);
}


.ebd-bible-toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    opacity: 0;
    transform: translateY(10px);
    border-radius: 8px;
    padding: 12px 14px;
    background: #1A2634;
    color: #fff;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .24);
    transition: opacity .2s ease, transform .2s ease;
}

.ebd-bible-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ebd-bible-ai {
    position: relative;
}

.ebd-bible-ai__close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 99px;
    background: #f8fafc;
    color: #64748b;
    padding: 6px 14px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ebd-bible-ai__close:hover {
    background: #f1f5f9;
    color: #0f172a;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.ebd-bible-ai__close:active {
    transform: translateY(0);
}

.ebd-bible-ai small {
    display: block;
    margin-top: 16px;
    color: #66758a;
}

.ebd-bible-related__grid a em {
    display: block;
    margin-top: 8px;
    color: #66758a;
    font-style: normal;
    line-height: 1.55;
}

.ebd-bible-popover {
    border-radius: 8px;
}

.ebd-bible-popover::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translateX(-50%) rotate(45deg);
    border-left: 1px solid #dfe6ee;
    border-top: 1px solid #dfe6ee;
    background: #fff;
}

.ebd-bible-popover.is-above::after {
    top: auto;
    bottom: -7px;
    border: 0;
    border-right: 1px solid #dfe6ee;
    border-bottom: 1px solid #dfe6ee;
}

.ebd-bible-popover p {
    line-height: 1.6;
}

.ebd-bible-popover div {
    display: flex;
    gap: 8px;
}

.ebd-bible-popover a,
.ebd-bible-popover button {
    border: 1px solid #dce5ef;
    border-radius: 8px;
    padding: 8px 10px;
    background: #f7fafc;
    color: #172233;
    font-weight: 800;
}

@media (max-width: 640px) {
    .ebd-bible-continuity {
        grid-template-columns: 1fr;
    }

    .ebd-bible-audio-panel {
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
        padding: 14px 16px;
        bottom: 12px;
        gap: 14px;
        width: calc(100vw - 24px);
    }
    .ebd-audio-panel__controls {
        display: grid;
        grid-template-columns: 1.3fr 1fr auto auto;
        gap: 6px;
    }
    .ebd-audio-btn__label {
        font-size: 12px;
    }
    .ebd-audio-btn--close {
        width: 38px;
    }

    .ebd-bible-popover.is-mobile-sheet {
        position: fixed;
        inset: auto 12px 12px !important;
        max-width: none !important;
        width: auto;
    }

    .ebd-bible-popover.is-mobile-sheet::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ebd-bible *,
    .ebd-bible-popover,
    .ebd-bible-toast {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Finish pass: reading mode escape, empty-state polish and tighter editorial rhythm */
.ebd-bible-hero--verse {
    padding: clamp(42px, 5.5vw, 76px) 0 clamp(40px, 5vw, 64px);
}

.ebd-bible-hero--verse .ebd-bible-hero__inner {
    max-width: 1180px;
}

.ebd-bible-hero--verse .ebd-bible-quote p {
    max-width: 24ch;
    color: rgba(255, 255, 255, .88);
}

.ebd-bible-hero--verse .ebd-bible-actions {
    display: flex !important;
    align-items: center;
    gap: 8px;
    max-width: 760px;
}

.ebd-bible.is-reading-mode .ebd-bible-actions {
    display: flex !important;
    position: sticky;
    top: 72px;
    z-index: 12;
    width: fit-content;
    max-width: min(760px, 100%);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 8px;
    background: rgba(13, 22, 32, .78);
    backdrop-filter: blur(14px);
}

.ebd-bible.is-reading-mode [data-ebd-reading-mode] {
    border-color: rgba(234, 216, 168, .62);
    background: #fff;
    color: #172233;
}

.ebd-bible.is-reading-mode .ebd-bible-hero-panel {
    display: none;
}

.ebd-bible-editor-note {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    border: 1px dashed rgba(197, 160, 89, .42);
    border-radius: 8px;
    padding: 12px 14px;
    background: rgba(255, 250, 240, .72);
    color: #7a5b17;
    box-shadow: none;
}

.ebd-bible-editor-note strong {
    color: #1a2634;
    font-size: .85rem;
    text-transform: uppercase;
}

.ebd-bible-editor-note span {
    color: #7d6a42;
    font-size: .92rem;
    font-weight: 700;
}

.ebd-bible-content-card.is-editor-empty {
    display: none;
}

.ebd-bible-layout--verse {
    padding-top: 40px;
}

.ebd-bible-content-card {
    border-color: rgba(26, 38, 52, .08);
}

.ebd-bible-context-list li {
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.ebd-bible-context-list li:not(.is-current) {
    border-color: rgba(26, 38, 52, .07);
}

.ebd-bible-context-list li.is-current {
    box-shadow: 0 12px 26px rgba(197, 160, 89, .11);
}

.ebd-bible-continuity {
    margin: 84px auto 40px !important;
}

.ebd-bible-continuity__item {
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.ebd-bible-continuity a.ebd-bible-continuity__item:hover {
    background: #fff;
    color: #172233;
}

@media (max-width: 720px) {
    .ebd-bible.is-reading-mode .ebd-bible-actions {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        top: auto;
        width: auto;
        justify-content: stretch;
        background: rgba(13, 22, 32, .94);
        box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    }

    .ebd-bible.is-reading-mode .ebd-bible-action:not([data-ebd-reading-mode]) {
        display: none;
    }

    .ebd-bible.is-reading-mode [data-ebd-reading-mode] {
        width: 100%;
    }
}

/* Premium finish pass v2 */
.ebd-bible-hero--verse {
    padding: clamp(28px, 4.2vw, 56px) 0 clamp(28px, 4vw, 48px);
}

.ebd-bible-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
}

.ebd-bible-hero__reading {
    min-width: 0;
}

.ebd-bible-hero-panel {
    display: grid;
    gap: 14px;
    align-self: end;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
    color: rgba(255, 255, 255, .86);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 54px rgba(0,0,0,.18);
}

.ebd-bible-hero-panel__eyebrow {
    color: #ead8a8;
    font-size: .74rem;
    font-weight: 850;
    text-transform: uppercase;
}

.ebd-bible-hero-panel strong {
    color: #fff;
    font-family: Merriweather, Georgia, serif;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.2;
}

.ebd-bible-hero-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: .95rem;
}

.ebd-bible-hero-panel__progress {
    overflow: hidden;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.ebd-bible-hero-panel__progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #C5A059, #ead8a8);
}

.ebd-bible-hero-panel__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.ebd-bible-hero-panel__links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 0 10px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.ebd-bible-hero--verse .ebd-breadcrumb {
    margin-bottom: 20px;
}

.ebd-bible-hero--verse h1 {
    margin-top: 10px;
    font-size: clamp(2.35rem, 4vw, 4.25rem);
}

.ebd-bible-hero--verse .ebd-bible-quote {
    margin-top: 16px;
}

.ebd-bible-hero--verse .ebd-bible-quote::before {
    height: 24px;
    font-size: 3.35rem;
}

.ebd-bible-hero--verse .ebd-bible-quote p {
    max-width: 25ch;
    font-size: clamp(1.55rem, 2.25vw, 2.35rem);
    line-height: 1.42;
}

.ebd-bible-verse-meta {
    margin-top: 18px;
}

.ebd-bible-hero--verse .ebd-bible-actions {
    margin-top: 22px;
}

/* Continuity block spacing resets - superseded by desktop rules */
.ebd-bible-continuity {
    border: 0;
    box-shadow: none;
}

.ebd-bible-layout--verse {
    grid-template-columns: minmax(0, 760px) 300px;
    gap: 32px;
    align-items: start;
    width: min(1180px, calc(100% - 40px));
    padding-top: 32px;
    padding-bottom: 48px;
}

.ebd-bible-layout--verse .ebd-bible-main {
    gap: 16px;
}

.ebd-bible-content-card {
    padding: 28px;
    box-shadow: 0 18px 48px rgba(27, 39, 52, .055);
}

.ebd-bible-section-title {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.ebd-bible-section-title > span {
    width: 40px;
    height: 40px;
}

.ebd-bible-context-list {
    gap: 8px;
}

.ebd-bible-context-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
}

.ebd-bible-context-list a {
    width: 32px;
    height: 32px;
}

.ebd-bible-context-list span {
    line-height: 1.65;
}

.ebd-bible-side--verse {
    top: 92px;
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.ebd-bible-side--verse > h2,
.ebd-bible-side--verse > p,
.ebd-bible-side--verse > nav,
.ebd-bible-side--verse > div {
    margin-left: 0;
    margin-right: 0;
}

.ebd-bible-side--verse h2 {
    margin: 22px 0 10px;
    color: #32445c;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ebd-bible-side-index,
.ebd-bible-side--verse .ebd-bible-nav--stack {
    gap: 6px;
}

.ebd-bible-side-index a,
.ebd-bible-side--verse .ebd-bible-nav a {
    min-height: 42px;
    border: 1px solid rgba(26, 38, 52, .08);
    border-radius: 8px;
    padding: 0 13px;
    background: rgba(255, 255, 255, .72);
    color: #233247;
    box-shadow: 0 8px 24px rgba(27, 39, 52, .045);
}

.ebd-bible-side-index a:first-child {
    background: #fffaf0;
    border-color: rgba(197, 160, 89, .22);
}

.ebd-bible-side__summary {
    font-size: .92rem;
}

.ebd-bible-progress {
    height: 7px;
    margin: 8px 0;
}

.ebd-bible-editor-note {
    width: fit-content;
    max-width: 100%;
    padding: 9px 12px;
    background: rgba(255, 250, 240, .58);
    box-shadow: none;
}

.ebd-bible-editor-note strong,
.ebd-bible-editor-note span {
    font-size: .78rem;
}

@media (max-width: 1020px) {
    .ebd-bible-hero__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ebd-bible-hero-panel {
        align-self: stretch;
    }

    .ebd-bible-layout--verse {
        width: min(860px, calc(100% - 32px));
        grid-template-columns: 1fr;
    }

    .ebd-bible-side--verse {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 18px;
        border-top: 1px solid rgba(26, 38, 52, .08);
        padding-top: 18px;
    }
}

@media (max-width: 640px) {
    .ebd-bible-hero--verse {
        padding-top: 24px;
    }

    .ebd-bible-hero-panel__links,
    .ebd-bible-side--verse {
        grid-template-columns: 1fr;
    }

    .ebd-bible-continuity,
    .ebd-bible-layout--verse {
        width: min(100% - 24px, 860px);
    }

    .ebd-bible-content-card {
        padding: 20px;
    }
}

/* Final editorial polish */
.ebd-bible {
    --bible-space-1: 4px;
    --bible-space-2: 8px;
    --bible-space-3: 12px;
    --bible-space-4: 16px;
    --bible-space-5: 20px;
    --bible-space-6: 24px;
    --bible-space-7: 32px;
    --bible-space-8: 40px;
    --bible-space-9: 48px;
    --bible-space-10: 64px;
    --bible-radius-sm: 6px;
    --bible-radius-md: 8px;
    --bible-shadow-subtle: 0 8px 24px rgba(18, 32, 51, .055);
    --bible-shadow-raised: 0 16px 40px rgba(18, 32, 51, .09);
    background: #f6f8fa;
}

.ebd-bible-hero--verse {
    isolation: isolate;
    min-height: 560px;
    padding: var(--bible-space-8) 0 var(--ebd-space-5xl, 64px);
    background:
        radial-gradient(circle at 73% 34%, rgba(197, 160, 89, .13), transparent 26%),
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .055), transparent 38%),
        linear-gradient(118deg, #101820 0%, #172433 54%, #203248 100%);
}

.ebd-bible-hero--verse::before {
    z-index: -2;
    opacity: .42;
    background-image:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .016) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.ebd-bible-hero--verse::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(4, 11, 18, .22), transparent 42%, rgba(5, 12, 20, .08));
}

.ebd-bible-hero--verse .ebd-bible-hero__inner {
    width: min(1180px, calc(100% - 40px));
}

.ebd-bible-hero--verse .ebd-breadcrumb {
    margin-bottom: var(--bible-space-7);
    color: rgba(255, 255, 255, .46);
    font-size: .78rem;
}

.ebd-bible-hero--verse .ebd-breadcrumb a {
    color: rgba(255, 255, 255, .52);
    transition: color .2s ease;
}

.ebd-bible-hero--verse .ebd-breadcrumb a:hover {
    color: #ead8a8;
}

.ebd-bible-hero__grid {
    grid-template-columns: minmax(0, 760px) 304px;
    gap: var(--bible-space-10);
    align-items: center;
}

.ebd-bible-hero__label {
    min-height: 28px;
    margin: 0 0 var(--bible-space-3);
    border-color: rgba(234, 216, 168, .28);
    border-radius: 999px;
    padding: var(--bible-space-1) var(--bible-space-3);
    background: rgba(255, 255, 255, .055);
    color: #ead8a8;
    font-size: .7rem;
    font-weight: 750;
    line-height: 1;
}

.ebd-bible-hero--verse h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.75rem, 4vw, 4.35rem);
    font-weight: 700;
    line-height: 1.08;
    text-wrap: balance;
}

.ebd-bible-hero--verse .ebd-bible-quote {
    position: relative;
    max-width: 720px;
    margin: var(--bible-space-5) 0 0;
    padding-left: var(--bible-space-7);
}

.ebd-bible-hero--verse .ebd-bible-quote::before {
    top: -8px;
    left: 0;
    height: 32px;
    color: rgba(234, 216, 168, .58);
    font-size: 3.4rem;
    line-height: 1;
}

.ebd-bible-hero--verse .ebd-bible-quote p {
    max-width: 27ch;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1.65rem, 2.2vw, 2.35rem);
    font-weight: 400;
    line-height: 1.48;
}

.ebd-bible-verse-meta {
    gap: var(--bible-space-2);
    margin-top: var(--bible-space-5);
}

.ebd-bible-verse-meta span {
    min-height: 28px;
    border-color: rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: var(--bible-space-1) var(--bible-space-3);
    background: rgba(255, 255, 255, .065);
    color: rgba(255, 255, 255, .76);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.2;
}

.ebd-bible-hero--verse .ebd-bible-actions {
    gap: var(--bible-space-1);
    margin-top: var(--bible-space-6);
}

.ebd-bible-action {
    min-height: 40px;
    border-color: rgba(255, 255, 255, .14);
    border-radius: var(--bible-radius-sm);
    padding: 0 var(--bible-space-2);
    background: rgba(255, 255, 255, .075);
    color: rgba(255, 255, 255, .9);
    font-size: .83rem;
    font-weight: 750;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.ebd-bible-action .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}

.ebd-bible-action--primary {
    padding-inline: var(--bible-space-3);
    border-color: #d1ae62;
    background: #caa75b;
    color: #142033;
    box-shadow: 0 8px 24px rgba(197, 160, 89, .18);
}

.ebd-bible-action[data-ebd-reading-mode] {
    order: 6;
    border-color: transparent;
    background: transparent;
    color: rgba(255, 255, 255, .68);
}

.ebd-bible-hero--verse .ebd-bible-actions .ebd-bible-action {
    min-height: 40px;
    border-radius: var(--bible-radius-sm);
    padding: 0 var(--bible-space-2);
    font-size: .8rem;
}

.ebd-bible-hero--verse .ebd-bible-actions .ebd-bible-action--primary {
    padding-inline: var(--bible-space-3);
}

.ebd-bible-action:hover {
    transform: translateY(-1px);
    border-color: rgba(234, 216, 168, .34);
    background: rgba(255, 255, 255, .13);
    color: #fff;
}

.ebd-bible-action--primary:hover {
    border-color: #dfc177;
    background: #d6b666;
    color: #142033;
    box-shadow: 0 12px 32px rgba(197, 160, 89, .24);
}

.ebd-bible-action:active {
    transform: translateY(0);
    box-shadow: none;
}

.ebd-bible-action:disabled {
    opacity: .48;
    pointer-events: none;
}

.ebd-bible-action:focus-visible,
.ebd-bible-share-menu a:focus-visible,
.ebd-bible-share-menu button:focus-visible,
.ebd-bible-continuity__item:focus-visible,
.ebd-bible-context-list a:focus-visible,
.ebd-bible-side--verse a:focus-visible,
.ebd-bible-audio-panel button:focus-visible,
.ebd-bible-audio-panel select:focus-visible {
    outline: 3px solid #f4d98f;
    outline-offset: 3px;
}

.ebd-bible-hero-panel {
    position: relative;
    gap: var(--bible-space-3);
    align-self: center;
    overflow: hidden;
    border-color: rgba(255, 255, 255, .13);
    border-radius: var(--bible-radius-md);
    padding: var(--bible-space-6);
    background: linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 24px 48px rgba(0, 0, 0, .16);
    backdrop-filter: blur(12px);
}

.ebd-bible-hero-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: var(--bible-space-6);
    width: 48px;
    height: 2px;
    background: #c5a059;
}

.ebd-bible-hero-panel__eyebrow {
    margin-top: var(--bible-space-2);
    color: rgba(234, 216, 168, .82);
    font-size: .68rem;
    font-weight: 750;
}

.ebd-bible-hero-panel strong {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.25;
}

.ebd-bible-hero-panel p {
    color: rgba(255, 255, 255, .62);
    font-size: .84rem;
}

.ebd-bible-hero-panel__progress {
    height: 6px;
    margin-top: var(--bible-space-1);
    background: rgba(255, 255, 255, .1);
}

.ebd-bible-hero-panel__progress span {
    box-shadow: 0 0 16px rgba(234, 216, 168, .22);
}

.ebd-bible-hero-panel__links {
    gap: var(--bible-space-2);
    margin-top: var(--bible-space-2);
}

.ebd-bible-hero-panel__links a {
    min-height: 40px;
    border-color: rgba(255, 255, 255, .12);
    border-radius: var(--bible-radius-sm);
    padding: 0 var(--bible-space-3);
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 700;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ebd-bible-hero-panel__links a:hover {
    border-color: rgba(234, 216, 168, .28);
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.ebd-bible-continuity {
    position: relative;
    z-index: 4;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    overflow: visible;
    width: calc(100% - 48px) !important;
    max-width: var(--container-width, 1200px) !important;
    margin: 84px auto 40px !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.ebd-bible-continuity__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 100px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 24px 52px 24px 28px;
    background: #FFFFFF;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), border-color 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
    text-decoration: none;
}

.ebd-bible-continuity__item::after {
    content: "\2190";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #9aa7b6;
    font-size: 1.1rem;
    transform: translateY(-50%);
    transition: color .2s ease, transform .2s ease;
}

.ebd-bible-continuity__item--chapter::after {
    content: "\2193";
}

.ebd-bible-continuity__item:last-child::after {
    content: "\2192";
}

.ebd-bible-continuity__item span {
    color: #728095;
    font-size: .67rem;
    font-weight: 800;
}

.ebd-bible-continuity__item strong {
    color: #172233;
    font-size: .94rem;
    line-height: 1.35;
}

.ebd-bible-continuity__item--chapter {
    background: linear-gradient(145deg, #fffaf0, #fff);
}

.ebd-bible-continuity__item.is-disabled {
    opacity: .6;
    background: #f8fafc;
    border-color: #e2e8f0;
    box-shadow: none;
    color: #94a3b8;
}

.ebd-bible-continuity a.ebd-bible-continuity__item:hover {
    transform: translateY(-4px);
    border-color: var(--ebd-gold, #C5A059);
    background: #fff;
    color: #172233;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ebd-bible-continuity a.ebd-bible-continuity__item:hover::after {
    color: var(--ebd-gold, #C5A059);
}

.ebd-bible-continuity a.ebd-bible-continuity__item:first-child:hover::after {
    transform: translateY(-50%) translateX(-4px);
}

.ebd-bible-continuity a.ebd-bible-continuity__item:last-child:hover::after {
    transform: translateY(-50%) translateX(4px);
}

.ebd-bible-continuity a.ebd-bible-continuity__item--chapter:hover::after {
    transform: translateY(-50%) translateY(4px);
}

.ebd-bible-layout--verse {
    grid-template-columns: minmax(0, 792px) 280px;
    gap: var(--bible-space-8);
    width: calc(100% - 40px) !important;
    max-width: 1180px !important;
    padding-top: var(--bible-space-8);
    padding-bottom: var(--bible-space-10);
}

.ebd-bible-layout--verse .ebd-bible-main {
    gap: var(--bible-space-4);
}

.ebd-bible-content-card {
    border-color: rgba(18, 32, 51, .065);
    border-radius: var(--bible-radius-md);
    padding: var(--bible-space-7);
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--bible-shadow-subtle);
}

.ebd-bible-section-title {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: var(--bible-space-4);
    margin-bottom: var(--bible-space-6);
}

.ebd-bible-section-title > span {
    width: 40px;
    height: 40px;
    border-radius: var(--bible-radius-md);
    background: #fbf4e3;
    color: #9a7424;
    font-size: .82rem;
    font-weight: 800;
}

.ebd-bible-section-title h2 {
    color: #162438;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.25;
}

.ebd-bible-section-title p {
    margin-top: var(--bible-space-1);
    color: #748297;
    font-size: .94rem;
    line-height: 1.55;
}

.ebd-bible-context-list {
    position: relative;
    gap: 0;
    margin: 0;
}

.ebd-bible-context-list::before {
    content: "";
    position: absolute;
    top: var(--bible-space-4);
    bottom: var(--bible-space-4);
    left: 16px;
    width: 1px;
    background: #e4e9ef;
}

.ebd-bible-context-list li {
    position: relative;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: var(--bible-space-4);
    min-height: 64px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(18, 32, 51, .065);
    border-radius: 0;
    padding: var(--bible-space-4) var(--bible-space-3) var(--bible-space-4) 0;
    background: transparent;
    box-shadow: none;
    transition: background-color .2s ease, color .2s ease;
}

.ebd-bible-context-list li:last-child {
    border-bottom: 0;
}

.ebd-bible-context-list li:hover {
    background: rgba(246, 248, 250, .82);
}

.ebd-bible-context-list a {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #eef2f6;
    color: #405168;
    font-size: .78rem;
    font-weight: 800;
    box-shadow: 0 0 0 1px rgba(18, 32, 51, .055);
    transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.ebd-bible-context-list span {
    align-self: center;
    color: #415167;
    font-size: .94rem;
    line-height: 1.7;
}

.ebd-bible-context-list li.is-current {
    border: 0;
    border-bottom: 1px solid rgba(197, 160, 89, .16);
    border-radius: var(--bible-radius-md);
    padding-left: var(--bible-space-3);
    background: linear-gradient(90deg, rgba(252, 244, 225, .9), rgba(255, 255, 255, .3));
    box-shadow: inset 3px 0 0 #c5a059;
}

.ebd-bible-context-list li.is-current a {
    background: #c5a059;
    color: #172233;
    box-shadow: 0 0 0 4px rgba(197, 160, 89, .12);
}

.ebd-bible-context-list li:hover a {
    transform: scale(1.04);
}

.ebd-bible-inline-link {
    margin-top: var(--bible-space-6);
    color: #85651f;
    font-size: .88rem;
    font-weight: 800;
    transition: color .2s ease, transform .2s ease;
}

.ebd-bible-inline-link:hover {
    color: #5f4815;
    transform: translateX(2px);
}

.ebd-bible-side--verse {
    top: 96px;
    overflow: hidden;
    border: 1px solid rgba(18, 32, 51, .065);
    border-radius: var(--bible-radius-md);
    padding: var(--bible-space-6);
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--bible-shadow-subtle);
    backdrop-filter: blur(10px);
}

.ebd-bible-side--verse::before {
    content: "";
    position: absolute;
    top: 0;
    left: var(--bible-space-6);
    width: 48px;
    height: 2px;
    background: #c5a059;
}

.ebd-bible-side--verse h2 {
    margin: var(--bible-space-6) 0 var(--bible-space-3);
    color: #617086;
    font-size: .66rem;
    font-weight: 800;
    line-height: 1.3;
}

.ebd-bible-side--verse h2:first-child {
    margin-top: var(--bible-space-2);
}

.ebd-bible-side-index,
.ebd-bible-side--verse .ebd-bible-nav--stack {
    gap: 0;
}

.ebd-bible-side-index a,
.ebd-bible-side--verse .ebd-bible-nav a {
    position: relative;
    justify-content: flex-start;
    min-height: 40px;
    border: 0;
    border-bottom: 1px solid rgba(18, 32, 51, .065);
    border-radius: 0;
    padding: 0 var(--bible-space-6) 0 0;
    background: transparent;
    color: #26374d;
    font-size: .84rem;
    font-weight: 700;
    box-shadow: none;
    transition: color .2s ease, padding-left .2s ease, background-color .2s ease;
}

.ebd-bible-side-index a::after,
.ebd-bible-side--verse .ebd-bible-nav a::after {
    content: "\2192";
    position: absolute;
    right: var(--bible-space-1);
    color: #a2adba;
    transition: color .2s ease, transform .2s ease;
}

.ebd-bible-side-index a:first-child {
    border-color: rgba(197, 160, 89, .16);
    background: transparent;
    color: #7a5b17;
}

.ebd-bible-side-index a:hover,
.ebd-bible-side--verse .ebd-bible-nav a:hover {
    padding-left: var(--bible-space-2);
    background: rgba(248, 249, 250, .72);
    color: #7a5b17;
}

.ebd-bible-side-index a:hover::after,
.ebd-bible-side--verse .ebd-bible-nav a:hover::after {
    color: #9a7424;
    transform: translateX(2px);
}

.ebd-bible-side__summary {
    margin: 0;
    color: #748297;
    font-size: .8rem;
    line-height: 1.5;
}

.ebd-bible-progress {
    height: 6px;
    margin: var(--bible-space-2) 0;
    background: #e7ebf0;
}

.ebd-bible-progress span {
    box-shadow: 0 0 12px rgba(197, 160, 89, .18);
}

.ebd-bible-editor-note {
    gap: var(--bible-space-2) var(--bible-space-3);
    padding: var(--bible-space-2) var(--bible-space-3);
    border-color: rgba(197, 160, 89, .24);
    background: rgba(255, 250, 240, .5);
}

.ebd-bible-share-menu {
    margin-top: var(--bible-space-2);
    padding: var(--bible-space-3);
    backdrop-filter: blur(16px);
}

.ebd-bible-share-menu a,
.ebd-bible-share-menu button {
    min-height: 36px;
    border-radius: var(--bible-radius-sm);
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.ebd-bible-share-menu a:hover,
.ebd-bible-share-menu button:hover {
    transform: translateY(-1px);
    border-color: rgba(234, 216, 168, .3);
    background: rgba(255, 255, 255, .13);
}

/* Audio panel dark overrides maintained clean */
.ebd-bible-audio-panel {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 64px rgba(4, 8, 16, 0.65);
}


.ebd-bible.is-reading-mode .ebd-bible-hero--verse {
    min-height: 0;
    padding: var(--bible-space-10) 0;
}

.ebd-bible.is-reading-mode .ebd-bible-hero__grid {
    display: block;
}

.ebd-bible.is-reading-mode .ebd-bible-hero__reading {
    width: min(760px, 100%);
    margin-inline: auto;
}

.ebd-bible.is-reading-mode .ebd-bible-hero--verse .ebd-bible-quote {
    max-width: 680px;
    margin-top: var(--bible-space-7);
}

.ebd-bible.is-reading-mode .ebd-bible-hero--verse .ebd-bible-quote p {
    max-width: 28ch;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.55;
}

.ebd-bible.is-reading-mode .ebd-bible-action:not([data-ebd-reading-mode]),
.ebd-bible.is-reading-mode .ebd-bible-verse-meta,
.ebd-bible.is-reading-mode .ebd-bible-continuity,
.ebd-bible.is-reading-mode .ebd-bible-editor-note {
    display: none !important;
}

.ebd-bible.is-reading-mode .ebd-bible-actions {
    top: 80px;
    margin-top: var(--bible-space-7);
    border: 0;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
}

.ebd-bible.is-reading-mode [data-ebd-reading-mode] {
    border: 1px solid rgba(234, 216, 168, .42);
    background: rgba(255, 255, 255, .94);
    color: #172233;
}

.ebd-bible.is-reading-mode .ebd-bible-layout--verse {
    width: min(800px, calc(100% - 40px));
    max-width: 800px;
    padding-top: var(--bible-space-10);
}

.ebd-bible.is-reading-mode .ebd-bible-content-card {
    border: 0;
    padding: var(--bible-space-8);
    box-shadow: none;
}

/* Footer overrides deleted to ensure global footer parity with Home page */
body:has(.ebd-bible.is-reading-mode) .ebd360-footer-stats,
body:has(.ebd-bible.is-reading-mode) .ebd360-footer-top {
    display: none;
}

@media (max-width: 1100px) {
    .ebd-bible-hero__grid {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: var(--bible-space-8);
    }

    .ebd-bible-layout--verse {
        grid-template-columns: minmax(0, 1fr) 264px;
        gap: var(--bible-space-7);
    }
}

@media (max-width: 1024px) {
    .ebd-bible-hero--verse {
        min-height: 0;
        padding: var(--bible-space-7) 0 var(--ebd-space-4xl, 48px);
    }

    .ebd-bible-hero__grid {
        grid-template-columns: 1fr;
        gap: var(--bible-space-7);
    }

    .ebd-bible-hero-panel {
        grid-template-columns: minmax(0, 1fr) minmax(200px, 1fr);
        align-items: center;
    }

    .ebd-bible-hero-panel__progress,
    .ebd-bible-hero-panel p {
        grid-column: 1;
    }

    .ebd-bible-hero-panel__links {
        grid-column: 2;
        grid-row: 1 / span 4;
        align-self: center;
    }

    .ebd-bible-layout--verse {
        grid-template-columns: 1fr;
        width: calc(100% - 32px) !important;
        max-width: 840px !important;
    }

    .ebd-bible-side--verse {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--bible-space-3) var(--bible-space-7);
        padding: var(--bible-space-6);
    }

    .ebd-bible-side--verse h2 {
        margin-top: var(--bible-space-2);
    }

    /* Removed footer override to preserve global footer styles */
}

@media (max-width: 640px) {
    .ebd-bible-hero--verse .ebd-bible-hero__inner,
    .ebd-bible-continuity,
    .ebd-bible-layout--verse {
        width: calc(100% - 24px) !important;
        max-width: 840px !important;
    }

    .ebd-bible-hero--verse {
        padding: var(--bible-space-6) 0 var(--bible-space-9);
    }

    .ebd-bible-hero--verse .ebd-breadcrumb {
        margin-bottom: var(--bible-space-6);
    }

    .ebd-bible-hero--verse h1 {
        font-size: clamp(2.2rem, 11vw, 3.25rem);
    }

    .ebd-bible-hero--verse .ebd-bible-quote {
        margin-top: var(--bible-space-4);
        padding-left: var(--bible-space-6);
    }

    .ebd-bible-hero--verse .ebd-bible-quote p {
        max-width: none;
        font-size: clamp(1.4rem, 7vw, 1.8rem);
        line-height: 1.55;
    }

    .ebd-bible-hero--verse .ebd-bible-actions {
        gap: var(--bible-space-2);
    }

    .ebd-bible-action {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        padding: 0 var(--bible-space-3);
    }

    .ebd-bible-hero-panel {
        display: grid;
        grid-template-columns: 1fr;
        padding: var(--bible-space-5);
    }

    .ebd-bible-hero-panel__progress,
    .ebd-bible-hero-panel p,
    .ebd-bible-hero-panel__links {
        grid-column: 1;
        grid-row: auto;
    }

    .ebd-bible-hero-panel__links {
        grid-template-columns: 1fr 1fr;
    }

    .ebd-bible-continuity {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 44px auto 28px !important;
    }

    .ebd-bible-continuity__item {
        min-height: 72px;
        padding: 16px 48px 16px 20px;
        border-radius: 16px;
    }

    .ebd-bible-layout--verse {
        gap: var(--bible-space-6);
        padding-top: var(--bible-space-7);
        padding-bottom: var(--bible-space-9);
    }

    .ebd-bible-content-card {
        padding: var(--bible-space-5);
    }

    .ebd-bible-section-title {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: var(--bible-space-3);
        margin-bottom: var(--bible-space-5);
    }

    .ebd-bible-section-title > span {
        width: 32px;
        height: 32px;
    }

    .ebd-bible-context-list li,
    .ebd-bible-context-list li.is-current {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: var(--bible-space-3);
        padding: var(--bible-space-3) var(--bible-space-2);
    }

    .ebd-bible-context-list::before {
        left: 24px;
    }

    .ebd-bible-context-list span {
        font-size: .9rem;
        line-height: 1.65;
    }

    .ebd-bible-side--verse {
        grid-template-columns: 1fr;
        gap: var(--bible-space-2);
        padding: var(--bible-space-5);
    }

    .ebd-bible.is-reading-mode .ebd-bible-hero--verse {
        padding: var(--bible-space-9) 0;
    }

    .ebd-bible.is-reading-mode .ebd-bible-actions {
        left: var(--bible-space-3);
        right: var(--bible-space-3);
        bottom: var(--bible-space-3);
        border: 1px solid rgba(255, 255, 255, .12);
        padding: var(--bible-space-2);
        background: rgba(13, 22, 32, .94);
        backdrop-filter: blur(14px);
    }

    .ebd-bible.is-reading-mode .ebd-bible-layout--verse {
        width: calc(100% - 24px);
        padding-top: var(--bible-space-9);
    }

    .ebd-bible.is-reading-mode .ebd-bible-content-card {
        padding: var(--bible-space-5);
    }

    /* Removed footer overrides to preserve global footer styles */

    body:has(.ebd-bible-hero--verse) .ebd360-text-editor-toggle {
        right: var(--bible-space-3, 12px);
        bottom: 72px;
        left: auto;
        width: auto;
        min-width: 168px;
        min-height: 44px;
        padding: var(--bible-space-2, 8px);
    }

    body:has(.ebd-bible-hero--verse) .ebd360-text-editor-toggle__label {
        font-size: 0;
    }

body:has(.ebd-bible-hero--verse) .ebd360-text-editor-toggle__label::after {
        content: "Editar textos";
        font-size: .72rem;
    }
}

/* Final grid rhythm pass */
.ebd-bible {
    --bible-space-11: 80px;
    --bible-space-12: 96px;
    --bible-editorial-width: 1184px;
    --bible-reading-width: 800px;
    --bible-side-width: 320px;
    --bible-gutter: var(--bible-space-10);
    --bible-page-inset: var(--bible-space-6);
    --bible-radius-sm: 8px;
    --bible-radius-md: 8px;
    --bible-shadow-subtle: 0 8px 24px rgba(18, 32, 51, .055);
    --bible-shadow-raised: 0 16px 40px rgba(18, 32, 51, .085);
}

/* Ultra Premium Enterprise Hero Polish */
.ebd-bible-hero,
.ebd-bible-hero--verse {
    position: relative !important;
    overflow: hidden !important;
    min-height: 0 !important;
    background:
        radial-gradient(circle at 82% 16%, rgba(197, 160, 89, 0.22) 0%, rgba(197, 160, 89, 0.05) 36%, transparent 64%),
        linear-gradient(135deg, #0d1520 0%, #162434 54%, #1e3046 100%) !important;
    padding: clamp(48px, 6vw, 84px) 0 clamp(44px, 5.5vw, 76px) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.04) !important;
}

.ebd-bible-hero--verse .ebd-bible-hero__inner,
.ebd-bible-continuity,
.ebd-bible-layout--verse {
    width: min(var(--bible-editorial-width), calc(100% - (var(--bible-page-inset) * 2))) !important;
    max-width: var(--bible-editorial-width) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Breadcrumbs */
.ebd-bible-hero .ebd-breadcrumb,
.ebd-bible-hero--verse .ebd-breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.65) !important;
    margin-bottom: 24px !important;
}

.ebd-bible-hero .ebd-breadcrumb a,
.ebd-bible-hero--verse .ebd-breadcrumb a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.ebd-bible-hero .ebd-breadcrumb a:hover,
.ebd-bible-hero--verse .ebd-breadcrumb a:hover {
    color: #DFBE6F !important;
}

/* Kickers & Eyebrow Badges */
.ebd-bible-kicker,
.ebd-bible-hero__label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: fit-content !important;
    min-height: 32px !important;
    border: 1px solid rgba(197, 160, 89, 0.45) !important;
    border-radius: 999px !important;
    padding: 6px 16px !important;
    margin-bottom: 16px !important;
    background: linear-gradient(90deg, rgba(197, 160, 89, 0.18), rgba(255, 255, 255, 0.05)) !important;
    color: #DFBE6F !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 16px rgba(197, 160, 89, 0.12) !important;
}

.ebd-bible-kicker::before,
.ebd-bible-hero__label::before {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #DFBE6F !important;
    box-shadow: 0 0 8px #DFBE6F !important;
}

/* Hero Heading */
.ebd-bible-hero h1,
.ebd-bible-hero--verse h1 {
    font-family: Merriweather, Georgia, serif !important;
    font-size: clamp(2.4rem, 4.5vw, 4.6rem) !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    line-height: 1.12 !important;
    letter-spacing: -0.01em !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25) !important;
}

/* Verse Quotation System */
.ebd-bible-hero--verse .ebd-bible-quote {
    position: relative !important;
    max-width: var(--bible-reading-width) !important;
    margin: 24px 0 0 0 !important;
    padding: 20px 0 20px 28px !important;
    border: 0 !important;
    border-left: 3px solid #C5A059 !important;
    background: linear-gradient(90deg, rgba(197, 160, 89, 0.08) 0%, transparent 100%) !important;
    border-radius: 0 16px 16px 0 !important;
}

.ebd-bible-hero--verse .ebd-bible-quote::before {
    content: "“" !important;
    position: absolute !important;
    top: -16px !important;
    left: 14px !important;
    height: auto !important;
    color: rgba(197, 160, 89, 0.24) !important;
    font-family: Georgia, serif !important;
    font-size: 5.5rem !important;
    line-height: 1 !important;
    pointer-events: none !important;
}

.ebd-bible-hero--verse .ebd-bible-quote p {
    position: relative !important;
    z-index: 2 !important;
    max-width: 32ch !important;
    margin: 0 !important;
    font-family: Merriweather, Georgia, serif !important;
    font-size: clamp(1.45rem, 2.3vw, 2.35rem) !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.96) !important;
    line-height: 1.55 !important;
    text-wrap: pretty !important;
}

/* Metadata & Facts Pills */
.ebd-bible-hero--verse .ebd-bible-verse-meta,
.ebd-bible-verse-meta {
    display: none !important;
}

.ebd-bible-facts {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 24px !important;
}

.ebd-bible-facts span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 36px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 999px !important;
    padding: 6px 16px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    backdrop-filter: blur(8px) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    transition: all 0.25s ease !important;
}

.ebd-bible-facts span:hover {
    border-color: rgba(197, 160, 89, 0.45) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

/* Action Toolbar */
.ebd-bible-hero--verse .ebd-bible-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    margin-top: 28px !important;
}

@media (min-width: 1025px) {
    .ebd-bible-hero--verse .ebd-bible-actions {
        flex-wrap: nowrap !important;
    }
}

.ebd-bible-hero--verse .ebd-bible-actions .ebd-bible-action,
.ebd-bible-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 44px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 12px !important;
    padding: 0 14px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.84rem !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.25s cubic-bezier(.4,0,.2,1) !important;
}

.ebd-bible-hero--verse .ebd-bible-actions .ebd-bible-action:hover,
.ebd-bible-action:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.32) !important;
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25) !important;
}

.ebd-bible-hero--verse .ebd-bible-actions button:first-child,
.ebd-bible-action--primary {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: linear-gradient(135deg, #F2D388 0%, #DFBE6F 50%, #C5A059 100%) !important;
    color: #0F172A !important;
    font-weight: 850 !important;
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.38) !important;
}

.ebd-bible-hero--verse .ebd-bible-actions button:first-child:hover,
.ebd-bible-action--primary:hover {
    background: linear-gradient(135deg, #FFE5A3 0%, #EACC7A 50%, #D4AF4D 100%) !important;
    color: #0F172A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 28px rgba(197, 160, 89, 0.55) !important;
}

.ebd-bible-action.is-active {
    border-color: #DFBE6F !important;
    background: rgba(197, 160, 89, 0.22) !important;
    color: #DFBE6F !important;
    box-shadow: 0 0 16px rgba(197, 160, 89, 0.25) !important;
}

/* Grid & Right Reading Panel */
.ebd-bible-hero__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 390px) !important;
    gap: clamp(32px, 4vw, 56px) !important;
    align-items: center !important;
}

.ebd-bible-hero-panel {
    display: grid !important;
    gap: 16px !important;
    align-self: center !important;
    transform: none !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 24px !important;
    padding: 28px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.ebd-bible-hero-panel:hover {
    border-color: rgba(197, 160, 89, 0.35) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.ebd-bible-hero-panel::before {
    display: none !important;
}

.ebd-bible-hero-panel__eyebrow {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #DFBE6F !important;
    font-size: 0.74rem !important;
    font-weight: 850 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin: 0 !important;
}

.ebd-bible-hero-panel strong {
    color: #fff !important;
    font-family: Merriweather, Georgia, serif !important;
    font-size: clamp(1.45rem, 2.2vw, 1.85rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.ebd-bible-hero-panel__progress {
    overflow: hidden !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    margin: 6px 0 2px 0 !important;
}

.ebd-bible-hero-panel__progress span {
    display: block !important;
    height: 100% !important;
    border-radius: inherit !important;
    background: linear-gradient(90deg, #C5A059, #DFBE6F, #F2D388) !important;
    box-shadow: 0 0 12px rgba(223, 190, 111, 0.55) !important;
}

.ebd-bible-hero-panel p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.ebd-bible-hero-panel__links {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-top: 8px !important;
}

.ebd-bible-hero-panel__links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 12px !important;
    padding: 0 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(.4,0,.2,1) !important;
}

.ebd-bible-hero-panel__links a:hover {
    background: #DFBE6F !important;
    border-color: #DFBE6F !important;
    color: #0F172A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(197, 160, 89, 0.38) !important;
}

.ebd-bible-continuity {
    gap: 24px;
    margin: 84px auto 40px !important;
}

.ebd-bible-continuity__item {
    min-height: 100px;
    padding: 24px 52px 24px 28px;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
}

.ebd-bible-continuity__item::after {
    right: 24px;
}

.ebd-bible-layout--verse {
    grid-template-columns: minmax(0, var(--bible-reading-width)) var(--bible-side-width);
    gap: var(--bible-gutter);
    padding-top: var(--bible-space-8) !important;
    padding-bottom: var(--bible-space-12) !important;
}

.ebd-bible.is-reading-mode .ebd-bible-layout--verse {
    width: min(var(--bible-reading-width), calc(100% - (var(--bible-page-inset) * 2))) !important;
    max-width: var(--bible-reading-width) !important;
}

.ebd-bible-layout--verse .ebd-bible-main {
    gap: var(--bible-space-6);
}

.ebd-bible-content-card {
    padding: var(--bible-space-7);
}

.ebd-bible-section-title {
    grid-template-columns: var(--bible-space-8) minmax(0, 1fr);
    gap: var(--bible-space-4);
    margin-bottom: var(--bible-space-6);
}

.ebd-bible-section-title > span {
    width: var(--bible-space-8);
    height: var(--bible-space-8);
}

.ebd-bible-section-title p {
    margin-top: var(--bible-space-2);
}

.ebd-bible-context-list::before {
    top: var(--bible-space-4);
    bottom: var(--bible-space-4);
    left: var(--bible-space-4);
}

.ebd-bible-context-list li {
    grid-template-columns: var(--bible-space-8) minmax(0, 1fr);
    gap: var(--bible-space-4);
    min-height: var(--bible-space-11);
    padding: var(--bible-space-4) var(--bible-space-4) var(--bible-space-4) 0;
}

.ebd-bible-context-list li.is-current {
    padding: var(--bible-space-4);
}

.ebd-bible-context-list a {
    width: var(--bible-space-7);
    height: var(--bible-space-7);
    border-width: var(--bible-space-1);
}

.ebd-bible-context-list span {
    line-height: 1.7;
}

.ebd-bible-inline-link {
    margin-top: var(--bible-space-6);
}

.ebd-bible-side--verse {
    top: var(--bible-space-12);
    padding: var(--bible-space-7);
}

.ebd-bible-side--verse::before {
    left: var(--bible-space-7);
    width: var(--bible-space-10);
}

.ebd-bible-side--verse h2 {
    margin: var(--bible-space-8) 0 var(--bible-space-4);
    line-height: 1.4;
}

.ebd-bible-side--verse h2:first-child {
    margin-top: var(--bible-space-3);
}

.ebd-bible-side-index,
.ebd-bible-side--verse .ebd-bible-nav--stack {
    gap: var(--bible-space-1);
}

.ebd-bible-side-index a,
.ebd-bible-side--verse .ebd-bible-nav a {
    min-height: var(--bible-space-9);
    padding: 0 var(--bible-space-7) 0 0;
    line-height: 1.45;
}

.ebd-bible-side-index a::after,
.ebd-bible-side--verse .ebd-bible-nav a::after {
    right: var(--bible-space-2);
}

.ebd-bible-side-index a:hover,
.ebd-bible-side--verse .ebd-bible-nav a:hover {
    padding-left: var(--bible-space-2);
}

.ebd-bible-side__summary {
    line-height: 1.6;
}

.ebd-bible-progress {
    height: var(--bible-space-2);
    margin: var(--bible-space-3) 0;
}

.ebd-bible-rich-text {
    line-height: 1.75;
}

.ebd-bible-rich-text > * + * {
    margin-top: var(--bible-space-4);
}

.ebd-bible-related,
.ebd-bible-editor-note {
    margin-top: 0;
}

.ebd-bible-related h2 {
    margin-bottom: var(--bible-space-5);
}

.ebd-bible-related__grid {
    gap: var(--bible-space-4);
}

/* Removed footer overrides to preserve global footer layout and transitions */

/* Book page polish: aligns the book overview with the public EBD 360 design system */
.ebd-bible-hero--book {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(72px, 8vw, 116px) 0 clamp(76px, 8vw, 124px);
    background:
        radial-gradient(circle at 78% 10%, rgba(197, 160, 89, .18), transparent 30%),
        radial-gradient(circle at 18% 86%, rgba(255, 255, 255, .08), transparent 24%),
        linear-gradient(135deg, #101a25 0%, #172433 52%, #303a3c 100%);
}

.ebd-bible-hero--book::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(6, 13, 23, .2));
    z-index: -1;
}

.ebd-bible-hero--book .ebd-bible-hero__inner {
    max-width: 1188px;
}

.ebd-bible-hero--book .ebd-breadcrumb {
    margin-bottom: clamp(20px, 3vw, 34px);
    color: rgba(255, 255, 255, .66);
    font: 800 13px/1.2 var(--ebd-font-sans, "Inter", sans-serif);
}

.ebd-bible-hero--book .ebd-bible-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin: 0 0 22px;
    border: 1px solid rgba(197, 160, 89, .55);
    border-radius: 999px;
    padding: 9px 16px;
    background: rgba(197, 160, 89, .1);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
    color: #f1d27e !important;
    font: 900 12px/1 var(--ebd-font-sans, "Inter", sans-serif);
    letter-spacing: .12em;
}

.ebd-bible-hero--book .ebd-bible-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d5ac53;
    box-shadow: 0 0 0 5px rgba(213, 172, 83, .13);
}

.ebd-bible-hero--book h1 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(58px, 7.2vw, 96px);
    line-height: .92;
    letter-spacing: -.055em;
    text-shadow: 0 18px 46px rgba(0, 0, 0, .2);
}

.ebd-bible-hero--book .ebd-bible-hero__lead {
    max-width: 760px;
    margin-top: 28px;
    color: rgba(241, 245, 249, .82);
    font: 700 clamp(17px, 1.45vw, 20px)/1.75 var(--ebd-font-sans, "Inter", sans-serif);
}

.ebd-bible-hero--book .ebd-bible-facts {
    gap: 10px;
    margin-top: 28px;
}

.ebd-bible-hero--book .ebd-bible-facts span {
    min-height: 42px;
    border: 1px solid rgba(226, 232, 240, .18);
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .86);
    font: 900 13px/1 var(--ebd-font-sans, "Inter", sans-serif);
}

.ebd-bible-layout--book {
    position: relative;
    max-width: 1188px;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: clamp(28px, 4vw, 52px);
    align-items: start;
    padding-top: clamp(74px, 7vw, 104px);
    padding-bottom: clamp(108px, 10vw, 152px);
}

.ebd-bible-layout--book::before {
    content: "";
    position: absolute;
    inset: 34px max(-4vw, -56px) 52px;
    z-index: -1;
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 8%, rgba(197, 160, 89, .08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.ebd-bible-layout--book .ebd-bible-main {
    border: 1px solid #dbe5ef;
    border-radius: 26px;
    padding: clamp(28px, 4vw, 44px);
    margin-top: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
        #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.ebd-bible-layout--book .ebd-bible-main > h2 {
    margin: 0 0 18px;
    color: #172233;
    font-size: clamp(34px, 3.1vw, 46px);
    line-height: 1;
    letter-spacing: -.04em;
}

.ebd-bible-layout--book .ebd-bible-main > h2::before {
    content: "Leitura organizada";
    display: block;
    width: fit-content;
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fbf4df;
    color: #9a6a14;
    font: 900 11px/1 var(--ebd-font-sans, "Inter", sans-serif);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ebd-bible-layout--book .ebd-bible-chapters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
    gap: 12px;
    margin: 22px 0 36px;
    max-width: 520px;
}

.ebd-bible-layout--book .ebd-bible-chapters a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border: 1px solid #d9e3ee;
    border-radius: 16px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    color: #172233;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
    font: 900 18px/1 var(--ebd-font-sans, "Inter", sans-serif);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ebd-bible-layout--book .ebd-bible-chapters a:hover,
.ebd-bible-layout--book .ebd-bible-chapters a:focus-visible {
    border-color: rgba(197, 160, 89, .78);
    background: #fff8e7;
    box-shadow: 0 14px 30px rgba(197, 160, 89, .2);
    color: #7a5514;
    transform: translateY(-2px);
}

.ebd-bible-layout--book .ebd-bible-related,
.ebd-bible-layout--book .ebd-bible-faq {
    margin-top: 34px;
    border-top: 1px solid #edf1f6;
    padding-top: 34px;
}

.ebd-bible-layout--book .ebd-bible-related h2,
.ebd-bible-layout--book .ebd-bible-faq h2 {
    margin: 0 0 18px;
    color: #172233;
    font-size: clamp(28px, 2.4vw, 38px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.ebd-bible-layout--book .ebd-bible-faq details {
    border: 1px solid #e3eaf2;
    border-radius: 18px;
    padding: 17px 18px;
    background: #f9fbfd;
}

.ebd-bible-layout--book .ebd-bible-faq details + details {
    margin-top: 12px;
}

.ebd-bible-layout--book .ebd-bible-faq summary {
    cursor: pointer;
    color: #24344a;
    font-weight: 900;
}

.ebd-bible-layout--book .ebd-bible-faq p {
    margin: 10px 0 0;
    color: #5c6d82;
    line-height: 1.65;
}

.ebd-bible-side--book {
    overflow: hidden;
    margin-top: 0;
    border: 1px solid rgba(219, 229, 239, .95);
    border-radius: 26px;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96));
    box-shadow: 0 24px 58px rgba(15, 23, 42, .1);
}

.ebd-bible-side--book::before {
    content: "";
    display: block;
    height: 4px;
    margin: -28px -28px 24px;
    background: linear-gradient(90deg, #c5a059, #efd488, transparent);
}

.ebd-bible-side--book h2 {
    margin: 0 0 16px;
    color: #172233;
    font-size: clamp(30px, 2.4vw, 42px);
    line-height: 1;
    letter-spacing: -.045em;
}

.ebd-bible-side--book h2::before {
    content: "Panorama bíblico";
    display: block;
    width: fit-content;
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fbf4df;
    color: #9a6a14;
    font: 900 11px/1 var(--ebd-font-sans, "Inter", sans-serif);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ebd-bible-side--book p {
    margin: 0;
    border-top: 1px solid #e8eef5;
    padding: 14px 0;
    color: #52657a;
    font: 700 15px/1.5 var(--ebd-font-sans, "Inter", sans-serif);
}

.ebd-bible-side--book p:last-child {
    padding-bottom: 0;
}

.ebd-bible-side--book p::first-letter {
    color: #172233;
}

@media (max-width: 1024px) {
    .ebd-bible-layout--book {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 56px;
        padding-bottom: 96px;
    }

    .ebd-bible-side--book {
        position: static;
    }
}

@media (max-width: 640px) {
    .ebd-bible-hero--book {
        padding: 54px 0 64px;
    }

    .ebd-bible-layout--book {
        padding-top: 38px;
        padding-bottom: 72px;
    }

    .ebd-bible-hero--book h1 {
        font-size: clamp(48px, 16vw, 68px);
    }

    .ebd-bible-layout--book .ebd-bible-main,
    .ebd-bible-side--book {
        border-radius: 22px;
        padding: 22px;
    }

    .ebd-bible-layout--book .ebd-bible-chapters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1280px) {
    .ebd-bible {
        --bible-editorial-width: 1088px;
        --bible-reading-width: 736px;
        --bible-side-width: 288px;
        --bible-gutter: var(--bible-space-10);
    }
}

@media (max-width: 1100px) {
    .ebd-bible {
        --bible-editorial-width: 960px;
        --bible-reading-width: 640px;
        --bible-side-width: 280px;
        --bible-gutter: var(--bible-space-8);
    }

    .ebd-bible-hero__grid,
    .ebd-bible-layout--verse {
        grid-template-columns: minmax(0, var(--bible-reading-width)) var(--bible-side-width);
    }
}

@media (max-width: 1024px) {
    .ebd-bible {
        --bible-editorial-width: 800px;
        --bible-page-inset: var(--bible-space-5);
    }

    .ebd-bible-hero,
    .ebd-bible-hero--verse {
        padding: clamp(40px, 6vw, 64px) 0 clamp(36px, 5vw, 56px) !important;
    }

    .ebd-bible-hero__grid,
    .ebd-bible-layout--verse {
        grid-template-columns: 1fr !important;
        gap: clamp(32px, 5vw, 48px) !important;
    }

    .ebd-bible-hero-panel {
        transform: none !important;
        width: 100% !important;
        max-width: 680px !important;
    }

    .ebd-bible-continuity {
        gap: 18px;
        margin: 60px auto 32px !important;
    }

    .ebd-bible-layout--verse {
        padding-top: var(--bible-space-8) !important;
        padding-bottom: var(--bible-space-11) !important;
    }

    .ebd-bible-side--verse {
        grid-template-columns: 1fr 1fr;
        gap: var(--bible-space-4) var(--bible-space-7);
    }
}

@media (max-width: 640px) {
    .ebd-bible {
        --bible-page-inset: var(--bible-space-3);
    }

    .ebd-bible-hero,
    .ebd-bible-hero--verse {
        padding: clamp(36px, 6vw, 48px) 0 clamp(32px, 5vw, 44px) !important;
    }

    .ebd-bible-hero__label,
    .ebd-bible-kicker {
        min-height: 28px !important;
        margin-bottom: 12px !important;
        padding: 4px 14px !important;
        font-size: 0.72rem !important;
    }

    .ebd-bible-hero--verse .ebd-bible-quote {
        padding-left: 20px !important;
        margin-top: 20px !important;
    }

    .ebd-bible-hero--verse .ebd-bible-quote::before {
        top: -10px !important;
        left: 10px !important;
        font-size: 4rem !important;
    }

    .ebd-bible-hero--verse .ebd-bible-actions {
        gap: 10px !important;
        margin-top: 24px !important;
    }

    .ebd-bible-hero--verse .ebd-bible-actions .ebd-bible-action,
    .ebd-bible-action {
        flex: 1 1 calc(50% - 10px) !important;
        min-height: 44px !important;
        padding: 0 12px !important;
        font-size: 0.82rem !important;
    }

    .ebd-bible-hero-panel,
    .ebd-bible-content-card,
    .ebd-bible-side--verse {
        padding: 22px !important;
        border-radius: 20px !important;
    }

    .ebd-bible-continuity {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 44px auto 28px !important;
    }

    .ebd-bible-continuity__item {
        min-height: 72px;
        padding: 16px 48px 16px 20px;
        border-radius: 16px;
    }

    .ebd-bible-layout--verse {
        gap: var(--bible-space-6);
        padding-top: var(--bible-space-7) !important;
        padding-bottom: var(--bible-space-10) !important;
    }

    .ebd-bible-section-title {
        grid-template-columns: var(--bible-space-7) minmax(0, 1fr);
        gap: var(--bible-space-3);
        margin-bottom: var(--bible-space-5);
    }

    .ebd-bible-section-title > span {
        width: var(--bible-space-7);
        height: var(--bible-space-7);
    }

    .ebd-bible-context-list::before {
        left: var(--bible-space-4);
    }

    .ebd-bible-context-list li,
    .ebd-bible-context-list li.is-current {
        grid-template-columns: var(--bible-space-7) minmax(0, 1fr);
        gap: var(--bible-space-3);
        min-height: var(--bible-space-11);
        padding: var(--bible-space-3);
    }

    .ebd-bible-context-list a {
        width: var(--bible-space-7);
        height: var(--bible-space-7);
    }

    .ebd-bible-side--verse {
        grid-template-columns: 1fr;
        gap: var(--bible-space-3);
    }

    .ebd-bible-side--verse h2 {
        margin: var(--bible-space-6) 0 var(--bible-space-3);
    }

    /* Removed footer overrides to preserve global footer layout and responsive sizing */
}

@media (prefers-reduced-motion: reduce) {
    .ebd-bible *,
    .ebd-bible *::before,
    .ebd-bible *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Final book page spacing pass: explicit rhythm between hero, cards and footer bands */
.ebd-bible .ebd-bible-hero--book {
    padding-bottom: clamp(86px, 8vw, 124px) !important;
}

.ebd-bible .ebd-bible-layout--book {
    margin-top: clamp(48px, 5.5vw, 82px) !important;
    margin-bottom: clamp(82px, 8vw, 128px) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ebd-bible .ebd-bible-layout--book::before {
    inset: clamp(-24px, -2vw, -12px) max(-4vw, -56px) clamp(-34px, -2vw, -18px) !important;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-main,
.ebd-bible .ebd-bible-layout--book .ebd-bible-side--book {
    margin-top: 0 !important;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-side--book {
    top: 118px;
}

@media (max-width: 1024px) {
    .ebd-bible .ebd-bible-layout--book {
        margin-top: 40px !important;
        margin-bottom: 86px !important;
    }
}

@media (max-width: 640px) {
    .ebd-bible .ebd-bible-hero--book {
        padding-bottom: 62px !important;
    }

    .ebd-bible .ebd-bible-layout--book {
        margin-top: 28px !important;
        margin-bottom: 64px !important;
    }
}

/* PRD book hub: premium editorial modules */
.ebd-bible-layout--book .ebd-bible-book-resources + h2,
.ebd-bible-layout--book .ebd-bible-book-resources + h2 + .ebd-bible-chapters {
    display: none !important;
}

.ebd-bible-section-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fbf4df;
    color: #9a6a14;
    font: 900 11px/1 var(--ebd-font-sans, "Inter", sans-serif);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ebd-bible-book-keyverse,
.ebd-bible-book-intro,
.ebd-bible-book-timeline,
.ebd-bible-book-themes,
.ebd-bible-book-chapters,
.ebd-bible-book-resources {
    margin-bottom: clamp(34px, 4vw, 52px);
}

.ebd-bible-book-keyverse {
    border: 1px solid rgba(197, 160, 89, .42);
    border-radius: 28px;
    padding: clamp(28px, 4vw, 44px);
    background:
        linear-gradient(135deg, rgba(255, 250, 238, .94), rgba(255, 255, 255, .98));
    box-shadow: 0 24px 58px rgba(197, 160, 89, .13);
}

.ebd-bible-book-keyverse blockquote {
    margin: 20px 0 0;
    color: #172233;
    font: italic clamp(24px, 3vw, 36px)/1.45 var(--ebd-font-serif, Georgia, serif);
}

.ebd-bible-book-keyverse__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    border-top: 1px solid rgba(197, 160, 89, .22);
    padding-top: 18px;
}

.ebd-bible-book-keyverse__actions strong {
    margin-right: auto;
    color: #9a6a14;
    font-weight: 900;
}

.ebd-bible-book-keyverse__actions a,
.ebd-bible-book-keyverse__actions button,
.ebd-bible-book-side-actions a,
.ebd-bible-book-side-actions button,
.ebd-bible-book-cta a {
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    padding: 11px 16px;
    background: #fff;
    color: #172233;
    font: 900 13px/1 var(--ebd-font-sans, "Inter", sans-serif);
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.ebd-bible-book-keyverse__actions a:hover,
.ebd-bible-book-keyverse__actions button:hover,
.ebd-bible-book-side-actions a:hover,
.ebd-bible-book-side-actions button:hover,
.ebd-bible-book-cta a:hover {
    border-color: rgba(197, 160, 89, .7);
    background: #fff8e7;
    box-shadow: 0 12px 24px rgba(197, 160, 89, .16);
    transform: translateY(-1px);
}

.ebd-bible-book-quickfacts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: clamp(36px, 4vw, 56px);
}

.ebd-bible-book-quickfacts div {
    min-height: 104px;
    border: 1px solid #e1e9f2;
    border-radius: 22px;
    padding: 18px;
    background: #f9fbfd;
}

.ebd-bible-book-quickfacts span {
    display: block;
    color: #7b8ca2;
    font: 900 11px/1 var(--ebd-font-sans, "Inter", sans-serif);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ebd-bible-book-quickfacts strong {
    display: block;
    margin-top: 12px;
    color: #172233;
    font-size: 18px;
    line-height: 1.25;
}

.ebd-bible-book-intro h2,
.ebd-bible-book-timeline h2,
.ebd-bible-book-chapters h2 {
    margin: 14px 0 18px;
    color: #172233;
    font-size: clamp(34px, 3vw, 46px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.ebd-bible-book-intro p {
    max-width: 76ch;
    color: #53657b;
    font-size: 17px;
    line-height: 1.8;
}

.ebd-bible-book-search {
    margin: 0 0 clamp(36px, 4vw, 54px);
}

.ebd-bible-book-search label {
    display: grid;
    gap: 10px;
}

.ebd-bible-book-search span {
    color: #24344a;
    font-weight: 900;
}

.ebd-bible-book-search input {
    min-height: 58px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    padding: 0 18px;
    background: #fff;
    color: #172233;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.ebd-bible-book-timeline ol {
    position: relative;
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.ebd-bible-book-timeline li {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    border: 1px solid #e1e9f2;
    border-radius: 20px;
    padding: 18px;
    background: #f9fbfd;
}

.ebd-bible-book-timeline li span {
    color: #9a6a14;
    font-weight: 900;
}

.ebd-bible-book-timeline li strong {
    color: #24344a;
}

.ebd-bible-book-themes > div,
.ebd-bible-book-resources > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ebd-bible-book-themes a,
.ebd-bible-book-resources span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    padding: 10px 14px;
    background: #fff;
    color: #24344a;
    font-weight: 900;
    text-decoration: none;
}

.ebd-bible-chapter-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.ebd-bible-chapter-cards a {
    display: grid;
    gap: 9px;
    border: 1px solid #dde7f1;
    border-radius: 24px;
    padding: 22px;
    background: #fff;
    color: #172233;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ebd-bible-chapter-cards a:hover,
.ebd-bible-chapter-cards a:focus-visible {
    border-color: rgba(197, 160, 89, .72);
    box-shadow: 0 20px 42px rgba(15, 23, 42, .1);
    transform: translateY(-2px);
}

.ebd-bible-chapter-cards span {
    color: #9a6a14;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 12px;
}

.ebd-bible-chapter-cards strong {
    font-size: 22px;
}

.ebd-bible-chapter-cards em,
.ebd-bible-chapter-cards p {
    color: #60738a;
    font-style: normal;
    line-height: 1.55;
}

.ebd-bible-chapter-cards b {
    margin-top: 6px;
    color: #172233;
}

.ebd-bible-side--book {
    display: grid;
    gap: 0;
}

.ebd-bible-book-side-actions {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    border-top: 1px solid #e8eef5;
    padding-top: 18px;
}

.ebd-bible-book-side-actions a,
.ebd-bible-book-side-actions button {
    justify-content: center;
    width: 100%;
}

.ebd-bible-book-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: calc(-1 * clamp(46px, 5vw, 72px));
    margin-bottom: clamp(72px, 7vw, 108px);
    border: 1px solid rgba(197, 160, 89, .28);
    border-radius: 28px;
    padding: clamp(24px, 3vw, 34px);
    background: linear-gradient(135deg, #172233, #243344);
    color: #fff;
    box-shadow: 0 24px 58px rgba(15, 23, 42, .16);
}

.ebd-bible-book-cta span {
    font: 900 clamp(22px, 2.2vw, 32px)/1.1 var(--ebd-font-serif, Georgia, serif);
}

.ebd-bible-book-cta div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ebd-bible-book-cta a {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

@media (max-width: 860px) {
    .ebd-bible-book-quickfacts,
    .ebd-bible-chapter-cards {
        grid-template-columns: 1fr;
    }

    .ebd-bible-book-timeline li {
        grid-template-columns: 1fr;
    }
}

/* Cascade lock: keep the final book polish above legacy book-page declarations. */
.ebd-bible .ebd-bible-hero--book {
    padding-bottom: clamp(64px, 6vw, 88px) !important;
}

.ebd-bible .ebd-bible-layout--book {
    gap: clamp(24px, 3vw, 38px) !important;
    margin-top: clamp(38px, 4vw, 58px) !important;
    margin-bottom: clamp(64px, 6vw, 92px) !important;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-main {
    padding: clamp(24px, 3vw, 38px) !important;
}

.ebd-bible .ebd-bible-book-keyverse {
    padding: clamp(22px, 2.6vw, 30px);
}

.ebd-bible .ebd-bible-book-keyverse blockquote {
    margin-top: 14px;
    font-size: clamp(22px, 2.5vw, 31px);
    line-height: 1.38;
}

.ebd-bible .ebd-bible-book-keyverse__actions {
    margin-top: 18px;
    padding-top: 14px;
}

.ebd-bible .ebd-bible-book-keyverse__actions a,
.ebd-bible .ebd-bible-book-keyverse__actions button {
    padding: 8px 13px;
    font-size: 12px;
}

.ebd-bible .ebd-bible-book-quickfacts {
    gap: 12px;
    margin-bottom: clamp(32px, 3.5vw, 46px);
}

.ebd-bible .ebd-bible-book-quickfacts > div {
    min-height: 108px;
    padding: 20px 48px 20px 20px;
    background: linear-gradient(145deg, #fff, #f8fafc);
}

.ebd-bible .ebd-bible-book-quickfacts > div > .dashicons {
    position: absolute;
    top: 19px;
    right: 18px;
    display: block;
    width: 22px;
    height: 22px;
    color: #b2822c;
    font-size: 22px;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-book-quickfacts small {
    display: block;
    color: #7b8ca2;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ebd-bible .ebd-bible-book-quickfacts strong {
    margin-top: 8px;
    font-size: 17px;
}

.ebd-bible .ebd-bible-book-intro h2,
.ebd-bible .ebd-bible-book-timeline h2,
.ebd-bible .ebd-bible-book-chapters h2 {
    margin: 12px 0 16px;
    font-size: clamp(30px, 2.8vw, 42px);
}

.ebd-bible .ebd-bible-book-search {
    margin-bottom: clamp(30px, 3vw, 42px);
}

.ebd-bible .ebd-bible-book-search__field input {
    width: 100%;
    min-height: 60px;
    padding: 0 54px 0 50px;
}

.ebd-bible .ebd-bible-book-timeline ol {
    gap: 0;
    margin-top: 24px;
}

.ebd-bible .ebd-bible-book-timeline li {
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 28px;
    border: 0;
    border-radius: 0;
    padding: 0 0 28px 40px;
    background: transparent;
}

.ebd-bible .ebd-bible-book-themes a {
    min-height: 42px;
    padding: 11px 18px;
}

.ebd-bible .ebd-bible-chapter-cards {
    gap: 16px;
}

.ebd-bible .ebd-bible-chapter-cards > a {
    min-height: 228px;
    gap: 8px;
    padding: 22px;
}

.ebd-bible .ebd-bible-chapter-card__eyebrow {
    display: flex;
}

.ebd-bible .ebd-bible-book-resources > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ebd-bible .ebd-bible-book-resources > div > span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 2px 10px;
    min-height: 78px;
    border-radius: 16px;
    padding: 14px;
}

.ebd-bible .ebd-bible-side--book {
    display: grid;
    align-self: start;
    gap: 16px;
    max-height: calc(100vh - 132px);
    padding: 0;
    background: transparent;
    box-shadow: none;
    overflow-y: auto;
}

.ebd-bible .ebd-bible-side--book::before,
.ebd-bible .ebd-bible-side--book h2::before {
    display: none;
}

.ebd-bible .ebd-bible-book-search__field button[hidden],
.ebd-bible .ebd-bible-chapter-cards > a[hidden] {
    display: none;
}

.ebd-bible .ebd-bible-book-resources > .ebd-bible-section-label {
    display: inline-flex;
    border: 0;
    padding: 8px 12px;
    background: #fbf4df;
    color: #9a6a14;
    font-size: 11px;
}

.ebd-bible .ebd-bible-book-resources .dashicons {
    border: 0;
    padding: 0;
    text-transform: none;
}

.ebd-bible .ebd-bible-book-side-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
}

.ebd-bible .ebd-bible-book-side-actions button {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 11px;
}

.ebd-bible .ebd-bible-book-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: clamp(26px, 4vw, 54px);
    margin-top: 0;
    margin-bottom: clamp(72px, 7vw, 104px);
    padding: clamp(34px, 5vw, 58px);
}

.ebd-bible .ebd-bible-book-cta .ebd-bible-book-cta__copy {
    display: block;
}

.ebd-bible .ebd-bible-book-cta .ebd-bible-book-cta__actions {
    display: flex;
    margin-top: 22px;
}

.ebd-bible .ebd-bible-book-cta .ebd-bible-book-cta__ornament {
    display: grid;
}

@media (max-width: 1024px) {
    .ebd-bible .ebd-bible-side--book {
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 760px) {
    .ebd-bible .ebd-bible-book-resources > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-book-timeline li {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ebd-bible .ebd-bible-book-cta {
        grid-template-columns: 1fr;
    }

    .ebd-bible .ebd-bible-book-cta .ebd-bible-book-cta__ornament {
        display: none;
    }
}

@media (max-width: 520px) {
    .ebd-bible .ebd-bible-layout--book .ebd-bible-main {
        padding: 18px !important;
    }

    .ebd-bible .ebd-bible-book-resources > div {
        grid-template-columns: 1fr;
    }

    .ebd-bible .ebd-bible-book-cta {
        padding: 30px 22px;
    }

    .ebd-bible .ebd-bible-book-cta .ebd-bible-book-cta__actions {
        display: grid;
    }
}

/* Professional composition pass based on the rendered book-page review. */
.ebd-bible .ebd-bible-hero--book {
    padding-top: clamp(62px, 6.2vw, 86px);
    padding-bottom: clamp(58px, 5.4vw, 76px) !important;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner,
.ebd-bible .ebd-bible-layout--book,
.ebd-bible .ebd-bible-book-cta {
    max-width: 1240px;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner {
    position: relative;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner::after {
    position: absolute;
    right: 3%;
    bottom: 2%;
    width: clamp(180px, 21vw, 310px);
    height: clamp(110px, 12vw, 170px);
    border: 1px solid rgba(197, 160, 89, .12);
    border-radius: 50% 50% 18px 18px;
    background:
        linear-gradient(135deg, transparent 49.7%, rgba(197, 160, 89, .13) 50%, transparent 50.3%),
        linear-gradient(45deg, transparent 49.7%, rgba(197, 160, 89, .1) 50%, transparent 50.3%);
    content: "";
    opacity: .75;
    pointer-events: none;
}

.ebd-bible .ebd-bible-hero--book h1,
.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__lead,
.ebd-bible .ebd-bible-hero--book .ebd-bible-facts,
.ebd-bible .ebd-bible-hero--book .ebd-breadcrumb,
.ebd-bible .ebd-bible-hero--book .ebd-bible-kicker {
    position: relative;
    z-index: 1;
}

.ebd-bible .ebd-bible-hero--book h1 {
    font-size: clamp(56px, 6vw, 82px);
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__lead {
    max-width: 690px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.65;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 0;
    margin-top: 0;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 28px;
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
    font-weight: 800;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span:first-child {
    padding-left: 0;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c5a059;
    content: "";
    transform: translate(50%, -50%);
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts .dashicons {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #dfbd70;
    font-size: 15px;
    line-height: 1;
}

.ebd-bible .ebd-bible-layout--book {
    grid-template-columns: minmax(0, 1fr) 338px;
    gap: 34px !important;
    margin-top: 42px !important;
    margin-bottom: 68px !important;
}

.ebd-bible .ebd-bible-layout--book::before {
    inset: -14px -30px -28px !important;
    border-radius: 32px;
    background:
        radial-gradient(circle at 10% 2%, rgba(197, 160, 89, .065), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-main {
    border-color: rgba(216, 226, 236, .92);
    padding: clamp(28px, 3vw, 40px) !important;
    box-shadow: 0 20px 54px rgba(15, 23, 42, .065);
}

.ebd-bible .ebd-bible-book-keyverse {
    border-radius: 22px;
    padding: 24px 26px;
    box-shadow: 0 14px 34px rgba(157, 119, 42, .09);
}

.ebd-bible .ebd-bible-book-keyverse::before {
    position: absolute;
    top: 22px;
    right: 26px;
    color: rgba(197, 160, 89, .17);
    content: "“";
    font: 900 76px/.7 var(--ebd-font-serif, Georgia, serif);
}

.ebd-bible .ebd-bible-book-keyverse blockquote {
    position: relative;
    z-index: 1;
    max-width: 28ch;
    font-size: clamp(21px, 2.2vw, 29px);
}

.ebd-bible .ebd-bible-book-keyverse__actions {
    gap: 8px;
}

.ebd-bible .ebd-bible-book-quickfacts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ebd-bible .ebd-bible-book-quickfacts > div {
    min-height: 96px;
    border-radius: 16px;
    padding: 17px 42px 17px 17px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .028);
}

.ebd-bible .ebd-bible-book-quickfacts > div > .dashicons {
    top: 17px;
    right: 15px;
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.ebd-bible .ebd-bible-book-quickfacts strong {
    font-size: 15px;
}

.ebd-bible .ebd-bible-book-intro,
.ebd-bible .ebd-bible-book-timeline,
.ebd-bible .ebd-bible-book-chapters {
    padding-top: 34px;
}

.ebd-bible .ebd-bible-book-intro h2,
.ebd-bible .ebd-bible-book-timeline h2,
.ebd-bible .ebd-bible-book-chapters h2 {
    font-size: clamp(29px, 2.55vw, 38px);
}

.ebd-bible .ebd-bible-book-intro p {
    max-width: 70ch;
    font-size: 15px;
    line-height: 1.75;
}

.ebd-bible .ebd-bible-book-search__field input {
    min-height: 54px;
    border-radius: 15px;
    font-size: 13px;
}

.ebd-bible .ebd-bible-book-timeline li {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 22px;
    padding-bottom: 24px;
}

.ebd-bible .ebd-bible-book-timeline li strong {
    font-size: 15px;
}

.ebd-bible .ebd-bible-book-timeline li p {
    font-size: 12px;
}

.ebd-bible .ebd-bible-book-themes > div {
    gap: 8px;
}

.ebd-bible .ebd-bible-book-themes a {
    min-height: 38px;
    padding: 9px 15px;
    font-size: 11px;
}

.ebd-bible .ebd-bible-chapter-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ebd-bible .ebd-bible-chapter-cards > a {
    min-height: 205px;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}

.ebd-bible .ebd-bible-chapter-cards > a:hover,
.ebd-bible .ebd-bible-chapter-cards > a:focus-visible {
    box-shadow: 0 16px 34px rgba(15, 23, 42, .085);
    transform: translateY(-3px);
}

.ebd-bible .ebd-bible-chapter-cards > a[data-reading-state="pending"] {
    border-color: #e4eaf0;
    background: linear-gradient(155deg, #fbfcfd, #f7f9fb);
    box-shadow: none;
}

.ebd-bible .ebd-bible-chapter-card__eyebrow > span {
    font-size: 10px;
}

.ebd-bible .ebd-bible-chapter-card__eyebrow i {
    padding: 5px 7px;
    font-size: 8px;
}

.ebd-bible .ebd-bible-chapter-cards strong {
    font-size: 19px;
}

.ebd-bible .ebd-bible-chapter-cards p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ebd-bible .ebd-bible-chapter-cards b {
    font-size: 11px;
}

.ebd-bible .ebd-bible-book-resources > div > span {
    min-height: 72px;
    border-radius: 14px;
    padding: 12px;
}

.ebd-bible .ebd-bible-faq {
    border-top: 1px solid #e7edf3;
    padding-top: 34px;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq h2 {
    margin-bottom: 16px;
    font-size: clamp(27px, 2.3vw, 34px);
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq details {
    border: 1px solid #e2e9f0;
    border-radius: 14px;
    padding: 15px 17px;
    background: #f9fbfd;
}

.ebd-bible .ebd-bible-side--book {
    position: sticky;
    top: 92px;
    gap: 14px;
    max-height: none;
    overflow: visible;
}

.ebd-bible .ebd-bible-book-side-card {
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.ebd-bible .ebd-bible-book-side-card--guide {
    position: relative;
    overflow: hidden;
}

.ebd-bible .ebd-bible-book-side-card--guide::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #c5a059, #efd488 60%, transparent);
    content: "";
}

.ebd-bible .ebd-bible-book-side-card h2 {
    font-size: 29px;
}

.ebd-bible .ebd-bible-book-side-card dl > div {
    padding: 9px 0;
}

.ebd-bible .ebd-bible-book-side-card--quick > a,
.ebd-bible .ebd-bible-book-side-card--related > a,
.ebd-bible .ebd-bible-book-side-card--articles > a {
    min-height: 48px;
    border-radius: 12px;
}

.ebd-bible .ebd-bible-book-cta {
    border-radius: 24px;
    padding: clamp(36px, 4.5vw, 52px);
    box-shadow: 0 22px 52px rgba(15, 23, 42, .17);
}

.ebd-bible .ebd-bible-book-cta__copy h2 {
    font-size: clamp(30px, 3.15vw, 42px);
}

@media (max-width: 1180px) {
    .ebd-bible .ebd-bible-layout--book {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 26px !important;
    }

    .ebd-bible .ebd-bible-chapter-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .ebd-bible .ebd-bible-layout--book {
        grid-template-columns: 1fr;
    }

    .ebd-bible .ebd-bible-side--book {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-book-side-card--quick,
    .ebd-bible .ebd-bible-book-side-card--related,
    .ebd-bible .ebd-bible-book-side-card--articles {
        display: block;
    }
}

@media (max-width: 760px) {
    .ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner::after {
        opacity: .28;
        transform: translateX(35%);
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
        width: auto;
    }

    .ebd-bible .ebd-bible-book-quickfacts,
    .ebd-bible .ebd-bible-chapter-cards,
    .ebd-bible .ebd-bible-side--book {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .ebd-bible .ebd-bible-hero--book {
        padding-top: 48px;
        padding-bottom: 48px !important;
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
        width: 50%;
        padding: 0 8px 0 0;
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span::after {
        display: none;
    }

    .ebd-bible .ebd-bible-book-quickfacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-book-quickfacts > div {
        min-height: 88px;
    }
}

/* Agency-level finishing pass: icon integrity, quotation density and sidebar utility. */
.ebd-bible .dashicons,
.ebd-bible .dashicons::before {
    font-family: dashicons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    line-height: 1 !important;
    text-transform: none !important;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts .dashicons {
    min-height: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.ebd-bible .ebd-bible-book-keyverse {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
}

.ebd-bible .ebd-bible-book-keyverse blockquote {
    width: 100%;
    max-width: none;
    padding-right: clamp(28px, 5vw, 72px);
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.42;
}

.ebd-bible .ebd-bible-book-keyverse__actions {
    align-self: end;
}

.ebd-bible .ebd-bible-layout--book {
    grid-template-columns: minmax(0, 1fr) 360px;
    max-width: 1280px;
}

.ebd-bible .ebd-bible-book-side-card--guide {
    border-color: rgba(197, 160, 89, .24);
    background:
        radial-gradient(circle at 100% 0, rgba(197, 160, 89, .14), transparent 32%),
        linear-gradient(145deg, #172433, #111c29);
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-section-label {
    background: rgba(197, 160, 89, .14);
    color: #e4c270;
}

.ebd-bible .ebd-bible-book-side-card--guide h2 {
    color: #fff;
}

.ebd-bible .ebd-bible-book-side-card--guide dl > div {
    border-color: rgba(255, 255, 255, .09);
}

.ebd-bible .ebd-bible-book-side-card--guide dt {
    color: #d3ae5b;
}

.ebd-bible .ebd-bible-book-side-card--guide dd {
    color: rgba(255, 255, 255, .88);
}

.ebd-bible-book-side-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, .045);
}

.ebd-bible-book-side-progress > span strong,
.ebd-bible-book-side-progress > span small {
    display: block;
}

.ebd-bible-book-side-progress > span strong {
    color: #fff;
    font-size: 16px;
}

.ebd-bible-book-side-progress > span small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
}

.ebd-bible-book-side-progress > i {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    place-items: center;
    background: conic-gradient(#d4ad54 var(--book-progress), rgba(255, 255, 255, .1) 0);
}

.ebd-bible-book-side-progress > i::after {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #182635;
    content: "";
}

.ebd-bible-book-side-continue {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
    border-radius: 14px;
    padding: 12px;
    background: #c5a059;
    color: #172233;
    text-decoration: none;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ebd-bible-book-side-continue:hover {
    background: #dfbd70;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .15);
    transform: translateY(-1px);
}

.ebd-bible-book-side-continue > .dashicons {
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    place-items: center;
    background: rgba(23, 34, 51, .1);
    font-size: 16px;
    line-height: 30px !important;
    text-align: center;
}

.ebd-bible-book-side-continue small,
.ebd-bible-book-side-continue strong {
    display: block;
}

.ebd-bible-book-side-continue small {
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ebd-bible-book-side-continue strong {
    margin-top: 2px;
    font-size: 12px;
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions {
    border-color: rgba(255, 255, 255, .1);
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .88);
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button:hover,
.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button.is-active {
    border-color: rgba(197, 160, 89, .52);
    background: rgba(197, 160, 89, .16);
    color: #f0cf7e;
}

.ebd-bible-book-side-card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ebd-bible .ebd-bible-book-side-card__heading h3 {
    margin-bottom: 0;
}

.ebd-bible-book-side-card__heading > span {
    color: #8a99ab;
    font-size: 9px;
    font-weight: 800;
}

.ebd-bible-book-side-chapters {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
}

.ebd-bible-book-side-chapters a {
    display: grid;
    aspect-ratio: 1;
    border: 1px solid #e2e9f0;
    border-radius: 10px;
    place-items: center;
    background: #f8fafc;
    color: #6e7f93;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.ebd-bible-book-side-chapters a:hover,
.ebd-bible-book-side-chapters a:focus-visible {
    border-color: #c5a059;
    background: #fff8e7;
    color: #7d5716;
    transform: translateY(-1px);
}

.ebd-bible-book-side-chapters a.is-available {
    border-color: rgba(197, 160, 89, .5);
    background: #fbf4df;
    color: #835b16;
}

.ebd-bible .ebd-bible-book-side-card--quick,
.ebd-bible .ebd-bible-book-side-card--chapters,
.ebd-bible .ebd-bible-book-side-card--related {
    border-color: rgba(218, 227, 236, .96);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .045);
}

.ebd-bible .ebd-bible-book-side-card--quick h3,
.ebd-bible .ebd-bible-book-side-card--chapters h3,
.ebd-bible .ebd-bible-book-side-card--related h3 {
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f5;
}

.ebd-bible .ebd-bible-book-cta__ornament .dashicons {
    display: block;
    font-size: 58px !important;
    line-height: 1 !important;
}

@media (max-width: 1180px) {
    .ebd-bible .ebd-bible-layout--book {
        grid-template-columns: minmax(0, 1fr) 330px;
    }
}

@media (max-width: 1024px) {
    .ebd-bible .ebd-bible-book-side-card--chapters {
        display: block;
    }

    .ebd-bible-book-side-chapters {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ebd-bible .ebd-bible-book-keyverse blockquote {
        padding-right: 20px;
    }

    .ebd-bible-book-side-chapters {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .ebd-bible .ebd-bible-book-quickfacts {
        grid-template-columns: 1fr;
    }

    .ebd-bible .ebd-bible-book-keyverse {
        padding: 22px 20px;
    }

    .ebd-bible .ebd-bible-book-keyverse blockquote {
        padding-right: 0;
        font-size: 20px;
    }

    .ebd-bible .ebd-bible-book-keyverse::before {
        display: none;
    }
}

/* Hero book module and final visual alignment. */
.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner {
    min-height: 280px;
    padding-right: 380px;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner::after {
    display: none;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
    min-height: 26px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 15px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span:first-child {
    padding-left: 0 !important;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts .dashicons {
    width: 15px !important;
    min-width: 15px !important;
    height: 15px !important;
    min-height: 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

.ebd-bible-hero-bookmark {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    width: 336px;
    min-height: 172px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    padding: 20px;
    background:
        radial-gradient(circle at 15% 35%, rgba(197, 160, 89, .16), transparent 40%),
        rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 22px 54px rgba(0, 0, 0, .12);
    transform: translateY(-38%);
}

.ebd-bible-hero-bookmark::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 56px;
    height: 2px;
    background: #c5a059;
    content: "";
}

.ebd-bible-hero-bookmark__halo {
    position: relative;
    display: grid;
    width: 108px;
    height: 126px;
    border: 1px solid rgba(197, 160, 89, .28);
    border-radius: 54px 54px 16px 16px;
    place-items: center;
    background: linear-gradient(180deg, rgba(197, 160, 89, .14), rgba(197, 160, 89, .035));
}

.ebd-bible-hero-bookmark__halo::before,
.ebd-bible-hero-bookmark__halo::after {
    position: absolute;
    width: 54px;
    height: 1px;
    background: rgba(197, 160, 89, .27);
    content: "";
    transform: rotate(45deg);
}

.ebd-bible-hero-bookmark__halo::after {
    transform: rotate(-45deg);
}

.ebd-bible .ebd-bible-hero-bookmark__halo .dashicons {
    position: relative;
    z-index: 1;
    display: block;
    width: 58px;
    height: 58px;
    color: #dfbd70;
    font-size: 58px !important;
    line-height: 1 !important;
    filter: drop-shadow(0 8px 18px rgba(197, 160, 89, .2));
}

.ebd-bible-hero-bookmark__copy {
    display: block;
}

.ebd-bible-hero-bookmark__copy small,
.ebd-bible-hero-bookmark__copy strong,
.ebd-bible-hero-bookmark__copy em {
    display: block;
}

.ebd-bible-hero-bookmark__copy small {
    color: #dfbd70;
    font: 900 9px/1.2 var(--ebd-font-sans, "Inter", sans-serif);
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ebd-bible-hero-bookmark__copy strong {
    margin-top: 9px;
    color: #fff;
    font: 900 26px/1 var(--ebd-font-serif, Georgia, serif);
    letter-spacing: -.025em;
}

.ebd-bible-hero-bookmark__copy em {
    margin-top: 8px;
    color: rgba(255, 255, 255, .58);
    font: 700 10px/1.45 var(--ebd-font-sans, "Inter", sans-serif);
}

.ebd-bible .ebd-bible-book-keyverse {
    padding: 22px 24px;
}

.ebd-bible .ebd-bible-book-keyverse blockquote {
    margin-top: 12px;
    margin-bottom: 0;
    padding-right: 48px;
    font-size: clamp(19px, 1.85vw, 25px);
    line-height: 1.4;
}

.ebd-bible .ebd-bible-book-keyverse__actions {
    margin-top: 15px;
    padding-top: 12px;
}

.ebd-bible .ebd-bible-book-quickfacts > div > .dashicons {
    display: grid;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    place-items: center;
    background: #fbf4df;
    font-size: 15px !important;
    line-height: 28px !important;
    text-align: center;
}

.ebd-bible .ebd-bible-book-side-card {
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ebd-bible .ebd-bible-book-side-card:not(.ebd-bible-book-side-card--guide):hover {
    border-color: rgba(197, 160, 89, .34);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .07);
    transform: translateY(-1px);
}

.ebd-bible .ebd-bible-book-side-card--related {
    background: linear-gradient(145deg, #fff, #fffcf5);
}

.ebd-bible .ebd-bible-book-cta__ornament {
    background:
        radial-gradient(circle at 50% 30%, rgba(197, 160, 89, .2), transparent 54%),
        rgba(255, 255, 255, .025);
}

@media (max-width: 1100px) {
    .ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner {
        padding-right: 330px;
    }

    .ebd-bible-hero-bookmark {
        grid-template-columns: 88px minmax(0, 1fr);
        width: 294px;
        min-height: 150px;
        gap: 15px;
        padding: 17px;
    }

    .ebd-bible-hero-bookmark__halo {
        width: 84px;
        height: 106px;
    }

    .ebd-bible .ebd-bible-hero-bookmark__halo .dashicons {
        width: 48px;
        height: 48px;
        font-size: 48px !important;
    }
}

@media (max-width: 860px) {
    .ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner {
        min-height: 0;
        padding-right: var(--bible-space-5, 20px);
    }

    .ebd-bible-hero-bookmark {
        position: relative;
        top: auto;
        right: auto;
        grid-template-columns: 68px minmax(0, 1fr);
        width: 100%;
        min-height: 96px;
        margin-top: 24px;
        transform: none;
    }

    .ebd-bible-hero-bookmark__halo {
        width: 64px;
        height: 72px;
        border-radius: 32px 32px 12px 12px;
    }

    .ebd-bible .ebd-bible-hero-bookmark__halo .dashicons {
        width: 34px;
        height: 34px;
        font-size: 34px !important;
    }
}

@media (max-width: 520px) {
    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
        padding-right: 8px !important;
    }

    .ebd-bible-hero-bookmark {
        padding: 14px;
    }
}

/* Guide card information hierarchy. */
.ebd-bible .ebd-bible-book-side-card--guide {
    padding: 20px;
}

.ebd-bible .ebd-bible-book-side-card--guide h2 {
    margin: 10px 0 16px;
    font-size: 30px;
    line-height: 1.02;
}

.ebd-bible .ebd-bible-book-side-card--guide dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.ebd-bible .ebd-bible-book-side-card--guide dl > div {
    align-content: center;
    min-height: 70px;
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 13px;
    padding: 11px 12px;
    background: rgba(255, 255, 255, .035);
}

.ebd-bible .ebd-bible-book-side-card--guide dt {
    font-size: 8px;
    line-height: 1.25;
}

.ebd-bible .ebd-bible-book-side-card--guide dd {
    margin-top: 6px;
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 1.3;
}

.ebd-bible .ebd-bible-book-side-progress {
    min-height: 64px;
    margin-top: 10px;
    padding: 10px 12px;
}

.ebd-bible .ebd-bible-book-side-progress > span strong {
    font-size: 17px;
}

.ebd-bible .ebd-bible-book-side-progress > i {
    width: 38px;
    height: 38px;
}

.ebd-bible .ebd-bible-book-side-progress > i::after {
    width: 28px;
    height: 28px;
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px;
    padding-top: 12px;
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button,
.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button:last-child {
    grid-column: auto;
    min-width: 0;
    min-height: 38px;
    gap: 5px;
    padding: 8px 6px;
    font-size: 9px;
    white-space: nowrap;
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions .dashicons {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    font-size: 14px !important;
}

@media (max-width: 1160px) and (min-width: 1025px) {
    .ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 420px) {
    .ebd-bible .ebd-bible-book-side-card--guide dl {
        grid-template-columns: 1fr;
    }

    .ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button:last-child {
        grid-column: 1 / -1;
    }
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ebd-bible .ebd-bible-book-side-card--guide .ebd-bible-book-side-actions .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* Chapter reader premium polish — isolated from global components. */
.ebd-bible-chapter-progress { position: fixed; inset: 0 0 auto; z-index: 100000; height: 3px; pointer-events: none; background: rgba(197,160,89,.12); }
.ebd-bible-chapter-progress span { display: block; width: 0; height: 100%; background: var(--ebd-accent,#c5a059); box-shadow: 0 0 10px rgba(197,160,89,.38); transition: width 160ms ease-out; }

.ebd-bible-hero--chapter { padding: clamp(32px,4vw,46px) 0; }
.ebd-bible-hero--chapter .ebd-breadcrumb { margin-bottom: 12px; }
.ebd-bible-hero--chapter h1 { margin-bottom: 10px !important; font-size: clamp(2.25rem,4vw,3.75rem) !important; }
.ebd-bible-hero--chapter .ebd-bible-chapter-lead { display: -webkit-box; overflow: hidden; max-width: 800px; margin-bottom: 17px; font-size: 1rem; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.ebd-bible-chapter-meta { display: flex; flex-wrap: wrap; max-width: 1040px; border-block: 1px solid rgba(255,255,255,.16); padding: 10px 0; }
.ebd-bible-chapter-meta > span { display: grid; grid-template-columns: 20px auto; column-gap: 7px; min-width: 132px; padding: 4px 18px 4px 0; color: #fff; }
.ebd-bible-chapter-meta > span + span { border-left: 1px solid rgba(255,255,255,.14); padding-left: 18px; }
.ebd-bible-chapter-meta .dashicons { grid-row: 1 / span 2; align-self: center; color: #ddbd76; font-size: 17px; }
.ebd-bible-chapter-meta small { color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.ebd-bible-chapter-meta strong { margin-top: 3px; color: #fff; font-size: .83rem; line-height: 1.2; }

.ebd-bible-hero--chapter .ebd-bible-chapter-toolbar { align-items: center; gap: 8px; margin-top: 14px; }
.ebd-bible-hero--chapter .ebd-bible-chapter-toolbar .ebd-bible-action { min-height: 40px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; padding: 0 13px; background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(5px); transition: background 180ms ease,border-color 180ms ease,transform 180ms ease; }
.ebd-bible-hero--chapter .ebd-bible-chapter-toolbar .ebd-bible-action:hover,
.ebd-bible-hero--chapter .ebd-bible-chapter-toolbar .ebd-bible-action:focus-visible { border-color: rgba(255,255,255,.46); outline: 0; background: rgba(255,255,255,.16); transform: translateY(-1px); }
.ebd-bible-hero--chapter .ebd-bible-chapter-toolbar .ebd-bible-action--primary { border-color: #c5a059; background: #c5a059; color: #17202b; }
.ebd-bible-font-controls { display: inline-flex; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; }
.ebd-bible-font-controls button { width: 42px; min-height: 38px; border: 0; background: rgba(255,255,255,.08); color: #fff; font-weight: 900; cursor: pointer; transition: background 180ms ease; }
.ebd-bible-font-controls button + button { border-left: 1px solid rgba(255,255,255,.2); }
.ebd-bible-font-controls button:hover,.ebd-bible-font-controls button:focus-visible { outline: 0; background: rgba(255,255,255,.18); }

.ebd-bible-chapter-context { padding-top: 28px; }
.ebd-bible-chapter-context__heading { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.ebd-bible-chapter-context__heading span,.ebd-bible-chapter-reader__head > span,.ebd-bible-chapter-cta__intro > span { color: #9b690b; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ebd-bible-chapter-context__heading h2 { margin: 0; color: #17283c; font-size: 1.18rem; }
.ebd-bible-chapter-context__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); overflow: hidden; border: 1px solid #dfe6ed; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(26,38,52,.045); }
.ebd-bible-chapter-context__grid article { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 9px; align-items: start; min-height: 82px; padding: 16px 14px; }
.ebd-bible-chapter-context__grid article + article { border-left: 1px solid #edf1f5; }
.ebd-bible-chapter-context__grid .dashicons { display: grid; width: 28px; height: 28px; border-radius: 7px; place-items: center; background: #fff6df; color: #9b690b; font-size: 15px; }
.ebd-bible-chapter-context__grid small { display: block; margin-bottom: 4px; color: #78869a; font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ebd-bible-chapter-context__grid strong { display: -webkit-box; overflow: hidden; color: #203047; font-size: .82rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.ebd-bible-layout--chapter { --chapter-reader-scale: 1; grid-template-columns: minmax(0,1fr) 300px; gap: 30px; padding-top: 28px; padding-bottom: 34px; }
.ebd-bible-chapter-reader { overflow: hidden; border: 1px solid #dfe6ed; border-radius: 14px; padding: clamp(26px,4vw,46px); background: #fff; box-shadow: 0 18px 50px rgba(26,38,52,.065); }
.ebd-bible-chapter-reader__head { margin-bottom: 24px; border-bottom: 1px solid #e6ebf1; padding-bottom: 18px; }
.ebd-bible-chapter-reader__head h2 { margin: 4px 0 2px; color: #17283c; font-size: 1.7rem; }
.ebd-bible-chapter-reader__head p { margin: 0; color: #758398; font-size: .78rem; }
.ebd-bible-layout--chapter .ebd-bible-verse-list { gap: 8px; }
.ebd-bible-layout--chapter .ebd-bible-verse-list li { position: relative; grid-template-columns: 44px minmax(0,68ch) 96px; gap: 15px; align-items: start; border: 1px solid transparent; border-radius: 10px; padding: 14px 12px; transition: background 180ms ease,border-color 180ms ease,box-shadow 180ms ease,opacity 180ms ease; }
.ebd-bible-layout--chapter .ebd-bible-verse-list li:hover,.ebd-bible-layout--chapter .ebd-bible-verse-list li.is-current { border-color: #eadcb9; background: #fffcf5; }
.ebd-bible-layout--chapter .ebd-bible-verse-list li.is-highlighted { animation: ebd-chapter-highlight 1.5s ease; }
@keyframes ebd-chapter-highlight { 0% { background:#f4dfaa; box-shadow:0 0 0 5px rgba(197,160,89,.16); } 100% { background:#fffcf5; box-shadow:0 0 0 0 rgba(197,160,89,0); } }
.ebd-bible-layout--chapter .ebd-bible-verse-number { width: 40px; height: 40px; border: 1px solid #ead7a9; background: #fff6df; color: #855b0d; font-size: .9rem; transition: transform 180ms ease,background 180ms ease,color 180ms ease; }
.ebd-bible-layout--chapter .ebd-bible-verse-list li:hover .ebd-bible-verse-number,.ebd-bible-layout--chapter .ebd-bible-verse-list li.is-current .ebd-bible-verse-number { background: #c5a059; color: #17202b; transform: scale(1.04); }
.ebd-bible-chapter-verse__text { max-width: 68ch; color: #26384f; font-family: var(--font-body,inherit); font-size: calc(1.08rem * var(--chapter-reader-scale)); line-height: 1.88; text-wrap: pretty; }
.ebd-bible-chapter-verse__text mark { border-radius: 3px; padding: 1px 2px; background: #f5d989; color: #2f260f; }
.ebd-bible-verse-list li.is-search-muted { opacity: .34; }
.ebd-bible-verse-list li.is-search-match { opacity: 1; border-color: #d9bd77; }
.ebd-bible-chapter-verse__actions { display: inline-flex; gap: 5px; justify-content: flex-end; opacity: 0; transform: translateY(4px); transition: opacity 170ms ease,transform 170ms ease; }
.ebd-bible-verse-list li:hover .ebd-bible-chapter-verse__actions,.ebd-bible-verse-list li:focus-within .ebd-bible-chapter-verse__actions { opacity: 1; transform: translateY(0); }
.ebd-bible-chapter-verse__actions button { display: grid; width: 28px; height: 28px; border: 1px solid #dbe3ec; border-radius: 7px; padding: 0; place-items: center; background: #fff; color: #52647b; cursor: pointer; transition: border-color 170ms ease,background 170ms ease,color 170ms ease; }
.ebd-bible-chapter-verse__actions button:hover,.ebd-bible-chapter-verse__actions button:focus-visible { border-color: #c5a059; outline: 0; background: #fff7e6; color: #7a5512; }
.ebd-bible-chapter-verse__actions .dashicons { width: 15px; height: 15px; font-size: 15px; }

.ebd-bible-side--chapter { top: 84px; overflow: hidden; border-radius: 14px; padding: 20px; box-shadow: 0 14px 40px rgba(26,38,52,.07); }
.ebd-bible-chapter-index__head { display: flex; align-items: start; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.ebd-bible-chapter-index__head span { color: #9b690b; font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ebd-bible-chapter-index__head h2 { margin: 3px 0 0; color: #17283c; font-size: 1.12rem; }
[data-ebd-index-close] { display: none; }
.ebd-bible-chapter-jump,.ebd-bible-chapter-search { display: grid; gap: 6px; margin-bottom: 14px; color: #53657c; font-size: .72rem; font-weight: 800; }
.ebd-bible-chapter-jump input,.ebd-bible-chapter-search > span { min-height: 40px; border: 1px solid #dbe3ec; border-radius: 8px; background: #fbfcfe; }
.ebd-bible-chapter-jump input { width: 100%; padding: 0 11px; color: #1e3047; }
.ebd-bible-chapter-search > span { display: flex; align-items: center; gap: 7px; padding: 0 10px; }
.ebd-bible-chapter-search input { min-width: 0; width: 100%; border: 0; outline: 0; padding: 0; background: transparent; color: #1e3047; }
.ebd-bible-chapter-search small { color: #8794a6; font-size: .66rem; font-weight: 600; }
.ebd-bible-chapter-index-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 6px; margin: 16px 0; }
.ebd-bible-chapter-index-grid a { position: relative; width: auto; height: 34px; border-radius: 7px; font-size: .76rem; transition: border-color 170ms ease,background 170ms ease,color 170ms ease,transform 170ms ease; }
.ebd-bible-chapter-index-grid a:hover,.ebd-bible-chapter-index-grid a:focus-visible { border-color: #c5a059; outline: 0; color: #7a5512; transform: translateY(-1px); }
.ebd-bible-chapter-index-grid a.is-visited::after { position: absolute; right: 4px; bottom: 3px; width: 4px; height: 4px; border-radius: 50%; background: #8ea0b4; content: ""; }
.ebd-bible-chapter-index-grid a.is-current { border-color: #c5a059; background: #c5a059; color: #17202b; }
.ebd-bible-chapter-index-grid a.is-current::after { background: #17202b; }
.ebd-bible-chapter-index__legend { display: flex; gap: 14px; border-top: 1px solid #edf1f5; padding-top: 12px; color: #7b899b; font-size: .66rem; }
.ebd-bible-chapter-index__legend span { display: inline-flex; align-items: center; gap: 5px; }
.ebd-bible-chapter-index__legend i { width: 7px; height: 7px; border-radius: 50%; background: #c5a059; }
.ebd-bible-chapter-index__legend span:last-child i { background: #8ea0b4; }

.ebd-bible-chapter-pagination { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding-bottom: 34px; }
.ebd-bible-chapter-pagination > a,.ebd-bible-chapter-pagination > span,.ebd-bible-chapter-pagination > label { display: flex; min-height: 82px; flex-direction: column; justify-content: center; border: 1px solid #dfe6ed; border-radius: 12px; padding: 15px 18px; background: #fff; color: #27394f; box-shadow: 0 8px 24px rgba(26,38,52,.045); transition: border-color 180ms ease,transform 180ms ease,box-shadow 180ms ease; }
.ebd-bible-chapter-pagination > a:hover,.ebd-bible-chapter-pagination > a:focus-visible { border-color: #c5a059; outline: 0; box-shadow: 0 12px 30px rgba(26,38,52,.08); transform: translateY(-2px); }
.ebd-bible-chapter-pagination > a:last-child { text-align: right; }
.ebd-bible-chapter-pagination span,.ebd-bible-chapter-pagination label > span { color: #7a899c; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.ebd-bible-chapter-pagination strong { margin-top: 5px; color: #17283c; font-size: 1rem; }
.ebd-bible-chapter-pagination label { text-align: center; }
.ebd-bible-chapter-pagination select { margin-top: 7px; border: 0; outline: 0; background: transparent; color: #17283c; font-weight: 800; text-align: center; }
.ebd-bible-chapter-pagination .is-disabled { opacity: .55; }

.ebd-bible-chapter-cta { margin-bottom: 44px; border: 1px solid #d8e1ea; border-radius: 16px; padding: clamp(24px,4vw,40px); background: linear-gradient(145deg,#fff 0%,#fbf7ed 100%); box-shadow: 0 18px 50px rgba(26,38,52,.07); }
.ebd-bible-chapter-cta__intro { max-width: 720px; margin-bottom: 22px; }
.ebd-bible-chapter-cta__intro h2 { margin: 5px 0 8px; color: #17283c; font-size: clamp(1.45rem,3vw,2rem); }
.ebd-bible-chapter-cta__intro p { margin: 0; color: #5f7085; line-height: 1.65; }
.ebd-bible-chapter-cta__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.ebd-bible-chapter-cta__grid a { display: grid; min-height: 120px; align-content: start; border: 1px solid #dfe6ed; border-radius: 11px; padding: 15px; background: rgba(255,255,255,.82); color: #22344b; transition: border-color 180ms ease,transform 180ms ease,background 180ms ease; }
.ebd-bible-chapter-cta__grid a:hover,.ebd-bible-chapter-cta__grid a:focus-visible { border-color: #c5a059; outline: 0; background: #fff; transform: translateY(-2px); }
.ebd-bible-chapter-cta__grid a.is-primary { border-color: #24364b; background: #24364b; color: #fff; }
.ebd-bible-chapter-cta__grid .dashicons { margin-bottom: 15px; color: #b17b17; }
.ebd-bible-chapter-cta__grid .is-primary .dashicons { color: #d9b768; }
.ebd-bible-chapter-cta__grid span { font-size: .68rem; font-weight: 800; opacity: .72; text-transform: uppercase; }
.ebd-bible-chapter-cta__grid strong { margin-top: 4px; font-size: .87rem; line-height: 1.35; }
.ebd-bible-chapter-related { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 20px; border-top: 1px solid #e5dfd1; padding-top: 16px; }
.ebd-bible-chapter-related > span { color: #8b6a25; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.ebd-bible-chapter-related a { color: #364a62; font-size: .82rem; font-weight: 700; }
.ebd-bible-chapter-related i { margin-left: 4px; color: #b17b17; }
.ebd-bible-chapter-index-fab,.ebd-bible-chapter-index-backdrop { display: none; }

body.ebd-bible-focus-mode .ebd360-header,body.ebd-bible-focus-mode .ebd360-footer { display: none !important; }
body.ebd-bible-focus-mode .ebd-bible-layout--chapter { grid-template-columns: minmax(0,900px); justify-content: center; max-width: 980px; }
body.ebd-bible-focus-mode .ebd-bible-side--chapter,body.ebd-bible-focus-mode .ebd-bible-chapter-index-fab { display: none !important; }
body.ebd-bible-focus-mode .ebd-bible-chapter-reader { border-color: transparent; box-shadow: none; }

@media (max-width:1100px) {
    .ebd-bible-chapter-context__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .ebd-bible-chapter-context__grid article:nth-child(4) { border-left: 0; }
    .ebd-bible-chapter-context__grid article:nth-child(n+4) { border-top: 1px solid #edf1f5; }
    .ebd-bible-chapter-cta__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width:900px) {
    .ebd-bible-layout--chapter { display: block; }
    .ebd-bible-side--chapter { position: fixed; top: 0; right: 0; z-index: 100002; overflow-y: auto; width: min(360px,calc(100vw - 28px)); height: 100dvh; margin: 0; border-radius: 16px 0 0 16px; padding: 24px; opacity: 0; transform: translateX(105%); transition: transform 180ms ease,opacity 180ms ease; }
    .ebd-bible-side--chapter.is-open { opacity: 1; transform: translateX(0); }
    [data-ebd-index-close] { display: grid; width: 34px; height: 34px; border: 1px solid #dbe3ec; border-radius: 8px; padding: 0; place-items: center; background: #fff; color: #24364b; font-size: 22px; cursor: pointer; }
    .ebd-bible-chapter-index-fab { position: fixed; right: 18px; bottom: 22px; z-index: 100000; display: inline-flex; min-height: 46px; align-items: center; gap: 7px; border: 0; border-radius: 999px; padding: 0 17px; background: #24364b; color: #fff; box-shadow: 0 12px 30px rgba(22,34,48,.28); font-weight: 800; }
    .ebd-bible-chapter-index-backdrop { position: fixed; inset: 0; z-index: 100001; display: block; background: rgba(13,22,32,.48); backdrop-filter: blur(2px); }
    .ebd-bible-chapter-index-backdrop[hidden] { display: none; }
    body.ebd-bible-index-open { overflow: hidden; }
}

@media (max-width:720px) {
    .ebd-bible-hero--chapter { padding: 28px 0 32px; }
    .ebd-bible-hero--chapter .ebd-bible-chapter-lead { -webkit-line-clamp: 4; }
    .ebd-bible-chapter-meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ebd-bible-chapter-meta > span,.ebd-bible-chapter-meta > span + span { border: 0; padding: 8px 8px 8px 0; }
    .ebd-bible-hero--chapter .ebd-bible-chapter-toolbar { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ebd-bible-hero--chapter .ebd-bible-chapter-toolbar .ebd-bible-action,.ebd-bible-font-controls { width: 100%; }
    .ebd-bible-font-controls button { flex: 1; width: auto; }
    .ebd-bible-chapter-context { padding-top: 22px; }
    .ebd-bible-chapter-context__heading { display: block; }
    .ebd-bible-chapter-context__heading h2 { margin-top: 3px; }
    .ebd-bible-chapter-context__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ebd-bible-chapter-context__grid article,.ebd-bible-chapter-context__grid article:nth-child(4) { border-top: 1px solid #edf1f5; border-left: 0; }
    .ebd-bible-chapter-context__grid article:nth-child(even) { border-left: 1px solid #edf1f5; }
    .ebd-bible-chapter-reader { border-inline: 0; border-radius: 0; margin-inline: -12px; padding: 24px 15px; }
    .ebd-bible-layout--chapter .ebd-bible-verse-list li { grid-template-columns: 38px minmax(0,1fr); gap: 11px; padding: 13px 7px; }
    .ebd-bible-layout--chapter .ebd-bible-verse-number { width: 36px; height: 36px; }
    .ebd-bible-chapter-verse__text { font-size: calc(1.03rem * var(--chapter-reader-scale)); line-height: 1.82; }
    .ebd-bible-chapter-verse__actions { grid-column: 2; justify-content: flex-start; opacity: 1; transform: none; }
    .ebd-bible-chapter-pagination { grid-template-columns: 1fr 1fr; }
    .ebd-bible-chapter-pagination > label { grid-column: 1 / -1; grid-row: 1; }
    .ebd-bible-chapter-cta__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width:480px) {
    .ebd-bible-chapter-context__grid,.ebd-bible-chapter-cta__grid { grid-template-columns: 1fr; }
    .ebd-bible-chapter-context__grid article:nth-child(even) { border-left: 0; }
    .ebd-bible-chapter-pagination { grid-template-columns: 1fr; }
    .ebd-bible-chapter-pagination > label { grid-column: auto; }
}

@media (prefers-reduced-motion:reduce) {
    .ebd-bible-layout--chapter *,.ebd-bible-chapter-progress span,.ebd-bible-side--chapter { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
.ebd-bible-book-search__results {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.ebd-bible-book-search__results[hidden] {
    display: none;
}

.ebd-bible-book-search__results a,
.ebd-bible-book-search__results p {
    border: 1px solid rgba(35, 50, 75, .12);
    border-radius: 8px;
    background: #fff;
    padding: 10px 12px;
}

.ebd-bible-book-search__results a {
    display: grid;
    gap: 3px;
    color: inherit;
    text-decoration: none;
}

.ebd-bible-book-search__results a:hover,
.ebd-bible-book-search__results a:focus-visible {
    border-color: rgba(180, 136, 48, .55);
    box-shadow: 0 0 0 3px rgba(180, 136, 48, .12);
}

.ebd-bible-book-search__results span,
.ebd-bible-book-search__results p {
    color: #5d6a7d;
    font-size: .92rem;
}

.ebd-bible-admin-pending {
    border-left: 3px solid #c6942f;
    padding-left: 10px;
    color: #6f5520;
    font-size: .92rem;
}

.ebd-bible-faq summary:focus-visible {
    outline: 3px solid rgba(180, 136, 48, .32);
    outline-offset: 3px;
}

/* Book editorial refinement: concise hero, readable body copy and richer AI blocks. */
.ebd-bible .ebd-bible-hero--book {
    padding-top: clamp(52px, 5vw, 76px) !important;
    padding-bottom: clamp(58px, 5.5vw, 84px) !important;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner {
    min-height: 248px;
}

.ebd-bible .ebd-bible-hero--book h1 {
    font-size: clamp(56px, 6vw, 82px);
    line-height: 1;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-hero__lead {
    max-width: 650px;
    margin-top: 22px;
    color: rgba(241, 245, 249, .86);
    font-size: clamp(17px, 1.25vw, 19px);
    font-weight: 650;
    line-height: 1.62;
    text-wrap: pretty;
}

.ebd-bible .ebd-bible-hero--book .ebd-bible-facts {
    margin-top: 22px;
}

.ebd-bible .ebd-bible-book-intro h2,
.ebd-bible .ebd-bible-book-timeline h2,
.ebd-bible .ebd-bible-book-themes h2,
.ebd-bible .ebd-bible-layout--book .ebd-bible-faq h2 {
    letter-spacing: 0;
    text-wrap: balance;
}

.ebd-bible .ebd-bible-book-intro__copy {
    display: grid;
    max-width: 66ch;
    gap: 18px;
}

.ebd-bible .ebd-bible-book-intro__copy p {
    max-width: none;
    margin: 0;
    color: #53657b;
    font-size: 17px;
    line-height: 1.82;
    text-wrap: pretty;
}

.ebd-bible .ebd-bible-book-intro__copy .ebd-bible-book-intro__lead {
    color: #334760;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.75;
}

.ebd-bible .ebd-bible-book-search {
    border-top: 1px solid #e8eef4;
    padding-top: 30px;
}

.ebd-bible .ebd-bible-book-search label > span:first-child {
    font-size: 14px;
}

.ebd-bible .ebd-bible-book-search__field input {
    font-size: 15px;
}

.ebd-bible .ebd-bible-book-timeline li {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 24px;
    padding-bottom: 28px;
}

.ebd-bible .ebd-bible-book-timeline li > span {
    padding-top: 2px;
    font-size: 13px;
    line-height: 1.45;
}

.ebd-bible .ebd-bible-book-timeline li strong {
    display: block;
    color: #263850;
    font-size: 17px;
    line-height: 1.42;
}

.ebd-bible .ebd-bible-book-timeline li p {
    max-width: 62ch;
    margin: 7px 0 0;
    color: #687b93;
    font-size: 15px;
    line-height: 1.66;
    text-wrap: pretty;
}

.ebd-bible .ebd-bible-book-themes h2 {
    margin: 14px 0 0;
    color: #172233;
    font-size: clamp(28px, 2.4vw, 36px);
    line-height: 1.15;
}

.ebd-bible .ebd-bible-book-themes .ebd-bible-book-themes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.ebd-bible .ebd-bible-book-themes .ebd-bible-book-themes__grid a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    align-content: start;
    gap: 7px 14px;
    min-height: 118px;
    border: 1px solid #dce5ee;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
    color: #263850;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .035);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ebd-bible .ebd-bible-book-themes .ebd-bible-book-themes__grid a:hover,
.ebd-bible .ebd-bible-book-themes .ebd-bible-book-themes__grid a:focus-visible {
    border-color: rgba(181, 137, 48, .62);
    outline: 0;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .075);
    transform: translateY(-2px);
}

.ebd-bible .ebd-bible-book-themes .ebd-bible-book-themes__grid a.is-compact {
    min-height: 70px;
    align-content: center;
}

.ebd-bible .ebd-bible-book-themes__grid a strong {
    font-size: 15px;
    line-height: 1.4;
}

.ebd-bible .ebd-bible-book-themes__grid a span {
    grid-column: 1 / -1;
    color: #687b93;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.58;
    text-transform: none;
    text-wrap: pretty;
}

.ebd-bible .ebd-bible-book-themes__grid a .dashicons {
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    place-items: center;
    background: #fbf4df;
    color: #9a6a14;
    font-size: 16px;
    line-height: 30px;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq {
    margin-top: 46px;
    padding-top: 40px;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq h2 {
    margin: 14px 0 22px;
    font-size: clamp(30px, 2.7vw, 40px);
    line-height: 1.1;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq details {
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 12px;
    padding: 0;
    background: #fbfcfe;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq details[open] {
    border-color: rgba(181, 137, 48, .4);
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .055);
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq details + details {
    margin-top: 10px;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 20px;
    color: #263850;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    list-style: none;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary::-webkit-details-marker {
    display: none;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary::marker {
    content: "";
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary > i {
    position: relative;
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid #e1d2af;
    border-radius: 8px;
    background: #fff8e8;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary > i::before,
.ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary > i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #966716;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary > i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq details[open] summary > i::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.ebd-bible .ebd-bible-faq__answer {
    border-top: 1px solid #edf1f5;
    padding: 18px 64px 20px 20px;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq .ebd-bible-faq__answer p {
    max-width: 65ch;
    margin: 0;
    color: #5b6e85;
    font-size: 16px;
    line-height: 1.75;
    text-wrap: pretty;
}

.ebd-bible .ebd-bible-layout--book .ebd-bible-faq .ebd-bible-faq__answer p + p {
    margin-top: 12px;
}

@media (max-width: 860px) {
    .ebd-bible .ebd-bible-hero--book .ebd-bible-hero__inner {
        min-height: 0;
    }

    .ebd-bible .ebd-bible-book-themes .ebd-bible-book-themes__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ebd-bible .ebd-bible-hero--book {
        padding-top: 34px !important;
        padding-bottom: 42px !important;
    }

    .ebd-bible .ebd-bible-hero--book h1 {
        font-size: clamp(46px, 15vw, 62px);
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-hero__lead {
        font-size: 16px;
        line-height: 1.58;
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 16px !important;
        width: 100%;
        margin-top: 20px;
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span {
        min-width: 0;
        padding: 0 !important;
        font-size: 12px;
        line-height: 1.35;
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span::after {
        display: none;
    }

    .ebd-bible .ebd-bible-hero--book .ebd-bible-facts > span:last-child {
        grid-column: 1 / -1;
    }

    .ebd-bible .ebd-bible-hero-bookmark {
        min-height: 88px;
        margin-top: 22px;
    }

    .ebd-bible .ebd-bible-book-intro__copy p,
    .ebd-bible .ebd-bible-book-intro__copy .ebd-bible-book-intro__lead {
        font-size: 16px;
        line-height: 1.72;
    }

    .ebd-bible .ebd-bible-book-timeline li {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ebd-bible .ebd-bible-book-themes .ebd-bible-book-themes__grid a {
        min-height: 0;
    }

    .ebd-bible .ebd-bible-layout--book .ebd-bible-faq summary {
        min-height: 60px;
        padding: 15px;
        font-size: 15px;
    }

    .ebd-bible .ebd-bible-faq__answer {
        padding: 16px;
    }

    .ebd-bible .ebd-bible-layout--book .ebd-bible-faq .ebd-bible-faq__answer p {
        font-size: 15px;
    }
}

/* Chapter reading polish: clearer hierarchy, calmer rhythm and organized controls. */
.ebd-bible .ebd-bible-hero--chapter {
    padding: 44px 0 50px;
}

.ebd-bible .ebd-bible-hero--chapter .ebd-bible-hero__inner,
.ebd-bible .ebd-bible-chapter-context,
.ebd-bible .ebd-bible-layout--chapter,
.ebd-bible .ebd-bible-chapter-pagination,
.ebd-bible .ebd-bible-chapter-cta {
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
}

.ebd-bible .ebd-bible-hero--chapter .ebd-breadcrumb {
    margin-bottom: 18px;
}

.ebd-bible .ebd-bible-hero--chapter .ebd-bible-kicker {
    margin-bottom: 14px;
}

.ebd-bible .ebd-bible-hero--chapter h1 {
    margin-bottom: 12px !important;
    font-size: clamp(44px, 4.2vw, 66px) !important;
    line-height: 1;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-hero--chapter .ebd-bible-chapter-lead {
    display: block;
    max-width: 760px;
    margin: 0 0 20px;
    color: rgba(241, 245, 249, .84);
    font-size: 17px;
    line-height: 1.65;
    text-wrap: pretty;
    -webkit-line-clamp: unset;
}

.ebd-bible .ebd-bible-chapter-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 980px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.ebd-bible .ebd-bible-chapter-meta > span {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    min-width: 0;
    border: 0;
    padding: 13px 18px;
}

.ebd-bible .ebd-bible-chapter-meta > span + span {
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.ebd-bible .ebd-bible-chapter-meta > span:first-child {
    padding-left: 0;
}

.ebd-bible .ebd-bible-chapter-meta i {
    grid-row: 1 / 3;
    align-self: center;
    color: #dfbd70;
}

.ebd-bible .ebd-bible-chapter-meta small {
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-meta strong {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ebd-bible .ebd-bible-hero--chapter .ebd-bible-chapter-toolbar {
    gap: 10px;
    margin-top: 18px;
}

.ebd-bible .ebd-bible-hero--chapter .ebd-bible-chapter-toolbar .ebd-bible-action,
.ebd-bible .ebd-bible-font-controls {
    border-radius: 9px;
}

.ebd-bible .ebd-bible-chapter-context {
    padding-top: 30px;
}

.ebd-bible .ebd-bible-chapter-context__heading {
    display: grid;
    gap: 5px;
    margin-bottom: 15px;
}

.ebd-bible .ebd-bible-chapter-context__heading span,
.ebd-bible .ebd-bible-chapter-reader__head > div:first-child > span,
.ebd-bible .ebd-bible-chapter-cta__intro > span {
    color: #946512;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ebd-bible .ebd-bible-chapter-context__heading h2 {
    margin: 0;
    color: #17283c;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-context__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dce5ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(26, 38, 52, .045);
}

.ebd-bible .ebd-bible-chapter-context__grid article {
    grid-column: span 2;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 11px;
    min-height: 94px;
    border-left: 1px solid #edf1f5;
    padding: 18px 16px;
}

.ebd-bible .ebd-bible-chapter-context__grid article:first-child {
    border-left: 0;
}

.ebd-bible .ebd-bible-chapter-context__grid article.is-summary {
    grid-column: span 4;
    background: #fbfcfe;
}

.ebd-bible .ebd-bible-chapter-context__grid .dashicons {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 32px;
}

.ebd-bible .ebd-bible-chapter-context__grid small {
    margin-bottom: 5px;
    color: #76869a;
    font-size: 10px;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-context__grid strong {
    color: #263850;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
}

.ebd-bible .ebd-bible-layout--chapter {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 28px;
}

.ebd-bible .ebd-bible-chapter-reader {
    border-color: #dce5ee;
    border-radius: 12px;
    padding: 40px 44px;
    box-shadow: 0 18px 48px rgba(26, 38, 52, .055);
}

.ebd-bible .ebd-bible-chapter-reader__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 12px;
    padding-bottom: 22px;
}

.ebd-bible .ebd-bible-chapter-reader__head h2 {
    margin: 5px 0 3px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-reader__head p {
    font-size: 13px;
}

.ebd-bible .ebd-bible-chapter-reader__summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.ebd-bible .ebd-bible-chapter-reader__summary span {
    border: 1px solid #e2e8ef;
    border-radius: 999px;
    padding: 7px 10px;
    background: #f8fafc;
    color: #68798e;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.ebd-bible .ebd-bible-layout--chapter .ebd-bible-verse-list {
    gap: 0;
}

.ebd-bible .ebd-bible-layout--chapter .ebd-bible-verse-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    border: 0;
    border-radius: 8px;
    padding: 18px 12px;
}

.ebd-bible .ebd-bible-layout--chapter .ebd-bible-verse-list li + li {
    border-top: 1px solid #edf1f5;
}

.ebd-bible .ebd-bible-layout--chapter .ebd-bible-verse-list li:hover,
.ebd-bible .ebd-bible-layout--chapter .ebd-bible-verse-list li.is-current {
    border-color: transparent;
    background: #fffbf2;
    box-shadow: inset 3px 0 #c5a059;
}

.ebd-bible .ebd-bible-layout--chapter .ebd-bible-verse-number {
    width: 38px;
    height: 38px;
    font-size: 14px;
}

.ebd-bible .ebd-bible-chapter-verse__text {
    max-width: none;
    color: #2a3d54;
    font-size: calc(18px * var(--chapter-reader-scale));
    line-height: 1.82;
}

@media (min-width: 721px) {
    .ebd-bible .ebd-bible-chapter-verse__actions {
        position: absolute;
        z-index: 2;
        top: 20px;
        right: 12px;
        padding-left: 18px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 18px);
    }

    .ebd-bible .ebd-bible-verse-list li:hover .ebd-bible-chapter-verse__actions,
    .ebd-bible .ebd-bible-verse-list li:focus-within .ebd-bible-chapter-verse__actions,
    .ebd-bible .ebd-bible-verse-list li.is-current .ebd-bible-chapter-verse__actions {
        background: linear-gradient(90deg, rgba(255, 251, 242, 0), #fffbf2 18px);
    }
}

.ebd-bible .ebd-bible-side--chapter {
    position: sticky;
    top: 92px;
    max-height: calc(100vh - 116px);
    overflow-y: auto;
    border: 1px solid #dce5ee;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 14px 36px rgba(26, 38, 52, .06);
}

.ebd-bible .ebd-bible-chapter-index__head {
    margin-bottom: 20px;
    border-bottom: 1px solid #edf1f5;
    padding-bottom: 16px;
}

.ebd-bible .ebd-bible-chapter-index__head span {
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-index__head h2 {
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-jump,
.ebd-bible .ebd-bible-chapter-search {
    gap: 7px;
    margin-bottom: 16px;
    color: #53657c;
    font-size: 12px;
}

.ebd-bible .ebd-bible-chapter-jump > span,
.ebd-bible .ebd-bible-chapter-search__label {
    display: block;
    min-height: 0;
    border: 0;
    padding: 0;
    background: transparent;
    color: #3d5068;
    font-weight: 800;
}

.ebd-bible .ebd-bible-chapter-jump input,
.ebd-bible .ebd-bible-chapter-search__field {
    min-height: 44px;
    border: 1px solid #dbe3ec;
    border-radius: 9px;
    background: #fbfcfe;
}

.ebd-bible .ebd-bible-chapter-jump input {
    padding: 0 12px;
}

.ebd-bible .ebd-bible-chapter-search__field {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
}

.ebd-bible .ebd-bible-chapter-search__field input {
    min-height: 40px;
}

.ebd-bible .ebd-bible-chapter-search small {
    color: #7f8da0;
    font-size: 11px;
}

.ebd-bible .ebd-bible-chapter-index-grid {
    gap: 7px;
    margin: 18px 0;
}

.ebd-bible .ebd-bible-chapter-index-grid a {
    height: 36px;
    border-radius: 8px;
    font-size: 12px;
}

.ebd-bible .ebd-bible-chapter-pagination {
    gap: 0;
    margin-bottom: 28px;
    border: 1px solid #dce5ee;
    border-radius: 12px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(26, 38, 52, .055);
}

.ebd-bible .ebd-bible-chapter-pagination > a,
.ebd-bible .ebd-bible-chapter-pagination > span,
.ebd-bible .ebd-bible-chapter-pagination > label,
.ebd-bible .ebd-bible-chapter-pagination > details {
    position: relative;
    min-height: 76px;
    border: 0;
    border-radius: 8px;
    padding: 14px 20px;
    box-shadow: none;
}

.ebd-bible .ebd-bible-chapter-pagination > * + * {
    border-left: 1px solid #e7ecf1;
}

.ebd-bible .ebd-bible-chapter-pagination > a:hover,
.ebd-bible .ebd-bible-chapter-pagination > a:focus-visible {
    border-color: transparent;
    background: #fffbf2;
    box-shadow: none;
    transform: none;
}

.ebd-bible .ebd-bible-chapter-pagination > a:first-child {
    padding-left: 52px;
}

.ebd-bible .ebd-bible-chapter-pagination > a:last-child {
    padding-right: 52px;
}

.ebd-bible .ebd-bible-chapter-pagination > a::before,
.ebd-bible .ebd-bible-chapter-pagination > a::after {
    position: absolute;
    top: 50%;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #ead7a9;
    border-radius: 50%;
    background: #fff7e3;
    color: #9b690b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
}

.ebd-bible .ebd-bible-chapter-pagination > a:first-child::before {
    left: 14px;
    content: "\2190";
}

.ebd-bible .ebd-bible-chapter-pagination > a:last-child::after {
    right: 14px;
    content: "\2192";
}

.ebd-bible .ebd-bible-chapter-pagination span,
.ebd-bible .ebd-bible-chapter-pagination label > span {
    color: #738297;
    font-size: 10px;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-pagination strong {
    margin-top: 6px;
    font-size: 16px;
}

.ebd-bible .ebd-bible-chapter-pagination > label {
    background: #f7f9fb;
}

.ebd-bible .ebd-bible-chapter-pagination select {
    width: min(190px, 100%);
    min-height: 34px;
    margin: 3px auto 0;
    padding: 0 28px 0 10px;
    color: #1f3148;
    font-size: 15px;
}

.ebd-bible .ebd-bible-chapter-pagination .is-disabled {
    opacity: .7;
}

.ebd-bible .ebd-bible-chapter-picker {
    position: relative;
    z-index: 12;
    background: #f7f9fb;
}

.ebd-bible .ebd-bible-chapter-picker summary {
    position: relative;
    display: grid;
    min-height: 76px;
    align-content: center;
    justify-items: center;
    padding: 12px 44px;
    cursor: pointer;
    list-style: none;
}

.ebd-bible .ebd-bible-chapter-picker summary::-webkit-details-marker {
    display: none;
}

.ebd-bible .ebd-bible-chapter-picker summary:focus-visible {
    border-radius: 8px;
    outline: 2px solid #c4932f;
    outline-offset: -2px;
}

.ebd-bible .ebd-bible-chapter-picker summary > span {
    color: #738297;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ebd-bible .ebd-bible-chapter-picker summary > strong {
    margin-top: 5px;
    color: #1f3148;
    font-size: 16px;
}

.ebd-bible .ebd-bible-chapter-picker summary > .dashicons {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 18px;
    color: #66778c;
    font-size: 18px;
    transform: translateY(-50%);
    transition: transform 180ms ease, color 180ms ease;
}

.ebd-bible .ebd-bible-chapter-picker[open] summary > .dashicons {
    color: #9b690b;
    transform: translateY(-50%) rotate(180deg);
}

.ebd-bible .ebd-bible-chapter-picker__panel {
    position: absolute;
    z-index: 20;
    top: calc(100% + 10px);
    left: 50%;
    width: min(360px, calc(100vw - 32px));
    border: 1px solid #d8e1ea;
    border-radius: 12px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(25, 40, 58, .18);
    transform: translateX(-50%);
}

.ebd-bible .ebd-bible-chapter-picker__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #e8edf2;
    padding: 2px 2px 12px;
}

.ebd-bible .ebd-bible-chapter-picker__head > span {
    color: #24364d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

.ebd-bible .ebd-bible-chapter-picker__head small {
    color: #7b899a;
    font-size: 11px;
    font-weight: 700;
}

.ebd-bible .ebd-bible-chapter-picker__grid {
    display: grid;
    max-height: 330px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    overflow-y: auto;
    margin-top: 12px;
    padding: 1px 4px 3px 1px;
    scrollbar-color: #b8c2cf #f1f4f7;
    scrollbar-width: thin;
}

.ebd-bible .ebd-bible-chapter-picker__grid a {
    display: grid;
    min-width: 0;
    height: 42px;
    place-items: center;
    border: 1px solid #dfe6ed;
    border-radius: 8px;
    background: #fbfcfd;
    color: #31445b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.ebd-bible .ebd-bible-chapter-picker__grid a:hover,
.ebd-bible .ebd-bible-chapter-picker__grid a:focus-visible {
    border-color: #c9a350;
    outline: 0;
    background: #fff8e7;
    color: #81570a;
    transform: translateY(-1px);
}

.ebd-bible .ebd-bible-chapter-picker__grid a.is-current {
    border-color: #b98724;
    background: #c4932f;
    color: #fff;
    box-shadow: 0 5px 12px rgba(155, 105, 11, .2);
}

.ebd-bible .ebd-bible-chapter-cta {
    margin-bottom: 50px;
    border-radius: 14px;
    padding: 34px;
}

.ebd-bible .ebd-bible-chapter-cta__intro h2 {
    margin: 6px 0 9px;
    font-size: clamp(25px, 2.4vw, 34px);
    line-height: 1.15;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-cta__intro p {
    max-width: 68ch;
    font-size: 15px;
}

.ebd-bible .ebd-bible-chapter-cta__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ebd-bible .ebd-bible-chapter-cta__grid a {
    min-height: 108px;
    border-radius: 10px;
    padding: 17px;
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 52px minmax(0, 1fr) 42px;
    grid-template-rows: auto auto;
    min-height: 108px;
    align-content: center;
    column-gap: 16px;
    border-color: #e3c982;
    padding: 20px 22px;
    background: linear-gradient(110deg, #fff9e9 0%, #fffdf7 58%, #f5ead0 100%);
    color: #20334a;
    box-shadow: inset 4px 0 #c4932f;
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary:hover,
.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary:focus-visible {
    border-color: #c99f48;
    background: #fffaf0;
    box-shadow: inset 4px 0 #b78018, 0 10px 24px rgba(155, 105, 11, .1);
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary::after {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #dfc376;
    border-radius: 50%;
    background: #fff;
    color: #95630a;
    content: "\2192";
    font-size: 21px;
    font-weight: 700;
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary .dashicons {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0;
    border-radius: 10px;
    background: #c4932f;
    color: #fff;
    font-size: 23px;
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary span,
.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary strong {
    grid-column: 2;
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary span {
    color: #8c6418;
    opacity: 1;
}

.ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary strong {
    margin-top: 3px;
    font-family: var(--font-heading, inherit);
    font-size: 22px;
    line-height: 1.15;
}

.ebd-bible .ebd-bible-chapter-cta__grid .dashicons {
    margin-bottom: 12px;
}

.ebd-bible .ebd-bible-chapter-cta__grid span {
    font-size: 10px;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-chapter-cta__grid strong {
    font-size: 14px;
}

@media (max-width: 1100px) {
    .ebd-bible .ebd-bible-chapter-context__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-chapter-context__grid article {
        grid-column: span 2;
        border-top: 1px solid #edf1f5;
    }

    .ebd-bible .ebd-bible-chapter-context__grid article.is-summary {
        grid-column: span 4;
    }

    .ebd-bible .ebd-bible-layout--chapter {
        grid-template-columns: minmax(0, 1fr) 280px;
    }
}

@media (max-width: 900px) {
    .ebd-bible .ebd-bible-layout--chapter {
        display: block;
    }

    .ebd-bible .ebd-bible-side--chapter {
        position: fixed;
        top: 0;
        max-height: 100dvh;
        border-radius: 16px 0 0 16px;
    }

    .ebd-bible .ebd-bible-chapter-pagination > details {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .ebd-bible .ebd-bible-chapter-cta__grid,
    .ebd-bible .ebd-bible-chapter-cta__grid.has-primary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-chapter-cta__grid.has-primary a.is-primary {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 108px;
    }
}

@media (max-width: 720px) {
    .ebd-bible .ebd-bible-hero--chapter {
        padding: 32px 0 38px;
    }

    .ebd-bible .ebd-bible-hero--chapter .ebd-bible-hero__inner,
    .ebd-bible .ebd-bible-chapter-context,
    .ebd-bible .ebd-bible-layout--chapter,
    .ebd-bible .ebd-bible-chapter-pagination,
    .ebd-bible .ebd-bible-chapter-cta {
        width: min(100% - 24px, 1280px);
    }

    .ebd-bible .ebd-bible-hero--chapter h1 {
        font-size: clamp(40px, 13vw, 54px) !important;
    }

    .ebd-bible .ebd-bible-hero--chapter .ebd-bible-chapter-lead {
        font-size: 16px;
    }

    .ebd-bible .ebd-bible-hero--chapter .ebd-bible-chapter-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-chapter-toolbar [data-ebd-speak] {
        grid-column: 1 / -1;
        order: 1;
    }

    .ebd-bible .ebd-bible-chapter-toolbar [data-ebd-favorite] {
        order: 2;
    }

    .ebd-bible .ebd-bible-chapter-toolbar [data-ebd-book-share] {
        order: 3;
    }

    .ebd-bible .ebd-bible-chapter-toolbar [data-ebd-reading-mode] {
        order: 4;
    }

    .ebd-bible .ebd-bible-chapter-toolbar .ebd-bible-font-controls {
        order: 5;
    }

    .ebd-bible .ebd-bible-chapter-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-chapter-meta > span,
    .ebd-bible .ebd-bible-chapter-meta > span:first-child {
        border: 0;
        padding: 11px 8px 11px 0;
    }

    .ebd-bible .ebd-bible-chapter-meta > span:nth-child(even) {
        padding-left: 12px;
    }

    .ebd-bible .ebd-bible-chapter-meta > span:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .ebd-bible .ebd-bible-chapter-meta strong {
        font-size: 13px;
        text-overflow: clip;
        white-space: normal;
    }

    .ebd-bible .ebd-bible-chapter-context__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ebd-bible .ebd-bible-chapter-context__grid article,
    .ebd-bible .ebd-bible-chapter-context__grid article.is-summary {
        grid-column: span 1;
        border-top: 1px solid #edf1f5;
        border-left: 0;
    }

    .ebd-bible .ebd-bible-chapter-context__grid article:nth-child(even) {
        border-left: 1px solid #edf1f5;
    }

    .ebd-bible .ebd-bible-chapter-context__grid article.is-summary {
        grid-column: 1 / -1;
        border-left: 0;
    }

    .ebd-bible .ebd-bible-chapter-reader {
        margin-inline: -12px;
        border-inline: 0;
        border-radius: 0;
        padding: 28px 18px;
    }

    .ebd-bible .ebd-bible-chapter-reader__head {
        display: grid;
        align-items: start;
        gap: 14px;
    }

    .ebd-bible .ebd-bible-chapter-reader__summary {
        justify-content: flex-start;
    }

    .ebd-bible .ebd-bible-layout--chapter .ebd-bible-verse-list li {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 5px;
    }

    .ebd-bible .ebd-bible-chapter-verse__text {
        font-size: calc(17px * var(--chapter-reader-scale));
        line-height: 1.78;
    }

    .ebd-bible .ebd-bible-chapter-verse__actions {
        grid-column: 2;
    }

    .ebd-bible .ebd-bible-chapter-pagination {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ebd-bible .ebd-bible-chapter-pagination > label {
        grid-column: auto;
        grid-row: 1;
    }

    .ebd-bible .ebd-bible-chapter-pagination > details {
        grid-column: auto;
        grid-row: 1;
    }

    .ebd-bible .ebd-bible-chapter-pagination > * + * {
        border-top: 1px solid #e7ecf1;
        border-left: 0;
    }

    .ebd-bible .ebd-bible-chapter-cta {
        padding: 26px 20px;
    }
}

@media (max-width: 520px) {
    .ebd-bible .ebd-bible-chapter-picker__panel {
        width: min(330px, calc(100vw - 36px));
    }

    .ebd-bible .ebd-bible-chapter-picker__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px;
    }

    .ebd-bible .ebd-bible-chapter-cta__grid,
    .ebd-bible .ebd-bible-chapter-cta__grid.has-primary {
        grid-template-columns: 1fr;
    }

    .ebd-bible .ebd-bible-chapter-context__grid article:nth-child(even) {
        border-left: 1px solid #edf1f5;
    }
}

/* Verse explanation panel: editorial reading hierarchy and comfortable measure. */
.ebd-bible .ebd-bible-layout--verse .ebd-bible-ai {
    overflow: hidden;
    border: 1px solid #dbe3eb;
    border-left: 0;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 16px 40px rgba(27, 39, 52, .07);
}

.ebd-bible .ebd-bible-layout--verse .ebd-bible-ai::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #c4932f;
    content: "";
}

.ebd-bible .ebd-bible-ai__header {
    position: relative;
    border-bottom: 1px solid #e7ecf1;
    padding: 28px 76px 24px 30px;
    background: linear-gradient(105deg, #fffdf8 0%, #fff 58%);
}

.ebd-bible .ebd-bible-ai__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #9b690b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ebd-bible .ebd-bible-ai__header h2 {
    margin: 0;
    color: #17283c;
    font-family: var(--font-heading, Georgia, serif);
    font-size: clamp(27px, 2.8vw, 34px);
    line-height: 1.12;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-ai__header p {
    max-width: 64ch;
    margin: 10px 0 0;
    color: #607188;
    font-size: 15px;
    line-height: 1.65;
}

.ebd-bible .ebd-bible-ai__close {
    z-index: 2;
    top: 24px;
    right: 24px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #dce4ec;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    color: #68798e;
}

.ebd-bible .ebd-bible-ai__close .dashicons {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.ebd-bible .ebd-bible-ai__close:hover,
.ebd-bible .ebd-bible-ai__close:focus-visible {
    border-color: #c9a350;
    outline: 0;
    background: #fff8e7;
    color: #81570a;
}

.ebd-bible .ebd-bible-ai__sections {
    display: grid;
}

.ebd-bible .ebd-bible-ai__section {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
    padding: 25px 30px;
}

.ebd-bible .ebd-bible-ai__section + .ebd-bible-ai__section {
    border-top: 1px solid #e9edf2;
}

.ebd-bible .ebd-bible-ai__index {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #ead7a9;
    border-radius: 8px;
    background: #fff7e3;
    color: #93630b;
    font-size: 11px;
    font-weight: 900;
}

.ebd-bible .ebd-bible-ai__section h3 {
    margin: 1px 0 10px;
    color: #22354d;
    font-family: var(--font-body, inherit);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0;
}

.ebd-bible .ebd-bible-ai__section p {
    max-width: 66ch;
    margin: 0;
    color: #40536a;
    font-size: 17px;
    line-height: 1.78;
    text-wrap: pretty;
}

@media (max-width: 720px) {
    .ebd-bible .ebd-bible-ai__header {
        padding: 24px 62px 21px 22px;
    }

    .ebd-bible .ebd-bible-ai__close {
        top: 20px;
        right: 18px;
    }

    .ebd-bible .ebd-bible-ai__section {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 22px;
    }

    .ebd-bible .ebd-bible-ai__index {
        width: 34px;
        height: 34px;
    }

    .ebd-bible .ebd-bible-ai__section h3 {
        font-size: 17px;
    }

    .ebd-bible .ebd-bible-ai__section p {
        font-size: 16px;
        line-height: 1.72;
    }
}

@media (max-width: 420px) {
    .ebd-bible .ebd-bible-ai__section {
        grid-template-columns: 1fr;
    }
}
