.answer-option-card{border-style:solid;border-width:2px;transition:background-color .2s linear,border-color .2s linear}.answer-option-card.answer-correct-card .answer-option-label{animation:.3s ease-in-out 1.5s forwards alignTextLeft;position:relative}.answer-option-card.answer-incorrect-card{border-color:var(--color-red-800);background:var(--color-red-50)}.answer-option-card.answer-correct-card{border-color:var(--color-green-800);background:var(--color-green-50)}@keyframes alignTextLeft{0%{width:100%;left:50%;transform:translate(-50%)}to{width:fit-content;left:0;transform:translate(0)}}
