

.tax-related-posts .list-title{
   margin-bottom: 4px;
}
.tax-related-posts ul{
   display: block;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.tax-related-posts.chips ul{
   margin-top: 10px;
}
.tax-related-posts li{
   display: block;
   margin:  0;
   padding: 0;
}
.tax-related-posts.chips li{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
}
.tax-related-posts.chips li a{
   display: inline-block;
   padding: 2px 10px;
   color: #fff;
   border-radius: 6px;
}
.tax-related-posts.chips li a:hover{
   box-shadow: 0 0 0 1px rgba(0,0,0,0.5), 0 0 0 1px #fff inset;
}
.postdata-item.label{
    padding-right: 8px; 
    font-weight: 600;
}
.postdata-item.label:after{
    content: ':';
}