/* lists */
ul {
    padding-left: 1.5rem;
}
ul.is-style-default,
ul.is-style-check-list {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
ul.is-style-default li,
ul.is-style-check-list li {
    padding-left: 2rem;
    margin: 5px 0;
}
ul.is-style-default li > div,
ul.is-style-check-list li > div {
    display: inline-block;
}
ul.is-style-default li:before,
ul.is-style-check-list li:before {
    content: "•";
    padding-right: 10px;
    display: inline;
    margin-left: calc(-1rem - 10px);
}

ul.is-style-check-list li {
    position: relative;
    padding-left: 1.5rem;
    margin: 8px 0;
}

body ul.is-style-check-list li:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 26px;
    top: 3.5px;
    width: 1rem;
    height: 1rem;
    padding: 0;
    background: var(--wp--preset--color--monza);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0928923 3.6796C0.0333241 3.61831 0 3.53621 0 3.45075C0 3.36528 0.0333241 3.28318 0.0928923 3.22189L0.888912 2.40597C1.01628 2.28657 1.21429 2.28657 1.34165 2.40597L2.63518 3.72935C2.69389 3.79104 2.77548 3.82687 2.86105 3.82687C2.94662 3.82687 3.02822 3.79204 3.08692 3.72935L6.63817 0.0975124C6.69687 0.0358209 6.77946 0 6.86503 0C6.9506 0 7.0322 0.0348259 7.0909 0.0975124L7.88692 0.903483C7.94649 0.964771 7.97982 1.04687 7.97982 1.13234C7.97982 1.21781 7.94649 1.29991 7.88692 1.36119L3.57846 5.7592C3.43043 5.89983 3.23791 5.9843 3.03419 5.99801H2.66205C2.45833 5.9843 2.2658 5.89983 2.11777 5.7592L0.0928923 3.6796Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50vw;
    background-size: 50%;
}
