/**
 * Secure eReader scholarly side-panel layout.
 * The PDF is rendered by PDF.js inside the iframe; this file controls the shell around it.
 */
html,
body {
	height: 100%;
	min-height: 100%;
	margin: 0;
}

body.secure_ereader_page {
	background: #2b2b35;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	width: 100vw;
	height: 100vh;
}

body.secure_ereader_page * {
	box-sizing: border-box;
}

body.secure_ereader_page .header_view,
body.secure_ereader_page .pkp_structure_head,
body.secure_ereader_page .pkp_structure_footer,
body.secure_ereader_page #headerNavigationContainer,
body.secure_ereader_page .pkp_site_nav_menu,
body.secure_ereader_page .cmp_skip_to_content,
body.secure_ereader_page .pkp_structure_sidebar {
	display: none !important;
}

body.secure_ereader_page .pkp_structure_page,
body.secure_ereader_page .pkp_structure_content,
body.secure_ereader_page .pkp_structure_main,
body.secure_ereader_page .page {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	background: transparent !important;
}


.secure_ereader_shell {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483000;
	display: flex;
	width: 100vw;
	height: 100vh;
	min-height: 0;
	background: #2b2b35;
	color: #e7e7ee;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.secure_ereader_sidebar {
	width: 318px;
	min-width: 318px;
	max-width: 318px;
	height: 100%;
	background: #292934;
	border-right: 1px solid rgba(255,255,255,0.12);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	z-index: 3;
}

.secure_ereader_sidebar_top {
	height: 40px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 14px;
	box-sizing: border-box;
	background: #292934;
	border-bottom: 3px solid #21b6c9;
}

.secure_ereader_home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	color: #cfd1dc;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
}

.secure_ereader_home:hover,
.secure_ereader_home:focus {
	background: rgba(255,255,255,0.08);
	color: #fff;
	text-decoration: none;
}

