ul>li {
    padding-left: 2.25em !important;
    position: relative;

    &:has(input)::before {
        content: none !important;
    }

    &:not(:has(input))::before {
        content: "";
        mask: url("../../img/check_mark.svg") no-repeat;
        border-radius: 0;
        position: absolute;
        display: block;
        background: var(--color-primary) !important;
        mask-size: contain;
        width: 1.2rem !important;
        height: 1.2rem !important;
        top: .3rem !important;
        left: 0;
        margin: auto;
    }
}
