web: fix search-result-star styles
Created by: valerybugakov
Context
<SearchResult />
styles were converted to CSS module, but the search-result__star
class is used outside of the component and was missed during the update. This PR moves these styles into a standalone <SearchResultStar />
component to share properly.