/* Remove the page template's title, constrained column and vertical spacer. */
body.podsonoro-archive-page .entry-header,
body.podsonoro-archive-page .page-header,
body.podsonoro-archive-page .wp-block-post-title,
body.podsonoro-archive-page .page-title,
body.podsonoro-archive-page .page-title-wrap,
body.podsonoro-archive-page .page-title-wrapper,
body.podsonoro-archive-page .entry-title,
body.podsonoro-archive-page .post-title,
body.podsonoro-archive-page .post-header,
body.podsonoro-archive-page .single-post-header {
	display: none !important;
}

body.podsonoro-archive-page {
	overflow-x: hidden !important;
}

body.podsonoro-archive-page .site-content,
body.podsonoro-archive-page .content-area,
body.podsonoro-archive-page .site-main,
body.podsonoro-archive-page .entry-content,
body.podsonoro-archive-page .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.podsonoro-archive-page article.page,
body.podsonoro-archive-page article.type-page,
body.podsonoro-archive-page .post-inner,
body.podsonoro-archive-page .page-content,
body.podsonoro-archive-page .post-content {
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.podsonoro-archive-page .page-title::before,
body.podsonoro-archive-page .page-title::after,
body.podsonoro-archive-page .entry-title::before,
body.podsonoro-archive-page .entry-title::after,
body.podsonoro-archive-page .post-title::before,
body.podsonoro-archive-page .post-title::after,
body.podsonoro-archive-page .post-header::before,
body.podsonoro-archive-page .post-header::after {
	display: none !important;
	content: none !important;
}

body.podsonoro-archive-page .entry-content::before,
body.podsonoro-archive-page .entry-content::after {
	display: none !important;
}

body.podsonoro-archive-page .psa-layout-shell {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.podsonoro-archive-page .psa-layout-shell::before,
body.podsonoro-archive-page .psa-layout-shell::after {
	display: none !important;
	content: none !important;
}

body.podsonoro-archive-page .psa {
	width: 100vw !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	position: relative;
	left: auto;
	transform: none;
	overflow: clip;
}
