.wc-upload-form {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f8f8f8;
}

.wc-upload-form h4 {
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.dimensions-notice {
    margin: 10px 0;
    padding: 10px;
    background: #e7f5ff;
    border-radius: 3px;
    font-size: 0.9em;
}

.uploaded-file {
    margin: 15px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.uploaded-file img {
    display: block;
    margin: 10px 0;
    border: 1px solid #eee;
    padding: 5px;
}

.file-upload {
    display: block;
    margin: 15px 0;
    padding: 10px;
    width: 95%;
    border: 1px dashed #ccc;
    border-radius: 3px;
    background: #fff;
}

.upload-later {
    display: inline-block;
    padding: 8px 15px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9em;
}

.upload-later:hover {
    background: #eee;
}

.upload-later:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.upload-status {
    margin-top: 10px;
    padding: 8px;
    border-radius: 3px;
    font-size: 0.9em;
}

.upload-status:empty {
    display: none;
}

.progress-bar {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 20px;
    margin: 10px 0;
    position: relative;
}

.progress-bar-fill {
    height: 100%;
    background-color: #4caf50;
    width: 0;
    text-align: center;
    color: #fff;
    line-height: 20px;
    border-radius: 4px;
    transition: width 0.2s ease;
}
