/**
* Theme Name: Cardioly Child
* Description: This is a child theme of Cardioly.
* Author: <a href="https://designervily.com/">Designervily</a>
* Template: cardioly
* Version: 1.0
*/


.star-rating {
    direction: rtl;
    display: inline-block;
    font-size: 2em;
    unicode-bidi: bidi-override;
}

.star {
    cursor: pointer;
    color: #ccc;
}

.star:hover,
.star:hover ~ .star,
.star.selected,
.star.selected ~ .star {
    color: #f5b301;
}