.secure_ereader_sidebar_top_actions {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.secure_ereader_sidebar_toggle,
.secure_ereader_pdf_reload {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 50%;
	background: rgba(255,255,255,0.06);
	color: #cfd1dc;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.secure_ereader_sidebar_toggle:hover,
.secure_ereader_sidebar_toggle:focus,
.secure_ereader_pdf_reload:hover,
.secure_ereader_pdf_reload:focus {
	background: rgba(255,255,255,0.14);
	color: #fff;
	outline: none;
}

.secure_ereader_sidebar_tabs {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 22px 22px 0;
}

.secure_ereader_sidebar_tabs_single {
	grid-template-columns: 1fr;
}

.secure_ereader_tab {
	height: 31px;
	border: 1px solid rgba(255,255,255,0.34);
	background: transparent;
	color: #a9abb8;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	cursor: default;
}

.secure_ereader_tab.is_active {
	background: #fff;
	border-color: #fff;
	color: #30313a;
}

.secure_ereader_tab[disabled] {
	opacity: 1;
}

.secure_ereader_sidebar_scroll {
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 22px 28px;
	box-sizing: border-box;
	scrollbar-color: rgba(255,255,255,0.28) transparent;
}

.secure_ereader_journal_block {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-bottom: 24px;
}

.secure_ereader_journal_visual {
	width: 110px;
	height: 110px;
	overflow: hidden;
	background: #1f2029;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.secure_ereader_journal_cover,
.secure_ereader_journal_mark {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	background: #1f2029;
	border: 0;
}


.secure_ereader_journal_mark {
	color: #008677;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	padding: 8px;
}

.secure_ereader_journal_mark_fallback {
	display: none;
}

.secure_ereader_cover_failed .secure_ereader_journal_mark_fallback {
	display: flex;
}

.secure_ereader_journal_text {
	min-width: 0;
	padding-top: 4px;
}

.secure_ereader_journal_name {
	color: #e9e9f1;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 6px;
}

.secure_ereader_issue_link {
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-bottom: 4px;
}

.secure_ereader_issue_link:hover,
.secure_ereader_issue_link:focus {
	color: #40d7e5;
}

.secure_ereader_issue_date {
	color: #b9bac6;
	font-size: 11px;
	line-height: 1.3;
}

.secure_ereader_article_block {
	margin-bottom: 18px;
}

.secure_ereader_sidebar_label {
	color: #a4a6b3;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.secure_ereader_article_title {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.28;
	text-decoration: none;
	margin-bottom: 12px;
}

.secure_ereader_article_title:hover,
.secure_ereader_article_title:focus {
	color: #40d7e5;
	text-decoration: underline;
}

.secure_ereader_authors {
	color: #b9bac6;
	font-size: 11px;
	line-height: 1.35;
	margin-bottom: 10px;
	max-height: 48px;
	overflow: hidden;
}

.secure_ereader_sidebar_actions,
.secure_ereader_bottom_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
}

.secure_ereader_view_article {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #42d8e6;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.secure_ereader_view_article:after {
	content: "↗";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	background: #219aa8;
	color: #fff;
	font-size: 12px;
}

.secure_ereader_view_article:hover,
.secure_ereader_view_article:focus {
	color: #74eef7;
	text-decoration: underline;
}

.secure_ereader_small_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 4px 9px;
	border: 0;
	border-radius: 3px;
	background: #d9dbe5;
	color: #252631;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.secure_ereader_small_button:hover,
.secure_ereader_small_button:focus {
	background: #fff;
	color: #111;
	text-decoration: none;
}

.secure_ereader_citation {
	padding: 12px 0 16px;
	margin: 0 0 16px;
	border-top: 1px solid rgba(255,255,255,0.10);
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.secure_ereader_citation_text {
	width: 100%;
	box-sizing: border-box;
	min-height: 74px;
	padding: 8px;
	margin: 0 0 8px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 4px;
	background: #1f2029;
	color: #e7e7ee;
	font-size: 11px;
	line-height: 1.35;
	resize: vertical;
}

.secure_ereader_info_table {
	margin-top: 18px;
	padding-top: 2px;
	border-top: 1px solid rgba(255,255,255,0.10);
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.secure_ereader_info_row {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 8px;
	padding: 8px 0;
	border-top: 1px solid rgba(255,255,255,0.08);
}

.secure_ereader_info_row:first-child {
	border-top: 0;
}

.secure_ereader_info_key {
	color: #9698a7;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}

.secure_ereader_info_value {
	min-width: 0;
	color: #e2e3eb;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.28;
	word-break: break-word;
}

.secure_ereader_info_value a {
	color: #3fd6e2;
	text-decoration: none;
}

.secure_ereader_info_value a:hover,
.secure_ereader_info_value a:focus {
	text-decoration: underline;
}

.secure_ereader_abstract {
	margin-top: 22px;
	padding-bottom: 18px;
}

.secure_ereader_abstract_text,
.secure_ereader_abstract_text p {
	color: #bfc0cb;
	font-size: 11px;
	line-height: 1.42;
	margin: 0 0 8px;
}

.secure_ereader_bottom_actions {
	margin-top: 8px;	
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.secure_ereader_notice {
	position: fixed;
	left: 338px;
	bottom: 22px;
	z-index: 10;
	max-width: 280px;
	padding: 9px 12px;
	border-radius: 5px;
	background: rgba(30,31,40,0.95);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(0,0,0,0.28);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.secure_ereader_notice.is_visible {
	opacity: 1;
	transform: translateY(0);
}

.secure_ereader_content {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	background: #3d3d46;
}

.secure_ereader_page .galley_view {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #3d3d46;
}

.secure_ereader_page .galley_view iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	border: 0;
	background: #3d3d46;
}

.secure_ereader_page .galley_view_with_notice {
	padding-top: 0;
}

.secure_ereader_page .galley_view_notice {
	position: relative;
	z-index: 4;
}

.secure_ereader_no_sidepanel .secure_ereader_sidebar {
	display: none;
}

.secure_ereader_no_sidepanel .secure_ereader_notice {
	left: 22px;
}


.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar {
	width: 44px;
	min-width: 44px;
	max-width: 44px;
	overflow: visible;
}

.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar_top {
	padding: 0;
	justify-content: center;
}

.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_home,
.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_pdf_reload,
.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar_tabs,
.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar_scroll {
	display: none !important;
}

.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar_top_actions {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.secure_ereader_sidebar_toggle,
.secure_ereader_pdf_reload {
	width: 28px;
	height: 28px;	
	background: #343540;
	border-color: rgba(255,255,255,0.35);
}

.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_notice {
	left: 64px;
}

@media (max-width: 900px) {
	body.secure_ereader_page {
		overflow: hidden !important;
	}

	.secure_ereader_shell {
		flex-direction: column;
		height: 100vh;
		min-height: 0;
		overflow: hidden;
	}

	.secure_ereader_sidebar {
		width: 100%;
		min-width: 0;
		max-width: none;
		height: auto;
		max-height: 45vh;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}

	.secure_ereader_sidebar_scroll {
		padding: 16px 18px 20px;
	}

	.secure_ereader_sidebar_tabs {
		padding: 16px 18px 0;
	}

	.secure_ereader_journal_block {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.secure_ereader_journal_visual {
		width: 78px;
		height: 78px;
	}

	.secure_ereader_journal_mark {
		font-size: 15px;
	}

	.secure_ereader_content {
		height: 72vh;
		min-height: 560px;
	}

	.secure_ereader_notice {
		left: 18px;
		bottom: 18px;
	}

	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar {
		width: 100%;
		min-width: 0;
		max-width: none;
		height: 40px;
	}

	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_content {
		height: calc(100vh - 40px);
		min-height: 0;
	}

}

@media (max-width: 560px) {
	.secure_ereader_sidebar {
		max-height: 52vh;
	}

	.secure_ereader_info_row {
		grid-template-columns: 68px minmax(0, 1fr);
	}

	.secure_ereader_article_title {
		font-size: 14px;
	}

	.secure_ereader_content {
		height: 70vh;
		min-height: 480px;
	}
}


/* v1.0.0.12 appearance controls */
.secure_ereader_cover_contain .secure_ereader_journal_cover {
	object-fit: contain;
	background: #292934;
}

.secure_ereader_cover_cover .secure_ereader_journal_cover {
	object-fit: cover;
}

.secure_ereader_sidebar_compact .secure_ereader_sidebar {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

.secure_ereader_sidebar_compact .secure_ereader_journal_block {
	grid-template-columns: 92px minmax(0, 1fr);
}

.secure_ereader_sidebar_compact .secure_ereader_journal_visual {
	width: 92px;
	height: 92px;
}

.secure_ereader_sidebar_wide .secure_ereader_sidebar {
	width: 380px;
	min-width: 380px;
	max-width: 380px;
}

.secure_ereader_sidebar_wide .secure_ereader_journal_block {
	grid-template-columns: 124px minmax(0, 1fr);
}

.secure_ereader_sidebar_wide .secure_ereader_journal_visual {
	width: 124px;
	height: 124px;
}

.secure_ereader_sidebar_compact .secure_ereader_notice {
	left: 320px;
}

.secure_ereader_sidebar_wide .secure_ereader_notice {
	left: 400px;
}

@media (max-width: 900px) {
	.secure_ereader_sidebar_compact .secure_ereader_sidebar,
	.secure_ereader_sidebar_wide .secure_ereader_sidebar {
		width: 100%;
		min-width: 0;
		max-width: none;
	}
}


/* v1.0.0.13 PDF loading and recovery overlay */
.secure_ereader_loading {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 24px;
	background: #3d3d46;
	color: #f0f0f5;
	text-align: center;
	transition: opacity 0.18s ease, visibility 0.18s ease;
}

.secure_ereader_loading[hidden],
.secure_ereader_loading.is_loaded {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.secure_ereader_loading_spinner {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 3px solid rgba(255,255,255,0.20);
	border-top-color: #21b6c9;
	animation: secureEreaderSpin 0.85s linear infinite;
}

.secure_ereader_loading_title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.secure_ereader_loading_slow {
	display: none;
	max-width: 380px;
	color: #d4d5dd;
	font-size: 12px;
	line-height: 1.45;
}

.secure_ereader_loading.is_slow .secure_ereader_loading_slow {
	display: block;
}

.secure_ereader_loading_actions {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 12px;
}

@keyframes secureEreaderSpin {
	to { transform: rotate(360deg); }
}


.secure_ereader_content_top_actions {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 8;
	display: flex;
	align-items: center;
	gap: 10px;
	pointer-events: none;
}

.secure_ereader_content_top_actions > * {
	pointer-events: auto;
}

.secure_ereader_top_icon_button,
.secure_ereader_top_download_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0,0,0,0.28);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.secure_ereader_top_icon_button:hover,
.secure_ereader_top_icon_button:focus,
.secure_ereader_top_download_button:hover,
.secure_ereader_top_download_button:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.34);
}

.secure_ereader_top_icon_button_secondary {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(35,37,48,0.88);
	border: 1px solid rgba(255,255,255,0.18);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.secure_ereader_top_download_button {
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background: linear-gradient(180deg, #2eabc3 0%, #187ea0 100%);
	border: 2px solid rgba(255,255,255,0.18);
	color: #fff;
}

.secure_ereader_top_download_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	transform: translateY(-1px);
}

.secure_ereader_top_download_icon::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background: rgba(255,255,255,0.95);
	transform: translateY(12px);
}

@media (max-width: 900px) {
	.secure_ereader_content_top_actions {
		top: 14px;
		right: 14px;
	}
	.secure_ereader_top_download_button {
		width: 52px;
		height: 52px;
	}
}


/* v1.0.0.16: toolbar-aligned download button */
.secure_ereader_content_top_actions {
	top: 6px !important;
	right: 10px !important;
	z-index: 20 !important;
	gap: 0 !important;
}

.secure_ereader_top_download_button {
	width: 46px !important;
	height: 46px !important;
	border-radius: 50% !important;
	background: #1593ad !important;
	border: 1px solid rgba(255,255,255,0.22) !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.30) !important;
	color: #fff !important;
}

.secure_ereader_top_download_button:hover,
.secure_ereader_top_download_button:focus {
	background: #0d829c !important;
	transform: none !important;
	box-shadow: 0 3px 8px rgba(0,0,0,0.38) !important;
}

.secure_ereader_top_download_icon {
	position: relative;
	display: inline-block !important;
	width: 22px !important;
	height: 27px !important;
	transform: none !important;
}

.secure_ereader_top_download_icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 2px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 12px solid #fff;
}

.secure_ereader_top_download_icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 8px;
	height: 13px;
	border-radius: 1px;
	background: #fff;
}

.secure_ereader_top_download_button::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 31px;
	transform: translateX(-50%);
	width: 24px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
}

@media (max-width: 900px) {
	.secure_ereader_content_top_actions {
		top: 6px !important;
		right: 8px !important;
	}
	.secure_ereader_top_download_button {
		width: 42px !important;
		height: 42px !important;
	}
	.secure_ereader_top_download_button::after {
		top: 29px;
	}
}


/* v1.0.0.17: move copy link and print to upper-right corner */
.secure_ereader_content_top_actions {
	gap: 8px !important;
	align-items: center;
}

.secure_ereader_top_action_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.18);
	background: rgba(49,50,61,0.94);
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.24);
	transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.secure_ereader_top_action_button:hover,
.secure_ereader_top_action_button:focus {
	background: rgba(35,36,45,0.98);
	box-shadow: 0 3px 8px rgba(0,0,0,0.34);
	transform: none;
}

.secure_ereader_top_action_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
	filter: grayscale(1) brightness(10);
}

@media (max-width: 900px) {
	.secure_ereader_content_top_actions {
		gap: 6px !important;
	}
	.secure_ereader_top_action_button {
		width: 30px;
		height: 30px;
	}
}


/* v1.0.0.18: compact upper-right toolbar actions */
.secure_ereader_content_top_actions {
	top: 7px !important;
	right: 12px !important;
	height: 32px !important;
	gap: 5px !important;
	z-index: 25 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.secure_ereader_top_action_button,
.secure_ereader_top_download_button {
	box-shadow: none !important;
	transform: none !important;
}

.secure_ereader_top_action_button {
	width: 30px !important;
	height: 30px !important;
	border-radius: 4px !important;
	border: 0 !important;
	background: transparent !important;
	color: #c9cbd6 !important;
}

.secure_ereader_top_action_button:hover,
.secure_ereader_top_action_button:focus {
	background: rgba(255,255,255,0.10) !important;
	box-shadow: none !important;
}

.secure_ereader_top_action_icon {
	position: relative;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	filter: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.secure_ereader_icon_link::before,
.secure_ereader_icon_link::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 6px;
	border: 2px solid #c9cbd6;
	border-radius: 8px;
	transform: rotate(-38deg);
}

.secure_ereader_icon_link::before {
	left: 2px;
	top: 7px;
}

.secure_ereader_icon_link::after {
	right: 2px;
	top: 7px;
}

.secure_ereader_icon_print::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 2px;
	width: 12px;
	height: 7px;
	border: 2px solid #c9cbd6;
	border-bottom: 0;
	border-radius: 1px 1px 0 0;
}

