.article-rating {
   display: flex;
   gap: 8px;
   text-transform: initial;
   font-family: 'Lato', sans-serif;
}

.post_meta_item.meta_item_category > *:nth-child(1), .post_meta_item.meta_item_category > *:nth-child(2), .post_meta_item.meta_item_category > *:nth-child(3), .post_meta_item.meta_item_category > *:nth-child(4) {
   display: flex !important;
}

.article-rating > div {
   display: flex;
   font-size: 14px;
   font-weight: 700;
   line-height: 14px;
   color: #ffffff;
   align-items: flex-end;
}

.article-rating:not(.no-feeback) > div {
   gap: 5px;
}

.article-rating > div:not(:nth-child(2)):hover {
   opacity: 1;
   cursor: pointer;
   
}

.article-rating .icon {
   background-image: url(../images/thumb-icon-white.svg);
   background-repeat: no-repeat;
   background-size: cover;
   width: 16px;
   height: 16px;
   background-position: center;
}

.article-rating .dislikes .icon {
   transform: rotate(180deg);
}

.article-rating .number.no-numbers {
   visibility: hidden;
   opacity: 0;
   min-width: 0;
   transition: visibility 0s linear 3000ms, opacity 3000ms;
}

.article-rating .number.in-units {
   min-width: 16px;
}

.article-rating .number {
   min-width: 9px;
   opacity: 1;
   visibility: visible;
}



.article-rating .rated {
   cursor: default; 
   pointer-events: none;
}

.current-article-rating {
   text-align: center;
   margin: 40px 0;
}

.current-article-rating .title {
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 8px;
}

body.rtl .current-article-rating .title {
   font-family: Arabic-DroidKufi;
}

.full_width_post_single .article-rating {
   margin-top: -3px;
}

.current-article-rating .article-rating > div, .full_width_post_single .article-rating > div {
   color: #222222;
   font-weight: 400;
   opacity: .7;
}

.current-article-rating .article-rating .icon, .full_width_post_single .article-rating .icon {
   background-image: url(../images/thumb-icon.svg);
}

.current-article-rating .article-rating {
   justify-content: center;
   background: none;
   padding: initial;
}

.post_related .article-rating .dislikes, .post_related .article-rating .seperater, .post_related .article-rating.no-feeback, .post_related .article-rating.zero-likes {
   display: none !important;
}

body.home .article-rating, body.category .article-rating {
   visibility: visible;
   opacity: 1;
   transition: visibility 0s, opacity 0.3s linear;
}

body.home .article-rating.zero-likes, body.category .article-rating.zero-likes {
   visibility: hidden;
   opacity: 0;
}

/* body.category .article-rating.zero-likes {
   display: none !important;
} */

body.home .article-rating.no-feeback {
   display: none !important;
}


.homepage-main-post .article-rating {
   display: none;
}
