/* filepath: /Users/vlad/Sites/unarte/wp-content/themes/unarte/assets/css/round-tag-block.css */
.unarte-round-tag {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1rem;
    line-height: 3.125rem;
    background-color: var(--dark);
    color: var(--light);
}