.updown {
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.updown__input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  &::-webkit-inner-spin-button {
    display: none;
  }
}

.updown__down,
.updown__up {
  /* iOS safari will blue them otherwise */
  color: inherit;
}
