
.shortcode-title-by-tag-list {
    display: table;
}

.shortcode-title-by-tag-item {
    display: table-row;
}

.shortcode-title-by-tag-item div {
    display: table-cell;
    padding-bottom: 1em;
}

.shortcode-title-by-tag-item .news-block-item-date {
    width: 15%;
    min-width: 16rem;
}

.shortcode-title-by-tag-titles {
    width: auto;
    padding-left: 1em;
}

.shortcode-title-by-tag-titles a {
    display: block;
    width: 100%;
    clear: both;
}

