.post_footer_single .post_meta_item.post_categories a {
display: inline-block;
padding: 4px 12px;
font-size: 13px;
line-height: 16px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: var(--theme-font-info_category-border-radius, 0);
-ms-border-radius: var(--theme-font-info_category-border-radius, 0);
border-radius: var(--theme-font-info_category-border-radius, 0);
color: var(--theme-color-alt_title);
background-color: var(--theme-color-alt_link);
}