#quiz-progress-wrapper {
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#quiz-progress-bar {
    width: 100%;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
}

#quiz-progress-fill {
    height: 100%;
    width: 0%;
    transition: width 0.25s ease;
    background: #2e63ed;
}

#quiz-progress-text {
    font-size: 12px;
    text-align: right;
    margin-top: 3px;
    color: #666;
}
