.sf_review_score_wrapper{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.sf_review_score{
    background-image: url('/images/sf_review_score_bg.svg');
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 74px;
}