/* ========================================
   Agent Chat File Upload - 頁面專用覆蓋
   共用樣式已移至 components/chat/_chat-base.css：
   - .je-preview-area（預覽區）
   - .je-preview-container（預覽容器）
   - .je-preview-img（預覽圖片）
   - .je-delete-btn（刪除按鈕）
   - .je-progress-circle（進度圓圈）
   - .je-q-image / .je-bubble-img（訊息氣泡圖片）
   - .je-drag-tip（拖曳提示）
   - .je-chat-input-container（輸入區容器）
   ======================================== */

/* 當圖片上傳功能被禁用時，強制隱藏拖放提示 */
.je-drag-tip.je-upload-disabled {
    display: none !important; /* 保留：覆蓋可能的 inline style */
}

.je-chat-input-container.je-dragover .je-drag-tip.je-upload-disabled {
    display: none !important; /* 保留：覆蓋可能的 inline style */
    animation: none !important; /* 保留：禁用拖曳動畫 */
}
