
/* Product review widget CSS custom editor */

/* Fix mobile load more button */
a.yotpo-reviews-pagination-item.yotpo-vertical-pagination-item {
 	height: initial;
	min-height: 30px;
	padding-bottom: 5px; 
}

/* Headline size fix for desktop */
.yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline {
    font-size: 2.4rem;
}

/* Headline size fix for mobile */
.yotpo-display-s .yotpo-main-layout .yotpo-head .yotpo-headline {
    font-size: 2rem;
}

/* Headline font-weight fix */
.yotpo-main-layout .yotpo-head .yotpo-headline {
  font-weight: 600 !important;
}