.tamilyogi-rating-box {
    background: #121212;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 0 12px rgba(255,255,255,0.08);
}
.tamilyogi-stars {
    font-size: 32px;
    margin: 10px 0;
}
.star {
    color: #444;
    cursor: pointer;
    transition: color 0.2s;
}
.star.hover, .star.active {
    color: gold;
}
.tamilyogi-toast {
    display: none;
    background: #333;
    color: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    margin-top: 8px;
    font-size: 14px;
}
.rating-info {
    margin-top: 10px;
    font-size: 15px;
    color: #bbb;
}
