/** Main custom css */
#best-review-container .text-subtle .body-12-semibold {
    font-size: 14px;
    font-weight: 600;
}

#best-review-container .text-subtle .body-12-semibold:hover {
    color: #0068ff;
}

#best-review-container .text-subtle .body-12-regular {
    position: relative;
}

#best-review-container .text-subtle .body-12-regular:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "★";
    color: #0068ff;
}