/* Existing 32/48/64 px table image controls apply identically after publication. */
.publication-table :is(td,th) img[data-table-cell-image]{display:inline-block;width:auto;height:auto;max-width:var(--cell-image-size,48px);max-height:var(--cell-image-size,48px);margin:2px 8px 2px 0;object-fit:contain;vertical-align:middle}
