/* LIST BLUE */
.is-style-red-list {
    list-style: none;
    padding-left: 0;
}

.is-style-red-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px; 
}

.is-style-red-list li:before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px; 
    height: 12px; 
    background-color: var(--wp--preset--color--red);
    background-size: contain; 
    background-repeat: no-repeat; 
}