.suggestion {
  cursor: pointer;
  min-height: 26px;
}

.inner {
  min-height: 32px;
  column-gap: 4px;
  align-items: center !important;
  cursor: text;
}

.field {
  width: 40px;
  line-height: 24px;
  background-color: transparent;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.field[data-hidden='true'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.field[data-empty='true'] {
  width: 100px;
}
