.m-sort {
  margin-left: auto;
  color: var(--color-secondary-body);
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 1.2rem;
}
@media screen and (min-width: 600px) {
  .m-sort {
    position: initial;
  }
}
.m-sort--vertical {
  margin-bottom: 2rem;
}
.m-sort__label {
  font-weight: 700;
}
.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;
}
.m-sort .ts-wrapper.single .ts-control {
  border-radius: 0;
}
.m-sort .ts-wrapper.a-select__field--inline .ts-dropdown,
.m-sort .ts-wrapper.a-select__field--inline .ts-dropdown.single,
.m-sort .ts-wrapper.single.a-select__field--inline .ts-dropdown,
.m-sort .ts-wrapper.single.a-select__field--inline .ts-dropdown.single {
  border-radius: 0;
}
