/* Post metadata */
.post__meta--date {
    margin-top: 0.35rem;
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
    color: var(--muted);
}

.post__meta--tags {
    margin-top: 0;
    font-size: 0.8rem;
    color: var(--muted);
}

/* Keep the sidebar readable without horizontal overflow. */
.page__aside {
    overflow-wrap: anywhere;
    max-height: none;
    overflow: visible;
}

.page__aside code {
    white-space: normal;
}

@media (min-width: 45rem) {
    .page {
        grid-template-columns: minmax(0, 1fr) 19rem;
    }
}
