.fsh-rating-widget-wrap{
	display:flex;
	align-items:center;
	width:100%
}
.fsh-rating-box{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	width:fit-content;
	max-width:100%;
	padding:14px 22px;
	background:#fff;
	border:2px solid #edc67f;
	border-radius:999px;
	box-sizing:border-box;
	text-decoration:none!important;
	direction:rtl;
	line-height:1;
	transition:border-color .2s ease,box-shadow .2s ease
}
.fsh-rating-box:hover{
	text-decoration:none!important
}
.fsh-rating-stars{
	display:flex;
	align-items:center;
	gap:5px;
	flex:0 0 auto;
	direction:ltr
}
.fsh-rating-star{
	position:relative;
	display:block;
	width:42px;
	height:42px;
	flex:0 0 auto
}
.fsh-rating-star-unmarked,
.fsh-rating-star-marked{
	position:absolute;
	inset:0;
	display:block;
	overflow:hidden
}
.fsh-rating-star-unmarked{
	color:#eadfca
}
.fsh-rating-star-marked{
	color:#ffca00;
	width:0
}
.fsh-rating-star svg{
	display:block;
	width:100%;
	height:100%;
	fill:currentColor
}
.fsh-rating-count{
	display:inline-block;
	margin:0;
	padding:0;
	color:#171a20;
	font-size:28px;
	font-weight:500;
	line-height:1.2;
	white-space:nowrap;
	transition:color .2s ease
}
.fsh-rating-order-count_first .fsh-rating-box{
	flex-direction:row-reverse
}
.fsh-rating-notice{
	padding:14px;
	border:1px dashed #d9d1c2;
	border-radius:10px;
	text-align:center;
	background:#fff
}
@media(max-width:767px){
	.fsh-rating-box{
		gap:9px;
		padding:10px 14px
	}
	.fsh-rating-star{
		width:26px;
		height:26px
	}
	.fsh-rating-stars{
		gap:3px
	}
	.fsh-rating-count{
		font-size:18px
	}
}
