/*
* Plugin:  Rank Math
* URL: https://rankmath.com/wordpress/plugin/seo-suite/
* Name:  rank-math-review-snippet.css
*/
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes bounce {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@-webkit-keyframes bounce {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@-webkit-keyframes loading {
	0% {
		background-size: 20% 50%, 20% 50%, 20% 50%;
	}
	20% {
		background-size: 20% 20%, 20% 50%, 20% 50%;
	}
	40% {
		background-size: 20% 100%, 20% 20%, 20% 50%;
	}
	60% {
		background-size: 20% 50%, 20% 100%, 20% 20%;
	}
	80% {
		background-size: 20% 50%, 20% 50%, 20% 100%;
	}
	100% {
		background-size: 20% 50%, 20% 50%, 20% 50%;
	}
}
@keyframes loading {
	0% {
		background-size: 20% 50%, 20% 50%, 20% 50%;
	}
	20% {
		background-size: 20% 20%, 20% 50%, 20% 50%;
	}
	40% {
		background-size: 20% 100%, 20% 20%, 20% 50%;
	}
	60% {
		background-size: 20% 50%, 20% 100%, 20% 20%;
	}
	80% {
		background-size: 20% 50%, 20% 50%, 20% 100%;
	}
	100% {
		background-size: 20% 50%, 20% 50%, 20% 50%;
	}
}
:root {
	--rankmath-wp-adminbar-height: 0;
}
#rank-math-rich-snippet-wrapper {
	overflow: hidden;
}
#rank-math-rich-snippet-wrapper h5.rank-math-title {
	display: block;
	font-size: 18px;
	line-height: 1.4;
}
#rank-math-rich-snippet-wrapper .rank-math-review-image {
	float: right;
	max-width: 40%;
	margin-left: 15px;
}
#rank-math-rich-snippet-wrapper .rank-math-review-data {
	margin-bottom: 15px;
}
#rank-math-rich-snippet-wrapper .rank-math-total-wrapper {
	width: 100%;
	padding: 0 0 20px 0;
	float: left;
	clear: both;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-total {
	border: 0;
	display: block;
	margin: 0;
	width: auto;
	float: left;
	text-align: left;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-review-star {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	position: relative;
	z-index: 99;
	line-height: 1;
}
#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-review-star
	.rank-math-review-result-wrapper {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	color: #e7e7e7;
}
#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-review-star
	.rank-math-review-result-wrapper
	.rank-math-review-result {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffbe01;
}
#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-review-star
	.rank-math-review-result-wrapper
	i {
	font-size: 18px;
	-webkit-text-stroke-width: 1px;
	font-style: normal;
	padding: 0 2px;
	line-height: inherit;
}
#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-review-star
	.rank-math-review-result-wrapper
	i:before {
	content: "\2605";
}
body.rtl #rank-math-rich-snippet-wrapper .rank-math-review-image {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
body.rtl
	#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-total {
	float: right;
}
body.rtl
	#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-review-star {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}
body.rtl
	#rank-math-rich-snippet-wrapper
	.rank-math-total-wrapper
	.rank-math-review-star
	.rank-math-review-result {
	left: auto;
	right: 0;
}
@media screen and (max-width: 480px) {
	#rank-math-rich-snippet-wrapper .rank-math-review-image {
		display: block;
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	#rank-math-rich-snippet-wrapper .rank-math-review-data {
		clear: both;
	}
}
.clear {
	clear: both;
}
