/*
 * SWELL outer-page override for the BTO shortcode page only.
 * This file intentionally does not style the search tool's internal UI.
 */

#body_wrap.utopia-bto-search-page #content.l-container {
	display: block;
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

#body_wrap.utopia-bto-search-page #main_content.l-mainContent {
	float: none;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

#body_wrap.utopia-bto-search-page #main_content .l-mainContent__inner {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

#body_wrap.utopia-bto-search-page #main_content .post_content {
	max-width: none;
	margin-inline: 0;
}

#body_wrap.utopia-bto-search-page #sidebar.l-sidebar {
	display: none;
}

/* The search tool owns its own heading, so the fixed-page heading is hidden only here. */
#body_wrap.utopia-bto-search-page #main_content > .l-mainContent__inner > .c-pageTitle {
	display: none;
}
