.wp-block-list.is-style-list-stars,
.wp-block-list.is-style-list-ticks {
    list-style: none;
    padding-left: 18px;
}

.wp-block-list.is-style-list-stars li,
.wp-block-list.is-style-list-ticks li {
    position: relative;
}

.wp-block-list.is-style-list-stars li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3732 5.33221L10.0185 5.20067H10.0084C9.20977 5.11973 8.43134 4.77572 7.82477 4.16863C7.2182 3.56155 6.87447 2.78246 6.7936 1.99325C6.7936 1.98314 6.7936 1.97302 6.7936 1.9629L6.65207 0.617201C6.63185 0.273187 6.33867 0 5.99495 0C5.64111 0 5.35805 0.273187 5.32772 0.617201L5.19629 1.98314C5.19629 1.99325 5.19629 1.99325 5.19629 2.00337C5.11542 2.8027 4.77169 3.57167 4.16512 4.17875C3.55855 4.78583 2.78012 5.12985 1.98147 5.21079C1.97136 5.21079 1.96125 5.21079 1.95114 5.21079L0.616681 5.33221C0.272957 5.36256 0 5.64587 0 6C0 6.35413 0.272957 6.63744 0.616681 6.66779L1.96125 6.79933C1.97136 6.79933 1.97136 6.79933 1.98147 6.79933C2.78012 6.88027 3.55855 7.21417 4.16512 7.83137C4.77169 8.43845 5.11542 9.21754 5.19629 10.0067C5.19629 10.0169 5.19629 10.027 5.19629 10.0371L5.32772 11.3828C5.35805 11.7268 5.64111 12 5.99495 12C6.34878 12 6.63185 11.7268 6.66217 11.3828L6.7936 10.027C6.7936 10.0169 6.7936 10.0169 6.7936 10.0067C6.87447 9.20742 7.20809 8.43845 7.82477 7.83137C8.43134 7.22428 9.20977 6.88027 10.0084 6.79933C10.0185 6.79933 10.0286 6.79933 10.0489 6.79933L11.3833 6.66779C11.727 6.63744 12 6.35413 12 6C11.9798 5.64587 11.7169 5.36256 11.3732 5.33221Z' fill='%231B62E7'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: -18px;
    top: 6px;
}

.wp-block-list.is-style-list-ticks li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.479 0.306049C10.7786 -0.0503203 11.3186 -0.103143 11.6852 0.188047C12.0518 0.479254 12.1061 1.00435 11.8066 1.36074L5.08428 9.35963L5.08344 9.35882C4.91328 9.5655 4.69697 9.73029 4.45147 9.84059C4.20129 9.95298 3.92762 10.007 3.65293 9.99928C3.37817 9.99156 3.10768 9.92241 2.86444 9.79583C2.62712 9.67232 2.42199 9.49639 2.26511 9.2815L2.26428 9.28232L0.164131 6.47957L0.11642 6.40796C-0.102641 6.04318 -0.0062482 5.56909 0.352466 5.31502C0.711167 5.06099 1.20507 5.1169 1.49503 5.43139L1.55028 5.49812L3.64958 8.30087L3.66214 8.31714C3.66315 8.31856 3.66663 8.32234 3.67386 8.3261C3.68117 8.32987 3.69092 8.3331 3.70232 8.33342C3.71378 8.33373 3.72431 8.33138 3.73245 8.32772C3.74026 8.3242 3.74415 8.32 3.74584 8.31796L3.75673 8.30575L10.479 0.306049Z' fill='%231B62E7'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 10px;
    display: block;
    position: absolute;
    left: -18px;
    top: 8px;
}