
.nclg-hbesf{
  margin: 10px 0 12px;
}
.nclg-hbesf__label{
  font-size: 12px;
  opacity: .78;
  margin-bottom: 6px;
}
.nclg-hbesf__row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.nclg-hbesf__tier{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  font-size:12px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}
.nclg-hbesf__tier.is-active{
  border-color: rgba(34,211,238,.55);
  box-shadow: 0 0 0 1px rgba(34,211,238,.18), 0 0 18px rgba(34,211,238,.12);
  background: rgba(34,211,238,.08);
}
