  @keyframes fadeInStars {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  /* Apply grayscale filter IMMEDIATELY */
  .resellerratings-stars,
  #RR_PR_Widget_Wrapper,
  .product-info__resellerratings-stars {
    filter: grayscale(100%) !important;
    opacity: 1 !important;
  }

  /* Override inline font-size styles */
  .RRPR_src-features-display-stars-styles__star {
    font-size: 1.2em !important;
    color: #999999 !important;
  }

  .RRPR_src-features-display-stars-styles__container {
    font-size: 20px !important;
  }

  .RRPR_src-features-display-stars-styles__fill {
    color: #000000 !important;
  }

.RRPR_src-features-display-progress_bar-styles__progressMeter {
  background-color: #811517 !important;
}