/* Wider than the prose dialogs — this holds a four-column form grid, not a paragraph — and allowed to grow taller, because a form that scrolls its own Submit off the bottom is worse than a tall dialog. */ .nld { width: min(880px, 100%); max-height: min(88vh, 860px); } .nld__sub { margin: 4px 0 0; font-size: var(--fs-2xs); line-height: 1.5; color: var(--zk-muted); max-width: 62ch; } .nld__body { overflow-y: auto; padding: 18px 24px 22px; }