.wmq-quiz-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}
.wmq-progress {
    height: 10px;
    background: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.wmq-progress-bar {
    height: 100%;
    background: #4caf50;
    transition: width 0.3s;
}
.wmq-question label {
    display: block;
    margin: 10px 0;
    font-size: 16px;
}
.wmq-navigation button {
    padding: 10px 20px;
    margin-right: 10px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
.wmq-user-form input[type=text],
.wmq-user-form input[type=email],
.wmq-user-form input[type=tel] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}