/* see: https://pqina.nl/filepond/docs/api/style/#grid-layout */
.filepond-cols-2 .filepond--item {
    width: calc(50% - 0.5em);
}
