﻿
.rating-hero .rating-stars i {
    font-size: 2rem;
    cursor: pointer;
    transition: transform .15s ease, text-shadow .2s ease, opacity .2s ease;
}

    .rating-hero .rating-stars i:hover,
    .rating-hero .rating-stars i:focus {
        transform: translateY(-2px) scale(1.12);
        outline: none;
    }

    .rating-hero .rating-stars i.fas { /* seçili yıldızlar */
        text-shadow: 0 0 .35rem rgba(255,193,7,.7), 0 0 .8rem rgba(255,193,7,.35);
    }

.rating-hero .badge {
    font-weight: 600;
}
