.bible-chapter .active > span {
    font-weight: bold;
}

.bible-chapter-icon {
    color: #bebebe;
}

.bible-chapter-icon:hover {
    color: #146dac;
}

[data-theme="dark"] .bible-chapter-icon {
    color: #484848;
}
[data-theme="dark"] .bible-chapter-icon:hover {
    color: #6ab0e8;
}