.secure_ereader_icon_print::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 8px;
	width: 16px;
	height: 8px;
	border: 2px solid #c9cbd6;
	border-radius: 2px;
	box-shadow: inset 0 -4px 0 0 #c9cbd6;
}

.secure_ereader_top_download_button {
	width: 34px !important;
	height: 34px !important;
	border-radius: 50% !important;
	background: #1696ad !important;
	border: 1px solid rgba(255,255,255,0.18) !important;
}

.secure_ereader_top_download_button:hover,
.secure_ereader_top_download_button:focus {
	background: #0d819a !important;
	box-shadow: none !important;
}

.secure_ereader_top_download_icon {
	position: relative;
	display: inline-block !important;
	width: 17px !important;
	height: 19px !important;
	transform: none !important;
}

.secure_ereader_top_download_icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 4px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #fff;
}

.secure_ereader_top_download_icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 6px;
	height: 9px;
	border-radius: 1px;
	background: #fff;
}

.secure_ereader_top_download_button::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 23px;
	transform: translateX(-50%);
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
}

@media (max-width: 900px) {
	.secure_ereader_content_top_actions {
		top: 6px !important;
		right: 8px !important;
		gap: 4px !important;
	}
	.secure_ereader_top_action_button {
		width: 28px !important;
		height: 28px !important;
	}
	.secure_ereader_top_download_button {
		width: 32px !important;
		height: 32px !important;
	}
	.secure_ereader_top_download_button::after {
		top: 22px !important;
	}
}


/* v1.0.0.19: simplify upper-right action buttons */
.secure_ereader_content_top_actions {
	top: 8px !important;
	right: 10px !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	z-index: 24 !important;
}

.secure_ereader_top_action_button,
.secure_ereader_top_download_button {
	position: relative;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 32px !important;
	min-width: 58px;
	padding: 0 12px !important;
	border-radius: 16px !important;
	border: 1px solid rgba(255,255,255,0.16) !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.18) !important;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	transform: none !important;
}

.secure_ereader_top_action_button {
	background: rgba(49,50,61,0.96) !important;
	color: #f4f4f8 !important;
}

.secure_ereader_top_download_button {
	background: #1593ad !important;
	color: #ffffff !important;
	min-width: 84px;
}

.secure_ereader_top_action_button:hover,
.secure_ereader_top_action_button:focus {
	background: rgba(39,40,50,0.98) !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.24) !important;
}

.secure_ereader_top_download_button:hover,
.secure_ereader_top_download_button:focus {
	background: #117f96 !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.26) !important;
}

.secure_ereader_top_action_icon,
.secure_ereader_top_download_icon {
	display: none !important;
}

.secure_ereader_top_action_label,
.secure_ereader_top_download_label {
	display: inline-block !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: inherit !important;
}

.secure_ereader_top_download_button::before,
.secure_ereader_top_download_button::after,
.secure_ereader_top_download_icon::before,
.secure_ereader_top_download_icon::after,
.secure_ereader_icon_link::before,
.secure_ereader_icon_link::after,
.secure_ereader_icon_print::before,
.secure_ereader_icon_print::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 900px) {
	.secure_ereader_content_top_actions {
		top: 6px !important;
		right: 8px !important;
		gap: 6px !important;
	}
	.secure_ereader_top_action_button,
	.secure_ereader_top_download_button {
		height: 28px !important;
		min-width: 50px;
		padding: 0 10px !important;
		font-size: 11px !important;
	}
	.secure_ereader_top_download_button {
		min-width: 72px;
	}
}


/* v1.0.0.20: details header background and 160px journal cover */
.secure_ereader_sidebar_tabs {
	padding: 18px 18px 0 !important;
}

.secure_ereader_sidebar_tabs_single {
	background: #ffffff !important;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: hidden;
}

.secure_ereader_sidebar_tabs_single .secure_ereader_tab,
.secure_ereader_sidebar_tabs_single .secure_ereader_tab.is_active {
	height: 42px !important;
	padding: 0 16px !important;
	border: 0 !important;
	background: #ffffff !important;
	color: #2f313a !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em !important;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	box-shadow: none !important;
}

.secure_ereader_journal_block {
	grid-template-columns: 160px minmax(0, 1fr) !important;
	gap: 18px !important;
	align-items: start !important;
}

.secure_ereader_journal_visual {
	width: 160px !important;
	height: 160px !important;
	min-width: 160px !important;
	max-width: 160px !important;
	flex: 0 0 160px !important;
}

.secure_ereader_journal_name {
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
}

.secure_ereader_issue_link {
	font-size: 12px !important;
}

.secure_ereader_issue_date {
	font-size: 11px !important;
}

@media (max-width: 900px) {
	.secure_ereader_journal_block {
		grid-template-columns: 120px minmax(0, 1fr) !important;
	}
	.secure_ereader_journal_visual {
		width: 120px !important;
		height: 120px !important;
		min-width: 120px !important;
		max-width: 120px !important;
	}
}

@media (max-width: 560px) {
	.secure_ereader_journal_block {
		grid-template-columns: 96px minmax(0, 1fr) !important;
	}
	.secure_ereader_journal_visual {
		width: 96px !important;
		height: 96px !important;
		min-width: 96px !important;
		max-width: 96px !important;
	}
}


/* v1.0.0.21: details bar without white background, cover 160x110 */
.secure_ereader_sidebar_tabs {
	padding: 16px 18px 0 !important;
	background: transparent !important;
}

