.brxe-nomonheaderrow {
	display: flex;
	transition-property: height, opacity, transform;
	width: 100%;
}

.nomon-header-sticky .brxe-nomonheaderrow {
	transition-property: height, opacity, transform, background, color;
	transition-duration: var(--nomon-header-transition);
}

.nomon-header-wrap.brx-draggable.is-empty {
	min-height: 40px;
}

.brxe-nomonheaderrow[data-nomon-overlay=show] {
	display: none;
}
