select {
  @include reset-input;
  @include text-x-small;

  display: flex;
  align-items: center;
  padding-right: 24px;
  line-height: normal;
  font-weight: $font-weight-semibold;
  letter-spacing: 0.32px;
  background-image: url('@/assets/icons/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: $spacing-16;
}
