
.codexse-counter .feed-rating {
    display: inline-block;
    position: relative;
    color: #FDB12E;
}

.codexse-counter .feed-rating .star {
    font-family: var(--fa-style-family, "Font Awesome");
    font-weight: 700;
}

.codexse-counter .feed-rating .star.front:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-weight: 300;
}

.codexse-counter .feed-rating .star.back:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.codexse-counter .feed-rating .back {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

.codexse-counter {
    background: #ffffff;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.03);
}

.codexse-counter .codexse-counter-number-wrapper {
    font-size: 48px;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
}

.codexse-counter .feed-rating {
	margin-bottom: 8px
}

.codexse-counter .codexse-counter-title {
    color: #696969;
}
