.sort-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
}

.sort-button:hover,
.sort-button.active {
  color: #1c355b;
}

.sort-icon {
  display: inline-block;
  width: 12px;
  color: #9aa6b6;
  font-size: 12px;
  text-align: center;
}

.sort-button.active .sort-icon {
  color: #1e4e90;
}
