.node-batch-edit-dialog { .batch-shell, .batch-section { display: grid; gap: 16px; } .batch-shell { gap: 20px; } .batch-hero, .batch-switch-card, .batch-footer, .batch-footer__actions { display: flex; align-items: center; gap: 12px; } .batch-hero, .batch-footer, .batch-switch-card { justify-content: space-between; } .batch-hero h2 { margin: 0 0 6px; font-size: 28px; line-height: 1.08; letter-spacing: -0.24px; color: var(--xboard-text-strong); } .batch-hero p, .batch-switch-card span, .batch-footer__hint { color: var(--xboard-text-muted); line-height: 1.55; } .batch-section { padding: 18px 20px; border-radius: 22px; background: #fbfbfd; border: 1px solid rgba(0, 0, 0, 0.05); } .batch-switch-card { align-items: flex-start; } .batch-switch-card strong { display: block; margin-bottom: 4px; color: var(--xboard-text-strong); } .full-width, .full-width .el-input__wrapper { width: 100%; } .batch-footer { width: 100%; } @media (max-width: 767px) { .batch-hero, .batch-switch-card, .batch-footer, .batch-footer__actions { flex-direction: column; align-items: stretch; } } }