/* Icon fallbacks using Unicode symbols */
.fas, .far, .fab { font-family: inherit !important; }

.fa-heart:before { content: "♥"; }
.fa-eye:before { content: "👁"; }
.fa-clock:before { content: "🕐"; }
.fa-print:before { content: "🖨"; }
.fa-times:before { content: "×"; }
.fa-check-circle:before { content: "✓"; }
.fa-exclamation-circle:before { content: "⚠"; }
.fa-info-circle:before { content: "ℹ"; }
.fa-exclamation-triangle:before { content: "⚠"; }
.fa-history:before { content: "🕐"; }
.fa-trash-alt:before { content: "🗑"; }
.fa-facebook-f:before { content: "f"; }
.fa-x-twitter:before { content: "𝕏"; }
.fa-linkedin-in:before { content: "in"; }