/* Custom styles for Filament admin panel */

/* Reduce font size for stats overview widget values */
.fi-stats-overview-widget-stat-value {
    font-size: 1.25rem !important; /* Adjusted from 1.5rem */
}

/* Reduce font size for stats overview widget descriptions */
.fi-stats-overview-widget-stat-description {
    font-size: 0.65rem !important; /* Adjusted from 0.75rem */
}

/* Reduce font size for stats overview widget labels */
.fi-stats-overview-widget-stat-label {
    font-size: 0.8rem !important; /* Added for label */
}
