/* Quiz-specific overrides belong here as additional Python quizzes are added. */
.quiz-complete.show { animation: python-quiz-enter .25s ease both; }
@keyframes python-quiz-enter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
