.woo-file-upload-wrapper {
    margin-top: 20px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    width: 320px;
}
.woo-uploaded-file {
    margin-top: 8px;
    font-size: 14px;
}


.woo-uploaded-file-content {
    display: flex;
    align-items: center;
    gap: 12px;
}




.woo-delete-file:hover {
    background: #e60000;
}
.woo-file-name {
    font-size: 14px;
    color: #333;
    word-break: break-all;
}
.woo-upload-section {
    margin: 10px 0;
}

.woo-uploaded-file-box img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    border: 1px solid #ccc;
}

.woo-file-name {
    font-size: 12px;
    text-align: center;
}
.upload-label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .woo-file-icon-label,
  .woo-file-upload-icon {
    cursor: pointer;
    border: none;
    background: transparent;
    margin-right: 10px;
    padding: 0;
  }
  
  .upload-icon {
    width: 80px;
    height: 80px;
    transition: transform 0.3s;
    float: left;
    margin-right: 24px;
  }
  
  .upload-icon:hover {
    transform: scale(1.1);
  }
  
  .woo-file-input {
    display: none;
  }
  
  .woo_file_upload_result {
    margin-top: 15px;
  }
  .woo-uploaded-file-box {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.woo-uploaded-file-image-wrapper {
    position: relative;
    display: inline-block;
}

.woo-uploaded-thumbnail {
    width: 100px;
    height: auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.woo-delete-file {
    position: absolute;
    top:  -8px;
    right: -9px;
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 2px 6px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.woo-preview-file {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 9;
}

.uploaded-files-section {
    margin-top: 20px;
}

.uploaded-file {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

.uploaded-file img {
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.uploaded-file a.download-button {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 8px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
}
