.post-item-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.post-item-tags{
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.post-item-tags-archive{
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px var(--brand) solid;
    font-size: 0.6rem;
    width: 100%;
}

.post-item-tag{
    text-decoration: none;
}

.post-item-comments{
    margin-top: 1rem;
}

.category-description{
    text-align: center;
    margin-bottom: 2rem;
}