/* Current word only; no font metrics, DOM layout, or stored annotation changes. */
::highlight(hg-read-along-word-r191) {
    color: #171104;
    background-color: #ffdc73;
    text-decoration: underline;
    text-decoration-color: #725000;
    text-decoration-thickness: 0.09em;
}
.hg-read-along-word-r191 {
    color: #171104 !important;
    background-color: #ffdc73 !important;
    text-decoration: underline !important;
    text-decoration-color: #725000 !important;
    text-decoration-thickness: 0.09em !important;
    border-radius: 0.13em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
/* Engines without word events still show the current verse/prayer without erasing annotations. */
.hg-reading-verse-r191 {
    outline: 2px solid #d7ae48;
    outline-offset: 3px;
    border-radius: 0.13em;
}
.hg-reading-prayer-r191 {
    outline: 1px solid #d7ae48;
    outline-offset: 6px;
}
@media (forced-colors: active) {
    ::highlight(hg-read-along-word-r191) {
        color: HighlightText;
        background-color: Highlight;
        text-decoration-color: HighlightText;
    }
    .hg-read-along-word-r191 {
        color: HighlightText !important;
        background-color: Highlight !important;
        text-decoration-color: HighlightText !important;
        forced-color-adjust: none;
    }
    .hg-reading-verse-r191, .hg-reading-prayer-r191 { outline-color: Highlight; }
}
