body.single .et_pb_wg_field_ranking ul,
body.single .et_pb_wg_field_blurb .et_wg_ranking ul {
	line-height: unset;
	list-style: none;
	padding: 0;
}

body.single .et_pb_wg_field_ranking ul li,
body.single .et_pb_wg_field_blurb .et_wg_ranking ul li {
	display: inline-block;
}

body.single .et_pb_wg_field_ranking ul li .star:before,
body.single .et_pb_wg_field_blurb .et_wg_ranking ul li .star:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'waldgeschichten' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #2E7851;
	content: "\e905";
	font-size: 25px;
	margin-right: 3px;
}

body.single .et_pb_wg_field_ranking ul li .star.active:before,
body.single .et_pb_wg_field_blurb .et_wg_ranking ul li .star.active:before {
	content: "\e906";
}
