@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.bobex-faq-main-wrapper .bobex-simple-question-answer-block {
    margin-bottom: 15px;
}

.bobex-faq-main-wrapper .bobex-simple-question-answer-block__question {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.bobex-faq-main-wrapper .bobex-simple-question-answer-block__question > div {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 550;
    font-style: normal;
}

.bobex-faq-main-wrapper .bobex-simple-question-answer-block__answer {
    padding-left: 12px;
    display: none;
}

.bobex-faq-main-wrapper .bobex-simple-question-answer-block__answer--open {
    display: block;
}

.bobex-faq-main-wrapper .bobex-simple-question-answer-block__answer--edit {
    display: block;
    padding-left: 12px;
    font-family: Roboto,sans-serif;
}

.bobex-faq-main-wrapper .bobex-simple-question-answer-block__answer > div {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto,sans-serif;
    line-height: 1.4;
}

