div.rateit_reviews
{
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

div.rateit_reviews div.rateit-range
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.15 1.65 3.34 3.69.54-2.67 2.6.63 3.67L8 10.57 4.7 12.3l.63-3.67-2.67-2.6 3.69-.54L8 2.15Z' fill='%23D5DBE2'/%3E%3C/svg%3E");
    height: 16px;
}

div.rateit_reviews div.rateit-hover
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.15 1.65 3.34 3.69.54-2.67 2.6.63 3.67L8 10.57 4.7 12.3l.63-3.67-2.67-2.6 3.69-.54L8 2.15Z' fill='%23D8AE5A'/%3E%3C/svg%3E");
}

div.rateit_reviews div.rateit-selected
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.15 1.65 3.34 3.69.54-2.67 2.6.63 3.67L8 10.57 4.7 12.3l.63-3.67-2.67-2.6 3.69-.54L8 2.15Z' fill='%23C99A45'/%3E%3C/svg%3E");
}

div.rateit_reviews .rateit-reset
{
    flex: 0 0 18px;
	align-self: center;
    width: 18px;
    height: 18px;
	margin: 0;
	padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='7.5' fill='%23FFF7F6' stroke='%23D56A62'/%3E%3Cpath d='m6.5 6.5 5 5m0-5-5 5' stroke='%23B93F37' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
	background-color: transparent;
	box-shadow: none !important;
	transition: none;
}

div.rateit_reviews .rateit-reset:hover
{
	background-color: transparent;
	background-position: center;
	box-shadow: none !important;
}
