/*  First Example with big stars */
.rate-ex1-cnt{
	width:230px; 
    height: 40px;
	/* border:#e9e9e9 1px solid;
	background-color:  #f6f6f6; */
}
.rate-ex1-cnt .rate-btn{
	width: 45px; 
    height:40px;
	float: left;
	background: var(--wpr-bg-6378be64-4b89-426e-a77a-56c769986fa1) no-repeat;
	cursor: pointer;
}
.rate-ex1-cnt .rate-btn:hover, .rate-ex1-cnt  .rate-btn-hover, .rate-ex1-cnt  .rate-btn-active{
	background: var(--wpr-bg-8532c597-956f-48d1-87e2-9c97b4b12088) no-repeat;
}
/* End first Example with big stars */


/*  Second Example with big stars */
.rate-ex2-cnt{
	width: 160px;
    height: 30px;
    /* border: #e9e9e9 1px solid; */
    /* background-color: #f6f6f6; */
}
.rate-ex2-cnt .rate-btn{
	width: 30px; height:30px;
	float: left;
	background: var(--wpr-bg-dc9d7f12-2245-4041-8977-efc48f0e5aa9) no-repeat;
	cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active{
	background: var(--wpr-bg-d165ed56-baa5-43a8-962a-47779cd6727f) no-repeat;
}
/* End second Example with big stars */

/*  Third Example with big stars */
.rate-ex3-cnt{
	width:90px; 
    height: 17px;
	/* border:#e9e9e9 1px solid;
	background-color:  #f6f6f6; */
}
.rate-ex3-cnt .rate-btn{
	width: 17px; height:17px;
	float: left;
	background: var(--wpr-bg-f40d3098-c3c8-457e-a1e8-3d094881892c) no-repeat;
	cursor: pointer;
}
.rate-ex3-cnt .rate-btn:hover, .rate-ex3-cnt  .rate-btn-hover, .rate-ex3-cnt  .rate-btn-active{
	background: var(--wpr-bg-1af1abad-1759-46d5-9d46-fb030c6011b2) no-repeat;
}
/* End third Example with big stars */


/* rate result */
.rate-result-cnt{
	width: 82px; height: 18px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
}
.rate-stars{
	width: 82px; height: 18px;
	background: var(--wpr-bg-cb6798f2-60bd-420f-8897-2da551b06e07) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}

