/* Custom style for the file uploads in none grid layout */
/* See ProductForm.php file */
.documents-upload .filepond--root {
    margin-top: 0.5rem;
}

.documents-upload .filepond--drop-label {
    min-height: 130px;
    border-radius: 12px;
}

.documents-upload .filepond--panel-root {
    border-radius: 12px;
}

.documents-upload .filepond--list-scroller {
    margin-top: 0.75rem;
}

.documents-upload .filepond--item {
    width: 100%;
    margin-bottom: 10px;
}

.documents-upload .filepond--file-wrapper {
    width: 100%;
}

.documents-upload .filepond--file {
    border-radius: 12px;
    padding: 0.85rem 1rem;
}

.documents-upload .filepond--file-info-main {
    font-weight: 700;
    font-size: 13px;
}

.documents-upload .filepond--file-info-sub {
    opacity: 0.7;
    font-size: 12px;
}
