.jg-bible-reader {
    --jg-red: #993333;
    max-width: 860px;
    margin: 0 auto;
    color: #252525;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.72;
}

.jg-bible-collection-note {
    padding: 0.8em 1em;
    border-left: 4px solid #993333;
    background: #f7f3ee;
    line-height: 1.5;
}

.jg-early-church-reader {
    max-width: 920px;
}

.jg-early-church-reader .jg-bible-picker label:first-child {
    flex: 2 1 390px;
}

.jg-early-church-reader .jg-bible-picker label:nth-child(2) {
    flex: 1 1 280px;
}

.jg-early-church-reader .jg-bible-picker select {
    width: 100%;
}

.jg-early-author {
    margin: -22px 0 28px;
    color: #666;
    font-style: italic;
}

.jg-edition-note {
    margin: -12px 0 28px;
    padding: 0.7em 0.9em;
    background: #faf8f4;
    border: 1px solid #e4ddd4;
    color: #555;
    font-size: 0.9em;
}

.jg-early-text p {
    margin: 0 0 1.15em;
}

.jg-early-notes li::marker {
    font-weight: 700;
    color: var(--jg-red);
}

.jg-bible-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: end;
    padding: 16px;
    margin-bottom: 28px;
    background: #f6f3ef;
    border: 1px solid #ded8d1;
}

.jg-bible-picker label span {
    display: block;
    margin-bottom: 4px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.jg-bible-picker select,
.jg-bible-picker button {
    min-height: 42px;
    padding: 7px 12px;
    font-size: 16px;
}

.jg-bible-picker button {
    border: 0;
    background: var(--jg-red);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.jg-bible-title {
    margin: 0 0 28px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: clamp(34px, 6vw, 52px);
    line-height: 1.1;
}

.jg-bible-section-heading {
    margin: 30px 0 10px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 23px;
    line-height: 1.25;
}

.jg-bible-verse {
    scroll-margin-top: 90px;
}

.jg-bible-paragraph-start {
    display: inline;
}

.jg-bible-paragraph-start::before {
    content: "";
    display: block;
    height: 12px;
}

.jg-bible-verse-number {
    position: relative;
    top: -.1em;
    margin-right: 4px;
    color: var(--jg-red);
    font-family: Arial, sans-serif;
    font-size: .62em;
    font-weight: 700;
}

.jg-bible-note-marker a,
.jg-bible-return {
    color: var(--jg-red);
    font-weight: 700;
    text-decoration: none;
}

.jg-bible-note-marker {
    margin-left: 2px;
    font-family: Arial, sans-serif;
    font-size: .65em;
}

.jg-bible-highlighted {
    background: #fff0a8;
    box-shadow: 0 0 0 3px #fff0a8;
    border-radius: 2px;
}

.jg-bible-poetry {
    display: block;
    padding-left: 2em;
}

.jg-bible-poetry-2 { padding-left: 4em; }
.jg-bible-poetry-3 { padding-left: 6em; }
.jg-bible-poetry-4 { padding-left: 8em; }

.jg-bible-footnotes {
    margin-top: 44px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 1.55;
}

.jg-bible-footnotes h2 {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

.jg-bible-footnotes li {
    margin-bottom: 9px;
    scroll-margin-top: 90px;
}

.jg-bible-return {
    margin-left: 5px;
}

.jg-bible-chapter-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid #d8d8d8;
    font-family: Arial, sans-serif;
}

.jg-bible-chapter-nav span:last-child {
    text-align: right;
}

.jg-bible-chapter-nav a {
    color: #993333;
    font-weight: 700;
    text-decoration: none;
}

.jg-bible-chapter-nav a:hover,
.jg-bible-chapter-nav a:focus,
.jg-bible-note-marker a:hover,
.jg-bible-return:hover {
    text-decoration: underline;
}

.jg-bible-credit {
    margin-top: 28px;
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

@media (max-width: 600px) {
    .jg-bible-reader { font-size: 17px; }
    .jg-bible-picker label { flex: 1 1 130px; }
    .jg-bible-picker select { width: 100%; }
    .jg-bible-poetry { padding-left: 1em; }
    .jg-bible-poetry-2 { padding-left: 2em; }
    .jg-bible-poetry-3 { padding-left: 3em; }
    .jg-bible-poetry-4 { padding-left: 4em; }
}
