.wp-block-list.is-style-check, ul.is-style-check {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--24-12);
    padding: 0;
}
.wp-block-list.is-style-check > li, ul.is-style-check > li {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0;
}
.wp-block-list.is-style-check > li::before, ul.is-style-check > li::before {
    content: '';
    background-image: url(/wp-content/themes/arbitra/assets/icons/check-circle.svg);
    background-size: cover;
    height: 1.5rem;
    width: 1.5rem;
    aspect-ratio: 1;
    display: inline-flex;
}