.bible-verse {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 4px solid var(--gold);
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
}

.bible-verse p {
    font-style: italic;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.bible-verse cite {
    display: block;
    text-align: right;
    font-weight: bold;
    color: var(--gold);
}

.salvation-message {
    margin: 1.5rem 0;
    line-height: 1.6;
}
