.post-cat-title .title{
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.post-cat-title .title a{
color: #FFF;
background-color: var( --e-global-color-primary );
font-weight: 600;
font-size: 24px;
line-height: 29px;      
padding: 3px 12px;
}
@media screen and (max-width: 767px){
.post-cat-title .title{
justify-content: center;
}
}.post-sidebar{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
}
.post-sidebar > *:not(:last-child){
margin-bottom: 20px;
}
.post-sidebar .author{
display: flex;
align-items: center;
}
.post-sidebar .author__name{
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
margin-bottom: 0;
text-align: right;
}
.post-sidebar .author__name > strong{
color: var(--e-global-color-primary);
font-weight: 600;
}
.post-sidebar .author__avatar{
width: 42px;
height: 42px;
object-fit: cover;
border-radius: 50%;
margin-left: 15px;
}
.post-sidebar .like{
display: flex;
align-items: center;
}
.post-sidebar .like__txt{
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
margin-right: 15px;
margin-bottom: 0;
}
.post-sidebar .btnLike{
padding: 0;
margin: 0;
cursor: pointer;
}
.post-sidebar .btnLike.isLike {
display: none;
}
.post-sidebar .comment{
display: flex;
align-items: center;
}
.post-sidebar .comment button{
display: flex;
justify-content: center;
align-items: center;
background-color: transparent !important;
border: none;
transition: none;
padding: 0;
margin: 0;
} 
.post-sidebar .socials{
display: flex;
align-items: center;
grid-gap: 0 20px;
padding: 0;
}
.post-sidebar .socials li{
list-style-type: none;
margin-bottom: 0;
}
.post-sidebar .elementor-button-link{
color: #FFF !important;
}
.post-sidebar .col{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.post-sidebar .col > *:not(:last-child){
margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.post-sidebar{
align-items: center;
}
.post-sidebar .col{
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: 20px;
grid-gap: 0 30px;
}
.post-sidebar .col > *{
margin-bottom: 0 !important;
}
.post-sidebar .like{
flex-direction: row-reverse;
}
.post-sidebar .like__txt{
margin-right: 0;
}
}