.post-header {
    text-align: center;
}

.post-table {
    width: 100%;
    border-spacing: 1.5em;
    margin-top: -1.5rem;
}

.post-title {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.post-title > a {
    color: var(--color-0);
}

.post-tags {
    font-size: 0.8rem;
}

.tag {
    color: var(--color-0);
}

.post-description {
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.post-date {
    text-align: right;
}

@media (max-width: 40rem) {
    .post-date {
        display: none;
    }
}

.post-info {
    text-align: center;
}