.doze-pdp-promo-pill {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  background: #e1ff7c;
  border-radius: 30px;
  padding: 2px 12px;
  border: 1px solid #e2e2e2;
  margin-top: 6px;
}

.doze-pdp-promo-pill strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .doze-pdp-promo-pill {
    margin-top: 4px;
    white-space: normal;
  }
}