/* ── mod-price-index ─────────────────────────────────────── */
.vdm-price-badge {
  display: inline-flex; align-items: center;
  font-size: 10px; font-weight: 700;
  padding: 2px 8px; border-radius: 20px;
  margin: 3px 0 4px; width: fit-content;
  line-height: 1.6; letter-spacing: .01em;
}
.vdm-price-badge--low  { background: rgba(29,158,117,.12); color: #1a6b3a; }
.vdm-price-badge--high { background: rgba(255,100,50,.12);  color: #b33000; }
.vdm-price-badge--mid  { background: rgba(100,100,100,.08); color: #555;    }

.vdm-price-badge-pop {
  display: inline-flex; align-items: center;
  font-size: 10px; font-weight: 700;
  padding: 2px 8px; border-radius: 20px;
  margin-bottom: 6px; width: fit-content;
}
