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

.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;
}

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

    .vqt-ac-question,
    .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;
}
