.sort {
  width: 300px;
}
.sort .sort__select {
  min-height: 48px;
  padding-inline-start: 16px;
  background-color: transparent;
  cursor: pointer;
}
.sort .sort__select:focus-visible {
  outline: none;
}