.flower_container {
    position: relative;
    min-width: 300px;
    min-height: 260px;
    background-image: url('../../../../images/math/splitsbloem_tweeblaadjes_groot.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.flower_container.six-leaves {
    background-image: url('../../../../images/math/splitsbloem_zesblaadjes.svg');
    min-height: 500px;
}

.flower_container.six-leaves .flower_question_row {
    margin-bottom: 10px;
}

.flower_container.six-leaves .flower_answer_row {
    min-height: 40px;
    margin-bottom: 65px;
}

.flower_question,
.flower_splitter,
.flower_answer_box.questionmark {
    font-weight: 400;
    font-size: 2rem;
}

.flower_question {
    font-size: 2.5rem;
}

.flower_answer_box.questionmark {
    font-weight: 600;
}

.flower_question_row {
    min-height: 160px;
    align-items: center;
    justify-content: center;
}

.flower_answer_row {
    min-height: 65px;
    margin-bottom: 35px;
}


.flower_splitter,
.flower_answer_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.flower_answer_box input[type=text] {
    height: 40px !important;
}

.flower_multiple_answer_container {
    margin-top: 2rem;
}
