/* Bootstrap Icons fallback mapping to Font Awesome where possible
   This is a lightweight shim to render basic icons when bootstrap-icons CSS is unavailable.
   Add mappings as needed for your app. */
/* generic fallback: apply Font Awesome when bootstrap-icons isn't available */
.bi, [class*=" bi-"], [class^="bi-"] {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* common mappings used in templates */
.bi.bi-geo-alt:before,
.bi-geo-alt:before { content: "\f041"; } /* fa-map-marker */
.bi.bi-credit-card-2-front:before,
.bi-credit-card-2-front:before { content: "\f09d"; } /* fa-credit-card */
.bi.bi-star-fill:before,
.bi-star-fill:before { content: "\f005"; } /* fa-star */
.bi.bi-telephone:before,
.bi-telephone:before { content: "\f095"; } /* fa-phone */
.bi.bi-search:before,
.bi-search:before { content: "\f002"; } /* fa-search */

/* Add more mappings as needed */
/* Add more mappings as discovered */
