.stable-card-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    color: #808080;
}

.stable-card-rating__value {
    font-weight: 500;
    color: #A28042;
}

.stable-card-rating__stars {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #C8C8C8;
    white-space: nowrap;
}

.stable-card-rating__stars::before,
.stable-card-rating__stars-active::before {
    content: "\2605\2605\2605\2605\2605";
}

.stable-card-rating__stars-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #A28042;
    white-space: nowrap;
}

.stable-card-rating__amount {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .stable-card-rating {
        gap: 5px;
        font-size: 13px;
    }
}
