.button {
  cursor: pointer;
  color: navy;
}

.filter {
  width: min-content;
}

.active {
  background-color: yellow;
}
