/* [e=…] quoted scripture — shared by the reader dock and /notes.
   Lives in the notes pane, not the reading columns. */
.note-scripture-embed {
    display: block;
    margin: 0.65em 0;
    padding: 0.45em 0.8em;
    border-left: 3px solid var(--color-link);
    background: rgba(0, 0, 0, 0.03);
    font-style: italic;
}

.note-scripture-embed-text {
    margin: 0 0 0.35em;
}

.note-scripture-embed-verse {
    display: block;
    margin: 0.15em 0;
}

.note-scripture-embed-verse sup {
    font-style: normal;
    font-size: 0.75em;
    margin-right: 0.3em;
    color: var(--color-text-muted);
}

.note-scripture-embed cite {
    display: block;
    font-style: normal;
    font-size: 0.9em;
}

@media print {
    /* Ctrl+P / browser print skips the JS Print-button guard.
       Unhydrated shells still have data-v and a numeric cite — hide them. */
    .note-scripture-embed:not([data-embed-ready="1"]) {
        display: none !important;
    }

    .note-scripture-embed {
        page-break-inside: avoid;
        break-inside: avoid;
        border-left: 3px solid #000;
        background: transparent;
        color: #000;
        font-style: italic;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .note-scripture-embed-text,
    .note-scripture-embed-verse,
    .note-scripture-embed cite,
    .note-scripture-embed cite a {
        color: #000 !important;
    }

    .note-scripture-embed-verse sup {
        color: #222;
    }
}
