.product-no {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  background: #d7df23;
  color: #111;
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
}
.consignment-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  min-height: 94px;
  font-weight: 650;
  line-height: 1.45;
}
.consignment-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-top: -0.15rem;
  border-radius: 50%;
  background: #edf19e;
  color: #596000;
}
.consignment-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app-pill {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid #dfe1d8;
  background: white;
  transition: 0.2s;
}
.app-pill:hover {
  border-color: #d7df23;
  transform: translateY(-2px);
}
