/* these custom PIF list styles are not compiled from other src files, they just exist here */
ul.is-style-checkmark li {
    position: relative;
    padding-left: 15px;
    list-style: none;
}
ul.is-style-checkmark li + li {
    margin-top: 25px !important;
}
ul.is-style-checkmark li::before {
    display: block;
    width: 20px;
    height: 20px;
    left: -15px !important;
    top: 3px;
    position: absolute;

}
ul.is-style-checkmark li::before {
	content: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='20' height='20' rx='10' fill='%2318AE7C'/><path d='M15 7L8.88889 14L5 10.7692' stroke='%23C7F7E7' stroke-width='3' stroke-linecap='round'/></svg>") !important;
}
.has-blue-800-background-color ul.is-style-checkmark li::before {
	content: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='20' height='20' rx='10' fill='%23BAF5FF'/><path d='M15 6L8.88889 13.1429L5 9.84615' stroke='%23148093' stroke-width='2.14286'/></svg>") !important;
}
html[dir="rtl"] ul.is-style-checkmark li {
    padding-left: auto !important;
    padding-right: 15px !important;
}
html[dir="rtl"] ul.is-style-checkmark li::before {
    right: -15px !important;
    left: auto !important;
}