.iot-environment-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.35rem;
  margin-right: 0.42rem;
  padding: 0.12rem 0.42rem;
  border: 1px solid transparent;
  border-radius: 0.38rem;
  vertical-align: 0.16em;
  font-size: 0.52em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.iot-environment-label.is-local {
  border-color: #a5b4fc;
  background: #eef2ff;
  color: #4338ca;
}

.iot-environment-label.is-dev {
  border-color: #fbbf24;
  background: #fffbeb;
  color: #a16207;
}
