.capzo-product-rating {
  color: #e9a536;
  display: flex;
  font-size: 20px;
  gap: 2px;
  line-height: 1;
  margin: 18px 0 12px;
}

.capzo-demo-viewers {
  align-items: center;
  color: #111;
  display: flex;
  font-size: 15px;
  gap: 10px;
  line-height: 1.4;
  margin: 12px 0 18px;
}

.capzo-demo-viewers__icon {
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.capzo-demo-viewers.is-updating .capzo-demo-viewers__icon {
  animation: capzo-demo-eye-pulse .55s ease;
}

.capzo-demo-viewers.is-updating strong {
  animation: capzo-demo-number-roll .55s ease;
}

@keyframes capzo-demo-eye-pulse {
  50% { transform: scale(1.18); }
}

@keyframes capzo-demo-number-roll {
  0% { opacity: .35; transform: translateY(3px); }
  100% { opacity: 1; transform: translateY(0); }
}
