/*!
 * Font Awesome Free 5.15.4 - Local fallback for NetScore Loyalty Rewards
 * Font Awesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, CSS: MIT)
 */

/* Fallback CSS - In production, replace with full Font Awesome assets */
.fa,
.fas,
.far,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

/* Icon placeholders - Replace with actual Font Awesome CSS in production */
.fa::before {
    content: "\f15c";
    /* Default file icon */
}

/* Common icons used in plugin */
.fa-gift::before {
    content: "\f06b";
}

.fa-user::before {
    content: "\f007";
}

.fa-star::before {
    content: "\f005";
}

.fa-shopping-cart::before {
    content: "\f07a";
}

.fa-credit-card::before {
    content: "\f09d";
}

.fa-history::before {
    content: "\f1da";
}

.fa-share-alt::before {
    content: "\f1e0";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-calendar::before {
    content: "\f133";
}

.fa-check::before {
    content: "\f00c";
}

.fa-times::before {
    content: "\f00d";
}

.fa-exclamation-triangle::before {
    content: "\f071";
}

.fa-info-circle::before {
    content: "\f05a";
}

.fa-trophy::before {
    content: "\f091";
}

.fa-chart-line::before {
    content: "\f201";
}

.fa-cog::before {
    content: "\f013";
}

.fa-download::before {
    content: "\f019";
}

.fa-sync::before {
    content: "\f021";
}

.fa-plus::before {
    content: "\f067";
}

.fa-minus::before {
    content: "\f068";
}