/* 客户管理 — 单客户生产流程配置（无内联样式） */

.customer-workflow-card {
    min-height: 420px;
}

.customer-workflow-editor {
    padding: 12px 16px;
}

.customer-workflow-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.customer-workflow-header-actions {
    display: flex;
    gap: 8px;
}

/* 「返回」为 <a>，与 secondary 按钮同高同宽观感 */
.customer-workflow-header-actions a.customer-workflow-btn-back.standard-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.customer-workflow-hint {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #6b7280;
}

.workflow-col-order {
    text-align: right;
}

.customer-workflow-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.customer-workflow-th-order {
    width: 48px;
}

.customer-workflow-th-move {
    width: 88px;
}

.customer-workflow-th-enabled {
    width: 100px;
}
