/* WordPress integration fixes scoped to the plugin-managed full-canvas pages. */
body.rentsivo-site-drafts {
	max-width: 100%;
	overflow-x: clip;
}

body.rentsivo-site-drafts .site-header {
	width: 100%;
}

body.rentsivo-site-drafts .button[data-rentsivo-checkout-disabled="true"],
body.rentsivo-site-drafts .button[data-purchase-cta][disabled] {
	opacity: .58;
	cursor: not-allowed;
	box-shadow: none;
	transform: none;
}

body.rentsivo-site-drafts.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.rentsivo-site-drafts.admin-bar .site-header {
		top: 46px;
	}
}

@supports not (overflow: clip) {
	body.rentsivo-site-drafts {
		overflow-x: hidden;
	}
}
