.vqt-ac-wrap {
    margin-bottom: 15px;
}

.vqt-ac-label {
    display: block;
    margin-bottom: 6px;
}

.vqt-ac-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.vqt-ac-question {
    min-width: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border: 1px solid #d5d8dc;
    border-radius: 3px;
    background: #f7f7f7;
    font-weight: 600;
    line-height: 1.2;
}

.vqt-ac-answer {
    max-width: 170px;
}

.vqt-ac-cf7-wrap .vqt-ac-answer {
    width: 170px;
}

@media (max-width: 767px) {
    .vqt-ac-row {
        align-items: stretch;
    }

    .vqt-ac-question,
    .vqt-ac-answer,
    .vqt-ac-cf7-wrap .vqt-ac-answer {
        width: 100%;
        max-width: 100%;
    }
}

/* WordPress default login page */
.vqt-ac-login-wrap {
    margin-bottom: 16px;
}
.vqt-ac-login-question {
    display: block;
    margin: 6px 0 8px;
    font-weight: 600;
}
.login form .vqt-ac-login-answer.input {
    margin-bottom: 0;
}

/* WooCommerce My Account forms */
.vqt-ac-woocommerce-wrap {
    margin-bottom: 16px;
}
.vqt-ac-woocommerce-question {
    margin: 6px 0 8px;
}
.woocommerce form .form-row .vqt-ac-woocommerce-answer.input-text {
    max-width: 170px;
}

/* WordPress comments */
.vqt-ac-comment-wrap {
    margin-bottom: 16px;
}
.vqt-ac-comment-question {
    margin: 6px 0 8px;
}
.vqt-ac-comment-answer {
    max-width: 170px;
}
