.sdo-test-block {
    /* border: #dee2e6 solid 1px; */
    /* border-top: #4ade80 solid 1rem; */
    /* background-color: #bbf7d0; */
}

.sdo-test-block .wp-block{
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.sdo-test-block .non-editable {
    pointer-events: none;
    user-select: none;
}

.sdo-test-block .wp-block-paragraph{
    margin-top: unset;
}

.sdo-test-block .sdo-test-question{
    /* box-shadow: inset 0 0 0 1px #0d6efd; */
    /* background-color: #fef9c3; */
}

.sdo-test-block .sdo-test-answer-correct{
    box-shadow: inset 0 0 0 1px #198754;
    /* background-color: #bef264; */
}

.sdo-test-block .sdo-test-answer-uncorrect{
    /* box-shadow: inset 0 0 0 1px #e9ecef; */
    /* background-color: white; */
}

.sdo-test-block .sdo-media-text .wp-block-paragraph{
    /* font-size: 14px; */
    line-height: 16px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.sdo-test-block .sdo-media-text .components-placeholder{
    min-height: fit-content;
    height: 100%;
    padding-top: .365rem;
    padding-bottom: .365rem;
}

.sdo-test-block .sdo-test-question .components-placeholder{
    /* box-shadow: inset 0 0 0 1px #0d6efd; */
    box-shadow: inset 0 0 0 1px #e9ecef;
    /* background-color: #fef9c3; */
}

.sdo-test-block .sdo-test-answer-correct .components-placeholder{
    box-shadow: inset 0 0 0 1px #198754;
    /* background-color: #bef264; */
}

.sdo-test-block .sdo-test-answer-uncorrect .components-placeholder{
    box-shadow: inset 0 0 0 1px #e9ecef;
    /* background-color: white; */
}

.sdo-test-block .sdo-media-text .components-placeholder__label{
    display: none;
}

.sdo-test-block .sdo-media-text .components-placeholder__fieldset{
    flex-direction: row;
    justify-content: space-around;
}

.sdo-test-block .sdo-media-text .components-placeholder__fieldset .components-button{
    margin: unset;
    white-space-collapse: break-spaces;
    text-wrap: wrap;
}