.ratings[data-v-25ad11eb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ratings__current[data-v-25ad11eb] {
    display: inline-block;
    height: 48px;
    font-size: 48px;
    line-height: 48px;
    color: var(--white-title);
    font-weight: 700
}

.ratings__max[data-v-25ad11eb] {
    font-size: 16px;
    color: var(--gray-40)
}

.ratings__max.divider[data-v-25ad11eb] {
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-right: 1px
}

.ratings__rating[data-v-25ad11eb] {
    font-size: 12px;
    line-height: 1.35em;
    color: var(--gray-20)
}

@media only screen and (max-width:499px) {
    .ratings__rating[data-v-25ad11eb] {
        display: inline-block;
        margin-top: 6px
    }
}

.ratings__overview[data-v-25ad11eb] {
    margin-left: 16px;
    min-width: 195px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width:499px) {
    .ratings__overview[data-v-25ad11eb] {
        width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.ratings__overview-item[data-v-25ad11eb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.ratings__overview-item+.ratings__overview-item[data-v-25ad11eb] {
    margin-top: 5px
}

.ratings__overview-item-start-wrap[data-v-25ad11eb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ratings__overview-item-star[data-v-25ad11eb] {
    width: 9px;
    height: 9px;
    color: var(--gray-60)
}

.ratings__overview-item-progress[data-v-25ad11eb] {
    margin-left: 5px;
    width: calc(100% - 50px);
    height: 4px;
    border-radius: 10px;
    background-color: rgba(var(--black-50-value), .5);
    overflow: hidden
}

.ratings__overview-item-progress-val[data-v-25ad11eb] {
    height: 100%;
    border-radius: 10px;
    background-color: var(--gray-20)
}