    ul.checklist-icon-e445-solid {
        list-style: none;
        padding-left: 0;
    }
    ul.checklist-icon-e445-solid li {
        position: relative;
        margin-left: 1.5em;

        --fa: "\e445";
        --fa--fa: "\e445\e445";
    }
    ul.checklist-icon-e445-solid li::before {
        position: absolute;
        left: -1.5em;
        top: 0.2em;
        content: var(--fa);
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-size: 1em;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        width: 1.25em;
        text-align: center;
    }
    /* ul.checklist-icon-e445-solid li * {
        display: contents;
    } */
