.product-file-upload-container {
    margin: 15px 0;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
}

.file-upload-wrapper {
    margin: 10px 0;
}

.uploaded-files-list {
    margin: 10px 0;
}

.uploaded-file {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.uploaded-file a {
    margin-right: 10px;
}

.remove-uploaded-file {
    background: #ff0000;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-progress {
    margin-top: 5px;
    font-style: italic;
    color: #666;
}

.file-upload-instructions {
    font-size: 0.9em;
    color: #666;
    margin-top: 10px;
}