.nd-m-0 { margin: 0 !important; }
.nd-mt-2 { margin-top: var(--nd-space-2) !important; }
.nd-mt-4 { margin-top: var(--nd-space-4) !important; }
.nd-mt-6 { margin-top: var(--nd-space-6) !important; }
.nd-mb-0 { margin-bottom: 0 !important; }
.nd-muted { color: var(--nd-color-ink-600) !important; }
.nd-text-sm { font-size: var(--nd-text-sm) !important; }
.nd-text-center { text-align: center !important; }
.nd-w-full { width: 100% !important; }
.nd-grow { flex: 1 1 auto !important; }
.nd-hidden { display: none !important; }
