.production-time {
  color: var(--color-material-green-400);
  font: var(--typography-body-small);
  display: flex;
  align-items: center;
  line-height: 1;
}

.production-time::before {
  content: '';
  display: block;
  background: transparent url('../../../icons/66bb6a/checkbox-marked-circle.svg') no-repeat center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: var(--spacing-xxs);
}
