.meta-item.with-label{
    display: flex; 
    justify-content: space-between; 
    width: 100%;  
} 
.ec-separator{
    display: inline-block;
    text-align: center;
}
.meta-category>span .ec-separator:last-of-type{
  display:none;
}
.sidebar-meta.ec-center {
    text-align: center;
}