
.fl-module-box:before, .fl-module-box:after {
	position: absolute;
}

a.fl-module-box {
	text-decoration: none;
}

/* Zero margins for child modules */
.fl-module-box :where( .fl-module ), .fl-module-box :where( .fl-module-content ), .fl-module-box.fl-block > * {
	margin: 0;
}

/* Ensure child modules size properly */
:where(.fl-module-box) {
	min-width: 0;
	min-height: 0;
}
