.u-stack { display: flex !important; flex-direction: column !important; gap: var(--ds-space-4) !important; }
.u-cluster { display: flex !important; align-items: center !important; flex-wrap: wrap !important; gap: var(--ds-space-2) !important; }
.u-grid { display: grid !important; gap: var(--ds-space-4) !important; }
.u-grow { flex: 1 1 auto !important; }
.u-shrink-0 { flex-shrink: 0 !important; }
.u-text-muted { color: var(--ds-text-muted) !important; }
.u-text-secondary { color: var(--ds-text-secondary) !important; }
.u-text-mono { font-family: var(--ds-font-mono) !important; }
.u-text-right { text-align: right !important; }
.u-text-center { text-align: center !important; }
.u-w-full { width: 100% !important; }
.u-hidden { display: none !important; }
.u-scroll-x { overflow-x: auto !important; -webkit-overflow-scrolling: touch; }
