﻿/* tags */
.article-tags { clear: both; font-size: 1.125rem; margin-bottom: 1.8rem }
.article-tags h3 { font-size: 1.781rem; margin: 0 0 0.25rem; font-weight: normal; }
.article-tags ul, .article-tags li { list-style: none; margin: 0; padding: 0; display: inline; }
.article-tags a { color: inherit; text-decoration: none; }
/* comma not needed in the content, better to add it in css  */
.article-tags li:not(:last-child)::after { content: ', '; }
