.wrapper {
  width: 100%;
  display: flex;
}

.input {
  flex-grow: 1;
}

.button {
  margin-left: 0.5em;
  font-size: 0.9em;
}
