.node-body{ flex:1; padding:8px 12px; overflow:auto; font-size:12.5px; color:var(--text-primary,#e1e7ec); }
.node-body label{ display:block; font-size:10.5px; color:#888; margin-top:8px; }
.node-body label:first-child{ margin-top:0; }
.node-body input[type=text], .node-body input[type=password], .node-body input[type=number], .node-body textarea{
  width:100%; background:#0e121a; border:1px solid rgba(255,255,255,.15); border-radius:6px; color:#fff;
  padding:6px 8px; font-size:12px; margin-top:2px;
}
.node-body button{ width:auto !important; }
