/* Compact article metadata, isolated from Reboot's icon-based entry-meta. */
.article-post .dt-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin: 12px 0 24px;
    padding: 0;
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.dt-article-meta > span { white-space: nowrap; }
.dt-article-meta__reading > span { margin-right: 4px; }
@media (max-width: 374px) {
    .article-post .dt-article-meta { font-size: 13px; }
}

/* Group the article heading and metadata more tightly without shrinking type. */
body.single-post .article-post > .breadcrumb {
    margin-bottom: 12px;
}
body.single-post .article-post > h1.entry-title {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.2;
}
body.single-post .article-post > .dt-article-meta {
    margin-top: 12px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    /* The logo bitmap has transparent vertical padding: crop, do not shrink. */
    body:not(.home) .site-header {
        height: 60px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    body:not(.home) .site-header-inner {
        height: 60px;
    }
    body:not(.home) .site-header .site-branding {
        height: 60px;
        overflow: hidden;
    }
    body:not(.home) .site-header .site-logotype {
        transform: translateY(-15px);
    }
    body:not(.home) .site-header .humburger { top: 22px; }
    body:not(.home) .site-header .header-search { top: 17px; }
    body:not(.home) .site-header .humburger::before,
    body:not(.home) .site-header .search-icon::after {
        content: "";
        position: absolute;
        inset: -14px -10px;
    }
    body:not(.home) .site-content { margin-top: 16px; }
    body.single-post .article-post > h1.entry-title {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    body.single-post .article-post > .dt-article-meta {
        margin-bottom: 20px;
    }
}
