.amrelated-content-wrapper .yotpo-reviews-star-ratings-widget.yotpo-star-ratings-widget-override-css .yotpo-bottom-line-scroll-panel .yotpo-sr-bottom-line-summary {
    flex-direction: column !important;
  align-items: center !important;
}
.amrelated-content-wrapper .yotpo-reviews-star-ratings-widget.yotpo-star-ratings-widget-override-css.yotpo-star-ratings-clickable {
    justify-content: center !important;
      
}
.amrelated-content-wrapper .yotpo-reviews-star-ratings-widget.yotpo-star-ratings-widget-override-css.yotpo-star-ratings-clickable div[aria-label="0 out of 5 star rating"] {
    margin-right: 0 !important;
}

/* same line as the star rating*/

.yotpo-sr-bottom-line-summary {
    flex-direction: row !important;
}

.products-list .yotpo-sr-bottom-line-new-review {
    display: none;
}

/*remove click on PLP */
.product-item-details .yotpo-widget-instance .yotpo-sr-bottom-line-summary {
   pointer-events: none;
   cursor: default;
}




.product-item-info .yotpo-widget-instance .yotpo-reviews-star-ratings-widget:has(.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score) {
    display: block !important;
}
.product-item-info .yotpo-widget-instance .yotpo-reviews-star-ratings-widget {
    display: none !important;
}