.node-hd-badge {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 1.7rem;
  height: 1.1rem;
  padding: 0 0.3rem;
  border: 1px solid rgba(74, 222, 128, 0.58);
  border-radius: 3px;
  background: rgba(74, 222, 128, 0.1);
  color: #6ee7a0;
  font-family: Inter, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}

.node-hd-badge[hidden] {
  display: none;
}
