.ns2025-list-marker-colored > li::marker {
    color: var(--ns2025-list-marker-color);
}

.block-editor-block-list__block.ns2025-list-marker-colored .wp-block-list > li::marker,
.block-editor-block-list__block.ns2025-list-marker-colored ul > li::marker,
.block-editor-block-list__block.ns2025-list-marker-colored ol > li::marker {
    color: var(--ns2025-list-marker-color);
}

.ns2025-list-marker-checkmark {
    list-style: none;
    padding-left: 0;
}

.block-editor-block-list__block.ns2025-list-marker-checkmark .wp-block-list,
.block-editor-block-list__block.ns2025-list-marker-checkmark ul,
.block-editor-block-list__block.ns2025-list-marker-checkmark ol {
    list-style: none;
    padding-left: 0;
}

.ns2025-list-marker-checkmark > li {
    padding-left: 1.6em;
    position: relative;
}

.block-editor-block-list__block.ns2025-list-marker-checkmark .wp-block-list > li,
.block-editor-block-list__block.ns2025-list-marker-checkmark ul > li,
.block-editor-block-list__block.ns2025-list-marker-checkmark ol > li {
    padding-left: 1.6em;
    position: relative;
}

.ns2025-list-marker-checkmark > li::before {
    color: var(--ns2025-list-marker-color, var(--wp--preset--color--secondary, #99cd20));
    content: "\2713";
    font-weight: 700;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0;
}

.block-editor-block-list__block.ns2025-list-marker-checkmark .wp-block-list > li::before,
.block-editor-block-list__block.ns2025-list-marker-checkmark ul > li::before,
.block-editor-block-list__block.ns2025-list-marker-checkmark ol > li::before {
    color: var(--ns2025-list-marker-color, var(--wp--preset--color--secondary, #99cd20));
    content: "\2713";
    font-weight: 700;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0;
}

.ns2025-list-marker-checkmark > li::marker {
    content: "";
}

.block-editor-block-list__block.ns2025-list-marker-checkmark .wp-block-list > li::marker,
.block-editor-block-list__block.ns2025-list-marker-checkmark ul > li::marker,
.block-editor-block-list__block.ns2025-list-marker-checkmark ol > li::marker {
    content: "";
}
