.listing-card__badge-stack {
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  pointer-events: none;
}

.listing-card__sponsored-pill,
.listing-card__new-pill {
  position: static;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.listing-card__sponsored-pill {
  order: 1;
  color: #713f12;
  background: rgba(254, 243, 199, 0.97);
  border: 1px solid rgba(180, 83, 9, 0.35);
  box-shadow: 0 8px 18px rgba(120, 53, 15, 0.24);
  font-weight: 800;
}

.listing-card__new-pill {
  order: 2;
  color: #0369a1;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(3, 105, 161, 0.25);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
  font-weight: 700;
}
