/* Mobile-Optimierung für Home-Page DataGrid */
@media (max-width: 599px) {
    .mud-table-cell {
        padding: 4px 8px !important;
        font-size: 0.875rem;
    }
    
    .mud-table-head .mud-table-cell {
        font-size: 0.75rem;
        font-weight: 600;
    }
    
    .mud-paper {
        padding: 8px !important;
    }
    
    h4.mud-typography {
        font-size: 1.25rem !important;
        margin-bottom: 12px !important;
    }
    
    /* Schmale Icon-Buttons auf Mobile */
    .mud-icon-button {
        padding: 4px !important;
    }
}
