﻿ul.fa-color-white-sand > li::before {
    color: #f9f4ef;
}

ul.fa-color-primary > li::before {
    color: #39a7ab;
}

ul.fa-color-secondary > li::before {
    color: #25232b;
}

ul.fa-color-tertiary > li::before {
    color: #f18a61;
}

/* Reset default list bullets */
ul.fa-check, ul.fa-heart, ul.fa-circle, ul.fa-ticket-simple, ul.fa-house-blank {
    list-style: none;
    padding-left: 1.5rem;
    margin-left: 0;
}

    ul.fa-check > li,
    ul.fa-heart > li,
    ul.fa-circle > li,
    ul.fa-ticket-simple > li,
    ul.fa-house-blank > li {
        position: relative;
        padding-left: 1.4em;
        line-height: 1.5;
    }

    ul.fa-ticket-simple > li {
        padding-left: 2.3em;
    }

    ul.fa-house-blank > li {
        padding-left: 2em;
    }

    /* Bullet variants using FA5 Pro icons */
    ul.fa-check > li::before {
        content: "\f00c"; /* check */
        font-family: "Font Awesome 5 Pro";
        font-weight: 900; /* solid */
        position: absolute;
        left: 0;
        top: 0;
    }

    ul.fa-heart > li::before {
        content: "\f004"; /* heart */
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
    }

    ul.fa-circle > li::before {
        content: "\f111"; /* bullet */
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 0.7em;
    }

    ul.fa-ticket-simple > li::before {
        content: "\f3ff"; /* ticket */
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: -4px;
        font-size: 1.4em;
    }

    ul.fa-house-blank > li::before {
            content: "\f015"; /* hotel */
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: -4px;
            font-size: 1.2em;
        }
