.idpdm-public-wrap {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.idpdm-public-frame {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	overflow: hidden;
}

.idpdm-public-wrap[data-idpdm-target="about"] {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #b8d8ff;
	border-top: 4px solid #1266b3;
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(13, 46, 86, 0.11), 0 4px 14px rgba(18, 102, 179, 0.08);
}

.idpdm-public-wrap[data-idpdm-target="about"]::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 28px;
	width: 92px;
	height: 4px;
	border-radius: 0 0 6px 6px;
	background: #60a5fa;
	pointer-events: none;
}

.homepage_about.idpdm-hide-native-heading > h2,
.page_about.idpdm-hide-native-heading > .cmp_breadcrumbs,
.page_about.idpdm-hide-native-heading > h1,
.page_about.idpdm-hide-native-heading > .cmp_edit_link {
	display: none !important;
}

.homepage_about.idpdm-full-width,
.page_about.idpdm-full-width {
	width: 100%;
	max-width: none;
	background: #ffffff;
}

.homepage_about.idpdm-full-width,
.page_about.idpdm-full-width {
	padding-left: 0;
	padding-right: 0;
}