.secure_ereader_sidebar_tabs_single {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.secure_ereader_sidebar_tabs_single .secure_ereader_tab,
.secure_ereader_sidebar_tabs_single .secure_ereader_tab.is_active {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #f1f2f7 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.03em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
}

.secure_ereader_journal_block {
	grid-template-columns: 110px minmax(0, 1fr) !important;
	gap: 16px !important;
	align-items: start !important;
}

.secure_ereader_journal_visual {
	width: 110px !important;
	height: 160px !important;
	min-width: 110px !important;
	max-width: 110px !important;
	min-height: 160px !important;
	max-height: 160px !important;
	flex: 0 0 110px !important;
}

.secure_ereader_journal_cover,
.secure_ereader_journal_mark {
	width: 110px !important;
	height: 160px !important;
}

.secure_ereader_journal_name {
	font-size: 16px !important;
	line-height: 1.18 !important;
	font-weight: 700 !important;
}

.secure_ereader_issue_link {
	font-size: 12px !important;
	line-height: 1.3 !important;
}

.secure_ereader_issue_date {
	font-size: 11px !important;
}

@media (max-width: 900px) {
	.secure_ereader_journal_block {
		grid-template-columns: 96px minmax(0, 1fr) !important;
	}
	.secure_ereader_journal_visual,
	.secure_ereader_journal_cover,
	.secure_ereader_journal_mark {
		width: 96px !important;
		height: 140px !important;
		min-width: 96px !important;
		max-width: 96px !important;
		min-height: 140px !important;
		max-height: 140px !important;
	}
}

@media (max-width: 560px) {
	.secure_ereader_journal_block {
		grid-template-columns: 82px minmax(0, 1fr) !important;
	}
	.secure_ereader_journal_visual,
	.secure_ereader_journal_cover,
	.secure_ereader_journal_mark {
		width: 82px !important;
		height: 118px !important;
		min-width: 82px !important;
		max-width: 82px !important;
		min-height: 118px !important;
		max-height: 118px !important;
	}
}


/* v1.0.0.22: Details / References tabs and references panel */
.secure_ereader_sidebar_tabs,
.secure_ereader_sidebar_tabs_dual {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 0 !important;
	padding: 22px 22px 0 !important;
	background: transparent !important;
}

.secure_ereader_sidebar_tabs_dual .secure_ereader_tab {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 44px !important;
	padding: 0 12px !important;
	margin: 0 !important;
	border: 1px solid rgba(255,255,255,0.72) !important;
	background: transparent !important;
	color: #aeb0bf !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.025em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

.secure_ereader_sidebar_tabs_dual .secure_ereader_tab.is_active {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #2f313a !important;
}

.secure_ereader_sidebar_tabs_dual .secure_ereader_tab:hover,
.secure_ereader_sidebar_tabs_dual .secure_ereader_tab:focus {
	color: #ffffff !important;
	outline: none !important;
}

.secure_ereader_sidebar_tabs_dual .secure_ereader_tab.is_active:hover,
.secure_ereader_sidebar_tabs_dual .secure_ereader_tab.is_active:focus {
	color: #2f313a !important;
}

.secure_ereader_tab_panel[hidden] {
	display: none !important;
}

.secure_ereader_references {
	padding-bottom: 22px;
}

.secure_ereader_references_heading {
	margin-bottom: 14px !important;
	color: #f0f1f8 !important;
}

.secure_ereader_reference_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.secure_ereader_reference_item {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 8px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.secure_ereader_reference_item:first-child {
	border-top: 0;
}

.secure_ereader_reference_number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(255,255,255,0.10);
	color: #e8e9f2;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.secure_ereader_reference_text {
	color: #d4d5df;
	font-size: 11px;
	line-height: 1.42;
	word-break: break-word;
}

.secure_ereader_reference_text a {
	color: #46dbe8;
}

.secure_ereader_reference_empty {
	padding: 14px;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 5px;
	background: rgba(255,255,255,0.04);
	color: #c9cad5;
	font-size: 12px;
	line-height: 1.4;
}

@media (max-width: 560px) {
	.secure_ereader_sidebar_tabs,
	.secure_ereader_sidebar_tabs_dual {
		padding: 16px 18px 0 !important;
	}
	.secure_ereader_sidebar_tabs_dual .secure_ereader_tab {
		height: 38px !important;
		font-size: 10px !important;
	}
}


/* v1.0.0.24: dedicated tablet/mobile reader layout */
.secure_ereader_mobile_info_button,
.secure_ereader_mobile_backdrop {
	display: none;
}

@media (min-width: 901px) and (max-width: 1180px) {
	.secure_ereader_sidebar {
		width: 340px;
		min-width: 340px;
		max-width: 340px;
	}
	.secure_ereader_sidebar_scroll {
		padding-left: 18px;
		padding-right: 18px;
	}
	.secure_ereader_journal_block {
		grid-template-columns: 94px minmax(0, 1fr) !important;
		gap: 14px !important;
	}
	.secure_ereader_journal_visual,
	.secure_ereader_journal_cover,
	.secure_ereader_journal_mark {
		width: 94px !important;
		height: 136px !important;
	}
	.secure_ereader_journal_name {
		font-size: 13px !important;
	}
}

@media (max-width: 900px) {
	body.secure_ereader_page {
		overflow: hidden !important;
	}

	.secure_ereader_shell {
		display: block !important;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 0 !important;
		overflow: hidden !important;
	}

	.secure_ereader_content {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		min-height: 0 !important;
		z-index: 1 !important;
	}

	.secure_ereader_sidebar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		width: min(86vw, 360px) !important;
		min-width: 0 !important;
		max-width: 360px !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: none !important;
		border-right: 1px solid rgba(255,255,255,0.16) !important;
		border-bottom: 0 !important;
		transform: translateX(0) !important;
		transition: transform 0.24s ease !important;
		z-index: 60 !important;
		box-shadow: 12px 0 30px rgba(0,0,0,0.35) !important;
	}

	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar {
		width: min(86vw, 360px) !important;
		min-width: 0 !important;
		max-width: 360px !important;
		height: 100vh !important;
		height: 100dvh !important;
		transform: translateX(calc(-100% - 4px)) !important;
	}

	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_home,
	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_pdf_reload,
	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar_tabs,
	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar_scroll {
		display: flex !important;
	}

	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar_scroll {
		display: block !important;
	}

	.secure_ereader_sidebar_scroll {
		flex: 1 1 auto !important;
		height: auto !important;
		overflow-y: auto !important;
		padding: 18px 18px 28px !important;
	}

	.secure_ereader_sidebar_tabs {
		padding: 16px 18px 0 !important;
	}

	.secure_ereader_sidebar_tabs_dual {
		grid-template-columns: 1fr 1fr !important;
	}

	.secure_ereader_journal_block {
		grid-template-columns: 86px minmax(0, 1fr) !important;
		gap: 14px !important;
	}

	.secure_ereader_journal_visual,
	.secure_ereader_journal_cover,
	.secure_ereader_journal_mark {
		width: 86px !important;
		height: 124px !important;
		min-width: 86px !important;
		max-width: 86px !important;
	}

	.secure_ereader_journal_name {
		font-size: 13px !important;
	}

	.secure_ereader_article_title {
		font-size: 14px !important;
	}

	.secure_ereader_mobile_info_button {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		position: fixed;
		top: 48px;
		left: 10px;
		z-index: 46;
		height: 34px;
		padding: 0 12px;
		border: 1px solid rgba(255,255,255,0.18);
		border-radius: 18px;
		background: rgba(41,41,52,0.94);
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		box-shadow: 0 4px 12px rgba(0,0,0,0.24);
		cursor: pointer;
	}

	.secure_ereader_shell:not(.is_sidebar_collapsed) .secure_ereader_mobile_info_button {
		display: none;
	}

	.secure_ereader_shell:not(.is_sidebar_collapsed) .secure_ereader_mobile_backdrop {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
		background: rgba(0,0,0,0.42);
	}

	.secure_ereader_notice {
		left: 12px !important;
		right: 12px !important;
		bottom: 14px !important;
		max-width: none !important;
	}

	.secure_ereader_content_top_actions {
		top: 6px !important;
		right: 8px !important;
		gap: 6px !important;
	}
}

@media (max-width: 480px) {
	.secure_ereader_sidebar {
		width: 92vw !important;
		max-width: 92vw !important;
	}
	.secure_ereader_shell.is_sidebar_collapsed .secure_ereader_sidebar {
		width: 92vw !important;
		max-width: 92vw !important;
	}
	.secure_ereader_top_action_button,
	.secure_ereader_top_download_button {
		height: 28px !important;
		padding: 0 9px !important;
		min-width: 46px !important;
	}
	.secure_ereader_top_download_button {
		min-width: 70px !important;
	}
	.secure_ereader_top_action_label,
	.secure_ereader_top_download_label {
		font-size: 11px !important;
	}
}


/* v1.0.0.25: refined mobile/tablet reader behavior */
@media (max-width: 900px) {
	.secure_ereader_content_top_actions {
		top: calc(env(safe-area-inset-top, 0px) + 6px) !important;
		right: 8px !important;
		gap: 6px !important;
		z-index: 38 !important;
	}

	.secure_ereader_top_action_button,
	.secure_ereader_top_download_button {
		height: 30px !important;
		min-width: 50px !important;
		padding: 0 10px !important;
		border-radius: 15px !important;
		font-size: 11px !important;
	}

	.secure_ereader_top_download_button {
		min-width: 74px !important;
	}

	.secure_ereader_mobile_info_button {
		top: calc(env(safe-area-inset-top, 0px) + 6px) !important;
		left: 8px !important;
		z-index: 39 !important;
		height: 30px !important;
		padding: 0 11px !important;
		border-radius: 15px !important;
		font-size: 11px !important;
		box-shadow: 0 2px 7px rgba(0,0,0,0.26) !important;
	}

	.secure_ereader_mobile_info_button span:first-child {
		font-size: 13px !important;
	}

	.secure_ereader_content {
		background: #3d3d46 !important;
	}

	.secure_ereader_page .galley_view iframe {
		width: 100vw !important;
		height: 100dvh !important;
	}
}

@media (max-width: 480px) {
	.secure_ereader_content_top_actions {
		right: 6px !important;
		gap: 5px !important;
	}

	.secure_ereader_top_action_button,
	.secure_ereader_top_download_button {
		height: 28px !important;
		padding: 0 8px !important;
		font-size: 10.5px !important;
	}

	.secure_ereader_top_action_button {
		min-width: 42px !important;
	}

	.secure_ereader_top_download_button {
		min-width: 68px !important;
	}

	.secure_ereader_mobile_info_button {
		left: 6px !important;
		height: 28px !important;
		padding: 0 9px !important;
		font-size: 10.5px !important;
	}
}

@media (max-width: 390px) {
	.secure_ereader_top_action_button {
		min-width: 36px !important;
		padding: 0 7px !important;
	}
	.secure_ereader_top_download_button {
		min-width: 62px !important;
	}
	.secure_ereader_top_action_label,
	.secure_ereader_top_download_label {
		font-size: 10px !important;
	}
}


/* v1.0.0.26: metadata and references improvements */
.secure_ereader_keywords {
	color: #dfe1ea;
}

.secure_ereader_copyright {
	margin-bottom: 4px;
	color: #c9cad4;
}

.secure_ereader_references_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 14px;
}

