.rating-box .stars{
    margin-top: 2vh;
    display: flex;
    align-items: center;
    gap: 2.5vw;
    margin-bottom: 2vh;
}

.stars i{
    color: #1a1a1a;
    font-size: 8vw;
    cursor: pointer;
    transition: color 0.2s ease;
}

.stars i.active{
    color: #ff9c1a;
}


