/* CSS کلی برای کوچک کردن آیکون‌ها در تمام صفحات Filament */
svg {
    width: 16px !important;
    height: 16px !important;
}

svg.w-4, svg.h-4 {
    width: 16px !important;
    height: 16px !important;
}

svg.w-5, svg.h-5 {
    width: 20px !important;
    height: 20px !important;
}

svg.w-6, svg.h-6 {
    width: 24px !important;
    height: 24px !important;
}

/* برای آیکون‌های داخل دکمه‌ها و لینک‌ها */
button svg, a svg, .filament-icon svg {
    width: 16px !important;
    height: 16px !important;
}

