body:not(.mo-edit-mode) .mo-cell-locked {
  cursor: default !important;
  opacity: 0.78;
  user-select: text;
}

body:not(.mo-edit-mode) input.mo-cell-locked,
body:not(.mo-edit-mode) textarea.mo-cell-locked {
  caret-color: transparent;
}

body:not(.mo-edit-mode) select.mo-cell-locked,
body:not(.mo-edit-mode) input[type="checkbox"].mo-cell-locked {
  pointer-events: none;
}

body:not(.mo-edit-mode) td:has(.mo-cell-locked) {
  background: rgba(255, 255, 255, 0.012);
}

body.mo-edit-mode .cell-input,
body.mo-edit-mode .cell-select,
body.mo-edit-mode .cell-checkbox {
  opacity: 1;
}

.note-cell {
  min-width: 220px;
}
