/**
 * Archives catégories blog — masque les restes du template Astra.
 */

body.wpcursor-blog-category-archive .ast-archive-description,
body.wpcursor-blog-category-archive .ast-archive-entry-banner,
body.wpcursor-blog-category-archive .ast-row {
	display: none !important;
}

body.wpcursor-blog-category-archive #primary > .site-main {
	display: none;
}

body.wpcursor-blog-category-archive .wpcursor-blog-archive-layout {
	width: 100%;
}

body.wpcursor-blog-category-archive #primary {
	padding-top: 0;
}
