/**
 * Prime Academic Press — force layer v39.
 * Journal header text titles: show full journal name (override v17 ellipsis + v3 width cap).
 */

/* Text title (no logo): use available topbar width; no ellipsis */
body:not(.pap-site-index) header#headerNavigationContainer.pap-masthead .pap-topbar-start .pap-topbar-logo.navbar-brand.is_text,
body:not(.pap-site-index) header#headerNavigationContainer .pap-header-top-strip .pap-topbar-start .navbar-brand.is_text {
	max-width: none !important;
	width: auto !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	text-overflow: clip !important;
	white-space: nowrap !important;
}

body:not(.pap-site-index) header#headerNavigationContainer .pap_site_name_block,
body:not(.pap-site-index) header#headerNavigationContainer .pap-header-top-strip .pap-topbar-start,
body:not(.pap-site-index) header#headerNavigationContainer .pap-header-top-strip .pap-topbar-row {
	overflow: visible !important;
}

/* Brand strip: auto height (v17/v18 fixed 34–46px + hidden overflow clips long titles) */
body:not(.pap-site-index) header#headerNavigationContainer .pap-header-top-strip.pap_site_name_wrapper,
body:not(.pap-site-index) header#headerNavigationContainer .pap-masthead__strip--brand.pap-header-top-strip,
body:not(.pap-site-index) header#headerNavigationContainer.pap-masthead .pap-header-top-strip {
	height: auto !important;
	min-height: 46px !important;
	max-height: none !important;
	overflow: visible !important;
}

body:not(.pap-site-index) header#headerNavigationContainer .pap-header-top-strip .container.pap-header-inner,
body:not(.pap-site-index) header#headerNavigationContainer .pap-header-top-strip .pap-topbar-row {
	max-height: none !important;
	overflow: visible !important;
}

/* Narrow viewports: wrap to two lines instead of truncating */
@media (max-width: 991px) {
	body:not(.pap-site-index) header#headerNavigationContainer.pap-masthead .pap-topbar-start .pap-topbar-logo.navbar-brand.is_text,
	body:not(.pap-site-index) header#headerNavigationContainer .pap-header-top-strip .pap-topbar-start .navbar-brand.is_text {
		white-space: normal !important;
		line-height: 1.2 !important;
		max-width: calc(100vw - 7.5rem) !important;
	}
}
