/* Quiz: typ cery - beautymill.pl pink/rose theme */

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

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

.quiz-progress-fill {
    background: linear-gradient(90deg, #ec4899, #f472b6);
}

.quiz-intro-title {
    color: #881337;
}

.quiz-intro-desc {
    color: #6b7280;
}

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

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

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

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

.quiz-answer:hover {
    border-color: #ec4899;
    background: #fdf2f8;
}

.quiz-answer-selected {
    border-color: #ec4899;
    background: #fce7f3;
    color: #9d174d;
}

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

.quiz-loading-text {
    color: #9d174d;
}

.quiz-result-type {
    color: #be185d;
}

.quiz-result-section {
    border-color: #fce7f3;
    background: #fdf2f8;
}

.quiz-result-section h4 {
    color: #9d174d;
}

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

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

.quiz-restart {
    border-color: #ec4899;
    color: #ec4899;
}

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