/**
 * Elementor Form Spam Schutz - Frontend Styles
 */

.elementor-form .elementor-field-group.elementor-field-type-quiz_spam .eqsp-quiz-question {
    display: block;
    flex-basis: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    /* Keep foreground and background paired, regardless of inherited form colors. */
    color: #1f2937 !important;
    background: #f3f4f6 !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: none !important;
    opacity: 1 !important;
    font-weight: 500;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

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

@media (forced-colors: active) {
    .elementor-form .elementor-field-group.elementor-field-type-quiz_spam .eqsp-quiz-question {
        color: CanvasText !important;
        background: Canvas !important;
        border-color: CanvasText;
    }
}
