.srs-rating {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
.srs-stars {
    display: flex;
    gap: 8px;
}
.srs-star {
    font-size: 28px;
    color: #d3d3d3;
    cursor: pointer;
    transition: color 0.2s;
}
.srs-star:hover,
.srs-star.active {
    color: #ffd700;
}
.srs-message {
    margin-top: 10px;
    color: #28a745;
    font-weight: bold;
}
.srs-history {
    margin-top: 15px;
    font-size: 14px;
}
.srs-history-data p {
    margin: 5px 0;
    line-height: 1.5;
}