/* /json-table-explorer - the column picker grid only. Scoped to #jteApp. */
#jteApp .jte-cols { display: grid; gap: 6px; grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); margin: 10px 0 14px; max-height: 260px; overflow: auto; }
#jteApp .jte-cols .ic-check { font-family: var(--xt-mono); font-size: .82rem; }
