.mageworx-file-uploader-summary {
    margin-bottom: 1rem;
}

.mageworx-file-uploader-preview .mageworx-actions {
    display: inline;
}

#file-upload-container {
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 5px 2px #ddd;
    text-align: center;
}

#file-drag {
    display: block;
    border: 2px dashed #ccc;
    padding: 20px;
    cursor: pointer;
    border-radius: 7px;
    margin-bottom: 20px;
}

#file-drag:hover {
    background: #ddd;
}

progress {
    width: 100%;
    margin-top: 10px;
}

output {
    display: block;
    margin-top: 10px;
}

#file-upload {
    display: none;
}
