/* ============================================================
   Fix: Remove green "Upload complete" overlay on FileUpload
   ============================================================ */

/* Hide FilePond green success overlay image */
.filepond--image-preview-overlay-success {
    opacity: 0 !important;
}

/* Remove the green tint panel that appears after upload */
.filepond--item-panel {
    background: transparent !important;
}

/* Keep only idle/error states visible (not success green) */
.filepond--image-preview-overlay-idle {
    opacity: 0 !important;
}
