.location-item {
  display: flex;
  align-items: center;
  color: #c4c4c4;
  text-decoration: none;
  height: 100%;
  cursor: pointer;
  transition: color 0.3s ease;
}
.location-item:hover {
  color: #fff;
}
.location-item:hover .location-icon svg {
  color: #fff;
}

.location-icon {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.location-icon svg {
  color: #c4c4c4;
  transition: color 0.3s ease;
}

.location-text {
  font-size: 16px;
  line-height: 24px;
}

/*# sourceMappingURL=view.css.map */
