/**
 * Prime Academic Press — force layer v18.
 * Top masthead: modest vertical margin/padding for breathing room (builds on v17 fixed bands).
 */

:root {
	/* v17 used 34px; extra room for inner padding top/bottom */
	--pap-top-brand-strip-h: 46px;
}

/* Slight inset from viewport top — header background still fills padding box */
header#headerNavigationContainer.pap-masthead {
	padding-top: 8px !important;
	box-sizing: border-box !important;
}

/* Air between gold accent bar and logo/login strip */
header#headerNavigationContainer .pap_top_accent {
	margin-bottom: 4px !important;
}

/* Taller fixed band to fit inner padding */
header#headerNavigationContainer .pap-header-top-strip.pap_site_name_wrapper,
header#headerNavigationContainer .pap-masthead__strip--brand.pap-header-top-strip,
header#headerNavigationContainer.pap-masthead .pap-header-top-strip {
	height: var(--pap-top-brand-strip-h) !important;
	min-height: var(--pap-top-brand-strip-h) !important;
	max-height: var(--pap-top-brand-strip-h) !important;
}

header#headerNavigationContainer .pap-header-top-strip .pap-topbar-row {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
