:root {
	--jhs-primary: #1f5d3a;
	--jhs-primary-dark: #17462d;
	--jhs-primary-light: #eaf4ed;
	--jhs-secondary: #6d8b3d;
	--jhs-accent: #9b6819;
	--jhs-text: #1f2933;
	--jhs-text-muted: #5f6b76;
	--jhs-heading: #173324;
	--jhs-background: #fff;
	--jhs-background-soft: #f5f8f5;
	--jhs-border: #d9e2dc;
	--jhs-focus: #005fcc;
	--jhs-error: #b42318;
	--jhs-success: #267a45;
	--jhs-shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);
	--jhs-shadow-md: 0 8px 24px rgba(23, 51, 36, .10);
	--jhs-radius-sm: 4px;
	--jhs-radius-md: 8px;
	--jhs-radius-lg: 12px;
	--jhs-container-width: 1240px;
}

/* Journal Settings: public journal description/profile. */
.jhs_journal_profile {
	--jhs-profile-green: #155a38;
	--jhs-profile-green-dark: #0c3e27;
	--jhs-profile-gold: #c99a2e;
	--jhs-profile-soft: #f3f7f4;
	color: #26362e;
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.25rem);
	line-height: 1.7;
}

.jhs_journal_profile h2 {
	color: var(--jhs-profile-green-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.2;
	margin: 0 0 .8rem;
}

.jhs_journal_profile p {
	margin: 0 0 1rem;
}

.jhs_journal_profile a {
	text-underline-offset: .16em;
}

.jhs_journal_intro,
.jhs_journal_contact {
	background: linear-gradient(135deg, var(--jhs-profile-green-dark), var(--jhs-profile-green));
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(12, 62, 39, .14);
	color: #fff;
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.25rem);
	grid-template-columns: minmax(180px, .65fr) minmax(0, 1.8fr);
	overflow: hidden;
	padding: clamp(1.25rem, 3vw, 2.25rem);
}

.jhs_journal_profile .jhs_journal_intro h2,
.jhs_journal_profile .jhs_journal_contact h2 {
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
}

.jhs_journal_profile .jhs_journal_intro a,
.jhs_journal_profile .jhs_journal_intro a:visited,
.jhs_journal_profile .jhs_journal_contact a,
.jhs_journal_profile .jhs_journal_contact a:visited {
	color: #ffe29a !important;
	font-weight: 700;
	text-decoration-color: rgba(255, 226, 154, .72);
	text-decoration-thickness: 1px;
}

.jhs_journal_profile .jhs_journal_intro a:hover,
.jhs_journal_profile .jhs_journal_intro a:focus-visible,
.jhs_journal_profile .jhs_journal_contact a:hover,
.jhs_journal_profile .jhs_journal_contact a:focus-visible {
	color: #fff4d3 !important;
	text-decoration-color: currentColor;
}

.jhs_journal_profile .jhs_journal_intro_text,
.jhs_journal_profile .jhs_journal_contact,
.jhs_journal_profile .jhs_journal_contact p,
.jhs_journal_profile .jhs_journal_contact strong {
	color: #fff !important;
}

.jhs_journal_logo {
	align-self: center;
	background: #fff;
	border-radius: 14px;
	padding: .8rem;
}

.jhs_journal_logo img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100%;
}

.jhs_journal_kicker {
	color: #678b31;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .14em;
	margin-bottom: .4rem !important;
	text-transform: uppercase;
}

.jhs_journal_intro .jhs_journal_kicker,
.jhs_journal_contact .jhs_journal_kicker {
	color: #f4cf72;
}

.jhs_journal_promises,
.jhs_journal_links {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
}

.jhs_journal_promises span {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	font-size: .84rem;
	font-weight: 700;
	padding: .38rem .72rem;
}

.jhs_journal_metrics,
.jhs_journal_discovery {
	border: 1px solid #d8e4dc;
	border-radius: 16px;
	padding: clamp(1.15rem, 3vw, 2rem);
}