.secure_ereader_copy_all_references {
	flex: 0 0 auto;
	min-height: 24px;
	font-size: 10px;
}

.secure_ereader_reference_body {
	min-width: 0;
}

.secure_ereader_reference_text a {
	color: #55d7e4;
	text-decoration: underline;
	text-underline-offset: 2px;
	word-break: break-word;
}

.secure_ereader_reference_copy_button {
	margin-top: 8px;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 4px;
	background: rgba(255,255,255,0.08);
	color: #eef0f8;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

.secure_ereader_reference_copy_button:hover,
.secure_ereader_reference_copy_button:focus {
	background: rgba(255,255,255,0.16);
	color: #fff;
	outline: none;
}

@media (max-width: 900px) {
	.secure_ereader_hide_mobile_actions {
		display: none !important;
	}
}

/* v1.2.0.0 XML/JATS full-text reader */
.secure_ereader_xml_viewer {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 0;
	background: #ececf1;
	color: #20222c;
	overflow: hidden;
}

.secure_ereader_xml_toolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 44px;
	z-index: 7;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 172px 6px 18px;
	background: #34343f;
	border-bottom: 1px solid rgba(255,255,255,0.14);
	box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

.secure_ereader_xml_tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(255,255,255,0.24);
	border-radius: 5px;
	background: rgba(255,255,255,0.08);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.secure_ereader_xml_tool:hover,
.secure_ereader_xml_tool:focus {
	background: rgba(255,255,255,0.16);
	outline: none;
}

.secure_ereader_xml_layout {
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 44px;
	min-height: 0;
}

.secure_ereader_xml_toc {
	width: 260px;
	min-width: 260px;
	max-width: 260px;
	height: 100%;
	overflow: auto;
	padding: 18px 18px 24px;
	background: #f8f8fb;
	border-right: 1px solid #d8d9e2;
	font-size: 12px;
	line-height: 1.35;
}

.secure_ereader_xml_toc[hidden] {
	display: none !important;
}

.secure_ereader_xml_toc_title {
	font-weight: 800;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5c5e69;
	margin-bottom: 10px;
}

.secure_ereader_xml_toc ol {
	margin: 0;
	padding-left: 18px;
}

.secure_ereader_xml_toc li {
	margin: 0 0 8px;
}

.secure_ereader_xml_toc a {
	color: #126b7c;
	text-decoration: none;
}

.secure_ereader_xml_toc a:hover,
.secure_ereader_xml_toc a:focus {
	text-decoration: underline;
}

.secure_ereader_xml_article_wrap {
	flex: 1 1 auto;
	height: 100%;
	overflow: auto;
	padding: 34px 28px 54px;
}

.secure_ereader_xml_article {
	max-width: 920px;
	margin: 0 auto;
	padding: 44px 54px 58px;
	background: #ffffff;
	border: 1px solid #dedfe8;
	box-shadow: 0 10px 32px rgba(20,22,35,0.10);
	font-size: 16px;
	line-height: 1.72;
	color: #20222c;
}

.secure_ereader_xml_title {
	margin: 0 0 26px;
	font-size: 30px;
	line-height: 1.18;
	font-weight: 800;
	color: #151720;
}

.secure_ereader_xml_heading {
	margin: 32px 0 12px;
	font-size: 21px;
	line-height: 1.3;
	font-weight: 800;
	color: #151720;
}

.secure_ereader_xml_sec_level_3 > .secure_ereader_xml_heading,
.secure_ereader_xml_sec_level_4 > .secure_ereader_xml_heading {
	font-size: 17px;
}

.secure_ereader_xml_p {
	margin: 0 0 15px;
}

.secure_ereader_xml_abstract {
	padding: 18px 20px;
	margin: 0 0 28px;
	background: #f4f7fa;
	border-left: 4px solid #21b6c9;
}

.secure_ereader_xml_abstract .secure_ereader_xml_heading {
	margin-top: 0;
	font-size: 18px;
}

.secure_ereader_xml_list {
	margin: 0 0 18px 24px;
	padding: 0;
}

.secure_ereader_xml_list li {
	margin-bottom: 8px;
}

.secure_ereader_xml_figure,
.secure_ereader_xml_table_wrap {
	margin: 24px 0;
	padding: 16px 18px;
	background: #f8f8fb;
	border: 1px solid #dedfe8;
	border-radius: 6px;
}

.secure_ereader_xml_figure_label,
.secure_ereader_xml_table_label {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #4f525e;
	margin-bottom: 6px;
}

.secure_ereader_xml_caption,
.secure_ereader_xml_media_note,
.secure_ereader_xml_table_text {
	font-size: 13px;
	line-height: 1.55;
	color: #454854;
}

.secure_ereader_xml_media_note {
	margin-top: 8px;
	font-style: italic;
}

.secure_ereader_xml_references {
	margin-top: 38px;
	padding-top: 20px;
	border-top: 1px solid #dedfe8;
}

.secure_ereader_xml_reference_list {
	padding-left: 24px;
}

.secure_ereader_xml_reference_list li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.55;
}

.secure_ereader_loading.is_error .secure_ereader_loading_spinner {
	display: none;
}

@media (max-width: 900px) {
	.secure_ereader_xml_toolbar {
		padding: 6px 116px 6px 82px;
		gap: 5px;
	}
	.secure_ereader_xml_tool {
		height: 28px;
		padding: 0 8px;
		font-size: 11px;
	}
	.secure_ereader_xml_toc {
		position: absolute;
		top: 44px;
		left: 0;
		bottom: 0;
		z-index: 6;
		box-shadow: 8px 0 24px rgba(0,0,0,0.18);
	}
	.secure_ereader_xml_article_wrap {
		padding: 20px 12px 40px;
	}
	.secure_ereader_xml_article {
		padding: 28px 22px 38px;
		font-size: 15px;
	}
	.secure_ereader_xml_title {
		font-size: 23px;
	}
}

@media print {
	body.secure_ereader_reader_xml {
		background: #fff !important;
		overflow: visible !important;
		height: auto !important;
	}
	body.secure_ereader_reader_xml .secure_ereader_sidebar,
	body.secure_ereader_reader_xml .secure_ereader_content_top_actions,
	body.secure_ereader_reader_xml .secure_ereader_xml_toolbar,
	body.secure_ereader_reader_xml .secure_ereader_xml_toc,
	body.secure_ereader_reader_xml .secure_ereader_mobile_info_button,
	body.secure_ereader_reader_xml .secure_ereader_mobile_backdrop,
	body.secure_ereader_reader_xml .secure_ereader_notice {
		display: none !important;
	}
	body.secure_ereader_reader_xml .secure_ereader_shell,
	body.secure_ereader_reader_xml .secure_ereader_content,
	body.secure_ereader_reader_xml .secure_ereader_xml_viewer,
	body.secure_ereader_reader_xml .secure_ereader_xml_layout,
	body.secure_ereader_reader_xml .secure_ereader_xml_article_wrap {
		position: static !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		background: #fff !important;
		overflow: visible !important;
		padding: 0 !important;
	}
	body.secure_ereader_reader_xml .secure_ereader_xml_article {
		max-width: none !important;
		box-shadow: none !important;
		border: 0 !important;
		padding: 0 !important;
	}
}

/* v1.2.0.1 XML blank-screen fallback and direct preview */
.secure_ereader_xml_preparing {
	color: #586174;
	font-style: italic;
}

.secure_ereader_xml_fallback {
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 12px;
	background: #fff;
	padding: 22px 24px;
	margin-bottom: 18px;
}

.secure_ereader_xml_open_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid rgba(15, 23, 42, 0.22);
	text-decoration: none;
	font-weight: 600;
}

