.desktop-filters__filter-button,
.desktop-filters__filter-button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0px 15px;
  color: var(--hh-color-ink);
  margin: 0;
}

.desktop-filters__filter-button::after {
  display: none;
}

.desktop-filters__filter-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.desktop-filters__filter-button svg {
  height: 10px;
  width: 10px;
}