.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;
}

.post-item-field {
    display: grid;
    gap: 1rem;
    grid-template-columns: 20% 1fr;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px var(--brand-transparent) solid;
}