
.mfuc-dropzone {
    border: 2px dashed #bbb;
    color: #444;
    background: #f8f8f8;
    padding: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 12px;
    transition: background .2s, border-color .2s;
}
.mfuc-dropzone.mfuc-dragover {
    background: #e8f0fd;
    border-color: #3397fd;
}
.mfuc-dropzone ul{
    list-style: none; margin:15px 0 0 0; padding:0;
}
.mfuc-dropzone li{
    padding:6px 0;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mfuc-item img { max-width: 64px; max-height:64px; vertical-align:middle; margin-right:8px; }
.mfuc-del-btn {
    background:#f5f5f5; border:1px solid #ccc; border-radius:4px; margin-left:8px; color:#c00; font:inherit;
    padding:2px 9px; cursor:pointer; transition:.2s;
}
.mfuc-del-btn:hover{background:#ffdada;}
progress { margin-left:10px; width:100px; height:12px; vertical-align:middle;}
