.air-wind-station {
  pointer-events: auto;
  z-index: 650;
}

.air-wind-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(22, 110, 180, 0.9);
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}

.air-wind-chip__arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  transform: rotate(0deg);
  opacity: 0.95;
}

.air-wind-chip--v0 { background: rgba(48, 118, 201, 0.9); }
.air-wind-chip--v1 { background: rgba(20, 145, 160, 0.9); }
.air-wind-chip--v2 { background: rgba(38, 160, 89, 0.9); }
.air-wind-chip--v3 { background: rgba(230, 156, 34, 0.9); }
.air-wind-chip--v4 { background: rgba(210, 67, 53, 0.9); }
