/* ─── Antiblog / PW@ABST:MACH archive canvas ─────────────────────────────── */
#antiblogCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}

body.post-type-archive-antiblog,
body.post-type-archive-antiblog .archive-wrap,
body.blog,
body.blog .archive-wrap,
body.category-pw-abst-mach,
body.category-pw-abst-mach .archive-wrap,
body.category-pw-abst-mach-logs,
body.category-pw-abst-mach-logs .archive-wrap {
    background: transparent;
}

body.post-type-archive-antiblog .archive-row,
body.blog .archive-row,
body.category-pw-abst-mach .archive-row,
body.category-pw-abst-mach-logs .archive-row {
    background-color: transparent;
    justify-content: flex-start;
    gap: 1.6rem;
    width: 100%;
}

body.post-type-archive-antiblog .archive-row .archive-date,
body.blog .archive-row .archive-date,
body.category-pw-abst-mach .archive-row .archive-date,
body.category-pw-abst-mach-logs .archive-row .archive-date {
    order: -1;
    margin-left: 0;
}
