/**
 * Elementor Quiz Spam Protection - Frontend Styles
 */

.eqsp-quiz-question {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Stelle sicher dass das Feld die volle Breite nutzt */
.elementor-field-type-quiz_spam {
    width: 100%;
}

.elementor-field-type-quiz_spam input.elementor-field {
    width: 100%;
}
