.ydu_google_rating_front_horizontal, .ydu_google_rating_front_vertical {
	font-family: 'helvetica', 'sans-serif';
	margin: 10px;
}

.ydu_google_rating_front_horizontal {
	display: flex;
	gap: 10px;
	align-items: center;
	width: max-content;
	justify-content: center;
}

.ydu_google_rating_front_horizontal.reverse{
	flex-direction: column;
	gap: 2px !important;
}

.ydu_google_rating_front_horizontal .ydu_google_logo_rating {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.ydu_google_rating_front_horizontal .ydu_google_rating_front_stars, .ydu_google_rating_front_vertical .ydu_google_rating_front_stars {
	position: relative;
	width: 100px;
	height: 20px;
}

.ydu_google_rating_front_horizontal .ydu_google_rating_front_stars > div, .ydu_google_rating_front_vertical .ydu_google_rating_front_stars > div {
	position: absolute;
}

.ydu_google_rating_front_horizontal .ydu_google_rating_front_full_stars, .ydu_google_rating_front_vertical .ydu_google_rating_front_full_stars {
	overflow: hidden;
}

.ydu_google_rating_front_horizontal .stars, .ydu_google_rating_front_vertical .stars {
	width: 100px;
	height: 20px;
	background: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='101' width='110'%3E%3Cpath d='M 50 0 L 61 35 L 98 35 L 68 57 L 79 91 L 50 70 L 21 91 L 32 57 L 2 35 L 39 35'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-size: 20px 20px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='101' width='110'%3E%3Cpath d='M 50 0 L 61 35 L 98 35 L 68 57 L 79 91 L 50 70 L 21 91 L 32 57 L 2 35 L 39 35'%3E%3C/path%3E%3C/svg%3E");
    mask-size: 20px 20px;
}

.ydu_google_rating_front_horizontal .stars.outline, .ydu_google_rating_front_vertical .stars.outline {
	-webkit-mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='101' width='110'%3E%3Cpath d='M 50 0 L 61 35 L 98 35 L 68 57 L 79 91 L 50 70 L 21 91 L 32 57 L 2 35 L 39 35 L 50 0' fill='none' stroke-width='1' stroke='%23000' vector-effect='non-scaling-stroke' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	mask-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='101' width='110'%3E%3Cpath d='M 50 0 L 61 35 L 98 35 L 68 57 L 79 91 L 50 70 L 21 91 L 32 57 L 2 35 L 39 35 L 50 0' fill='none' stroke-width='1' stroke='%23000' vector-effect='non-scaling-stroke' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.ydu_google_rating_front_horizontal .ydu_google_logo {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.ydu_google_rating_front_vertical .ydu_google_logo  {
	display: inline-flex;
	width: 40px;
	height: 40px;
}

.ydu_google_logo svg {
	width: 100%;
	height: 100%;
}

.ydu_google_rating_front_horizontal .ydu_google_rating_front_nb_review  {
	font-size: 13px;
}

.ydu_google_rating_front_horizontal .ydu_google_rating_front_note {
	font-size: 16px;
}

.ydu_google_rating_front_vertical {
	display: flex;
	width: max-content;
	gap: 10px;
}

.ydu_google_rating_front_vertical .ydu_google_rating_front_note_total {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.ydu_google_rating_front_vertical .ydu_google_rating_front_nb_review {
	font-size: 12px;
}

.ydu_google_rating_front_vertical > div:not(.ydu_google_logo) {
	gap: 2px;
	display: flex;
	flex-direction: column;
}

.ydu_google_rating_front_vertical .ydu_google_rating_front_note {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

