.b-product__feedback-stat-head {
    align-items: center;
    gap: 12px;
}

.b-product__feedback-stat-score {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #003baa;
    min-width: 48px;
}

.b-product__feedback-stat-head .b-product__feedback-rating {
    gap: 4px;
}

.b-product__feedback-stat-head .b-product__feedback-rating-item {
    width: 22px;
    height: 22px;
}

.b-product__feedback-stat-head .b-product__feedback-rating-item .icon {
    width: 22px;
    height: 22px;
    stroke-width: 1.5px;
}

.b-product__feedback-stat-vote-title {
    margin: 20px 0 12px;
    font-weight: 600;
    font-size: 16px;
}

.b-product__feedback-rating_interactive {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.b-product__feedback-rating_interactive .b-product__feedback-rating-item {
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    padding: 6px;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.b-product__feedback-rating_interactive .b-product__feedback-rating-item .icon {
    width: 36px;
    height: 36px;
    stroke: #003baa;
    stroke-width: 1.5px;
    fill: none;
    display: block;
    pointer-events: none;
}

.b-product__feedback-rating_interactive .b-product__feedback-rating-item:hover,
.b-product__feedback-rating_interactive .b-product__feedback-rating-item:focus {
    transform: scale(1.06);
    background-color: rgba(0, 59, 170, 0.08);
    outline: none;
}

.b-product__feedback-rating_interactive .b-product__feedback-rating-item:hover .icon,
.b-product__feedback-rating_interactive .b-product__feedback-rating-item:focus .icon,
.b-product__feedback-rating_interactive .b-product__feedback-rating-item_active .icon {
    fill: #003baa;
}

.b-product__feedback-stat-thanks {
    margin-top: 16px;
    color: #003baa;
    font-weight: 600;
    font-size: 16px;
}

.js-product-rating.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

@media (max-width: 767px) {
    .b-product__feedback-rating_interactive .b-product__feedback-rating-item {
        width: 44px;
        height: 44px;
    }

    .b-product__feedback-rating_interactive .b-product__feedback-rating-item .icon {
        width: 32px;
        height: 32px;
    }
}
