.bbt-has-row-separator > .fl-row-content-wrap {
	isolation: isolate;
}

.bbt-has-row-separator {
	position: relative;
	z-index: 1;
	margin-top: calc(-1 * var(--bt-separator-top-height, 0px));
	margin-bottom: calc(-1 * var(--bt-separator-bottom-height, 0px));
}

.bbt-has-row-separator > .fl-row-content-wrap::after {
	display: none;
}

.bt-row-separator-background {
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: calc(100% + 2px);
	z-index: 0;
	pointer-events: none;
}

.bt-row-separator-visual__background {
	width: 100%;
	height: 100%;
}

.bt-row-separator-visual__overlay {
	width: 100%;
	height: 100%;
}

.bt-row-separator-mask {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.bbt-has-row-separator > .fl-row-content-wrap > .fl-row-content {
	position: relative;
	z-index: 1;
	padding-top: var(--bt-separator-top-height, 0px);
	padding-bottom: var(--bt-separator-bottom-height, 0px);
}
