.blog-post .tf-button-container.show_line_top {
    border-top: 1px solid black;
}

.post-meta.spacer-meta > li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
    transform: translateY(-50%);
}
