/**
 * Prevent psychology test CSS from colliding with theme header / Elementor chrome.
 * Loaded only on real frontend test pages (not Elementor canvas).
 */

/* Keep MedLab sticky header below WP admin bar when logged in. */
body.admin-bar .medlab-hf-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .medlab-hf-header {
		top: 46px;
	}
}

/* Do not let test stacking contexts cover the site header. */
.medlab-hf-header {
	z-index: 10050;
	isolation: isolate;
}

#wpadminbar {
	z-index: 99999;
}

/* Contain test chrome; fixed modals are appended to body separately. */
.psychotest.mpsy-branded {
	isolation: isolate;
	position: relative;
	z-index: 1;
}

/* Legacy Pluginoo clearfix must not affect header floats. */
.medlab-hf-header .clearfix {
	clear: none;
}
