.m-sort__field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.m-sort__select {
  margin: 0;
}
.m-sort__select--field:not(.ts-wrapper) {
  padding: 0;
  background: transparent;
  border: none;
}