.secure_ereader_xml_fallback_frame {
	display: block;
	width: 100%;
	min-height: 620px;
	border: 1px solid rgba(15, 23, 42, 0.18);
	border-radius: 12px;
	background: #fff;
}

.secure_ereader_xml_fallback_frame[hidden] {
	display: none !important;
}

@media (max-width: 760px) {
	.secure_ereader_xml_fallback {
		padding: 16px;
		border-radius: 10px;
	}
	.secure_ereader_xml_fallback_frame {
		min-height: 70vh;
	}
}

/* v1.2.1.3 XML/JATS front-matter header */
.secure_ereader_xml_front {
	border-bottom: 1px solid rgba(15, 23, 42, 0.12);
	margin-bottom: 28px;
	padding-bottom: 24px;
}
.secure_ereader_xml_front .secure_ereader_xml_title {
	margin-bottom: 10px;
}
.secure_ereader_xml_authors {
	color: #334155;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 8px;
}
.secure_ereader_xml_meta_line {
	color: #64748b;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0 0 20px;
}
.secure_ereader_xml_keywords {
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 10px;
	color: #475569;
	font-size: 0.92rem;
	line-height: 1.55;
	margin-top: 18px;
	padding: 12px 14px;
}
@media (max-width: 760px) {
	.secure_ereader_xml_front {
		margin-bottom: 20px;
		padding-bottom: 18px;
	}
	.secure_ereader_xml_authors {
		font-size: 0.95rem;
	}
	.secure_ereader_xml_meta_line,
	.secure_ereader_xml_keywords {
		font-size: 0.86rem;
	}
}

/* v1.2.2.0 XML/JATS viewer improvements inspired by OJT JATS Viewer, styled for Secure eReader */
.secure_ereader_xml_front {
  margin: 0 0 2rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid rgba(17, 24, 39, .14);
}
.secure_ereader_xml_journal_meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-bottom: .8rem;
  font-size: .84rem;
  color: #4b5563;
}
.secure_ereader_xml_journal_title {
  width: 100%;
  font-weight: 700;
  color: #111827;
}
.secure_ereader_xml_badge,
.secure_ereader_xml_article_type {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 999px;
  padding: .18rem .55rem;
  font-size: .76rem;
  line-height: 1.25;
  color: #374151;
  background: #f9fafb;
}
.secure_ereader_xml_article_type {
  width: fit-content;
  text-transform: capitalize;
  margin-bottom: .65rem;
}
.secure_ereader_xml_subtitle {
  margin-top: -.25rem;
  margin-bottom: .9rem;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.55;
}
.secure_ereader_xml_meta_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: .55rem .75rem;
  margin: 1rem 0 1.2rem 0;
}
.secure_ereader_xml_meta_item {
  padding: .55rem .65rem;
  background: #f9fafb;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: .55rem;
}
.secure_ereader_xml_meta_label {
  display: block;
  margin-bottom: .16rem;
  color: #6b7280;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.secure_ereader_xml_meta_value {
  display: block;
  overflow-wrap: anywhere;
  color: #111827;
  font-size: .9rem;
}
.secure_ereader_xml_authors_box,
.secure_ereader_xml_note_box,
.secure_ereader_xml_abstract {
  margin: 1.2rem 0;
}
.secure_ereader_xml_heading_small {
  font-size: 1rem !important;
  margin-bottom: .6rem !important;
}
.secure_ereader_xml_author_card {
  padding: .7rem .8rem;
  margin: .45rem 0;
  border-left: 3px solid rgba(17, 24, 39, .22);
  background: #fbfbfc;
}
.secure_ereader_xml_author_name {
  font-weight: 700;
  color: #111827;
}
.secure_ereader_xml_author_aff,
.secure_ereader_xml_author_orcid,
.secure_ereader_xml_author_email {
  margin-top: .18rem;
  color: #4b5563;
  font-size: .86rem;
  line-height: 1.45;
}
.secure_ereader_xml_keywords {
  margin: .8rem 0;
  padding: .7rem .8rem;
  border-radius: .55rem;
  background: #f9fafb;
  color: #374151;
  font-size: .92rem;
}
.secure_ereader_xml_figure {
  margin: 1.7rem 0;
  padding: 1rem;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: .7rem;
  background: #fff;
}
.secure_ereader_xml_figure img,
.secure_ereader_jats_html img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: .65rem auto;
  border-radius: .35rem;
}
.secure_ereader_xml_figure_label,
.secure_ereader_xml_table_label {
  font-weight: 800;
  color: #111827;
  margin-bottom: .35rem;
}
.secure_ereader_xml_caption {
  color: #4b5563;
  font-size: .92rem;
  line-height: 1.55;
}
.secure_ereader_xml_table_wrap {
  margin: 1.7rem 0;
  padding: 1rem;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: .7rem;
  background: #fff;
  overflow-x: auto;
}
.secure_ereader_xml_table_html {
  overflow-x: auto;
  margin-top: .6rem;
}
.secure_ereader_xml_table_html table,
.secure_ereader_jats_html table {
  width: 100%;
  border-collapse: collapse;
  margin: .7rem 0;
  font-size: .92rem;
}
.secure_ereader_xml_table_html th,
.secure_ereader_xml_table_html td,
.secure_ereader_jats_html th,
.secure_ereader_jats_html td {
  border: 1px solid rgba(17, 24, 39, .14);
  padding: .45rem .55rem;
  vertical-align: top;
}
.secure_ereader_xml_table_html th,
.secure_ereader_jats_html th {
  background: #f3f4f6;
  font-weight: 700;
}
.secure_ereader_xml_toc {
  font-size: .84rem;
}
.secure_ereader_xml_toc_title {
  margin: .8rem 0 .35rem;
  color: #111827;
  font-weight: 800;
}
.secure_ereader_xml_toc ol {
  margin: 0 0 .8rem 1rem;
  padding: 0;
}
.secure_ereader_xml_toc li {
  margin: .22rem 0;
}
.secure_ereader_xml_toc a {
  color: #374151;
  text-decoration: none;
}
.secure_ereader_xml_toc a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .secure_ereader_xml_meta_grid {
    grid-template-columns: 1fr;
  }
  .secure_ereader_xml_figure,
  .secure_ereader_xml_table_wrap {
    padding: .75rem;
  }
}

/* v1.2.2.1 XML/JATS cleanup: use Secure eReader design, not the raw OJT page look */
body.secure_ereader_reader_xml .secure_ereader_xml_viewer {
  background: #eef0f5;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toolbar {
  height: 48px;
  padding: 7px 178px 7px 22px;
  background: #2f303b;
}

