/**
 * Blog archive controls cache-busted override — 2026-08-10.
 *
 * Production removes query-string versions and caches CSS for seven days, so
 * this fix uses its own URL. The shared archive control remains sticky for
 * directory pages; only the Blog's tall search/category block scrolls away.
 */
.pps-main--journal .pps-archive-controls {
	position: static;
	top: auto;
	z-index: auto;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
