/* Font Awesome 5 Free Icons - Fix for Tailwind Integration */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* Ensure Font Awesome icons are properly styled */
.fas {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Common icon fixes */
.fa-download::before { content: "\f019" !important; }
.fa-plus::before { content: "\f067" !important; }
.fa-edit::before { content: "\f044" !important; }
.fa-trash::before { content: "\f1f8" !important; }
.fa-arrow-left::before { content: "\f060" !important; }
.fa-images::before { content: "\f302" !important; }
.fa-calendar-alt::before { content: "\f073" !important; }
.fa-youtube::before { content: "\f167" !important; }
.fa-info-circle::before { content: "\f05a" !important; }
.fa-cog::before { content: "\f013" !important; }
.fa-exclamation-triangle::before { content: "\f071" !important; }
.fa-video-slash::before { content: "\f4e2" !important; }
.fa-crown::before { content: "\f521" !important; }
.fa-shield-alt::before { content: "\f3ed" !important; }
