.cw-recipe-info {
  display: flex;
  width: 100%;
}

.cw-recipe-info--row {
  flex-wrap: wrap;
  gap: 24px;
}

.cw-recipe-info--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cw-recipe-info__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cw-recipe-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 20px;
  color: #f58220;
  background-color: rgba(245, 130, 32, 0.1);
}

.cw-recipe-info__icon svg {
  width: 1em;
  height: 1em;
}

.cw-recipe-info__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.cw-recipe-info__label {
  font-size: 13px;
  color: #646970;
}

.cw-recipe-info__value {
  font-size: 16px;
  font-weight: 600;
}