body.secure_ereader_reader_xml .secure_ereader_xml_layout {
  padding-top: 48px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toc {
  width: 285px;
  min-width: 285px;
  max-width: 285px;
  padding: 18px 18px 28px;
  background: #272834;
  border-right: 1px solid rgba(255,255,255,.1);
  color: #d9dbe6;
  font-size: 13px;
  line-height: 1.38;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toc_title {
  color: #aeb2c2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 18px 0 8px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toc_title:first-child {
  margin-top: 0;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toc ol {
  list-style-position: outside;
  margin: 0 0 16px 18px;
  padding: 0;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toc li {
  margin: 0 0 7px;
  color: #9da3b8;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toc a {
  color: #eef1f8;
  text-decoration: none;
}

body.secure_ereader_reader_xml .secure_ereader_xml_toc a:hover,
body.secure_ereader_reader_xml .secure_ereader_xml_toc a:focus {
  color: #36d5e8;
  text-decoration: none;
}

body.secure_ereader_reader_xml .secure_ereader_xml_article_wrap {
  padding: 34px 42px 64px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_article {
  width: min(100%, 1040px);
  max-width: 1040px;
  padding: 42px 54px 58px;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(15,23,42,.08);
  font-size: 17px;
  line-height: 1.72;
}

body.secure_ereader_reader_xml .secure_ereader_xml_front {
  margin-bottom: 34px;
  padding-bottom: 28px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_journal_title {
  color: #384153;
  font-size: 14px;
  font-weight: 800;
}

body.secure_ereader_reader_xml .secure_ereader_xml_title {
  margin-bottom: 16px;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 800;
}

body.secure_ereader_reader_xml .secure_ereader_xml_meta_grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin: 18px 0 22px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_meta_item {
  background: #f8fafc;
  border-color: rgba(15,23,42,.08);
}

body.secure_ereader_reader_xml .secure_ereader_xml_authors_box,
body.secure_ereader_reader_xml .secure_ereader_xml_note_box,
body.secure_ereader_reader_xml .secure_ereader_xml_abstract {
  margin: 18px 0;
}

body.secure_ereader_reader_xml .secure_ereader_xml_authors_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_authors_box > .secure_ereader_xml_heading_small {
  grid-column: 1 / -1;
  margin: 0 0 4px !important;
}

body.secure_ereader_reader_xml .secure_ereader_xml_author_card {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #22c7d9;
  border-radius: 8px;
  background: #f8fafc;
}

body.secure_ereader_reader_xml .secure_ereader_xml_abstract {
  padding: 22px 24px;
  border-left: 4px solid #22c7d9;
  border-radius: 0 10px 10px 0;
  background: #f8fbfd;
}

body.secure_ereader_reader_xml .secure_ereader_xml_note_box {
  padding: 14px 16px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 10px;
  background: #fbfcfe;
}

body.secure_ereader_reader_xml .secure_ereader_xml_note_box .secure_ereader_xml_p {
  margin-bottom: 8px;
  color: #475569;
}

body.secure_ereader_reader_xml .secure_ereader_xml_sec {
  margin-top: 26px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_heading {
  color: #0f172a;
}

body.secure_ereader_reader_xml .secure_ereader_xml_p {
  color: #273244;
}

body.secure_ereader_reader_xml .secure_ereader_jats_html {
  font-size: inherit;
  line-height: inherit;
}

body.secure_ereader_reader_xml .secure_ereader_jats_html .front,
body.secure_ereader_reader_xml .secure_ereader_jats_html .article-meta,
body.secure_ereader_reader_xml .secure_ereader_jats_html .journal-meta,
body.secure_ereader_reader_xml .secure_ereader_jats_html .permissions {
  display: none !important;
}

body.secure_ereader_reader_xml .secure_ereader_jats_html a,
body.secure_ereader_reader_xml .secure_ereader_xml_article a {
  color: #087c8a;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  body.secure_ereader_reader_xml .secure_ereader_xml_article_wrap {
    padding: 24px 24px 54px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_article {
    padding: 32px 32px 46px;
  }
}

@media (max-width: 900px) {
  body.secure_ereader_reader_xml .secure_ereader_xml_toolbar {
    height: 44px;
    padding: 6px 112px 6px 82px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_layout {
    padding-top: 44px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_toc {
    top: 44px;
    width: min(86vw, 310px);
    min-width: min(86vw, 310px);
    max-width: min(86vw, 310px);
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_article_wrap {
    padding: 16px 12px 42px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_article {
    width: 100%;
    padding: 24px 18px 34px;
    border-radius: 10px;
    font-size: 15.5px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_title {
    font-size: 25px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_authors_box {
    grid-template-columns: 1fr;
  }
}

/* v1.2.2.3 targeted XML article correction
   Reverts the wider v1.2.2.2 layout idea by using the v1.2.2.1 reader frame.
   Only the XML article content boxes below are adjusted. */
body.secure_ereader_reader_xml .secure_ereader_xml_abstract {
  background: #f4fbf2 !important;
  border-left: 4px solid #22c7d9;
}

/* Only the abstract should have the special background colour. */
body.secure_ereader_reader_xml .secure_ereader_xml_meta_item,
body.secure_ereader_reader_xml .secure_ereader_xml_author_card,
body.secure_ereader_reader_xml .secure_ereader_xml_keywords,
body.secure_ereader_reader_xml .secure_ereader_xml_note_box,
body.secure_ereader_reader_xml .secure_ereader_xml_figure,
body.secure_ereader_reader_xml .secure_ereader_xml_table_wrap {
  background: transparent !important;
}

body.secure_ereader_reader_xml .secure_ereader_xml_note_box,
body.secure_ereader_reader_xml .secure_ereader_xml_meta_item {
  border-color: rgba(15,23,42,.08);
}

/* Keep JATS-generated embedded content from adding its own page/card background. */
body.secure_ereader_reader_xml .secure_ereader_jats_html .abstract {
  background: #f4fbf2 !important;
}

body.secure_ereader_reader_xml .secure_ereader_jats_html .kwd-group,
body.secure_ereader_reader_xml .secure_ereader_jats_html .contrib-group,
body.secure_ereader_reader_xml .secure_ereader_jats_html .article-meta,
body.secure_ereader_reader_xml .secure_ereader_jats_html .notes,
body.secure_ereader_reader_xml .secure_ereader_jats_html .fig,
body.secure_ereader_reader_xml .secure_ereader_jats_html .table-wrap {
  background: transparent !important;
}

/* v1.2.2.4 XML/JATS article content: original JICC-style template.
   This section changes ONLY the article canvas/content. The XML outline/sidebar remains unchanged. */
body.secure_ereader_reader_xml .secure_ereader_xml_viewer {
  background: #dfe1e6;
}

body.secure_ereader_reader_xml .secure_ereader_xml_article_wrap {
  padding: 34px 42px 70px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_article {
  width: min(100%, 1120px);
  max-width: 1120px;
  padding: 64px 70px 72px;
  border: 1px solid #c7cad2;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
  color: #111;
  font-size: 16px;
  line-height: 1.48;
}

body.secure_ereader_reader_xml .secure_ereader_xml_original_template {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin: 0;
  padding: 0;
  border: 0;
}

body.secure_ereader_reader_xml .secure_ereader_xml_article_side {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.48;
  padding-top: 0;
}

body.secure_ereader_reader_xml .secure_ereader_xml_template_logo_wrap {
  text-align: center;
  margin-bottom: 16px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_template_logo {
  display: inline-block;
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 0;
  margin: 0 auto;
}

body.secure_ereader_reader_xml .secure_ereader_xml_check_updates {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 78px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3f3f3f !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

body.secure_ereader_reader_xml .secure_ereader_xml_check_updates img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

body.secure_ereader_reader_xml .secure_ereader_xml_side_section {
  margin: 0 0 28px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_side_heading {
  margin: 0 0 9px;
  color: #005190;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

body.secure_ereader_reader_xml .secure_ereader_xml_side_text {
  margin: 0 0 7px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.secure_ereader_reader_xml .secure_ereader_xml_article_main {
  min-width: 0;
}

body.secure_ereader_reader_xml .secure_ereader_xml_template_topline {
  margin: 0 0 12px;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

body.secure_ereader_reader_xml .secure_ereader_xml_open_access_line {
  color: #a00056;
  font-style: italic;
  font-weight: 700;
}

body.secure_ereader_reader_xml .secure_ereader_xml_journal_line {
  color: #c00000;
  font-style: italic;
}

body.secure_ereader_reader_xml .secure_ereader_xml_doi_line {
  color: #111;
  font-weight: 700;
}

body.secure_ereader_reader_xml .secure_ereader_xml_title {
  margin: 14px 0 18px;
  color: #004c8c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.22;
  text-align: left;
}

body.secure_ereader_reader_xml .secure_ereader_xml_subtitle {
  margin: -6px 0 14px;
  color: #004c8c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

body.secure_ereader_reader_xml .secure_ereader_xml_author_line {
  margin: 0 0 16px;
  color: #4c7f39;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

body.secure_ereader_reader_xml .secure_ereader_xml_abstract {
  margin: 0 0 12px;
  padding: 8px 10px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f4fbf2 !important;
  color: #111;
}

body.secure_ereader_reader_xml .secure_ereader_xml_abstract .secure_ereader_xml_p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42;
  text-align: justify;
}

body.secure_ereader_reader_xml .secure_ereader_xml_abstract_label {
  color: #005190;
  font-weight: 800;
}

body.secure_ereader_reader_xml .secure_ereader_xml_keywords {
  margin: 0 0 20px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

body.secure_ereader_reader_xml .secure_ereader_xml_keywords_label {
  color: #005190;
  font-weight: 800;
  text-decoration: underline;
}

body.secure_ereader_reader_xml .secure_ereader_xml_sec {
  margin-top: 18px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_heading {
  margin: 18px 0 10px;
  color: #004c8c;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

body.secure_ereader_reader_xml .secure_ereader_xml_p {
  margin: 0 0 13px;
  color: #111;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16.2px;
  line-height: 1.42;
  text-align: justify;
}

body.secure_ereader_reader_xml .secure_ereader_xml_note_box,
body.secure_ereader_reader_xml .secure_ereader_xml_author_card,
body.secure_ereader_reader_xml .secure_ereader_xml_meta_item,
body.secure_ereader_reader_xml .secure_ereader_xml_figure,
body.secure_ereader_reader_xml .secure_ereader_xml_table_wrap {
  background: transparent !important;
}

body.secure_ereader_reader_xml .secure_ereader_xml_figure,
body.secure_ereader_reader_xml .secure_ereader_xml_table_wrap {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 12px 14px;
}

@media (max-width: 1100px) {
  body.secure_ereader_reader_xml .secure_ereader_xml_article {
    padding: 44px 42px 58px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_original_template {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 34px;
  }
}

@media (max-width: 760px) {
  body.secure_ereader_reader_xml .secure_ereader_xml_article_wrap {
    padding: 14px 10px 42px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_article {
    padding: 24px 16px 34px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_original_template {
    display: block;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_article_side {
    margin-bottom: 24px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_check_updates {
    margin-bottom: 24px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_template_topline {
    text-align: left;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_title {
    font-size: 25px;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_p {
    font-size: 15.5px;
  }
}


/* v1.2.2.7 XML/JATS original-template header refinements only.
   Keep the Secure eReader outline/sidebar and all viewer behavior unchanged. */
body.secure_ereader_reader_xml .secure_ereader_xml_article_side {
  text-align: left;
}

body.secure_ereader_reader_xml .secure_ereader_xml_template_logo_wrap {
  width: 150px;
  margin: 0 auto 14px;
  text-align: center;
}

body.secure_ereader_reader_xml .secure_ereader_xml_template_logo {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  object-fit: contain;
}

body.secure_ereader_reader_xml .secure_ereader_xml_check_updates {
  display: flex;
  width: 150px;
  max-width: 150px;
  margin: 0 auto 72px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.secure_ereader_reader_xml .secure_ereader_xml_check_updates img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto;
}

body.secure_ereader_reader_xml .secure_ereader_xml_template_topline {
  margin-top: 10px;
}

body.secure_ereader_reader_xml .secure_ereader_xml_title {
  font-family: Calibri, "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

body.secure_ereader_reader_xml .secure_ereader_xml_author_line {
  font-family: Calibri, "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  body.secure_ereader_reader_xml .secure_ereader_xml_template_logo_wrap,
  body.secure_ereader_reader_xml .secure_ereader_xml_check_updates {
    margin-left: 0;
    margin-right: auto;
  }
  body.secure_ereader_reader_xml .secure_ereader_xml_check_updates {
    margin-bottom: 24px;
  }
}

/* v1.2.2.7 XML/JATS semantic rendering fixes only: outline anchors, inline styles, links and formulas. */
body.secure_ereader_reader_xml .secure_ereader_xml_sec,
body.secure_ereader_reader_xml .secure_ereader_xml_figure,
body.secure_ereader_reader_xml .secure_ereader_xml_table_wrap,
body.secure_ereader_reader_xml .secure_ereader_xml_references li {
  scroll-margin-top: 72px;
}
body.secure_ereader_reader_xml .secure_ereader_xml_underline {
  text-decoration: underline;
}
body.secure_ereader_reader_xml .secure_ereader_xml_smallcaps {
  font-variant: small-caps;
}
body.secure_ereader_reader_xml .secure_ereader_xml_xref,
body.secure_ereader_reader_xml .secure_ereader_xml_ext_link {
  color: #005f9e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.secure_ereader_reader_xml .secure_ereader_xml_inline_graphic {
  max-height: 1.35em;
  max-width: 4em;
  vertical-align: middle;
}
body.secure_ereader_reader_xml .secure_ereader_xml_inline_formula {
  display: inline-block;
  padding: 0 .18em;
  vertical-align: baseline;
}
body.secure_ereader_reader_xml .secure_ereader_xml_display_formula {
  display: block;
  margin: 1rem 0;
  padding: .75rem 1rem;
  overflow-x: auto;
  text-align: center;
  background: #fafafa;
  border-left: 3px solid #d5d9e2;
}
body.secure_ereader_reader_xml .secure_ereader_xml_formula_label {
  float: right;
  margin-left: 1rem;
  font-weight: 700;
}
body.secure_ereader_reader_xml .secure_ereader_xml_quote {
  margin: 1rem 0;
  padding: .75rem 1rem;
  border-left: 3px solid #d6dbe4;
  color: inherit;
  background: #fafafa;
}
body.secure_ereader_reader_xml .secure_ereader_xml_caption p,
body.secure_ereader_reader_xml .secure_ereader_xml_caption_p {
  margin: .25rem 0 0;
}
body.secure_ereader_reader_xml .secure_ereader_xml_table_foot {
  margin-top: .5rem;
  font-size: .92em;
}

/* v1.2.3.1 Branding options from plugin settings */
body.secure_ereader_page {
	background: var(--secure-reader-page-bg, #2b2b35) !important;
}

body.secure_ereader_page .secure_ereader_shell {
	background: var(--secure-reader-page-bg, #2b2b35);
}

body.secure_ereader_page .secure_ereader_sidebar,
body.secure_ereader_page .secure_ereader_sidebar_top {
	background: var(--secure-reader-sidebar-bg, #292934);
	color: var(--secure-reader-sidebar-text, #e7e7ee);
}

body.secure_ereader_page .secure_ereader_sidebar_top {
	border-bottom-color: var(--secure-reader-theme-color, #21b6c9);
}

body.secure_ereader_page .secure_ereader_tab.is_active,
body.secure_ereader_page .secure_ereader_sidebar_label,
body.secure_ereader_page .secure_ereader_sidebar_heading,
body.secure_ereader_page .secure_ereader_reference_copy_all,
body.secure_ereader_page .secure_ereader_reference_copy,
body.secure_ereader_page .secure_ereader_xml_toc a,
body.secure_ereader_page .secure_ereader_xml_heading,
body.secure_ereader_page .secure_ereader_xml_side_heading,
body.secure_ereader_page .secure_ereader_xml_journal_line {
	color: var(--secure-reader-theme-color, #21b6c9);
}

body.secure_ereader_page .secure_ereader_content_action_download,
body.secure_ereader_page .secure_ereader_mobile_info_button,
body.secure_ereader_page .secure_ereader_xml_tool:hover,
body.secure_ereader_page .secure_ereader_xml_tool:focus {
	background: var(--secure-reader-button-color, #21b6c9);
	border-color: var(--secure-reader-button-color, #21b6c9);
}

body.secure_ereader_page .secure_ereader_xml_toolbar {
	background: var(--secure-reader-sidebar-bg, #34343f);
	border-bottom-color: var(--secure-reader-theme-color, #21b6c9);
}

body.secure_ereader_page .secure_ereader_xml_viewer {
	background: var(--secure-reader-page-bg, #ececf1);
	color: var(--secure-reader-xml-text-color, #20222c);
}

body.secure_ereader_page .secure_ereader_xml_article {
	background: var(--secure-reader-xml-article-bg, #ffffff);
	color: var(--secure-reader-xml-text-color, #20222c);
}

body.secure_ereader_page .secure_ereader_xml_title {
	color: var(--secure-reader-xml-title-color, #00498b);
}

body.secure_ereader_page .secure_ereader_xml_author_line,
body.secure_ereader_page .secure_ereader_xml_author_line a {
	color: var(--secure-reader-xml-author-color, #447a3b);
}

body.secure_ereader_page .secure_ereader_xml_abstract {
	background: var(--secure-reader-xml-abstract-bg, #f4fbf2);
	border-left-color: var(--secure-reader-theme-color, #21b6c9);
}

body.secure_ereader_brand_font_system .secure_ereader_shell,
body.secure_ereader_brand_font_system .secure_ereader_xml_article {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.secure_ereader_brand_font_calibri .secure_ereader_shell,
body.secure_ereader_brand_font_calibri .secure_ereader_xml_article {
	font-family: Calibri, "Segoe UI", Arial, sans-serif;
}

body.secure_ereader_brand_font_serif .secure_ereader_shell,
body.secure_ereader_brand_font_serif .secure_ereader_xml_article {
	font-family: Georgia, "Times New Roman", serif;
}

body.secure_ereader_brand_font_times .secure_ereader_shell,
body.secure_ereader_brand_font_times .secure_ereader_xml_article {
	font-family: "Times New Roman", Times, serif;
}
