/**
 * Prime Academic Press — force layer v20.
 * 1) Footer: bottom-align column content so social icons line up with other columns.
 * 2) User dropdown: undo clip from overflow:hidden (v17) + stack above nav strip.
 */

/* ─── 1) Footer grid: bottoms align on desktop ─── */
@media (min-width: 992px) {
	.footer.pap-footer .pap-footer-grid {
		align-items: end !important;
	}
}

@media (max-width: 991px) {
	.footer.pap-footer .pap-footer-grid {
		align-items: start !important;
	}
}

/* ─── 2) Login / user menu: visible overflow + stacking ─── */
header#headerNavigationContainer.pap-masthead {
	overflow: visible !important;
}

header#headerNavigationContainer.pap-masthead .pap-masthead__shell {
	overflow: visible !important;
	z-index: 5 !important;
}

header#headerNavigationContainer.pap-masthead .pap-header-top-strip.pap_site_name_wrapper,
header#headerNavigationContainer.pap-masthead .pap-header-top-strip {
	overflow: visible !important;
	z-index: 60 !important;
}

header#headerNavigationContainer.pap-masthead .pap-header-top-strip .container.pap-header-inner {
	overflow: visible !important;
}

header#headerNavigationContainer.pap-masthead .pap-header-top-strip .pap-topbar-row {
	overflow: visible !important;
	isolation: auto !important;
}

header#headerNavigationContainer.pap-masthead .pap-topbar-end,
header#headerNavigationContainer.pap-masthead .pap-topbar-end__user,
header#headerNavigationContainer.pap-masthead .pap-topbar-end__user nav {
	overflow: visible !important;
}

header#headerNavigationContainer.pap-masthead #navigationUser {
	position: relative !important;
	z-index: 4000 !important;
	overflow: visible !important;
}

header#headerNavigationContainer.pap-masthead #navigationUser > li.dropdown,
header#headerNavigationContainer.pap-masthead #navigationUser > li.dropdown.open {
	position: relative !important;
	z-index: 4001 !important;
}

header#headerNavigationContainer.pap-masthead #navigationUser .dropdown-menu {
	z-index: 4100 !important;
	position: absolute !important;
}

/* Nav strip stays visually below user-layer interactions */
header#headerNavigationContainer.pap-masthead .pap-header-nav-strip.pap_site_nav_menu {
	z-index: 50 !important;
}
