.best-variant-option {
    cursor: pointer;
}

.best-variant-option:hover {
    text-decoration: underline;
}

.best-variant-option.selected {
    text-decoration: underline;
    font-weight: bold;
}

.question-best-variant.show-answer .best-variant-option {
    cursor: default;
}

.question-best-variant.show-answer .best-variant-option:hover {
    text-decoration: none;
}

.show-answer > .best-variant-option:not(.selected):hover {
    text-decoration: none;
    cursor: auto;
}

.show-answer > .best-variant-option:hover.selected {
    text-decoration: underline;
}
