.stars {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
}

.stars .star {
	cursor: pointer;
	color: gold;
}

.rating {
	margin-bottom: 0;
}

.rating:focus,
.rating:focus-visible {
	outline: none;
}

.rating .caption-badge {
	background-color: transparent;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
}

.rating .caption-badge .curr-val {
	font-size: 1.8em;
	color: #393562;
}

.rating .caption-badge .max-val {
	font-size: 1.3em;
	color: #74728d;
	padding-left: 4px;
}
