/* إصلاح مشكلة الأيقونات */
.fa, .fas, .far, .fal, .fab, .fad, .fa-solid, .fa-regular, .fa-light, .fa-thin, .fa-duotone, .fa-brands {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.fa-regular {
    font-weight: 400 !important;
}

.fa-light {
    font-weight: 300 !important;
}

.fa-thin {
    font-weight: 100 !important;
}

/* تأكيد عرض الأيقونات في الأزرار */
.btn i {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
}

/* إصلاح أيقونات الأزرار الصغيرة */
.btn-sm i {
    font-size: 0.875rem !important;
}
