ul.is-style-check-list {
    padding-inline-start: 2.5em;
}

ul.is-style-check-list > li {
    position: relative;
    list-style: none;
}

ul.is-style-check-list > li::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -2.5em;
    width: 1.5em;
    aspect-ratio: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230395ff' viewBox='0 0 24 24'%3E%3Cpath d='M16 2H8a6 6 0 0 0-6 6v13a1 1 0 0 0 1 1h13a6 6 0 0 0 6-6V8a6 6 0 0 0-6-6m-5 14.4-3.7-3.7 1.4-1.4 2.3 2.3 4.8-4.8 1.4 1.4z'/%3E%3C/svg%3E");
}