@use '../../base/layout' as *;
@use '../../base/functions' as *;

.wide-wrapper,
.wide-container,
.content-block,
.brandui-section,
.brandui-container {
	z-index: 1;
	position: relative;

	&:has(.decoration-bg) {
		z-index: 0;
	}
}

.brandui-section {
	.section {
		&-intro {
			max-width: brandui-col-spacing(9);
		}
	}
}
