/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div[id^="ays-quiz-container-"] div.ays-questions-container .ays-woo-block-main .ays-quiz-woo-addon-block {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    justify-content: space-between;
    transition: .2s ease-out;
}

div[id^="ays-quiz-container-"] div.ays-questions-container .ays-quiz-woo-product-link-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    align-items: center;
}