.eco-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  margin: 0 0 16px;
  font-size: 13px;
}

.eco-sort__label {
  color: #6b7680;
  font-weight: 600;
  white-space: nowrap;
}

.eco-sort__select {
  border: 1px solid #d8e0da;
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 13px;
  color: #20272b;
  background: #fff;
  max-width: 60vw;
}

@media (max-width: 480px) {
  .eco-sort {
    justify-content: space-between;
  }
  .eco-sort__select {
    flex: 1;
    max-width: none;
  }
}
