/* In-depth Bible study pages (theme-aligned: gold accent, Literata for Scripture) */
.bible-study-page {
    max-width: 52rem;
    margin: 0 auto;
}

.bible-study-page .study-lead {
    line-height: 1.65;
    opacity: 0.92;
}

.bible-study-page .study-scripture {
    font-family: "Literata", Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    line-height: 1.75;
    padding: 1rem 1.15rem;
    margin: 0.75rem 0 1rem;
    border-left: 3px solid rgba(228, 188, 94, 0.55);
    background: rgba(228, 188, 94, 0.06);
    border-radius: 0 10px 10px 0;
}

.bible-study-page .study-oia {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mud-palette-primary, #e4bc5e);
    margin-top: 1rem;
    margin-bottom: 0.35rem;
}

.bible-study-page .study-list-tight li {
    margin-bottom: 0.4rem;
    line-height: 1.5;
}

.bible-study-page .study-toc {
    border-radius: 12px;
    border: 1px solid rgba(228, 188, 94, 0.2);
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.bible-study-page .study-toc a {
    text-decoration: none;
}

.bible-study-page .study-toc a:hover {
    text-decoration: underline;
}

.bible-study-page .study-note {
    font-size: 0.85rem;
    opacity: 0.78;
    font-style: italic;
    margin-top: 0.5rem;
}

.bible-study-hub .study-hub-card {
    height: 100%;
    border-radius: 14px;
    border: 1px solid rgba(228, 188, 94, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bible-study-hub .study-hub-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
    border-color: rgba(228, 188, 94, 0.3);
}

/* TOC: Blazor/MudLink hash-only href often fails to scroll; use StudyTocLink + bibleStudyScrollToAnchor */
.study-toc-btn {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: var(--mud-palette-primary, #e4bc5e);
    cursor: pointer;
    padding: 0.25rem 0;
    font: inherit;
    line-height: 1.5;
}

.study-toc-btn:hover {
    text-decoration: underline;
}
