.section-bg {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.minh-full {
	min-height: 100vh;
}

.minh-half {
	min-height: 50vh;
}

.dnd-section.custom-minh,
.dnd-section.minh-full,
.dnd-section.minh-half {
	align-items: center;
	display: flex;
	justify-content: center;
}

.hs-inline-edit .section-bg__ui::before {
	content: "Section extra settings";
}

.hs-inline-edit .section-bg__ui {
	background-color: #eaf0f6;
	border: 1px solid #cbd6e2;
	border-radius: 3px;
	color: #506e91;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 7px 12px;
	position: relative;
	text-align: center;
	z-index: 99;
}

.sticky-first-column .dnd-column:first-child .dnd-row {
	position: sticky;
	top: 125px;
}
