﻿.option-yes:has(.rz-state-active) {
    color: white;
    background-color: green;
}

.option-partially:has(.rz-state-active) {
    color: white;
    background-color: orange;
}

.option-no:has(.rz-state-active) {
    color: white;
    background-color: red;
}
