.yotpo-sr-bottom-line-text,
.yotpo-bottomline .text-m {
	/* color: var(--primary) !important; */
  	font-size: 14px !important;
  	font-family: var(--font-family-base) !important;
}
.yotpo-sr-bottom-line-summary {
    align-items: center !important;
}
.yotpo-sr-bottom-line-summary .star-container svg {
    width: 14px !important;
    height: 14px !important;
}

/* 25.3 dev chnages starts here*/
.pdp-review .yotpo-sr-bottom-line-summary{
	 cursor: pointer;
}
/* 25.3 dev chnages ends here*/
/*25.4 - dev changes starts */
@media (max-width: 767px) {
  .product-view-link .yotpo-sr-bottom-line-text{
	font-size: 12px !important;
  }
  .product-view-link .yotpo-sr-bottom-line-summary .star-container svg{
	width:12px !important;
	height:12px !important;
  }
}
/*25.4 - dev changes ends */