/*
 * Local icon fallback for public MVP pages.
 * Keeps Font Awesome-style <i> elements visible without external icon CDNs.
 */

.fas,
.fa,
.far,
.fab {
    display: inline-block;
    min-width: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.fas::before,
.fa::before,
.far::before,
.fab::before {
    content: "\25C6";
}

.fa-palette::before { content: "P"; }
.fa-paint-brush::before { content: "B"; }
.fa-pencil-alt::before { content: "D"; }
.fa-highlighter::before { content: "H"; }
.fa-bars::before { content: "\2630"; }
.fa-cloud-upload-alt::before { content: "\21E7"; }
.fa-image::before { content: "\25A3"; }
.fa-shield-alt::before { content: "\26E8"; }
.fa-redo::before { content: "\21BB"; }
.fa-child::before { content: "C"; }
.fa-magic::before,
.fa-wand-magic-sparkles::before { content: "*"; }
.fa-robot::before { content: "AI"; }
.fa-share-alt::before { content: "\2197"; }
.fa-times::before,
.fa-times-circle::before { content: "\00D7"; }
.fa-exclamation-circle::before,
.fa-exclamation-triangle::before { content: "!"; }
.fa-check-circle::before { content: "\2713"; }
.fa-info-circle::before { content: "i"; }
.fa-envelope::before { content: "@"; }
.fa-globe::before { content: "\25CE"; }
.fa-arrow-left::before { content: "\2190"; }
.fa-arrow-right::before { content: "\2192"; }
.fa-database::before { content: "DB"; }
.fa-clock::before { content: "\25F7"; }
.fa-chevron-down::before { content: "\2304"; }
.fa-chevron-up::before { content: "\2303"; }
.fa-download::before { content: "\21E9"; }
.fa-paper-plane::before { content: "\2192"; }
