/*******************************************************/
/* css modification for filament backend               */
/* Infos:                                              */
/* - publish manually with php artisan filament:assets */
/* - for frontend see app.css                          */
/*******************************************************/

/************** custom modification of filament backend element filepond picture preview grid sizes ******************/
/* enforce grid layout for preview, see also https://pqina.nl/filepond/docs/api/style/#grid-layout */
/* see also https://filamentphp.com/docs/3.x/support/assets#registering-css-files */
.filepond--root[data-style-panel-layout=grid] .filepond--item {
    width:calc(17% - .5rem) /* default is width:calc(50% - .5rem) */
}
