/*
 * Omnichannel Patient Engagement - page shell.
 *
 * Every section on this page is a self-contained pabau/* block that ships its
 * own styles, so nothing here styles content. What is left is the page shell:
 * a box-sizing safety net for anything dropped in alongside the blocks, and
 * overflow containment so the full-width sections cannot push a horizontal
 * scrollbar onto the document.
 *
 * The class is doubled (.ope-page.ope-page) to score (0,2,0), which clears
 * hello-elementor's .elementor-kit-6 wrapper rules without !important.
 */

.ope-page.ope-page {
	overflow-x: clip;
}

.ope-page *,
.ope-page *::before,
.ope-page *::after {
	box-sizing: border-box;
}
