.cb-master-live-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#166534;
  font-size:11px;
  font-weight:800;
  line-height:1.1;
  white-space:nowrap;
  box-shadow:0 4px 12px rgba(15,23,42,.06);
}
.cb-master-live-badge i{
  width:7px;
  height:7px;
  border-radius:999px;
  background:#22c55e;
  flex:0 0 7px;
}
.cb-master-live-badge--overlay{
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
  background:rgba(255,255,255,.97);
  border-color:#dcfce7;
  max-width:calc(100% - 20px);
}
.cb-master-live-badge--overlay span{
  overflow:hidden;
  text-overflow:ellipsis;
}
.cb-master-live-badge--inline{
  width:fit-content;
}
.cb-master-live-badge--meta{
  background:#ecfdf5;
  border-color:#bbf7d0;
  min-height:34px;
  padding:0 12px;
  font-size:13px;
}
.cb-masters-card__available-inline{
  margin:-2px 0 2px;
}
