/* Headless Profile Styles */
.momp-site-header,
.momp-site-footer,
.wp-block-template-part {
	display: none !important;
}

body.momp-headless-body {
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.momp-profile-content-layout {
	padding: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

.momp-headless-container {
	padding: 0;
	background: #fff;
}