/* v15.1 — active location tab square cleanup */
.city-tab--active::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  width: 43px !important;
  height: 43px !important;
  background: #FFFFFF !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
  clip-path: none !important;
  transform: none !important;
  z-index: 1 !important;
}
.city-tab,
.city-tab::before,
.city-tab::after,
.city-tab-chevron {
  box-shadow: none !important;
  filter: none !important;
}
.city-tab::before {
  display: none !important;
  content: none !important;
}
.city-tab-chevron {
  position: absolute !important;
  right: 13px !important;
  top: 19px !important;
  width: 27px !important;
  height: 14px !important;
  z-index: 2 !important;
}
