.lvc-box {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.lvc-dot-wrap {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e8f7ea; /* light green circle background */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lvc-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2fb34a; /* green dot */
  box-shadow: 0 0 0 6px rgba(47,179,74,0.15);
}

.lvc-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 15px;
  color: rgba(0,0,0,0.65);
}

.lvc-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(0,0,0,0.08);
  color: rgba(0,0,0,0.65);
  font-weight: 700;
  line-height: 1.2;
}

.lvc-count {
  min-width: 18px;
  text-align: center;
}

.lvc-label {
  font-weight: 500;
}
