.stock-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  font-family: "GellixMedium", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.1;
}

.stock-badge--green {
  color: #137333;
  background: #e7f6ec;
}

.stock-badge--yellow {
  color: #8a5a00;
  background: #fdf2d2;
}

.stock-badge--red {
  color: #c62828;
  background: #fde7e7;
}