/* CSS cho màn hình Frontend Quiz */
.ekc-quiz-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
/* Hiệu ứng phai màu nhẹ */
@keyframes ekc-fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-\[fadeIn_0\.3s_ease-out\] {
    animation: ekc-fadeIn 0.3s ease-out;
}