.rating {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.rating > span {
	display: flex;
	align-items: center;
	line-height: 100%;
}

.rating-stars {
	padding-bottom: 1px;
	gap: 2px;
}

.rating-stars .star {
	height: 16px;
	width: 16px;
}

.rating-count {
	color: var(--wp--preset--color--grey);
}