
.ar-rating {
    margin-top: 20px;
    font-size: 16px;
}
.ar-stars {
    cursor: pointer;
    display: flex;
    gap: 5px;
	justify-content: center;
}
.ar-star {
    font-size: 37px;
    color: #ccc;
    transition: color 0.2s;
}
.ar-star:hover,
.ar-star.active {
    color: #40083C;
}
