/*
 * Kompatybilność FA4 → FA5 dla ikon używanych w motywie Mesmerize
 * Dodaje brakujące :before dla starych klas FA4 (fa fa-phone, fa fa-map-marker itp.)
 */

/* Telefon */
.fa.fa-phone { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.fa.fa-phone:before { content: "\f095"; }

/* Marker mapy */
.fa.fa-map-marker { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.fa.fa-map-marker:before { content: "\f041"; }

/* Marker mapy alt */
.fa.fa-map-marker-alt { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.fa.fa-map-marker-alt:before { content: "\f3c5"; }

/* Koperta (dla pewności) */
.fa.fa-envelope { font-family: "Font Awesome 5 Free" !important; font-weight: 400 !important; }
.fa.fa-envelope:before { content: "\f0e0"; }

/* Inne popularne ikony FA4 często używane w nagłówkach */
.fa.fa-phone-square { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.fa.fa-phone-square:before { content: "\f098"; }

.fa.fa-home { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.fa.fa-home:before { content: "\f015"; }

.fa.fa-map { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; }
.fa.fa-map:before { content: "\f279"; }
