.widget-review-plugin .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.widget-review-plugin .splide__arrow--prev {
    left: -25px;
}

.widget-review-plugin .splide__arrow--next {
    right: -25px;
}
@media (max-width: 767px) {
    .widget-review-plugin .splide__arrow {
        display: none;
    }
}	
.widget-review-plugin .review{
	display: inline-flex;
}
.widget-review-plugin .star{
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-review-plugin .star.xl{
	/*padding: 10px;*/
	padding: 5px;
}
.widget-review-plugin .star.sm{
	/*padding: 5px;*/
	padding: 2.5px;
}
.widget-review-plugin .star.xl.pr{
	/*padding: 10px;*/
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widget-review-plugin .star.sm.pr{
	/*padding: 5px;*/
	padding-left: 0px;
	padding-right: 2.5px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.widget-review-plugin .fa{
	 /*color: white !important;*/
}
.widget-review-plugin .description{
	font-size: 0.9em;
}
.widget-review-plugin .review_title{
	font-weight: 600;
    font-size: 1.1em;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget-review-plugin .review_content{
	font-size: 1em;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 57.6px;
	margin-bottom: 10px;
}
.widget-review-plugin .review_date{
	font-size: 0.7em;
    color: #999;
    line-height: 1.4em;
	text-align: right;
}	
.widget-review-plugin .review_user{
	font-size: 0.8em;
	color: #999;
}
.widget-review-plugin .source_imgurl{	
    max-height: 20px;
    width: auto;
	vertical-align: inherit;
}
.widget-review-plugin .automatic_translation_label{	
	text-align: right;
	color: #999;
}
@media (max-width: 575px){
	.widget-review-plugin .review_content{
		height: 53.5px;
	}
}
.widget-review-plugin .profile_img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .widget-review-plugin .profile_img {
        width: 20px;
        height: 20px;
    }
	.widget-review-plugin .review_date{
		text-align: left;
	}
	.widget-review-plugin .automatic_translation_label{	
		text-align: left;
	}
}
.widget-review-plugin .ft-10 {
    font-size: 10px !important;
}
.star-yellow{
	color: #f8eb4e !important;
}