/**
 * AI创作坊 · 合并节点专属样式（通用分类）
 * 仅展示连接数，无内容编辑区
 * 类名前缀 ai-workshop-node-merge-*
 * 字体：Microsoft YaHei
 */

.ai-workshop-node-merge .ai-workshop-node-body {
    min-height: 36px;
}

.ai-workshop-node-merge-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
}

.ai-workshop-node-merge-count {
    font-size: 12px;
    color: #a0a0a0;
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "Arial", sans-serif;
    text-align: center;
}

.ai-workshop-node.view-detail .ai-workshop-node-merge-count {
    color: #c0c0c0;
}
