/* Opt-in for the future CRUD pilot. No existing grid gets this class yet. */
.wc-grid .x-grid-cell { background: var(--wc-surface); color: var(--wc-text); font: 13px var(--wc-font); border-color: var(--wc-border); }
.wc-grid .x-grid-cell-inner { padding: 9px 12px; }
.wc-grid .x-column-header { background: var(--wc-surface-alt); color: var(--wc-text-muted); border-color: var(--wc-border); }
.wc-grid .x-grid-item-over .x-grid-cell { background: var(--wc-surface-alt); }
.wc-grid .x-grid-item-selected .x-grid-cell { background: var(--wc-surface-alt); box-shadow: inset 0 -1px var(--wc-primary); }
