Strange Alignment Of (0) Reviews

We just upgraded to ver. 4.8.2 and it looks like something happen to our alignment of the (0) reviews text as it is now behind the product name. Any good ideas how to fix that? We use unitheme skin, but I am unsure if this is the problem. See attached image.

(And now the file)

(0)_review_behind_productname.png

Please share or PM URL of your website

This would most likely be a theme issue. Probably a small css change but should be brought to the theme developer's attention.

Please add the following code to the CSS section of the Theme editor

.ty-grid-list__item .cn-comments {
    position: relative;
}