/* Icon mapping from Lucide to Font Awesome */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure the pseudo-element displays as an inline glyph */
[class^="icon-"]::before, [class*=" icon-"]::before {
  display: inline-block;
  line-height: 1;
}

.icon-percent::before { content: "\f295"; }
.icon-map-pin::before { content: "\f3c5"; }
.icon-home::before { content: "\f015"; }
.icon-thumbs-up::before { content: "\f164"; }
.icon-star::before { content: "\f005"; }
.icon-check::before { content: "\f00c"; }
.icon-x::before { content: "\f00d"; }
.icon-chevron-down::before { content: "\f078"; }
.icon-chevron-up::before { content: "\f077"; }
.icon-chevron-left::before { content: "\f053"; }
.icon-chevron-right::before { content: "\f054"; }
/* Commonly used but previously unmapped */
.icon-refresh-ccw::before { content: "\21BB"; /* ↻ Unicode fallback to avoid FA mismatch */ }
.icon-search::before { content: "\f002"; }
.icon-user::before { content: "\f007"; }
.icon-mail::before { content: "\f0e0"; }
.icon-phone::before { content: "\f095"; }
.icon-calendar::before { content: "\f133"; }
.icon-heart::before { content: "\f004"; }
.icon-facebook::before { content: "\f39e"; }
.icon-instagram::before { content: "\f16d"; }
.icon-twitter::before { content: "\f099"; }
.icon-pinterest::before { content: "\f0d2"; }
.icon-linkedin::before { content: "\f08c"; }
.icon-youtube::before { content: "\f167"; }
.icon-plus::before { content: "\f067"; }
.icon-minus::before { content: "\f068"; }
.icon-edit::before { content: "\f044"; }
.icon-trash::before { content: "\f1f8"; }
.icon-settings::before { content: "\f013"; }
.icon-log-out::before { content: "\f2f5"; }
.icon-log-in::before { content: "\f2f6"; }
.icon-upload::before { content: "\f093"; }
.icon-download::before { content: "\f019"; }
.icon-camera::before { content: "\f030"; }
.icon-image::before { content: "\f03e"; }
.icon-file::before { content: "\f15b"; }
.icon-folder::before { content: "\f07b"; }
.icon-tag::before { content: "\f02b"; }
.icon-bookmark::before { content: "\f02e"; }
.icon-bell::before { content: "\f0f3"; }
.icon-info::before { content: "\f129"; }
.icon-alert-circle::before { content: "\f06a"; }
.icon-alert-triangle::before { content: "\f071"; }
.icon-help-circle::before { content: "\f059"; }