.jhs_journal_metric_grid {
	display: grid;
	gap: .8rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jhs_journal_metric {
	background: var(--jhs-profile-soft);
	border: 1px solid #dce7df;
	border-radius: 12px;
	color: #26362e !important;
	display: flex;
	flex-direction: column;
	min-height: 112px;
	padding: 1rem;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

a.jhs_journal_metric:hover,
a.jhs_journal_metric:focus-visible {
	box-shadow: 0 10px 24px rgba(21, 90, 56, .12);
	transform: translateY(-2px);
}

.jhs_journal_metric strong {
	color: var(--jhs-profile-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: .6rem;
}

.jhs_journal_metric span {
	font-size: .8rem;
	line-height: 1.35;
}

.jhs_journal_split {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jhs_journal_card {
	background: var(--jhs-profile-soft);
	border-left: 4px solid var(--jhs-profile-green);
	border-radius: 4px 14px 14px 4px;
	padding: clamp(1.15rem, 3vw, 1.75rem);
}

.jhs_journal_oa {
	border-left-color: var(--jhs-profile-gold);
}

.jhs_journal_button {
	background: var(--jhs-profile-green);
	border-radius: 8px;
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	padding: .65rem .9rem;
	text-decoration: none !important;
}

.jhs_journal_cc img {
	display: block;
	height: auto;
}

.jhs_journal_links a {
	background: #fff;
	border: 1px solid #cbdcd1;
	border-radius: 999px;
	color: var(--jhs-profile-green-dark);
	font-weight: 700;
	padding: .45rem .85rem;
	text-decoration: none;
}

.jhs_journal_links a:hover,
.jhs_journal_links a:focus-visible {
	background: var(--jhs-profile-green);
	color: #fff;
}

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

.jhs_journal_contact figure {
	align-self: center;
	margin: 0;
	text-align: center;
}

.jhs_journal_contact figure img {
	background: #fff;
	border-radius: 10px;
	display: block;
	height: auto;
	margin: 0 auto .55rem;
	max-width: 125px;
	padding: .35rem;
}

.jhs_journal_contact figcaption {
	font-size: .72rem;
	line-height: 1.35;
}

@media (max-width: 900px) {
	.jhs_journal_metric_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.jhs_journal_intro,
	.jhs_journal_contact,
	.jhs_journal_split {
		grid-template-columns: 1fr;
	}

	.jhs_journal_logo {
		max-width: 230px;
	}

	.jhs_journal_metric_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jhs_journal_contact figure {
		text-align: left;
	}

	.jhs_journal_contact figure img {
		margin-left: 0;
	}
}

.pkp_structure_page {
	background: var(--jhs-background);
	color: var(--jhs-text);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
}

.pkp_structure_page *,
.pkp_structure_page *::before,
.pkp_structure_page *::after {
	box-sizing: border-box;
}

.pkp_structure_page :is(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid var(--jhs-focus);
	outline-offset: 3px;
}

.pkp_structure_page a {
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

.pkp_structure_page a:hover {
	color: var(--jhs-primary-dark);
}

.pkp_structure_head {
	background: var(--jhs-background);
	border-bottom: 1px solid var(--jhs-border);
	box-shadow: var(--jhs-shadow-sm);
}

.pkp_structure_content,
.pkp_structure_footer {
	max-width: var(--jhs-container-width);
}

.pkp_head_wrapper {
	margin-inline: auto;
	max-width: none;
	width: 100%;
}

.pkp_site_name {
	padding-block: 1rem;
}

.pkp_site_name .is_text {
	color: var(--jhs-heading);
	font-size: clamp(1.25rem, 2.4vw, 2rem);
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.2;
	text-shadow: none;
}

.pkp_site_name .is_img img {
	max-height: 110px;
	width: auto;
}

.pkp_navigation_primary_row {
	background: var(--jhs-primary-dark);
}

.pkp_navigation_primary {
	display: flex;
	flex-wrap: wrap;
	gap: .15rem;
}

.pkp_navigation_primary > li > a {
	border-radius: var(--jhs-radius-sm);
	color: #fff;
	font-size: .92rem;
	font-weight: 650;
	padding: .72rem .6rem;
	text-transform: none;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus-visible,
.pkp_navigation_primary > li > a[aria-current="page"] {
	background: rgba(255, 255, 255, .15);
	border-color: transparent;
	color: #fff;
}

.pkp_navigation_primary .dropdown-menu {
	border: 1px solid var(--jhs-border);
	border-radius: var(--jhs-radius-md);
	box-shadow: var(--jhs-shadow-md);
}

.pkp_navigation_search_wrapper form {
	align-items: center;
	display: flex !important;
	gap: .4rem;
}

.pkp_navigation_search_wrapper input[type="text"],
.pkp_navigation_search_wrapper input[type="search"] {
	border: 1px solid rgba(255,255,255,.55);
	border-radius: var(--jhs-radius-sm);
	min-height: 42px;
	padding: .55rem .7rem !important;
	width: min(220px, 28vw);
}

.pkp_navigation_search_wrapper button {
	background: #fff;
	border: 0;
	border-radius: var(--jhs-radius-sm);
	color: var(--jhs-primary-dark);
	font-weight: 700;
	min-height: 42px;
	min-width: 44px;
	padding: .55rem .7rem !important;
}

.pkp_navigation_search_wrapper svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
}

.pkp_navigation_user {
	font-size: .9rem;
}

.pkp_navigation_user > li > a {
	border: 1px solid var(--jhs-border);
	border-radius: var(--jhs-radius-sm);
	color: var(--jhs-primary-dark);
	font-weight: 700;
	margin-left: .4rem;
	min-height: 38px;
	padding: .45rem .75rem;
}

.pkp_navigation_user > li > a:hover {
	background: var(--jhs-primary-light);
	border-color: var(--jhs-primary);
	color: var(--jhs-primary-dark);
}

.pkp_navigation_user > li > a:focus-visible {
	background: #fff;
	color: var(--jhs-primary-dark);
}

.pkp_structure_content {
	gap: clamp(1.5rem, 4vw, 3.5rem);
	padding-block: clamp(1.5rem, 4vw, 3.5rem);
}

.pkp_structure_main {
	min-width: 0;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_sidebar h2 {
	color: var(--jhs-heading);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: -.02em;
	line-height: 1.25;
}

.pkp_page_index .current_issue,
.pkp_page_index .additional_content {
	background: var(--jhs-background-soft);
	border: 1px solid var(--jhs-border);
	border-radius: var(--jhs-radius-lg);
	margin-block: 1.5rem;
	padding: clamp(1.1rem, 3vw, 2rem);
}

.obj_issue_toc .heading,
.obj_issue_summary,
.obj_article_summary,
.obj_announcement_summary {
	border-color: var(--jhs-border);
}

.obj_article_summary {
	border-bottom: 1px solid var(--jhs-border);
	padding-block: 1.35rem;
}

.obj_article_summary .title {
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.4;
	margin-bottom: .55rem;
}

.obj_article_summary .title a,
.obj_issue_summary .title {
	color: var(--jhs-heading);
	font-weight: 700;
}

.obj_article_summary .meta,
.obj_article_details .authors,
.obj_issue_summary .series {
	color: var(--jhs-text-muted);
}

.obj_article_summary .galleys_links,
.obj_article_details .galleys_links {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: .85rem;
}

.obj_galley_link {
	align-items: center;
	background: var(--jhs-primary);
	border: 1px solid var(--jhs-primary);
	border-radius: var(--jhs-radius-sm);
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: .55rem .85rem;
	width: auto;
}

.obj_article_summary .galleys_links > li,
.obj_article_details .galleys_links > li,
.obj_issue_toc .galleys_links > li {
	flex: 0 0 auto;
	width: auto;
}

.obj_galley_link:hover,
.obj_galley_link:focus-visible {
	background: var(--jhs-primary-dark);
	border-color: var(--jhs-primary-dark);
	color: #fff;
}

.obj_issue_summary {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--jhs-border);
	border-radius: var(--jhs-radius-lg);
	box-shadow: var(--jhs-shadow-sm);
	display: grid;
	gap: 1.25rem;
	grid-template-columns: minmax(110px, 170px) 1fr;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
}

.obj_issue_summary .cover {
	margin: 0;
	width: 100%;
}

.obj_issue_summary .cover img,
.obj_issue_toc .cover img {
	border-radius: var(--jhs-radius-sm);
	box-shadow: var(--jhs-shadow-sm);
	height: auto;
	max-width: 100%;
}

.obj_article_details .page_title {
	font-size: clamp(1.7rem, 4vw, 2.65rem);
	overflow-wrap: anywhere;
}

.obj_article_details :is(.abstract, .keywords, .references),
.page_search .search_results,
.page_login,
.page_register {
	max-width: 78ch;
}

.obj_article_details .references,
.obj_article_details .doi,
.obj_article_details a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.pkp_structure_page :is(input[type="text"], input[type="email"], input[type="password"], input[type="search"], select, textarea) {
	background: #fff;
	border: 1px solid #9aa7a0;
	border-radius: var(--jhs-radius-sm);
	color: var(--jhs-text);
	font: inherit;
	max-width: 100%;
	min-height: 44px;
	padding: .65rem .75rem;
}

.pkp_structure_page label {
	color: var(--jhs-heading);
	font-weight: 650;
}

.pkp_structure_page :is(button, input[type="submit"], .cmp_button, .pkp_button) {
	border-radius: var(--jhs-radius-sm);
	min-height: 44px;
}

.pkp_structure_page input[type="submit"],
.pkp_structure_page .cmp_button {
	background: var(--jhs-primary);
	border-color: var(--jhs-primary);
	color: #fff;
	font-weight: 700;
}

.pkp_structure_page .pkp_form_error,
.pkp_structure_page .pkp_form_error_list {
	color: var(--jhs-error);
}

.pkp_structure_page table {
	border-collapse: collapse;
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pkp_structure_page th {
	background: var(--jhs-primary-light);
	color: var(--jhs-heading);
}

.pkp_structure_page :is(th, td) {
	border-color: var(--jhs-border);
	padding: .75rem;
}

.pkp_structure_sidebar {
	min-width: 0;
}

.pkp_structure_sidebar > div {
	background: var(--jhs-background-soft);
	border: 1px solid var(--jhs-border);
	border-radius: var(--jhs-radius-md);
	margin-bottom: 1rem;
	padding: 1rem;
}

.pkp_structure_sidebar h2 {
	border-bottom: 2px solid var(--jhs-secondary);
	font-size: 1rem;
	margin-bottom: .75rem;
	padding-bottom: .5rem;
}

.cmp_breadcrumbs {
	color: var(--jhs-text-muted);
	font-size: .9rem;
}

.cmp_pagination a,
.cmp_pagination .current {
	border-radius: var(--jhs-radius-sm);
	min-height: 40px;
	min-width: 40px;
}

.pkp_structure_footer_wrapper {
	background: var(--jhs-primary-dark);
	border-top: 4px solid var(--jhs-secondary);
	color: rgba(255,255,255,.88);
}

.pkp_structure_footer {
	align-items: flex-start;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-block: 2.25rem;
}

.pkp_structure_footer a {
	color: #fff;
}

.pkp_brand_footer img {
	filter: brightness(0) invert(1);
	max-width: 140px;
}

@media (max-width: 991px) {
	.pkp_site_nav_menu {
		background: var(--jhs-primary-dark);
	}

	.pkp_site_nav_toggle {
		align-items: center;
		background: var(--jhs-primary);
		border-radius: var(--jhs-radius-sm);
		color: #fff;
		display: flex;
		min-height: 44px;
		min-width: 44px;
	}

	.pkp_navigation_primary {
		align-items: stretch;
		flex-direction: column;
	}

	.pkp_navigation_primary > li > a {
		display: block;
		min-height: 44px;
	}

	.pkp_navigation_user > li > a {
		border-color: rgba(255, 255, 255, .45);
		color: #fff;
		margin: .25rem .25rem .25rem 0;
		min-height: 44px;
	}

	.pkp_navigation_user > li > a:hover,
	.pkp_navigation_user > li > a:focus-visible {
		background: rgba(255, 255, 255, .14);
		border-color: #fff;
		color: #fff;
	}

	.pkp_navigation_search_wrapper {
		padding: .75rem;
	}

	.pkp_navigation_search_wrapper input[type="text"],
	.pkp_navigation_search_wrapper input[type="search"] {
		flex: 1;
		width: auto;
	}

	.pkp_structure_content.has_sidebar {
		display: flex;
		flex-direction: column;
	}

	.pkp_structure_main {
		order: 1;
		width: 100%;
	}

	.pkp_structure_sidebar {
		order: 2;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.pkp_head_wrapper {
		padding-top: 3.25rem;
	}

	.pkp_site_name {
		padding-block: .65rem;
	}

	.pkp_navigation_primary {
		display: inline-flex;
		max-width: calc(100% - 245px);
		vertical-align: middle;
		width: auto;
	}

	.pkp_navigation_search_wrapper {
		align-items: center;
		display: flex;
		min-height: 58px;
	}

	.pkp_navigation_search_wrapper input[type="text"],
	.pkp_navigation_search_wrapper input[type="search"] {
		width: 175px;
	}
}

@media (max-width: 600px) {
	.pkp_head_wrapper,
	.pkp_structure_content,
	.pkp_structure_footer {
		padding-inline: 1rem;
	}

	.pkp_site_name .is_img img {
		max-height: 76px;
	}

	.obj_issue_summary {
		grid-template-columns: 84px minmax(0, 1fr);
		padding: 1rem;
	}

	.obj_article_details .page_title {
		font-size: 1.7rem;
	}

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

/* Complete article metadata stack, moved below Make a Submission by jhs-theme.js. */
.pkp_structure_sidebar > .jhs_sidebar_entry_details {
	float: none;
	margin: 0;
	width: 100%;
}

.jhs_sidebar_entry_details > .item {
	background: #fff;
	border: 1px solid var(--jhs-border);
	border-radius: var(--jhs-radius-md);
	box-shadow: var(--jhs-shadow-sm);
	margin: 0 0 1rem;
	overflow-wrap: anywhere;
	padding: 1.05rem 1.1rem;
	width: 100%;
}

.jhs_sidebar_entry_details > .item > h2 {
	border-bottom: 2px solid var(--jhs-secondary);
	color: var(--jhs-heading);
	font-size: .93rem;
	letter-spacing: .045em;
	margin: 0 0 .8rem;
	padding-bottom: .5rem;
	text-transform: uppercase;
}

.jhs_sidebar_entry_details .galleys_links {
	display: block;
	margin: 0;
	padding: 0;
}

.jhs_sidebar_entry_details .galleys_links > li {
	display: block;
	margin: 0;
	width: 100%;
}

.jhs_sidebar_entry_details .obj_galley_link {
	display: flex;
	min-height: 44px;
	width: 100%;
}

.jhs_sidebar_entry_details .value {
	margin-bottom: 0;
}

.jhs_sidebar_entry_details .item.copyright img {
	height: auto;
	max-width: 100%;
}

.jhs_sidebar_entry_details .item.citation .citation_formats {
	max-width: 100%;
}

/*
 * OJS reserves part of the article row for entry_details. That metadata is
 * relocated to the site sidebar, so the article body should fill its row.
 */
.pkp_page_article .obj_article_details > .row > .main_entry {
	float: none;
	width: 100%;
}

/* Structured journal footer content pasted into Website Settings > Footer. */
.jhs_footer {
	color: rgba(255, 255, 255, .88);
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	width: 100%;
}

.jhs_footer a {
	color: #f3d77f;
	font-weight: 650;
}

.jhs_footer a:hover {
	color: #fff;
}

.jhs_footer h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2rem;
	letter-spacing: -.01em;
	margin: 0 0 .7rem;
}

.jhs_footer p {
	margin: 0;
}

.jhs_footer_intro,
.jhs_footer_section {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: var(--jhs-radius-lg);
	grid-column: span 6;
	padding: clamp(1rem, 2.5vw, 1.5rem);
}

.jhs_footer_intro {
	align-items: start;
	display: grid;
	gap: 1rem;
	grid-column: 1 / -1;
	grid-template-columns: auto minmax(0, 1fr);
}

.jhs_footer_license {
	background: #fff;
	border-radius: var(--jhs-radius-sm);
	padding: .55rem;
}

.jhs_footer_license img {
	display: block;
	height: 31px;
	max-width: 88px;
	width: 88px;
}

.jhs_footer_logos {
	display: grid;
	gap: .65rem;
	grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
	margin-top: 1.15rem;
}

.jhs_footer_logos a {
	align-items: center;
	background: #fff;
	border-radius: var(--jhs-radius-sm);
	display: flex;
	justify-content: center;
	min-height: 70px;
	padding: .6rem;
	transition: transform .18s ease, box-shadow .18s ease;
}

.jhs_footer_logos a:hover,
.jhs_footer_logos a:focus-visible {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
	transform: translateY(-2px);
}

.jhs_footer_logos img {
	height: 48px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.jhs_footer_service_logo {
	align-items: center;
	color: #24364b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.05;
	text-align: center;
}

.jhs_footer_service_logo strong {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.22rem;
	letter-spacing: .02em;
}

.jhs_footer_service_logo small {
	display: block;
	font-size: .58rem;
	font-weight: 650;
	letter-spacing: .045em;
	line-height: 1.25;
	margin-top: .25rem;
	text-transform: uppercase;
}

.jhs_footer_service_logo_base strong {
	color: #b3262d;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 850;
	letter-spacing: -.04em;
}

.jhs_footer_service_logo_archive strong {
	color: #1f2933;
	font-size: 1rem;
}

.jhs_footer_service_logo_archive small {
	color: #8a5d14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .92rem;
	font-style: italic;
	letter-spacing: 0;
	text-transform: none;
}

.jhs_footer_metrics {
	display: grid;
	gap: .65rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jhs_footer_metrics > div {
	background: rgba(255, 255, 255, .07);
	border-radius: var(--jhs-radius-sm);
	padding: .75rem;
	text-align: center;
}

.jhs_footer_metrics strong,
.jhs_footer_metrics span {
	display: block;
}

.jhs_footer_metrics strong {
	color: #f3d77f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.35rem;
	line-height: 1.1;
}

.jhs_footer_metrics span {
	font-size: .76rem;
	line-height: 1.35;
	margin-top: .3rem;
}

.jhs_footer_badges {
	grid-column: 1 / -1;
}

.jhs_footer_badges > div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.jhs_footer_badges a {
	align-items: center;
	background: #fff;
	border-radius: var(--jhs-radius-sm);
	display: flex;
	justify-content: center;
	min-height: 92px;
	padding: .65rem;
}

.jhs_footer_badges img {
	height: 80px;
	max-width: 180px;
	object-fit: contain;
	width: auto;
}

@media (max-width: 767px) {
	.jhs_footer_intro,
	.jhs_footer_section {
		grid-column: 1 / -1;
	}

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

	.jhs_footer_license {
		justify-self: start;
	}

	.jhs_footer_metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.jhs_footer_metrics {
		grid-template-columns: 1fr;
	}
}

/* Compact, filterable issue archive. Enhanced progressively by jhs-theme.js. */
.jhs_archive_filters {
	display: flex;
	gap: .5rem;
	margin: 0 0 1.5rem;
	overflow-x: auto;
	padding: .2rem .1rem .65rem;
	scrollbar-width: thin;
}

.jhs_archive_filters button {
	background: #fff;
	border: 1px solid var(--jhs-border);
	border-radius: 999px;
	color: var(--jhs-primary-dark);
	flex: 0 0 auto;
	font-size: .86rem;
	font-weight: 700;
	min-height: 40px;
	padding: .45rem .9rem;
}

.jhs_archive_filters button:hover,
.jhs_archive_filters button.is_active {
	background: var(--jhs-primary);
	border-color: var(--jhs-primary);
	color: #fff;
}

.page_issue_archive .issues_archive.jhs_archive_ready {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jhs_archive_ready > .jhs_archive_year {
	border-bottom: 1px solid var(--jhs-border);
	grid-column: 1 / -1;
	list-style: none;
	margin: 1rem 0 .15rem;
	padding-bottom: .55rem;
}

.jhs_archive_ready > .jhs_archive_year:first-child {
	margin-top: 0;
}

.jhs_archive_year h2 {
	color: var(--jhs-heading);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.45rem;
	margin: 0;
}

.jhs_archive_ready > .jhs_archive_issue {
	list-style: none;
	margin: 0;
	min-width: 0;
}

.jhs_archive_ready .obj_issue_summary {
	align-content: start;
	background: linear-gradient(145deg, #fff, var(--jhs-background-soft));
	border: 1px solid var(--jhs-border);
	border-top: 4px solid var(--jhs-secondary);
	display: grid;
	gap: .25rem .85rem;
	grid-template-columns: 64px minmax(0, 1fr);
	grid-template-rows: auto auto 1fr auto;
	height: 100%;
	margin: 0;
	padding: 1rem;
	position: relative;
}

.jhs_archive_ready .obj_issue_summary:hover {
	border-top-color: var(--jhs-primary);
	box-shadow: var(--jhs-shadow-md);
	transform: translateY(-2px);
}

.jhs_archive_ready .obj_issue_summary .cover,
.jhs_archive_placeholder {
	align-self: start;
	background: var(--jhs-primary-dark);
	border-radius: var(--jhs-radius-sm);
	box-shadow: var(--jhs-shadow-sm);
	grid-column: 1;
	grid-row: 1 / span 4;
	height: 92px;
	margin: 0;
	overflow: hidden;
	width: 64px;
}

.jhs_archive_ready .obj_issue_summary .cover img {
	height: 92px;
	object-fit: cover;
	width: 64px;
}

.jhs_archive_placeholder {
	align-items: center;
	background:
		linear-gradient(160deg, rgba(255,255,255,.08), transparent),
		var(--jhs-primary-dark);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.jhs_archive_placeholder span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: .04em;
}

.jhs_archive_placeholder small {
	color: #f3d77f;
	font-size: .58rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.jhs_archive_ready .obj_issue_summary .title {
	font-size: .96rem;
	grid-column: 2;
	line-height: 1.3;
	margin: 0;
}

.jhs_archive_ready .obj_issue_summary .title a {
	color: var(--jhs-heading);
}

.jhs_archive_ready .obj_issue_summary .description,
.jhs_archive_ready .obj_issue_summary .series {
	display: none;
}

.jhs_archive_date {
	color: var(--jhs-text-muted);
	font-size: .8rem;
	grid-column: 2;
	margin: 0;
}

.jhs_archive_current {
	background: #e8f4ea;
	border-radius: 999px;
	color: var(--jhs-success);
	font-size: .65rem;
	font-weight: 800;
	grid-column: 2;
	justify-self: start;
	letter-spacing: .045em;
	line-height: 1.3;
	padding: .2rem .5rem;
	text-transform: uppercase;
}

.jhs_archive_view {
	align-self: end;
	color: var(--jhs-primary);
	font-size: .8rem;
	font-weight: 750;
	grid-column: 2;
	margin-top: .45rem;
	text-decoration: none;
}

.jhs_archive_view:hover {
	color: var(--jhs-primary-dark);
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.page_issue_archive .issues_archive.jhs_archive_ready {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.page_issue_archive .issues_archive.jhs_archive_ready {
		grid-template-columns: 1fr;
	}
}

/* Editorial board and journal team directory. */
.jhs_people {
	--jhs-people-card: #fff;
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
}

.jhs_people_section {
	margin: 0;
}

.jhs_people_heading {
	border-bottom: 1px solid var(--jhs-border);
	margin-bottom: 1.25rem;
	padding-bottom: .7rem;
}

.jhs_people_heading h2 {
	color: var(--jhs-heading);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	margin: 0;
}

.jhs_people_heading h2 span {
	color: var(--jhs-text-muted);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: .55em;
	font-weight: 650;
	letter-spacing: .06em;
	margin-left: .35rem;
	white-space: nowrap;
}

.jhs_people_kicker {
	color: var(--jhs-secondary);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 .15rem;
	text-transform: uppercase;
}

.jhs_people_grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jhs_person {
	background: var(--jhs-people-card);
	border: 1px solid var(--jhs-border);
	border-left: 4px solid var(--jhs-secondary);
	border-radius: var(--jhs-radius-md);
	box-shadow: var(--jhs-shadow-sm);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 1.1rem 1.2rem;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.jhs_person:hover {
	border-left-color: var(--jhs-primary);
	box-shadow: var(--jhs-shadow-md);
	transform: translateY(-2px);
}

.jhs_person h3 {
	color: var(--jhs-heading);
	font-size: 1.02rem;
	line-height: 1.3;
	margin: 0 0 .45rem;
}

.jhs_person p {
	color: var(--jhs-text-muted);
	font-size: .88rem;
	line-height: 1.55;
	margin: 0 0 .9rem;
}

.jhs_person_featured {
	align-items: center;
	background: linear-gradient(135deg, var(--jhs-primary-dark), var(--jhs-primary));
	border: 0;
	color: #fff;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto minmax(0, 1fr);
	max-width: 720px;
	padding: clamp(1.25rem, 3vw, 1.8rem);
}

.jhs_person_featured h3,
.jhs_person_featured p {
	color: #fff;
}

.jhs_person_initials {
	align-items: center;
	background: rgba(255,255,255,.12);
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
	color: #f3d77f;
	display: flex;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.55rem;
	font-weight: 700;
	height: 76px;
	justify-content: center;
	width: 76px;
}

.jhs_person_links {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin-top: auto;
}

.jhs_person_links a {
	background: var(--jhs-primary-light);
	border: 1px solid var(--jhs-border);
	border-radius: 999px;
	color: var(--jhs-primary-dark);
	font-size: .75rem;
	font-weight: 750;
	line-height: 1.2;
	padding: .38rem .7rem;
	text-decoration: none;
}

.jhs_person_links a:hover {
	background: var(--jhs-primary);
	border-color: var(--jhs-primary);
	color: #fff;
}

.jhs_person_featured .jhs_person_links a {
	background: rgba(255,255,255,.12);
	border-color: rgba(255,255,255,.3);
	color: #fff;
}

.jhs_person_links .jhs_orcid::before {
	color: #a6ce39;
	content: "●";
	margin-right: .35rem;
}

.jhs_person_compact {
	max-width: 620px;
}

.jhs_people_previous {
	background: var(--jhs-background-soft);
	border: 1px solid var(--jhs-border);
	border-radius: var(--jhs-radius-lg);
	overflow: hidden;
}

.jhs_people_previous summary {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: .15rem;
	list-style: none;
	padding: 1.2rem 1.4rem;
	position: relative;
}

.jhs_people_previous summary::-webkit-details-marker {
	display: none;
}

.jhs_people_previous summary::after {
	color: var(--jhs-primary);
	content: "+";
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	right: 1.4rem;
}

.jhs_people_previous[open] summary::after {
	content: "−";
}

.jhs_people_previous summary span {
	color: var(--jhs-text-muted);
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.jhs_people_previous summary strong {
	color: var(--jhs-heading);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3rem;
}

.jhs_people_previous > .jhs_people_grid {
	border-top: 1px solid var(--jhs-border);
	padding: 1.25rem;
}

@media (max-width: 700px) {
	.jhs_people_grid {
		grid-template-columns: 1fr;
	}

	.jhs_person_featured {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.obj_issue_summary {
		grid-template-columns: 1fr;
	}

	.obj_issue_summary .cover {
		max-width: 130px;
	}
}

/* Public author guidance and submissions pathway */
.pkp_page_about.pkp_op_submissions .page_submissions {
    --jhs-submit-green: #155b3a;
    --jhs-submit-deep: #083d2a;
    --jhs-submit-gold: #c9942e;
    --jhs-submit-mist: #f3f8f5;
    --jhs-submit-line: #d5e3da;
}

.pkp_page_about.pkp_op_submissions .page_submissions > h1 {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: .85rem;
    color: var(--jhs-submit-deep);
    font-family: Georgia, "Times New Roman", serif;
}

.pkp_page_about.pkp_op_submissions .page_submissions > h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 4px;
    background: linear-gradient(90deg, var(--jhs-submit-gold), #e2bd66);
    border-radius: 999px;
}

.pkp_page_about.pkp_op_submissions .cmp_notification {
    position: relative;
    margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
    padding: 1.2rem 1.25rem 1.2rem 4rem;
    color: #244638;
    background: linear-gradient(135deg, #f5faf7, #edf6f0);
    border: 1px solid #c9dfd1;
    border-left: 5px solid var(--jhs-submit-green);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(10, 67, 44, .06);
}

.pkp_page_about.pkp_op_submissions .cmp_notification::before {
    content: "→";
    position: absolute;
    top: 50%;
    left: 1.25rem;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--jhs-submit-green);
    border-radius: 50%;
    font-weight: 800;
    transform: translateY(-50%);
}

.pkp_page_about.pkp_op_submissions .cmp_notification a {
    color: var(--jhs-submit-deep);
    font-weight: 800;
}

.pkp_page_about.pkp_op_submissions :is(.author_guidelines, .submission_checklist, .copyright_notice, .privacy_statement) {
    position: relative;
    margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
    padding: clamp(1.35rem, 4vw, 2.35rem);
    background: #fff;
    border: 1px solid var(--jhs-submit-line);
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(12, 65, 44, .065);
}

.pkp_page_about.pkp_op_submissions :is(.author_guidelines, .submission_checklist, .copyright_notice, .privacy_statement) > h2 {
    margin: 0 0 1.25rem;
    padding: 0 0 .85rem 3.1rem;
    color: var(--jhs-submit-deep);
    border-bottom: 1px solid var(--jhs-submit-line);
    font: 700 clamp(1.35rem, 2.5vw, 1.75rem)/1.25 Georgia, "Times New Roman", serif;
}

.pkp_page_about.pkp_op_submissions :is(.author_guidelines, .submission_checklist, .copyright_notice, .privacy_statement) > h2::before {
    position: absolute;
    top: clamp(1.2rem, 4vw, 2.1rem);
    left: clamp(1.2rem, 4vw, 2.25rem);
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--jhs-submit-green);
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(15, 82, 53, .2);
    font: 800 .95rem/1 Arial, sans-serif;
}

.pkp_page_about.pkp_op_submissions .author_guidelines > h2::before { content: "01"; }
.pkp_page_about.pkp_op_submissions .submission_checklist > h2::before { content: "02"; }
.pkp_page_about.pkp_op_submissions .copyright_notice > h2::before { content: "03"; }
.pkp_page_about.pkp_op_submissions .privacy_statement > h2::before { content: "04"; }

.pkp_page_about.pkp_op_submissions .author_guidelines > p:first-of-type {
    display: none;
}

.pkp_page_about.pkp_op_submissions .author_guidelines p {
    color: #354c41;
    line-height: 1.78;
}

.pkp_page_about.pkp_op_submissions .author_guidelines p > strong:first-child {
    color: var(--jhs-submit-deep);
}

.pkp_page_about.pkp_op_submissions .author_guidelines a,
.pkp_page_about.pkp_op_submissions .copyright_notice a {
    color: #096a93;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.pkp_page_about.pkp_op_submissions .author_guidelines :is(ul, ol) {
    margin: 1rem 0 1.35rem;
    padding-left: 1.4rem;
}

.pkp_page_about.pkp_op_submissions .author_guidelines li {
    margin: .5rem 0;
    padding-left: .35rem;
    color: #3f5349;
}

.pkp_page_about.pkp_op_submissions .submission_checklist {
    background: linear-gradient(145deg, #fff, var(--jhs-submit-mist));
}

.pkp_page_about.pkp_op_submissions .submission_checklist > p {
    margin: 0 0 1rem;
    color: #566a60;
}

.pkp_page_about.pkp_op_submissions .submission_checklist ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: .75rem;
    list-style: none;
}

.pkp_page_about.pkp_op_submissions .submission_checklist li {
    position: relative;
    margin: 0;
    padding: .9rem 1rem .9rem 3.1rem;
    color: #30493d;
    background: #fff;
    border: 1px solid #d7e5dc;
    border-radius: 11px;
    box-shadow: 0 3px 12px rgba(12, 65, 44, .035);
}

.pkp_page_about.pkp_op_submissions .submission_checklist li::before {
    content: "✓";
    position: absolute;
    top: .85rem;
    left: 1rem;
    width: 1.45rem;
    height: 1.45rem;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--jhs-submit-green);
    border-radius: 50%;
    font-size: .78rem;
    font-weight: 900;
}

.pkp_page_about.pkp_op_submissions .copyright_notice {
    border-top: 4px solid var(--jhs-submit-gold);
}

.pkp_page_about.pkp_op_submissions .copyright_notice img {
    width: auto;
    max-height: 42px;
    margin: .75rem .5rem 0 0;
    vertical-align: middle;
}

.pkp_page_about.pkp_op_submissions .privacy_statement {
    background: #f8faf9;
    box-shadow: none;
}

@media (max-width: 580px) {
    .pkp_page_about.pkp_op_submissions .cmp_notification {
        padding: 3.5rem 1rem 1rem;
    }
    .pkp_page_about.pkp_op_submissions .cmp_notification::before {
        top: 1rem;
        left: 1rem;
        transform: none;
    }
    .pkp_page_about.pkp_op_submissions :is(.author_guidelines, .submission_checklist, .copyright_notice, .privacy_statement) > h2 {
        padding-top: 2.9rem;
        padding-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
	.pkp_structure_page *,
	.pkp_structure_page *::before,
	.pkp_structure_page *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Modern scholarly journal refinement inspired by contemporary OJS layouts. */
.pkp_structure_page {
	background:
		linear-gradient(180deg, var(--jhs-background-soft) 0, #fff 28rem);
}

.pkp_structure_head {
	border-bottom: 0;
	box-shadow: 0 1px 0 rgba(23, 51, 36, .12);
}

.pkp_site_name_wrapper {
	align-items: center;
	display: flex;
}

.pkp_site_name {
	padding-block: 1rem;
}

.pkp_site_name .is_text {
	display: inline-block;
	max-width: 880px;
}

.pkp_navigation_primary_row {
	border-top: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 4px 12px rgba(23, 51, 36, .14);
}

.pkp_navigation_primary_wrapper {
	align-items: center;
	min-height: 58px;
}

.pkp_navigation_primary > li > a {
	letter-spacing: .005em;
}

.pkp_structure_content {
	background: #fff;
	box-shadow: 0 12px 36px rgba(23, 51, 36, .045);
	margin-top: clamp(1rem, 2.5vw, 2rem);
}

.pkp_structure_main > .page_index_journal,
.pkp_structure_main > .page_issue,
.pkp_structure_main > .page_article {
	max-width: 100%;
}

.page_index_journal .homepage_about {
	border-bottom: 1px solid var(--jhs-border);
	margin-bottom: 2rem;
	padding-bottom: 1.75rem;
}

.page_index_journal .homepage_about h2,
.page_index_journal .current_issue > h2,
.obj_issue_toc .sections > .section > h2,
.page_issue_archive > h1,
.page_search > h1 {
	align-items: center;
	display: flex;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	gap: .7rem;
	margin-bottom: 1.25rem;
}

.page_index_journal .homepage_about h2::before,
.page_index_journal .current_issue > h2::before,
.obj_issue_toc .sections > .section > h2::before,
.page_issue_archive > h1::before,
.page_search > h1::before {
	background: var(--jhs-secondary);
	border-radius: 999px;
	content: "";
	flex: 0 0 5px;
	height: 1.35em;
}

.page_index_journal .homepage_about p {
	font-size: 1.025rem;
	line-height: 1.8;
}

.pkp_page_index .current_issue {
	background:
		linear-gradient(135deg, var(--jhs-background-soft), #fff 72%);
	border: 1px solid var(--jhs-border);
	border-top: 4px solid var(--jhs-primary);
	box-shadow: var(--jhs-shadow-sm);
}

.obj_issue_toc .heading {
	align-items: start;
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.obj_issue_toc .heading .cover {
	margin: 0;
	width: 100%;
}

.obj_issue_toc .heading .cover img {
	aspect-ratio: 2 / 3;
	background: #fff;
	border: 1px solid var(--jhs-border);
	box-shadow: var(--jhs-shadow-md);
	object-fit: contain;
	width: 100%;
}

.obj_issue_toc .heading .description {
	color: var(--jhs-text-muted);
	line-height: 1.75;
}

.obj_issue_toc .sections:not(:first-child) {
	margin-top: 2.25rem;
}

.obj_issue_toc .section {
	margin-bottom: 2.25rem;
}

.obj_issue_toc .section > h2 {
	border-bottom: 1px solid var(--jhs-border);
	padding-bottom: .7rem;
}

.obj_issue_toc .articles {
	display: grid;
	gap: 1rem;
}

.obj_issue_toc .obj_article_summary {
	background: #fff;
	border: 1px solid var(--jhs-border);
	border-left: 4px solid var(--jhs-secondary);
	border-radius: var(--jhs-radius-md);
	box-shadow: 0 2px 8px rgba(23, 51, 36, .055);
	padding: 1.25rem 1.35rem;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.obj_issue_toc .obj_article_summary:hover {
	border-left-color: var(--jhs-primary);
	box-shadow: var(--jhs-shadow-md);
	transform: translateY(-1px);
}

.obj_article_summary .meta {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem 1rem;
	padding-top: .5rem;
}

.obj_article_summary .authors {
	color: var(--jhs-text-muted);
	flex: 1 1 100%;
	font-size: .94rem;
}

.obj_article_summary .pages,
.obj_article_summary .published {
	background: var(--jhs-background-soft);
	border-radius: 999px;
	color: var(--jhs-text-muted);
	font-size: .8rem;
	line-height: 1.4;
	padding: .2rem .55rem;
	position: static;
}

.obj_article_summary .galleys_links {
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: .9rem;
}

.obj_article_summary .galleys_links li {
	margin: 0;
}

.obj_galley_link {
	box-shadow: none;
	font-size: .82rem;
	letter-spacing: .025em;
	line-height: 1.2;
	min-height: 36px;
	padding: .45rem .75rem;
	text-transform: uppercase;
}

.obj_galley_link::before {
	font-size: .95em;
}

.pkp_structure_sidebar {
	padding-top: 0;
}

.pkp_structure_sidebar > div {
	background: #fff;
	box-shadow: var(--jhs-shadow-sm);
	overflow: hidden;
	padding: 1.05rem 1.1rem;
}

.pkp_structure_sidebar .title,
.pkp_structure_sidebar h2 {
	color: var(--jhs-heading);
	font-size: .93rem;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.pkp_structure_sidebar a {
	font-size: .92rem;
}

.pkp_structure_sidebar .block_make_submission a {
	align-items: center;
	background: var(--jhs-primary);
	border: 1px solid var(--jhs-primary);
	border-radius: var(--jhs-radius-sm);
	color: #fff;
	display: flex;
	font-weight: 750;
	justify-content: center;
	min-height: 44px;
	padding: .6rem .85rem;
	text-align: center;
}

.pkp_structure_sidebar .block_make_submission a:hover,
.pkp_structure_sidebar .block_make_submission a:focus-visible {
	background: var(--jhs-primary-dark);
	color: #fff;
}

.page_issue_archive .issues_archive {
	display: grid;
	gap: 1.25rem;
}

.page_issue_archive .obj_issue_summary {
	height: 100%;
	margin: 0;
}

.obj_article_details {
	background: #fff;
}

.obj_article_details .page_title {
	border-bottom: 1px solid var(--jhs-border);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.obj_article_details .item {
	border-top-color: var(--jhs-border);
}

.pkp_structure_footer_wrapper {
	margin-top: clamp(2rem, 5vw, 4rem);
}

.pkp_footer_content {
	line-height: 1.75;
}

@media (min-width: 992px) {
	.pkp_navigation_user_wrapper {
		max-width: var(--jhs-container-width);
		width: 100%;
	}

	.pkp_structure_content.has_sidebar .pkp_structure_main {
		width: calc(100% - 320px);
	}

	.pkp_structure_content.has_sidebar .pkp_structure_main::after {
		left: auto;
		right: 0;
	}

	.pkp_structure_content.has_sidebar .pkp_structure_sidebar {
		width: 300px;
	}

	.page_issue_archive .issues_archive {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pkp_structure_content {
		border-left: 0;
		border-right: 0;
		box-shadow: none;
		margin-top: 0;
	}

	.obj_issue_toc .heading {
		grid-template-columns: 100px minmax(0, 1fr);
	}

	.obj_issue_toc .obj_article_summary {
		padding: 1rem;
	}
}

@media (max-width: 480px) {
	.obj_issue_toc .heading {
		grid-template-columns: 1fr;
	}

	.obj_issue_toc .heading .cover {
		max-width: 150px;
	}
}

@media print {
	.pkp_structure_head,
	.pkp_structure_sidebar,
	.pkp_structure_footer_wrapper {
		display: none;
	}

	.pkp_structure_main {
		width: 100%;
	}
}

/* JHS masthead: the photograph is decorative; the journal identity remains real text. */
.pkp_site_name_wrapper {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(6, 35, 22, .30), rgba(6, 35, 22, .08)),
		url("../images/jhs-masthead-v1.jpg") center center / cover no-repeat;
	display: flex;
	min-height: clamp(210px, 22vw, 300px);
	padding:
		clamp(3.75rem, 6vw, 5.25rem)
		max(1rem, calc((100vw - var(--jhs-container-width)) / 2))
		clamp(1.5rem, 4vw, 2.75rem);
	position: relative;
	width: 100%;
}

.pkp_site_name {
	max-width: min(850px, 74vw);
	padding: 0;
	position: relative;
	z-index: 1;
}

.pkp_site_name .is_text {
	color: #fff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(2rem, 4vw, 3.65rem);
	font-weight: 700;
	letter-spacing: -.028em;
	line-height: 1.04;
	max-width: 18ch;
	padding-bottom: .55rem;
	position: relative;
	text-wrap: balance;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .55);
}

.pkp_site_name .is_text:hover,
.pkp_site_name .is_text:focus-visible {
	color: #fff;
}

.pkp_site_name .is_text::after {
	background: linear-gradient(90deg, #d8b85d, rgba(216, 184, 93, .18));
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: min(190px, 42%);
}

.jhs_masthead_summary {
	color: rgba(255, 255, 255, .95);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: clamp(.88rem, 1.25vw, 1.04rem);
	font-weight: 450;
	letter-spacing: .003em;
	line-height: 1.5;
	margin: .9rem 0 0;
	max-width: 76ch;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .58);
}

.jhs_masthead_identity,
.jhs_masthead_statement,
.jhs_masthead_publisher {
	display: block;
}

.jhs_masthead_identity {
	font-weight: 650;
}

.jhs_masthead_issn {
	color: rgba(255, 255, 255, .82);
	font-size: .88em;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	letter-spacing: .025em;
	white-space: nowrap;
}

.jhs_masthead_statement {
	margin-top: .18rem;
}

.jhs_masthead_statement strong {
	color: #f3d77f;
	font-weight: 750;
}

.jhs_masthead_access {
	font-weight: 560;
}

.jhs_masthead_publisher {
	color: rgba(255, 255, 255, .82);
	font-size: .9em;
	font-style: italic;
	margin-top: .22rem;
}

@media (min-width: 992px) {
	.pkp_head_wrapper {
		padding-top: 0;
	}

	.pkp_navigation_user_wrapper {
		top: .65rem;
	}

	.pkp_navigation_user > li > a {
		background: rgba(255, 255, 255, .94);
		border-color: rgba(255, 255, 255, .78);
		box-shadow: 0 2px 8px rgba(0, 0, 0, .13);
	}
}

@media (max-width: 991px) {
	.pkp_site_name_wrapper {
		min-height: 220px;
		padding: 3.75rem 1rem 1.5rem;
	}

	.pkp_site_name {
		max-width: min(720px, 92vw);
	}
}

@media (max-width: 600px) {
	.pkp_head_wrapper {
		padding-inline: 0;
	}

	.pkp_site_name_wrapper {
		background-position: 60% center;
		min-height: 230px;
		padding: 4rem 1rem 1.25rem;
	}

	.pkp_site_name {
		max-width: 100%;
	}

	.pkp_site_name .is_text {
		font-size: clamp(1.65rem, 8vw, 2.25rem);
		max-width: 16ch;
	}

	.jhs_masthead_summary {
		font-size: .82rem;
		line-height: 1.45;
		margin-top: .65rem;
	}

	.jhs_masthead_issn {
		display: block;
		margin-top: .18rem;
		white-space: normal;
	}
}

/* JHS Dataverse custom navigation page */
.jhs_data {
	--jhs-data-green: #155c3c;
	--jhs-data-deep: #073d2a;
	--jhs-data-gold: #c99b2e;
	--jhs-data-pale: #f3f8f4;
	--jhs-data-line: #d5e2d9;
	color: #263a2f;
}

.jhs_data h2,
.jhs_data h3 {
	color: var(--jhs-data-deep);
}

.jhs_data a {
	color: var(--jhs-data-green);
	font-weight: 700;
	text-underline-offset: 3px;
}

.jhs_data_hero {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4rem);
	color: #fff;
	background: linear-gradient(135deg, #073d2a 0%, #176441 70%, #327951 100%);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(7, 61, 42, .14);
}

.jhs_data_hero::after {
	content: "";
	position: absolute;
	right: -70px;
	top: -95px;
	width: 280px;
	height: 280px;
	border: 45px solid rgba(255, 255, 255, .055);
	border-radius: 50%;
}

.jhs_data_hero h2 {
	position: relative;
	margin: .15rem 0 .8rem;
	max-width: 720px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 1.08;
}

.jhs_data_hero > p:not(.jhs_data_kicker) {
	position: relative;
	max-width: 780px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 1.06rem;
	line-height: 1.75;
}

.jhs_data_kicker {
	margin: 0 0 .45rem;
	color: #9ab62a;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.jhs_data_hero .jhs_data_kicker { color: #f4d57d; }

.jhs_data_actions {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .85rem 1.25rem;
}

.jhs_data a.jhs_data_button,
.jhs_data a.jhs_data_button:visited {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .75rem 1.1rem;
	color: var(--jhs-data-deep);
	background: #f4d57d;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
}

.jhs_data a.jhs_data_button:hover,
.jhs_data a.jhs_data_button:focus-visible { background: #fff; }

.jhs_data a.jhs_data_text_link,
.jhs_data a.jhs_data_text_link:visited { color: #fff; }

.jhs_data_notice {
	margin: -1.25rem clamp(1rem, 4vw, 3rem) 0;
	position: relative;
	z-index: 2;
	padding: 1.15rem 1.4rem;
	display: grid;
	grid-template-columns: minmax(180px, .7fr) minmax(0, 1.8fr);
	gap: 1rem 2rem;
	background: #fff;
	border: 1px solid var(--jhs-data-line);
	border-left: 5px solid var(--jhs-data-gold);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(20, 64, 42, .09);
}

.jhs_data_notice strong { color: var(--jhs-data-deep); }
.jhs_data_notice p { margin: 0; }

.jhs_data_section { margin-top: clamp(2.8rem, 6vw, 5rem); }
.jhs_data_heading { margin-bottom: 1.35rem; }
.jhs_data_heading h2,
.jhs_data_contact h2,
.jhs_data_doi h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 3.3vw, 2.35rem);
	line-height: 1.2;
}

.jhs_data_resource_grid,
.jhs_data_edit_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem;
}

.jhs_data_resource,
.jhs_data_edit_grid article {
	padding: clamp(1.25rem, 3vw, 1.8rem);
	background: #fff;
	border: 1px solid var(--jhs-data-line);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(20, 64, 42, .055);
}

.jhs_data_icon {
	display: inline-grid;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	color: var(--jhs-data-deep);
	background: #f4d57d;
	border-radius: 50%;
	font-family: Georgia, serif;
	font-weight: 700;
}

.jhs_data_resource h3,
.jhs_data_edit_grid h3 { margin: .8rem 0 .4rem; font-size: 1.08rem; }
.jhs_data_resource p,
.jhs_data_edit_grid p { margin: 0 0 .8rem; }

.jhs_data_steps {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: data-step;
}

.jhs_data_steps > li {
	position: relative;
	counter-increment: data-step;
	padding: 0 0 1.5rem 4.2rem;
}

.jhs_data_steps > li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 3rem;
	bottom: .1rem;
	left: 1.48rem;
	width: 2px;
	background: var(--jhs-data-line);
}

.jhs_data_steps > li::before {
	content: counter(data-step, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 3rem;
	height: 3rem;
	display: grid;
	place-items: center;
	color: #fff;
	background: var(--jhs-data-green);
	border: 4px solid #e8f1ea;
	border-radius: 50%;
	font: 700 .82rem/1 Georgia, serif;
}

.jhs_data_steps h3 { margin: 0 0 .25rem; font-size: 1.08rem; }
.jhs_data_steps p { margin: 0; }

.jhs_data_doi {
	margin-top: clamp(2.8rem, 6vw, 5rem);
	padding: clamp(1.5rem, 4vw, 2.4rem);
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1.5rem;
	background: var(--jhs-data-pale);
	border: 1px solid var(--jhs-data-line);
	border-radius: 14px;
}

.jhs_data_doi_mark {
	width: 4.5rem;
	height: 4.5rem;
	display: grid;
	place-items: center;
	color: var(--jhs-data-deep);
	background: #f4d57d;
	border-radius: 50%;
	font-family: Georgia, serif;
	font-weight: 800;
}

.jhs_data_doi p { margin: .45rem 0 0; }
.jhs_data_edit_grid ol { margin: .5rem 0 0; padding-left: 1.2rem; }
.jhs_data_edit_grid li + li { margin-top: .4rem; }

.jhs_data_contact {
	margin-top: clamp(2.8rem, 6vw, 5rem);
	padding: clamp(1.5rem, 4vw, 2.4rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	background: #fff;
	border: 1px solid var(--jhs-data-line);
	border-top: 4px solid var(--jhs-data-gold);
	border-radius: 12px;
}

.jhs_data_contact p:not(.jhs_data_kicker) { margin: .45rem 0 0; }
.jhs_data_contact > a {
	flex: 0 0 auto;
	padding: .65rem 1rem;
	background: var(--jhs-data-pale);
	border: 1px solid var(--jhs-data-line);
	border-radius: 8px;
}

@media (max-width: 720px) {
	.jhs_data_notice,
	.jhs_data_resource_grid,
	.jhs_data_edit_grid { grid-template-columns: 1fr; }
	.jhs_data_doi { grid-template-columns: 1fr; }
	.jhs_data_contact { align-items: flex-start; flex-direction: column; }
	.jhs_data_contact > a { flex: auto; overflow-wrap: anywhere; }
}

@media (max-width: 480px) {
	.jhs_data_hero { padding: 1.5rem; border-radius: 12px; }
	.jhs_data_notice { margin-inline: .5rem; }
	.jhs_data_steps > li { padding-left: 3.7rem; }
}

/* Publication Ethics and Copyright custom navigation pages */
.jhs_policy {
	--jhs-policy-deep: #073d2a;
	--jhs-policy-green: #176441;
	--jhs-policy-gold: #c99b2e;
	--jhs-policy-pale: #f3f8f4;
	--jhs-policy-line: #d5e2d9;
	color: #2c3c33;
}

.jhs_policy h2,
.jhs_policy h3 { color: var(--jhs-policy-deep); }
.jhs_policy a { color: var(--jhs-policy-green); font-weight: 700; text-underline-offset: 3px; }

.jhs_policy_hero {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4rem);
	color: #fff;
	background: linear-gradient(135deg, #073d2a 0%, #155c3c 72%, #2d7650 100%);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(7, 61, 42, .14);
}

.jhs_policy--copyright .jhs_policy_hero {
	background: linear-gradient(135deg, #183b2e 0%, #275d46 68%, #517d5f 100%);
}

.jhs_policy_hero::after {
	content: "§";
	position: absolute;
	right: clamp(1rem, 5vw, 4rem);
	top: 50%;
	color: rgba(255, 255, 255, .07);
	font: 700 clamp(8rem, 18vw, 14rem)/1 Georgia, serif;
	transform: translateY(-50%);
}

.jhs_policy--copyright .jhs_policy_hero::after { content: "©"; }
.jhs_policy_hero h2 {
	position: relative;
	z-index: 1;
	max-width: 750px;
	margin: .15rem 0 .8rem;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 3.2rem);
	line-height: 1.08;
}

.jhs_policy_hero > p:not(.jhs_policy_kicker) {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 1.05rem;
	line-height: 1.75;
}

.jhs_policy_kicker {
	margin: 0 0 .45rem;
	color: #91aa2a;
	font-size: .73rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.jhs_policy_hero .jhs_policy_kicker { position: relative; z-index: 1; color: #f4d57d; }
.jhs_policy_badges { position: relative; z-index: 1; margin-top: 1.45rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.jhs_policy_badges span {
	padding: .35rem .7rem;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 750;
}

.jhs_policy_toc {
	margin: -1.1rem clamp(.6rem, 4vw, 2.5rem) 0;
	position: relative;
	z-index: 2;
	padding: .9rem 1.2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem 1.1rem;
	background: #fff;
	border: 1px solid var(--jhs-policy-line);
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(7, 61, 42, .09);
}

.jhs_policy_toc strong { color: var(--jhs-policy-deep); }
.jhs_policy_toc a { font-size: .86rem; }
.jhs_policy_section { margin-top: clamp(2.8rem, 6vw, 5rem); scroll-margin-top: 1rem; }
.jhs_policy_heading { margin-bottom: 1.35rem; }
.jhs_policy_heading h2,
.jhs_license h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 3.3vw, 2.35rem);
	line-height: 1.2;
}

.jhs_policy_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}
.jhs_policy_grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jhs_policy_grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.jhs_policy_grid article,
.jhs_policy_facts article {
	padding: clamp(1.2rem, 3vw, 1.75rem);
	background: #fff;
	border: 1px solid var(--jhs-policy-line);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(20, 64, 42, .05);
}

.jhs_policy_grid article.jhs_policy_highlight { background: var(--jhs-policy-pale); border-top: 4px solid var(--jhs-policy-gold); }
.jhs_policy_grid h3,
.jhs_policy_facts h3 { margin: 0 0 .45rem; font-size: 1.08rem; }
.jhs_policy_grid p,
.jhs_policy_facts p { margin: 0; }
.jhs_policy_grid p + p,
.jhs_policy_facts p + p { margin-top: .65rem; }
.jhs_policy_grid ul,
.jhs_policy_facts ul { margin: .6rem 0 0; padding-left: 1.15rem; }

.jhs_policy_stack { display: grid; gap: .85rem; }
.jhs_policy_stack article {
	padding: 1.25rem;
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr);
	gap: 1rem;
	background: #fff;
	border: 1px solid var(--jhs-policy-line);
	border-radius: 11px;
}

.jhs_policy_number,
.jhs_policy_symbol {
	display: inline-grid;
	place-items: center;
	color: var(--jhs-policy-deep);
	background: #f4d57d;
	border-radius: 50%;
	font: 750 .78rem/1 Georgia, serif;
}
.jhs_policy_number { width: 3rem; height: 3rem; }
.jhs_policy_stack h3 { margin: 0 0 .35rem; font-size: 1.1rem; }
.jhs_policy_stack p { margin: 0; }
.jhs_policy_stack p + p { margin-top: .65rem; }

.jhs_policy_callout {
	margin: 1rem 0;
	padding: clamp(1.35rem, 3vw, 2rem);
	background: var(--jhs-policy-pale);
	border: 1px solid var(--jhs-policy-line);
	border-left: 5px solid var(--jhs-policy-gold);
	border-radius: 10px;
}
.jhs_policy_callout h3 { margin: 0 0 .45rem; }
.jhs_policy_callout p { margin: 0; }
.jhs_policy_callout p + p { margin-top: .7rem; }

.jhs_policy_facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.jhs_policy_source {
	margin-top: 3rem;
	padding: 1.2rem 1.4rem;
	background: #fafbf9;
	border: 1px solid var(--jhs-policy-line);
	border-radius: 10px;
	font-size: .9rem;
}
.jhs_policy_source strong { color: var(--jhs-policy-deep); }
.jhs_policy_source p { margin: .35rem 0 0; }

.jhs_license {
	margin-top: 2rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	display: grid;
	grid-template-columns: 9rem minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	background: #fff;
	border: 1px solid var(--jhs-policy-line);
	border-top: 4px solid var(--jhs-policy-gold);
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(7, 61, 42, .07);
}
.jhs_license_mark {
	width: 9rem;
	height: 9rem;
	display: grid;
	place-content: center;
	text-align: center;
	color: #fff;
	background: var(--jhs-policy-deep);
	border: 8px solid #e4eee7;
	border-radius: 50%;
}
.jhs_license_mark strong { font: 700 2.6rem/1 Georgia, serif; }
.jhs_license_mark span { margin-top: .35rem; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.jhs_license p { margin: .65rem 0 1rem; }
.jhs_policy a.jhs_policy_button {
	display: inline-flex;
	padding: .65rem 1rem;
	color: #fff;
	background: var(--jhs-policy-green);
	border-radius: 8px;
	text-decoration: none;
}
.jhs_policy a.jhs_policy_button:hover { background: var(--jhs-policy-deep); }
.jhs_policy_symbol { width: 3.2rem; height: 3.2rem; margin-bottom: .85rem; font-size: .85rem; }

.jhs_version_flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.jhs_version_flow article {
	position: relative;
	padding: 1.4rem;
	background: #fff;
	border: 1px solid var(--jhs-policy-line);
	border-radius: 11px;
}
.jhs_version_flow article > span { color: var(--jhs-policy-gold); font: 700 1rem/1 Georgia, serif; }
.jhs_version_flow h3 { margin: .55rem 0 .3rem; font-size: 1.05rem; }
.jhs_version_flow p { margin: 0; }

@media (max-width: 760px) {
	.jhs_policy_grid,
	.jhs_policy_grid--three,
	.jhs_policy_grid--four,
	.jhs_policy_facts,
	.jhs_version_flow { grid-template-columns: 1fr; }
	.jhs_license { grid-template-columns: 1fr; }
	.jhs_license_mark { width: 7rem; height: 7rem; }
}

@media (max-width: 480px) {
	.jhs_policy_hero { padding: 1.5rem; border-radius: 12px; }
	.jhs_policy_toc { align-items: flex-start; flex-direction: column; }
	.jhs_policy_stack article { grid-template-columns: 1fr; }
}

/* Public journal-impact dashboard */
.jhs_impact {
	margin: clamp(2rem, 5vw, 3.5rem) 0;
	padding: clamp(1.35rem, 3.5vw, 2.2rem);
	color: #fff;
	background:
		radial-gradient(circle at 94% 8%, rgba(244, 213, 125, .17), transparent 30%),
		linear-gradient(135deg, #073d2a 0%, #13583a 65%, #216b47 100%);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(7, 61, 42, .15);
}

.jhs_impact_heading {
	margin-bottom: 1.25rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
}

.jhs_impact_kicker {
	margin: 0 0 .25rem;
	color: #f4d57d;
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.page_index_journal .jhs_impact_heading h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.2;
}

.page_index_journal .jhs_impact_heading h2::before { display: none; }
.jhs_impact_heading > a,
.jhs_impact_heading > a:visited {
	flex: 0 0 auto;
	color: #f4d57d;
	font-size: .84rem;
	font-weight: 750;
	text-decoration: none;
}
.jhs_impact_heading > a:hover,
.jhs_impact_heading > a:focus-visible { color: #fff; text-decoration: underline; }

.jhs_impact_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 12px;
}

.jhs_impact_grid article {
	position: relative;
	overflow: hidden;
	min-width: 0;
	min-height: 142px;
	padding: 1.15rem clamp(.8rem, 2vw, 1.15rem) 1.25rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}

.jhs_impact_grid article + article { border-left: 1px solid rgba(255, 255, 255, .13); }
.jhs_impact_grid article::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #f4d57d;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease;
}
.jhs_impact_grid article.is_complete::after { transform: scaleX(1); }
.jhs_impact_icon {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.15rem;
	height: 2.15rem;
	display: grid;
	place-items: center;
	color: #073d2a;
	background: #f4d57d;
	border-radius: 50%;
	font: 800 .82rem/1 Georgia, serif;
	box-shadow: 0 5px 14px rgba(0, 0, 0, .16);
}

.jhs_impact_grid strong {
	max-width: 100%;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 3vw, 2.3rem);
	font-variant-numeric: tabular-nums lining-nums;
	line-height: 1;
	letter-spacing: -.025em;
	white-space: nowrap;
	transition: color .2s ease, text-shadow .2s ease, transform .2s ease;
}

.jhs_impact_grid article.is_counting strong {
	color: #f4d57d;
	text-shadow: 0 0 18px rgba(244, 213, 125, .34);
	transform: translateY(-2px);
}

.jhs_impact_grid article > strong + span {
	margin-top: .5rem;
	color: rgba(255, 255, 255, .76);
	font-size: .78rem;
	font-weight: 650;
	line-height: 1.25;
}

.jhs_impact_note {
	margin: .8rem 0 0;
	color: rgba(255, 255, 255, .65);
	font-size: .72rem;
}

@media (max-width: 780px) {
	.jhs_impact_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.jhs_impact_grid article + article { border-left: 0; }
	.jhs_impact_grid article:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, .13); }
	.jhs_impact_grid article:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .13); }
}

@media (max-width: 480px) {
	.jhs_impact_heading { align-items: flex-start; flex-direction: column; }
	.jhs_impact_grid { grid-template-columns: 1fr; }
	.jhs_impact_grid article:nth-child(even) { border-left: 0; }
	.jhs_impact_grid article:nth-child(n+2) { border-top: 1px solid rgba(255, 255, 255, .13); }
}

/* Public article usage, author and affiliation icons */
.jhs_article_usage,
.jhs_summary_usage {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #53645a;
	font-variant-numeric: tabular-nums lining-nums;
}

.jhs_article_usage {
	width: fit-content;
	margin: .85rem 0 1.35rem;
	padding: .55rem .8rem;
	background: #f3f8f4;
	border: 1px solid #d5e2d9;
	border-radius: 999px;
}

.jhs_summary_usage {
	margin: .55rem 0 .65rem;
	font-size: .78rem;
}

.jhs_article_usage > span:not(.jhs_usage_separator),
.jhs_summary_usage > span:not(.jhs_usage_separator) {
	display: inline-flex;
	align-items: center;
	gap: .3rem;
}

.jhs_article_usage svg,
.jhs_summary_usage svg {
	width: 1.05rem;
	height: 1.05rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.jhs_usage_views { color: #165f8c; }
.jhs_usage_downloads { color: #b4512c; }
.jhs_article_usage strong,
.jhs_summary_usage strong { color: currentColor; font-weight: 800; }
.jhs_article_usage span span,
.jhs_summary_usage span span { color: #69786f; }

.jhs_usage_separator {
	width: 1px;
	height: 1.15rem;
	margin: 0 .7rem;
	background: #cbd8cf;
}

.pkp_page_article .obj_article_details .item.authors ul.authors > li > .name,
.pkp_page_article .obj_article_details .item.authors ul.authors > li > .affiliation {
	position: relative;
	padding-left: 1.55rem;
}

.pkp_page_article .obj_article_details .item.authors ul.authors > li > .name::before,
.pkp_page_article .obj_article_details .item.authors ul.authors > li > .affiliation::before {
	content: "";
	position: absolute;
	left: 0;
	top: .18em;
	width: 1rem;
	height: 1rem;
	background-color: #176441;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.pkp_page_article .obj_article_details .item.authors ul.authors > li > .name::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4' fill='black'/%3E%3Cpath d='M4 21c0-5 3.2-8 8-8s8 3 8 8' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='4' fill='black'/%3E%3Cpath d='M4 21c0-5 3.2-8 8-8s8 3 8 8' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pkp_page_article .obj_article_details .item.authors ul.authors > li > .affiliation::before {
	top: .25em;
	background-color: #8a691b;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18v-2h-2V9h2V7L12 2 3 7v2h2v10H3v2Zm5-12h2v10H8V9Zm6 0h2v10h-2V9Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18v-2h-2V9h2V7L12 2 3 7v2h2v10H3v2Zm5-12h2v10H8V9Zm6 0h2v10h-2V9Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 480px) {
	.jhs_article_usage { border-radius: 10px; }
	.jhs_article_usage span span { display: none; }
}
