@import 'styles/mixins';

.resultsInput {
  @include focus-effect;
}

.input {
  @include text-input;

  border: none;
  border-radius: inherit;
}
