.bb-verse-card {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    padding: 1.25rem 1.5rem 1rem;
    margin: 1.5rem 0;
    background: #fff;
    font-family: Georgia, 'Times New Roman', serif;
}

.bb-verse-body {
    margin-bottom: 0.875rem;
}

.bb-verse-text {
    margin: 0 0 0.5rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #1a1a1a;
}

.bb-verse-text:last-child {
    margin-bottom: 0;
}

.bb-verse-num {
    font-size: 0.7em;
    font-style: normal;
    vertical-align: super;
    margin-right: 0.2em;
    color: #888;
    font-family: sans-serif;
}

.bb-verse-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    font-family: sans-serif;
    font-size: 0.8125rem;
}

.bb-verse-ref {
    color: #555;
    font-weight: 500;
}

.bb-verse-link {
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}

.bb-verse-link:hover {
    color: #111;
    text-decoration: underline;
}

@media (prefers-color-scheme: dark) {
    .bb-verse-card {
        background: #1e1e1e;
        border-color: rgba(255, 255, 255, 0.10);
    }
    .bb-verse-text { color: #e8e8e8; }
    .bb-verse-footer { border-top-color: rgba(255, 255, 255, 0.08); }
    .bb-verse-ref, .bb-verse-link { color: #aaa; }
    .bb-verse-link:hover { color: #fff; }
}
