/* ========== Excel 合并工具样式 ========== */

/* 列表行拖拽手柄提示 */
.tool-card-file-row {
    cursor: grab;
}

.tool-card-file-row:active {
    cursor: grabbing;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .tool-card-file-row {
        cursor: default;
    }
}
