:host {
  display: inline-flex;
  width: 100%;
  height: 100%;
  user-select: auto;
  -webkit-user-select: auto;
  cursor: cell;
}

input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 0.25em;
  box-sizing: border-box;
  font-size: 0.85rem;
  background: transparent;
  cursor: cell;
}

input:focus {
  cursor: text;
}

input.number {
  text-align: right;
}

input:focus {
  outline: 2px solid currentColor;
}
