.snippet-product-feedback__btn-view-more {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.snippet-product-feedback__feedback-card {
  margin-bottom: 1rem;
}
.snippet-product-feedback__empty {
  padding: 3.75rem 0;
  background: var(--backgroundAccentDark);
  border-radius: 0.5rem;
}
