.quick-county-select-desktop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.quick-county-select-desktop a {
  border: solid 1px transparent;
  color: rgb(128, 128, 128);
  padding: .4rem;
}

.quick-county-select-desktop a.active {
  border-color: #2e8ecb;
}

.quick-county-select-list {
  min-height: 37px;
}

.quick-county-select-list a {
  margin: 0 0.2rem;
  line-height: 1;
}

.quick-county-select-list a:not(.active) {
  filter: grayscale(90%);
}

.quick-county-select-list a:hover {
  filter: grayscale(0);
}

.quick-county-select-list a i {
  font-size: 16px !important;
}