.acf-block-preview .round-divider--section-wrap {
	background-color: #444;
	border: 1px solid #ccc;
}

.acf-block-preview .round-divider--section-wrap:before {
	z-index: 4;
}

.acf-block-preview .round-divider--section {
	margin: 0 !important;
}

.round-divider--section.mod-offwhite-circle,
.round-divider--section.mod-white-circle,
.round-divider--section.mod-offwhite-circle-south,
.round-divider--section.mod-white-circle-south {
	position: relative;
	font-size: 2.5vw;
    background: #fff;
    height: 1em;
    clip-path: circle(500vw at 50% 500vw);
}

.round-divider--section.mod-offwhite-circle-south,
.round-divider--section.mod-white-circle-south {
    clip-path: circle(500vw at 50% -497.5vw);
}

.round-divider--section.mod-offwhite-circle,
.round-divider--section.mod-offwhite-circle-south {
	background: var(--dlc-white);
}

.round-divider--section.mod-overlap-top {
	margin-top: calc(-1em + 1px);
}

.round-divider--section.mod-overlap-bottom {
	z-index: 2;
	margin-bottom: calc(-1em + 1px);
}