/**
 * Jupiter-scoped host only. Match the site's 1140px content column.
 */
body.wpw-os-page .mk-page-title-box,
body.wpw-os-page .page-title,
body.wpw-os-page .mk-page-intro,
body.wpw-os-page #theme-page .theme-page-wrapper > .mk-padding-wrapper > h1 {
	display: none !important;
}

body.wpw-os-page #theme-page .theme-page-wrapper.mk-grid,
body.wpw-os-page #theme-page .mk-main-wrapper.mk-grid {
	width: 100% !important;
	max-width: 1140px !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

body.wpw-os-page #theme-page .theme-content {
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

body.wpw-os-page #theme-page .theme-content .mk-padding-wrapper,
body.wpw-os-page #theme-page .theme-page-wrapper .mk-padding-wrapper {
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.wpw-os-page #wpw-os-root {
	display: block;
	width: 100%;
	min-height: 60vh;
	margin: 0;
	padding: 0;
	background: transparent !important;
}
