.block-editor-block-list__block.lazyblock,
.block-editor-block-list__block.wp-block  {
    margin-top: 16px;
    margin-bottom: 16px;
}

.block-editor-block-list__block.lazyblock  {
    max-width: 1022px!important;
}

.block-editor-block-list__block.is-style-checkmark-list,
.block-editor-block-list__block.is-style-arrow-list {
    padding-left: 15px;
}

.is-style-checkmark-list,
.is-style-arrow-list {
    list-style: none;
    padding-left: 13px;
}

.benefits-list ul > li,
ul.is-style-checkmark-list > li,
ul.is-advantage-list > li,
ul.is-style-arrow-list > li {
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 20px;
    padding-left: 22px;
    text-indent: 0;
}

ul.is-style-checkmark-list > li {
    background-image: url(/wp-content/themes/v-check/resources/svg/check-green.svg);
}

ul.is-style-arrow-list > li {
    background-image: url(/wp-content/themes/v-check/resources/svg/arrow-right-green.svg);
}

.block-editor-block-list__block.wp-block-separator {
    margin: 15px 0;
    border: 2px dashed black!important;
    padding: 5px 0;
}
