.custom-footer__productRating[data-elemfit-moved="1"] {
  margin: 24px 0 !important;
  width: 100% !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] h3.pageElement__heading {
  color: #c10068 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] .rate-wrapper {
  background: transparent !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] .votes-wrap.simple-vote {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] .vote-wrap {
  background: #fff !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  height: 100% !important;
  box-sizing: border-box !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] .vote-rating {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] .vote-delimeter {
  display: none !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] .vote-content {
  font-size: 13px !important;
  color: #666 !important;
  font-style: italic !important;
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px solid #f0f0f0 !important;
  line-height: 1.5 !important;
}
.custom-footer__productRating[data-elemfit-moved="1"] .vote-content::before {
  content: "\201C";
}
.custom-footer__productRating[data-elemfit-moved="1"] .vote-content::after {
  content: "\201D";
}
@media (max-width: 767px) {
  .custom-footer__productRating[data-elemfit-moved="1"] .votes-wrap.simple-vote {
    grid-template-columns: 1fr !important;
  }
}
