/* Minimal local Bootstrap Icons compatibility for ZLXCMS admin navigation.
   This avoids CDN usage and covers the icons used by core views. */
.bi {
    display: inline-block;
    width: 1.1em;
    min-width: 1.1em;
    line-height: 1;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}
.bi-file-earmark-text::before { content: "▤"; }
.bi-images::before { content: "▧"; }
.bi-diagram-3::before { content: "⌘"; }
.bi-sliders::before { content: "≡"; }
.bi-heart-pulse::before { content: "♡"; }
.bi-box-seam::before { content: "□"; }
.bi-cloud-arrow-up::before { content: "⇧"; }
.bi-card-heading::before { content: "▣"; }
.bi-house-gear::before { content: "⌂"; }
.bi-layout-text-window::before { content: "▥"; }
.bi-palette::before { content: "◐"; }
.bi-layout-three-columns::before { content: "▥"; }
.bi-code-square::before { content: "<>"; font-size: .78em; }
.bi-window-sidebar::before { content: "▦"; }
.bi-list-nested::before { content: "☰"; }
.bi-people::before { content: "●"; }
.bi-person-plus::before { content: "+"; }
.bi-search::before { content: "⌕"; }
