/**
 * Explore archive pages (Articles, Trending, Latest).
 * Sidebar integration at 1024 and 768 matches category archive; reference dfl-category.css.
 * Scope: body.dfl-archive-explore only.
 */

/* 1024: same header rail alignment as category archive */
@media (max-width: 1024px) {
	body.dfl-archive-explore .site-header .inside-header {
		padding-left: calc(var(--dfl-rail-pad) + 20px);
		padding-right: calc(var(--dfl-rail-pad) + 20px);
	}
}

/* 768: same mobile sidebar as category – only Membership + Newsletter (hide Most Viewed + About) */
@media (max-width: 768px) {
	body.dfl-archive-explore .dfl-category__sidebar .dfl-dynamic-block[data-dfl-block="most-viewed"],
	body.dfl-archive-explore .dfl-category__sidebar .dfl-sidebar__about {
		display: none !important;
	}
}
