.wc-ajax-upload { text-align: center; }
#wc_drop_zone {
    border: 2px dashed #ccc;
    padding: 20px;
    margin: 10px 0;
    background: #f0f0f0;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}
#wc_drop_zone.hover { background: #e6e6e6; border-color: #999; }
#wc_upload_progress { max-width: 600px; margin: 10px auto; text-align: left; }
.wc-progress-row { margin: 6px 0; }
.wc-progress-name { font-size: 12px; margin-bottom: 4px; color: #333; }
.wc-progress-bar { width:100%; height:8px; background:#e9e9e9; border-radius:6px; overflow:hidden; }
.wc-progress-bar span { display:block; height:8px; width:0; }
#wc_upload_msg p { margin: 5px 0; }
