/* 在线压缩工具专属样式 */

/* ========== 文件列表行 ========== */
.tool-card-file-row .fileName {
    display: flex;
    align-items: center;
}
.tool-card-file-row .fileName .ellipsis {
    flex: 1;
    min-width: 0;
}

/* 文件图标 */
.ac-file-icon {
    font-size: 16px;
    color: var(--theme-color, #4e8cff);
    margin-right: 6px;
    vertical-align: middle;
    flex-shrink: 0;
}

/* ========== 密码输入区 ========== */
.ac-password-row {
    transition: opacity 0.3s;
}


/* ========== 压缩级别滑块 tooltip ========== */
.my-tooltip {
    font-size: 12px;
}

/* ========== 响应式 ========== */
@media (max-width: 768px) {
    .ac-password-input-group {
        flex-direction: column;
        align-items: stretch;
    }
    .ac-password-input-group .ange-btn {
        width: 100%;
    }
    .tool-card-file-row .fileName {
        font-size: 12px;
    }
    .tool-card-file-row .fileSize {
        font-size: 11px;
    }
}
