.cdo-product-social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 14px;
  margin: -2px 0 4px;
}

.cdo-product-rating,
.cdo-product-weekly-sales {
  display: inline-flex;
  align-items: center;
}

.cdo-product-rating {
  gap: 7px;
  min-height: 30px;
  color: #4b5563;
  font-size: .88rem;
  line-height: 1;
}

.cdo-product-rating-score {
  color: #202124;
  font-size: .95rem;
  font-weight: 800;
}

.cdo-product-rating-stars {
  position: relative;
  display: inline-block;
  color: #dadce0;
  font-size: 1.08rem;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.cdo-product-rating-stars-empty {
  display: block;
}

.cdo-product-rating-stars-filled {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  overflow: hidden;
  color: #f9ab00;
  white-space: nowrap;
}

.cdo-product-rating-votes {
  color: #5f6368;
  white-space: nowrap;
}

.cdo-product-weekly-sales {
  gap: 7px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  color: #166534;
  background: #f0fdf4;
  font-size: .78rem;
  line-height: 1.1;
}

.cdo-product-weekly-sales-marker {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #fff;
  background: #16a34a;
  font-size: .72rem;
  font-weight: 900;
}

.cdo-product-weekly-sales strong {
  font-weight: 800;
}

@media (max-width: 640px) {
  .cdo-product-social-proof {
    align-items: flex-start;
    gap: 6px 10px;
  }

  .cdo-product-rating {
    width: 100%;
  }
}
