<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.entry-content ul,
ul.block-editor-block-list__block,
.entry-content ol,
ol.block-editor-block-list__block
{
    margin: 0;
    padding: 0;
}
.entry-content li:not(.wp-block-post),
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container li:not(.wp-block-post)
{
    margin: 0 0 0 16px;
    padding-left: 3px;
}

.entry-content li:not(.wp-block-post):not(:last-child),
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container li:not(.wp-block-post):not(:last-child)
{
    margin-bottom: 12px;
}

ul.is-style-check-spaced,
ul.is-style-check {
    list-style-image: url('../img/check.svg');
}
ul.is-style-check-spaced li,
ul.is-style-check li {
    margin-left: 27px;
    padding-left: 2px;
}

ul.is-style-arrow-spaced,
ul.is-style-arrow {
    list-style-image: url('../img/arrow.svg');
}
ul.is-style-arrow-spaced li,
ul.is-style-arrow li {
    margin-left: 22px;
}

ul.is-style-check-spaced,
ul.is-style-arrow-spaced,
ul.is-style-spaced {
    display: flex;
    flex-direction: column;
    gap: 8px;
}</pre></body></html>