body.kb-question-answered #kb-q-answers .kb-answer-box .kb-content {
	opacity : 1;
}

body.kb-question-answered #kb-q-answers .kb-answer-box.kb-correct .kb-content {
	--bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

body.kb-question-answered #kb-q-answers .kb-answer-box:not( .kb-correct ) .kb-content {
	--bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}