@charset "utf-8";
.msreadout-word-highlight:not(.msreadout-inactive-highlight) {
    background: #ffff00 !important;
    color: black !important;
}

.msreadout-line-highlight:not(.msreadout-inactive-highlight) {
    background: #b2d6f3 !important;
    color: black !important;
}

@media screen and (forced-colors: active) {
    .msreadout-word-highlight:not(.msreadout-inactive-highlight) {
        forced-color-adjust: none;
        background-color: Highlight !important;
        color: HighlightText !important;
    }

    .msreadout-line-highlight:not(.msreadout-inactive-highlight) {
        forced-color-adjust: none;
        background: yellow !important;
        color: black !important;
    }
}