#RR_PR_Widget_Wrapper {
  max-width: 500px !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin-right: 10px !important;
padding-bottom: 10px !important;
}

.product-title .product_title entry-title {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.RRPR_src-features-rating_widget-styles__links {
  font-size: 10px !important; /* Adjust to your preferred size */
  width: auto !important;
  height: auto !important;
}
.RRPR_src-features-rating_widget-styles__links {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
}

.RRPR_src-features-rating_widget-styles__links > * {
  display: inline-block !important;
  white-space: nowrap !important;
}







.RRPR_src-features-display-stars-styles__star {
  font-size: 18px !important; /* Adjust to your preferred size */
  width: auto !important;
  height: auto !important;
}
 

.RRPR_src-features-display-stars-styles__star {
  position: relative !important;
  display: inline-block !important;
}

.RRPR_src-features-display-stars-styles__container 
.RRPR_src-features-display-stars-styles__star 
.RRPR_src-features-display-stars-styles__fill {
  background: #BRANDCOLOR !important;
  background-size: 100% !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
