/* Quiz: typ cery — default neutral theme (blue accent) */

.quiz-progress-text {
    color: #374151;
}

.quiz-progress-bar {
    background: #e5e7eb;
}

.quiz-progress-fill {
    background: #3b82f6;
}

.quiz-intro-title {
    color: #1f2937;
}

.quiz-intro-desc {
    color: #4b5563;
}

.quiz-start-btn {
    background: #3b82f6;
    color: #fff;
}

.quiz-start-btn:hover {
    background: #2563eb;
}

.quiz-question {
    color: #1f2937;
}

.quiz-answer {
    border-color: #d1d5db;
    color: #374151;
    background: #fff;
}

.quiz-answer:hover {
    border-color: #3b82f6;
    background: #eff6ff;
}

.quiz-answer-selected {
    border-color: #3b82f6;
    background: #dbeafe;
    color: #1e40af;
}

.quiz-loading-dots span {
    background: #3b82f6;
}

.quiz-loading-text {
    color: #6b7280;
}

.quiz-result-type {
    color: #1e40af;
}

.quiz-result-section {
    border-color: #e5e7eb;
    background: #f9fafb;
}

.quiz-result-section h4 {
    color: #1f2937;
}

.quiz-result-section p,
.quiz-result-section ul {
    color: #374151;
}

.quiz-disclaimer {
    color: #9ca3af;
}

.quiz-restart {
    border-color: #3b82f6;
    color: #3b82f6;
}

.quiz-restart:hover {
    background: #3b82f6;
    color: #fff;
}
