.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ff1212;
}
.empty-stars:before, .full-stars:before {
    content:"\2764  \2764  \2764  \2764  \2764" !important;
    font-size: 14pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
    -webkit-text-stroke: 1px #ff1212;
}

.ratings {
    position: relative;
    color: #b1b1b1;
    overflow: hidden;
    display: inline-block;
}
.rating-embed {
    display: flex;
    justify-content: center;
}
.rating-details {
    text-align: center;
}
/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
@-moz-document url-prefix() {
    .full-stars {
        color: #ff1212;
    }
}


.elementor-posts .elementor-post__card .elementor-post__meta-data span + span::before {
    margin: unset !important;
}