/*
 * L&H Scientific Publishing theme polish.
 * Keep visual customizations in this theme so OJS core and third-party themes remain upgrade-friendly.
 */

:root {
	--lh-navy: #113f67;
	--lh-blue: #1b6ca8;
	--lh-ink: #172331;
	--lh-muted: #5a6675;
	--lh-line: #d9e0e8;
	--lh-soft: #f5f7fa;
	--lh-accent: #8a6f2a;
	--lh-gold-soft: #f3efe2;
	--lh-page-max: 1480px;
}

body {
	color: var(--lh-ink);
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	color: #145a8d;
}

a:hover,
a:focus {
	color: #0d3f67;
}

.pkp_structure_page {
	background: #fff;
}

.pkp_structure_head {
	background: #123f67;
	border-bottom: 4px solid var(--lh-accent);
	box-shadow: 0 8px 24px rgba(17, 63, 103, 0.12);
}

.pkp_head_wrapper {
	max-width: var(--lh-page-max);
	margin: 0 auto;
	padding: 1.75rem 1.5rem;
}

.pkp_site_name_wrapper {
	width: 100%;
}

.pkp_screen_reader,
.cmp_skip_to_content a {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.cmp_skip_to_content a:focus {
	z-index: 1000;
	top: 0.5rem;
	left: 0.5rem;
	width: auto;
	height: auto;
	padding: 0.5rem 0.75rem;
	clip: auto;
	background: #fff;
	color: var(--lh-ink);
	font-weight: 700;
	text-decoration: none;
}

.pkp_site_nav_toggle {
	display: none;
}

.pkp_site_name .is_text {
	display: inline-block;
	color: #fff;
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	font-weight: 650;
	line-height: 1.15;
	letter-spacing: 0;
	text-wrap: balance;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pkp_site_name {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.lh_header_logo {
	width: 7.9rem;
	height: 3.2rem;
	object-fit: contain;
	flex: 0 0 auto;
}

.pkp_site_name .is_text:hover,
.pkp_site_name .is_text:focus {
	color: #fff;
	text-decoration: none;
}

.lh_site_nav_menu {
	background: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid var(--lh-line);
}

.pkp_navigation_primary_row {
	max-width: var(--lh-page-max);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.pkp_navigation_primary_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 3.1rem;
}

.pkp_navigation_primary {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pkp_navigation_primary > li {
	position: relative;
	margin: 0;
	list-style: none;
}

.pkp_navigation_primary > li > a,
.pkp_navigation_user > li > a,
.pkp_navigation_search > a {
	display: inline-flex;
	align-items: center;
	min-height: 3.1rem;
	padding: 0 0.8rem;
	color: var(--lh-ink);
	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
	text-decoration: none;
}

.pkp_navigation_primary ul {
	position: absolute;
	z-index: 50;
	top: 100%;
	left: 0;
	display: none;
	min-width: 15rem;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--lh-line);
	box-shadow: 0 10px 24px rgba(23, 35, 49, 0.16);
}

.pkp_navigation_primary li:hover > ul,
.pkp_navigation_primary li:focus-within > ul {
	display: block;
}

.pkp_navigation_primary ul li {
	margin: 0;
	list-style: none;
}

.pkp_navigation_primary ul a {
	display: block;
	padding: 0.55rem 0.8rem;
	color: var(--lh-ink);
	font-size: 1.08rem;
	line-height: 1.38;
	text-decoration: none;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus,
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary ul a:hover,
.pkp_navigation_primary ul a:focus,
.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper a:focus {
	background: var(--lh-soft);
	color: #0d3f67;
	text-decoration: none;
}

.pkp_navigation_search_wrapper {
	margin-left: auto;
	white-space: nowrap;
}

.pkp_navigation_user_wrapper {
	max-width: var(--lh-page-max);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.pkp_structure_head .pkp_navigation_user_wrapper {
	position: absolute;
	top: 0.55rem;
	right: max(1.5rem, calc((100vw - var(--lh-page-max)) / 2 + 1.5rem));
	z-index: 10;
	max-width: none;
	margin: 0;
	padding: 0;
}

.pkp_structure_head .pkp_navigation_user {
	display: flex;
	align-items: center;
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pkp_structure_head .pkp_navigation_user > li {
	margin: 0;
	list-style: none;
}

.pkp_structure_head .pkp_navigation_user > li > a {
	min-height: 0;
	padding: 0.38rem 0.65rem;
	border-radius: 4px;
	color: #fff;
	font-size: 1.12rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pkp_structure_head .pkp_navigation_user > li > a:hover,
.pkp_structure_head .pkp_navigation_user > li > a:focus {
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.pkp_structure_head .pkp_navigation_user > li:hover > a,
.pkp_structure_head .pkp_navigation_user > li:focus-within > a,
.pkp_structure_head .pkp_navigation_user > li > a[aria-expanded="true"] {
	background: rgba(255, 255, 255, 0.13);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.pkp_structure_head .pkp_navigation_user > li > a:focus {
	outline: 2px solid rgba(255, 255, 255, 0.78);
	outline-offset: 2px;
}

.pkp_structure_head .pkp_navigation_user ul {
	background: #fff;
	border: 1px solid var(--lh-line);
	box-shadow: 0 12px 28px rgba(23, 35, 49, 0.18);
}

.pkp_structure_head .pkp_navigation_user ul a {
	display: block;
	color: var(--lh-ink);
	font-size: 1.06rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
	text-shadow: none;
}

.pkp_structure_head .pkp_navigation_user ul a:hover,
.pkp_structure_head .pkp_navigation_user ul a:focus {
	background: var(--lh-soft);
	color: #0d3f67;
	text-decoration: none;
}

.pkp_structure_content {
	width: calc(100% - 3rem);
	max-width: var(--lh-page-max);
	padding-left: 0;
	padding-right: 0;
}

.pkp_structure_main,
.pkp_structure_main:first-child:last-child {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.pkp_structure_main:first-child:last-child:before {
	left: 0;
}

.pkp_structure_main:first-child:last-child:after {
	right: 0;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.page_title {
	color: var(--lh-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0;
}

.pkp_structure_main p,
.pkp_structure_main li,
.pkp_structure_main dd,
.pkp_structure_main td,
.pkp_structure_main .description {
	font-size: 1.08rem;
	line-height: 1.72;
}

.cmp_button,
.cmp_form .buttons button,
.page_search .submit button,
.obj_galley_link {
	border-radius: 4px;
}

.lh_journal_home .obj_galley_link {
	border-color: var(--lh-blue);
	color: var(--lh-blue);
	font-weight: 700;
}

.lh_journal_home .obj_galley_link:hover,
.lh_journal_home .obj_galley_link:focus {
	background: var(--lh-blue);
	color: #fff;
	text-decoration: none;
}

.lh_journal_home .obj_article_summary,
.lh_site_home .obj_issue_summary,
.lh_journal_home .cmp_announcements .obj_announcement_summary,
.lh_site_home .cmp_announcements .obj_announcement_summary,
.pkp_structure_sidebar .pkp_block {
	border-color: var(--lh-line);
}

.lh_journal_home .obj_article_summary {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.lh_journal_home .obj_article_summary .title,
.lh_journal_home .obj_issue_toc .articles > li .title {
	font-weight: 700;
	line-height: 1.35;
}

.lh_journal_home .obj_article_summary .meta,
.lh_journal_home .obj_article_summary .authors,
.lh_journal_home .obj_issue_toc .authors {
	color: var(--lh-muted);
}

.pkp_structure_sidebar .pkp_block {
	background: var(--lh-soft);
	border-radius: 6px;
	padding: 1rem;
}

.pkp_structure_sidebar .pkp_block .title {
	color: var(--lh-ink);
	font-size: 0.92rem;
	font-weight: 700;
}

.homepage_image img,
.obj_issue_summary .cover img {
	border-radius: 3px;
	box-shadow: 0 8px 20px rgba(23, 35, 49, 0.12);
}

.lh_kicker {
	margin: 0 0 0.5rem;
	color: var(--lh-accent);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lh_action_row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.lh_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.65rem 1rem;
	border: 1px solid var(--lh-blue);
	border-radius: 4px;
	background: var(--lh-blue);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.lh_button:hover,
.lh_button:focus {
	background: #0f4d7c;
	color: #fff;
	text-decoration: none;
}

.lh_button.is_secondary,
.lh_button_secondary {
	background: #fff;
	color: var(--lh-blue);
}

.lh_button.is_secondary:hover,
.lh_button.is_secondary:focus,
.lh_button_secondary:hover,
.lh_button_secondary:focus {
	background: var(--lh-soft);
	color: #0f4d7c;
}

.lh_hero_search {
	display: flex;
	align-items: stretch;
	min-width: min(100%, 20rem);
	height: 2.5rem;
}

.lh_hero_search label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.lh_hero_search input {
	width: 100%;
	min-width: 13rem;
	border: 1px solid #bfc9d5;
	border-right: 0;
	border-radius: 4px 0 0 4px;
	padding: 0 0.8rem;
	color: var(--lh-ink);
	font: inherit;
}

.lh_hero_search input:focus {
	outline: 3px solid rgba(27, 108, 168, 0.18);
	border-color: var(--lh-blue);
}

.lh_hero_search button {
	width: 2.8rem;
	border: 1px solid var(--lh-blue);
	border-radius: 0 4px 4px 0;
	background: var(--lh-blue);
	color: #fff;
	cursor: pointer;
}

.lh_section_heading {
	margin-bottom: 1.25rem;
}

.lh_section_heading h2 {
	margin-bottom: 0.35rem;
}

.lh_section_heading p,
.lh_journal_summary,
.lh_publisher_hero p,
.lh_publisher_intro p,
.lh_publisher_links p,
.lh_side_panel p {
	color: var(--lh-muted);
	font-size: 1.18rem;
	line-height: 1.65;
}

.lh_publisher_hero,
.lh_journal_hero {
	display: grid;
	gap: 2rem;
	align-items: center;
	margin-bottom: 2rem;
	padding: 2rem;
	border: 1px solid var(--lh-line);
	border-top: 4px solid var(--lh-accent);
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.lh_publisher_hero {
	grid-template-columns: minmax(0, 1fr) auto;
}

.lh_journal_hero {
	grid-template-columns: minmax(0, 1fr) auto;
}

.lh_publisher_hero h1,
.lh_journal_hero h1 {
	margin: 0;
	font-size: 2.1rem;
	font-weight: 650;
	line-height: 1.18;
}

.lh_journal_editors {
	margin: 0.75rem 0 0;
	color: var(--lh-muted);
	font-size: 1.05rem;
	line-height: 1.45;
}

.lh_journal_editors span {
	color: var(--lh-ink);
	font-weight: 750;
}

.lh_publisher_hero .lh_hero_body > p:last-of-type,
.lh_journal_summary {
	max-width: 46rem;
	margin-top: 0.9rem;
}

.lh_hero_mark {
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 96px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: var(--lh-blue);
}

.lh_hero_mark img {
	max-width: 158px;
	height: auto;
}

.lh_publisher_intro {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: var(--lh-soft);
	border-left: 4px solid var(--lh-blue);
}

.lh_publisher_intro ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem 1.5rem;
	margin-bottom: 0;
	padding-left: 1.25rem;
	font-size: 1.16rem;
	line-height: 1.6;
}

.lh_journal_grid_section,
.lh_publisher_links,
.lh_journal_layout {
	margin-top: 2rem;
}

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

.lh_journal_card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 1rem;
	padding: 1rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_journal_cover {
	display: block;
}

.lh_journal_cover img,
.lh_journal_hero_cover img {
	width: 100%;
	height: auto;
	border: 1px solid var(--lh-line);
	box-shadow: 0 8px 22px rgba(23, 35, 49, 0.12);
}

.lh_journal_card h3 {
	margin-top: 0;
	font-size: 1.23rem;
	line-height: 1.3;
}

.lh_journal_card .description {
	max-height: 7.8rem;
	overflow: hidden;
	color: var(--lh-muted);
	font-size: 1.07rem;
	line-height: 1.62;
}

.lh_card_links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	margin-top: 0.85rem;
	font-size: 1.03rem;
	font-weight: 700;
}

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

.lh_publisher_links > div,
.lh_side_panel,
.lh_detail_section,
.lh_notice_panel {
	padding: 1rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_publisher_links h2,
.lh_side_panel h2,
.lh_detail_section h2 {
	margin-top: 0;
	font-size: 1.24rem;
}

.lh_detail_section {
	margin-top: 1.5rem;
	padding: 1.5rem;
}

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

.lh_detail_grid article {
	padding: 1rem;
	background: var(--lh-soft);
	border-left: 3px solid var(--lh-accent);
}

.lh_detail_grid h3,
.lh_notice_panel h3 {
	margin-top: 0;
	font-size: 1.13rem;
	line-height: 1.35;
}

.lh_detail_grid p,
.lh_notice_panel p,
.lh_contact_grid p {
	margin-bottom: 0;
	color: var(--lh-muted);
	font-size: 1.13rem;
	line-height: 1.6;
}

.lh_policy_body {
	max-width: 68rem;
	margin-top: 1.5rem;
}

.lh_policy_body h2 {
	margin-top: 1.75rem;
	font-size: 1.25rem;
}

.lh_policy_body p,
.lh_policy_body li {
	color: var(--lh-muted);
	font-size: 1.2rem;
	line-height: 1.7;
}

.lh_policy_body ul {
	margin-top: 0.75rem;
}

.lh_schedule_table {
	width: 100%;
	margin: 1.25rem 0;
	border-collapse: collapse;
	font-size: 1.12rem;
	line-height: 1.55;
}

.lh_schedule_table th,
.lh_schedule_table td {
	padding: 0.8rem 0.9rem;
	border: 1px solid var(--lh-line);
	text-align: left;
}

.lh_schedule_table thead th {
	background: var(--lh-soft);
	color: var(--lh-ink);
}

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

.lh_subscription_option,
.lh_subscription_section,
.page_login .cmp_form.login .fields,
.page_lost_password .cmp_form.lost_password,
.page_register .cmp_form.register fieldset,
.page_user_subscriptions > div,
.pkp_page_purchaseIndividualSubscription .purchase_subscription,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription {
	padding: 1.35rem 1.5rem;
	border: 1px solid var(--lh-line);
	border-radius: 6px;
	background: #fff;
}

.lh_subscription_option h2,
.lh_subscription_section h2,
.page_login .cmp_form.login legend,
.page_register .cmp_form.register legend,
.pkp_page_purchaseIndividualSubscription h1,
.pkp_page_purchaseInstitutionalSubscription h1 {
	margin-top: 0;
	color: var(--lh-ink);
	font-size: 1.35rem;
	line-height: 1.3;
}

.lh_subscriptions_page .lh_page_intro,
.page_login > p,
.page_lost_password > p,
.page_register > p {
	max-width: 54rem;
	color: var(--lh-muted);
	font-size: 1.16rem;
	line-height: 1.68;
}

.lh_subscription_section {
	margin-top: 1.5rem;
}

.lh_subscription_notice {
	margin: 1.1rem 0;
	padding: 1rem 1.15rem;
	border: 1px solid #cbd6e2;
	border-left: 4px solid var(--lh-blue);
	border-radius: 5px;
	background: #f8fafc;
	color: var(--lh-ink);
	font-size: 1.06rem;
	line-height: 1.55;
}

.lh_subscription_notice strong {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 1.08rem;
}

.lh_notice_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.95rem;
}

.lh_subscription_notice_warning {
	border-color: #e8cf9b;
	border-left-color: var(--lh-gold);
	background: #fff9ec;
}

.lh_subscription_notice_success {
	border-color: #a9d5ba;
	border-left-color: #2f7d4a;
	background: #f2fbf5;
}

.lh_account_eyebrow {
	margin: 0 0 0.3rem;
	color: var(--lh-blue);
	font-size: 0.82rem !important;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.lh_account_overview,
.lh_account_page,
.lh_checkout_page,
.lh_message_page {
	max-width: 72rem;
}

.lh_account_identity {
	margin: 1rem 0 1.5rem;
	padding: 1.25rem 1.4rem;
	border: 1px solid var(--lh-line);
	border-radius: 7px;
	background: linear-gradient(135deg, #f7fafc, #eef4f8);
}

.lh_account_identity h2,
.lh_account_identity p {
	margin-top: 0;
	margin-bottom: 0.3rem;
}

.lh_account_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 1rem;
}

.lh_payment_table_wrap {
	overflow-x: auto;
}

.lh_payment_table {
	margin-bottom: 0;
}

.lh_payment_table td:first-child {
	min-width: 17rem;
}

.lh_payment_table td span {
	color: var(--lh-muted);
	font-size: 0.9rem;
}

.lh_payment_table .lh_button {
	white-space: nowrap;
}

.lh_account_card,
.lh_subscription_summary,
.lh_account_help,
.lh_checkout_card,
.lh_message_card {
	padding: 1.35rem 1.45rem;
	border: 1px solid var(--lh-line);
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(25, 53, 75, 0.06);
}

.lh_account_card {
	display: flex;
	flex-direction: column;
}

.lh_account_card h2,
.lh_account_card p,
.lh_account_help h2 {
	margin-top: 0;
}

.lh_account_card .lh_button {
	align-self: flex-start;
	margin-top: auto;
}

.lh_account_page_header,
.lh_subscription_summary_head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.25rem;
}

.lh_account_page_header {
	margin-bottom: 1.25rem;
}

.lh_account_page_header h1,
.lh_subscription_summary_head h2 {
	margin-top: 0;
}

.lh_account_page_header p {
	max-width: 48rem;
}

.lh_subscription_summary + .lh_subscription_summary,
.lh_account_help {
	margin-top: 1rem;
}

.lh_subscription_facts {
	display: grid;
	grid-template-columns: minmax(14rem, 2fr) repeat(2, minmax(8rem, 1fr));
	gap: 0.8rem;
	margin: 1rem 0 0;
}

.lh_subscription_facts > div {
	padding: 0.85rem 1rem;
	border-radius: 5px;
	background: #f5f8fa;
}

.lh_subscription_facts dt {
	color: var(--lh-muted);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.lh_subscription_facts dd {
	margin: 0.25rem 0 0;
	font-weight: 700;
}

.lh_subscription_empty {
	max-width: 50rem;
	margin: 0.75rem 0 0;
	color: var(--lh-muted);
}

.lh_account_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
}

.lh_checkout_header {
	max-width: 54rem;
	margin-bottom: 1rem;
}

.lh_checkout_header h1 {
	margin-top: 0;
}

.lh_checkout_card {
	max-width: 48rem !important;
}

.lh_checkout_card fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.lh_checkout_card legend {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	font-weight: 750;
}

.lh_checkout_card select {
	width: 100%;
	min-height: 3.1rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid #aebdca;
	border-radius: 4px;
	background: #fff;
	font-size: 1.05rem;
}

.lh_checkout_benefits {
	margin-top: 1.25rem;
	padding: 1rem 1.15rem;
	border-radius: 5px;
	background: #f5f8fa;
}

.lh_checkout_benefits h2 {
	margin: 0 0 0.55rem;
	font-size: 1.12rem;
}

.lh_checkout_benefits ul {
	margin: 0;
	padding-left: 1.2rem;
}

.lh_checkout_security {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid #b9d7c3;
	border-radius: 5px;
	background: #f2fbf5;
}

.lh_checkout_security .fa {
	margin-top: 0.15rem;
	color: #2f7d4a;
}

.lh_checkout_actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.2rem;
}

.lh_checkout_actions .submit {
	padding: 0.75rem 1.2rem;
	border: 1px solid var(--lh-blue);
	border-radius: 4px;
	background: var(--lh-blue);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 750;
}

.lh_message_card {
	display: grid;
	grid-template-columns: 2.7rem minmax(0, 1fr);
	gap: 1rem;
	max-width: 48rem;
	margin-top: 1rem;
}

.lh_message_icon {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--lh-blue);
	color: #fff;
	font-size: 1.15rem;
	font-weight: 800;
}

.lh_message_card h1 {
	margin: 0 0 0.65rem;
}

.lh_account_lead {
	max-width: 48rem;
	margin: 0.5rem 0 1rem;
	color: var(--lh-muted);
	font-size: 1.16rem;
	line-height: 1.65;
}

.lh_optional_registration {
	margin: 1rem 0;
	padding: 0.85rem 1rem;
	border: 1px solid var(--lh-line);
	border-radius: 5px;
	background: #f8fafc;
}

.lh_optional_registration summary {
	cursor: pointer;
	font-weight: 750;
}

.lh_optional_registration[open] summary {
	margin-bottom: 0.75rem;
}

.lh_access_article {
	margin: 1.15rem 0 1.35rem;
	padding: 1.1rem 1.25rem;
	border: 1px solid var(--lh-line);
	border-radius: 6px;
	background: #f8fafc;
}

.lh_access_article h2 {
	margin: 0;
	color: var(--lh-ink);
	font-size: 1.35rem;
	line-height: 1.35;
}

.lh_access_article p {
	margin: 0.55rem 0 0;
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.45;
}

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

.lh_access_option {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 17rem;
	padding: 1.25rem;
	border: 1px solid var(--lh-line);
	border-radius: 6px;
	background: #fff;
}

.lh_access_option_primary {
	border-left: 4px solid var(--lh-gold);
}

.lh_access_option h2 {
	margin: 0 0 0.7rem;
	color: var(--lh-ink);
	font-size: 1.28rem;
	line-height: 1.3;
}

.lh_access_option p {
	margin: 0 0 1rem;
	color: var(--lh-muted);
	font-size: 1.04rem;
	line-height: 1.55;
}

.lh_access_price {
	color: var(--lh-ink) !important;
	font-size: 1.35rem !important;
	font-weight: 800;
	line-height: 1.25 !important;
}

.lh_access_price span {
	display: block;
	margin-top: 0.2rem;
	color: var(--lh-muted);
	font-size: 0.96rem;
	font-weight: 600;
}

.lh_access_option .lh_button {
	margin-top: auto;
}

.lh_access_return {
	margin-top: 1.2rem;
}

.cmp_subscription_contact:empty {
	display: none;
}

.lh_user_subscription_status {
	margin: 1.25rem 0 1.5rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid var(--lh-line);
	border-radius: 6px;
	background: #f8fafc;
}

.lh_user_subscription_status h2 {
	margin: 0;
	color: var(--lh-ink);
	font-size: 1.4rem;
	line-height: 1.3;
}

.lh_subscription_context {
	margin: 0.25rem 0 1rem;
	color: var(--lh-muted);
	font-size: 1.08rem;
	line-height: 1.45;
}

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

.lh_subscription_status_card {
	padding: 1rem;
	border: 1px solid #d7e0ea;
	border-radius: 5px;
	background: #fff;
}

.lh_subscription_status_card h3 {
	margin: 0 0 0.75rem;
	font-size: 1.16rem;
	line-height: 1.3;
}

.lh_subscription_status_card p {
	margin: 0.75rem 0 0;
	color: var(--lh-muted);
	font-size: 1.02rem;
	line-height: 1.55;
}

.lh_status_badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0.22rem 0.6rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.2;
	text-transform: uppercase;
}

.lh_status_badge_active {
	border: 1px solid #9acaa9;
	background: #eef8f0;
	color: #23613a;
}

.lh_status_badge_inactive {
	border: 1px solid #e8cf9b;
	background: #fff9ec;
	color: #735219;
}

.lh_subscription_status_details {
	display: grid;
	gap: 0.65rem;
	margin: 0.85rem 0 0;
}

.lh_subscription_status_details div {
	display: grid;
	grid-template-columns: 7rem minmax(0, 1fr);
	gap: 0.75rem;
}

.lh_subscription_status_details dt {
	color: var(--lh-muted);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
}

.lh_subscription_status_details dd {
	margin: 0;
	color: var(--lh-ink);
	font-size: 1.02rem;
	line-height: 1.35;
}

.lh_institution_status + .lh_institution_status {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--lh-line);
}

.lh_subscription_table {
	width: 100%;
	max-width: 100%;
	margin-top: 1rem;
	font-size: 1.06rem;
	line-height: 1.55;
}

.lh_subscription_table th,
.lh_subscription_table td {
	padding: 0.8rem 0.9rem;
	vertical-align: top;
}

.lh_subscription_table tbody th {
	text-align: left;
}

.lh_subscription_cell_label {
	display: none;
}

.page_register .cmp_form.register,
.page_login .cmp_form.login,
.page_lost_password .cmp_form.lost_password,
.pkp_page_purchaseIndividualSubscription .purchase_subscription,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription {
	max-width: 58rem;
	margin-top: 1.25rem;
}

.page_login .cmp_form.login,
.page_lost_password .cmp_form.lost_password {
	max-width: 34rem;
}

.lh_account_migration_notice {
	max-width: 58rem;
	margin: 1.25rem 0 1.5rem;
	padding: 1.35rem 1.45rem;
	border: 1px solid #bfd3e4;
	border-left: 5px solid var(--lh-accent);
	border-radius: 5px;
	background: #f4f8fc;
	color: var(--lh-ink);
	box-shadow: 0 5px 18px rgba(17, 63, 103, 0.06);
}

.page_login .lh_account_migration_notice,
.page_lost_password .lh_account_migration_notice {
	max-width: 42rem;
}

.lh_account_migration_notice .lh_kicker {
	margin: 0 0 0.3rem;
	color: var(--lh-accent);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.lh_account_migration_notice h2 {
	margin: 0 0 0.7rem;
	color: var(--lh-ink);
	font-size: 1.45rem;
	line-height: 1.25;
}

.lh_account_migration_notice > p {
	max-width: 49rem;
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	line-height: 1.65;
}

.lh_account_migration_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1rem 0;
}

.lh_account_migration_actions .lh_button {
	font-size: 1rem;
}

.lh_account_migration_support {
	color: var(--lh-muted);
}

.lh_account_migration_support a {
	font-weight: 700;
}

.lh_account_migration_legacy {
	margin-top: 1rem;
	padding-top: 0.9rem;
	border-top: 1px solid #d6e2ec;
}

.lh_account_migration_legacy summary {
	cursor: pointer;
	color: var(--lh-ink);
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.45;
}

.lh_account_migration_legacy p {
	margin: 0.7rem 0 0;
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.obj_article_details .lh_article_metrics {
	margin: 0;
	padding: 1rem;
	border: 1px solid #d1dce7;
	border-radius: 5px;
	background: #f7f9fc;
}

.obj_article_details .lh_article_metrics > .label {
	margin: 0 0 0.65rem;
	color: var(--lh-ink);
	font-size: 1.12rem;
	line-height: 1.25;
}

.lh_article_metrics_grid {
	display: flex;
	flex-direction: column;
}

.lh_article_metric {
	display: flex;
	gap: 0.55rem;
	justify-content: space-between;
	padding: 0.42rem 0;
	border-top: 1px solid #e1e7ee;
	align-items: baseline;
}

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

.lh_article_metric > span:first-child {
	color: var(--lh-muted);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.35;
}

.lh_article_metric strong {
	color: var(--lh-ink);
	font-size: 0.92rem;
	line-height: 1.25;
	text-align: right;
}

.lh_article_metric_value {
	display: inline-flex;
	gap: 0.35rem;
	align-items: baseline;
}

.lh_article_metric_source,
.lh_article_metric_pending {
	font-size: 0.79rem;
	line-height: 1.35;
}

.lh_article_metric_source {
	font-weight: 700;
}

.lh_article_metric_pending {
	color: var(--lh-muted);
}

.lh_article_metrics_note {
	margin: 0.55rem 0 0;
	color: var(--lh-muted);
	font-size: 0.76rem;
	line-height: 1.4;
}

.lh_publication_history {
	display: flex;
	gap: 0.3rem;
	margin-top: 0.6rem;
	padding-top: 0.6rem;
	border-top: 1px solid #dbe4ed;
	color: var(--lh-muted);
	font-size: 0.8rem;
	line-height: 1.4;
	flex-direction: column;
}

.lh_publication_history_label {
	color: var(--lh-ink);
	font-weight: 750;
}

.lh_publication_history > span:not(.lh_publication_history_label) {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
}

.lh_publication_history time {
	white-space: nowrap;
}

.page_register .cmp_form.register fieldset {
	margin: 0 0 1.25rem;
}

.page_register .cmp_form.register .fields,
.pkp_page_purchaseIndividualSubscription .purchase_subscription .fields,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription .fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.05rem 1.25rem;
}

.page_register .cmp_form.register .affiliation,
.page_register .cmp_form.register .country,
.page_register .cmp_form.register .optin,
.page_register .cmp_form.register .reviewer_interests,
.page_register .cmp_form.register .reviewer_nocontext_interests,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription .institution_name,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription .institution_mailing_address,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription .ip_ranges {
	grid-column: 1 / -1;
}

.page_register .cmp_form.register label,
.page_login .cmp_form.login label,
.page_lost_password .cmp_form.lost_password label,
.pkp_page_purchaseIndividualSubscription .purchase_subscription label,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription label {
	display: grid;
	gap: 0.35rem;
	color: var(--lh-ink);
	font-size: 1.08rem;
	font-weight: 650;
	line-height: 1.4;
}

.page_register .cmp_form.register .label,
.page_login .cmp_form.login .label,
.page_lost_password .cmp_form.lost_password .label,
.pkp_page_purchaseIndividualSubscription .purchase_subscription .label,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription .label {
	color: var(--lh-ink);
	font-size: 1.08rem;
	font-weight: 700;
}

.page_register .cmp_form.register input[type="text"],
.page_register .cmp_form.register input[type="email"],
.page_register .cmp_form.register input[type="password"],
.page_register .cmp_form.register select,
.page_login .cmp_form.login input[type="text"],
.page_login .cmp_form.login input[type="password"],
.page_lost_password .cmp_form.lost_password input[type="email"],
.pkp_page_purchaseIndividualSubscription .purchase_subscription input,
.pkp_page_purchaseIndividualSubscription .purchase_subscription select,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription input,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription select,
.pkp_page_purchaseInstitutionalSubscription .purchase_subscription textarea {
	width: 100%;
	min-height: 2.8rem;
	padding: 0.55rem 0.7rem;
	border: 1px solid #cbd6e2;
	border-radius: 4px;
	background: #fff;
	color: var(--lh-ink);
	font-size: 1.08rem;
	line-height: 1.4;
}

.page_login .cmp_form.login .password a,
.page_lost_password .cmp_form.lost_password .register,
.page_login .cmp_form.login .register {
	color: var(--lh-accent);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.45;
	text-decoration: none;
}

.page_login .cmp_form.login .password a:hover,
.page_login .cmp_form.login .password a:focus,
.page_lost_password .cmp_form.lost_password .register:hover,
.page_lost_password .cmp_form.lost_password .register:focus,
.page_login .cmp_form.login .register:hover,
.page_login .cmp_form.login .register:focus {
	text-decoration: underline;
}

.page_register .cmp_form.register input[type="checkbox"] {
	width: 1.05rem;
	height: 1.05rem;
	margin-right: 0.45rem;
}

.page_login .cmp_form.login input[type="checkbox"] {
	width: 1.05rem;
	height: 1.05rem;
	margin-right: 0.45rem;
}

.page_login .cmp_form.login .remember {
	margin-top: 1rem;
}

.page_login .cmp_form.login .remember label {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	color: var(--lh-muted);
	font-size: 1rem;
	font-weight: 500;
}

.page_register .cmp_form.register .optin label {
	display: block;
	color: var(--lh-muted);
	font-weight: 500;
}

.page_login .cmp_form.login .username,
.page_login .cmp_form.login .password,
.page_lost_password .cmp_form.lost_password .email {
	margin-bottom: 1rem;
}

.page_register .cmp_form.register .buttons {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.25rem;
}

.page_register .cmp_form.register .buttons button,
.page_register .cmp_form.register .buttons .login,
.page_login .cmp_form.login .buttons button,
.page_login .cmp_form.login .buttons .register,
.page_lost_password .cmp_form.lost_password .buttons button,
.page_lost_password .cmp_form.lost_password .buttons .register {
	min-height: 2.8rem;
	padding: 0.7rem 1.15rem;
	font-size: 1.08rem;
	font-weight: 700;
}

.page_login .cmp_form.login .buttons,
.page_lost_password .cmp_form.lost_password .buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem;
	margin-top: 1.25rem;
}

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

.lh_award_card {
	padding: 1.15rem 1.25rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_award_card h3 {
	margin: 0;
	color: var(--lh-ink);
	font-size: 1.16rem;
	line-height: 1.35;
}

.lh_award_card h3 span {
	display: block;
	margin-top: 0.2rem;
	color: var(--lh-muted);
	font-size: 0.88rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lh_award_subtitle {
	margin: 0.55rem 0 0.85rem;
	color: var(--lh-muted);
	font-weight: 650;
	line-height: 1.45;
}

.lh_award_card ul {
	margin: 0;
	padding-left: 1.15rem;
}

.lh_award_card li {
	break-inside: avoid;
	margin: 0 0 0.35rem;
	font-size: 1.08rem;
	line-height: 1.45;
}

.lh_static_page > p {
	color: var(--lh-muted);
	font-size: 1.2rem;
	line-height: 1.7;
}

.page_about h1 {
	margin-bottom: 1.25rem;
}

.lh_about_scope {
	max-width: 76rem;
	color: var(--lh-text);
	font-size: 1.1rem;
	line-height: 1.72;
}

.lh_about_scope h2 {
	margin: 1.75rem 0 0.8rem;
	color: var(--lh-text);
	font-size: 1.35rem;
}

.lh_about_scope h3 {
	margin: 0 0 0.65rem;
	color: var(--lh-text);
	font-size: 1.02rem;
}

.lh_about_scope p {
	margin: 0 0 1rem;
	color: var(--lh-muted);
}

.lh_about_scope ul {
	margin: 0.5rem 0 1.25rem;
	padding-left: 1.35rem;
	color: var(--lh-muted);
}

.lh_about_scope li {
	margin-bottom: 0.45rem;
}

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

.lh_scope_columns section {
	padding: 1rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_masthead_page {
	max-width: 82rem;
}

.lh_editorial_group {
	margin-top: 1.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid var(--lh-line);
}

.lh_editorial_group h2 {
	margin: 0 0 1rem;
	font-size: 1.35rem;
}

.lh_editorial_group ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh_editorial_group li {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--lh-line);
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.lh_editorial_group strong {
	color: var(--lh-text);
	font-weight: 700;
}

.lh_editorial_group span {
	display: block;
	margin-top: 0.25rem;
	color: #6a7280;
	font-size: 0.92rem;
}

.lh_static_page .lh_detail_grid h2 a,
.lh_static_page .lh_detail_grid h3 a {
	text-decoration: none;
}

.lh_book_series_grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.lh_book_series_card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 1.25rem;
	align-items: center;
	padding: 1rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_book_series_card img {
	width: 100%;
	height: auto;
	border: 1px solid var(--lh-line);
	box-shadow: 0 8px 22px rgba(23, 35, 49, 0.12);
}

.lh_book_series_card h2 {
	margin-top: 0;
	font-size: 1.25rem;
	line-height: 1.3;
}

.lh_book_series_card p {
	margin-bottom: 0;
	color: var(--lh-muted);
	font-size: 1.13rem;
	line-height: 1.6;
}

.lh_book_catalog_grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.25rem;
}

.lh_book_product_card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_book_product_card img,
.lh_book_detail_header img {
	width: 100%;
	height: auto;
	border: 1px solid var(--lh-line);
	background: #f7f8fa;
	box-shadow: 0 8px 22px rgba(23, 35, 49, 0.1);
}

.lh_book_product_card h2 {
	margin: 0 0 0.35rem;
	font-size: 1.18rem;
	line-height: 1.35;
}

.lh_book_product_card h2 a {
	text-decoration: none;
}

.lh_book_product_card p,
.lh_book_detail_header p,
.lh_book_chapter p {
	color: var(--lh-muted);
	line-height: 1.55;
}

.lh_book_price,
.lh_book_purchase_price {
	color: var(--lh-text) !important;
	font-weight: 700;
}

.lh_book_detail_header {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 1.4rem;
	align-items: start;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.lh_book_detail_header h2 {
	margin: 0 0 0.75rem;
	font-size: 1.55rem;
	line-height: 1.25;
}

.lh_book_kicker {
	margin: 0 0 0.35rem;
	color: #846514 !important;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lh_book_materials,
.lh_book_chapter_list {
	display: grid;
	gap: 0.75rem;
	margin: 1rem 0 1.75rem;
}

.lh_book_material,
.lh_book_chapter {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_book_material span,
.lh_book_file_name {
	display: block;
	margin-top: 0.2rem;
	color: #6a7280;
	font-size: 0.95rem;
}

.lh_book_access_badge {
	flex: 0 0 auto;
	padding: 0.25rem 0.6rem;
	border: 1px solid #b9d6c2;
	background: #f2fbf5;
	color: #2f7d4a;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.lh_book_access_badge:hover,
.lh_book_access_badge:focus {
	border-color: #2f7d4a;
	background: #e5f6eb;
	color: #1f653b;
	text-decoration: none;
}

.lh_book_access_badge.is_restricted {
	border-color: #e2d1a7;
	background: #fff8e9;
	color: #846514;
}

.lh_book_chapter h3 {
	margin: 0 0 0.35rem;
	font-size: 1.08rem;
	line-height: 1.35;
}

.lh_book_chapter .lh_button {
	flex: 0 0 auto;
}

.lh_book_purchase_box {
	max-width: 46rem;
	padding: 1.25rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_button_disabled,
.lh_button_disabled:hover,
.lh_button_disabled:focus {
	border-color: #aeb6c2;
	background: #aeb6c2;
	color: #fff;
	cursor: not-allowed;
}

.lh_inline_link_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.85rem;
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
	font-size: 1rem;
	line-height: 1.45;
}

.lh_inline_link_list li {
	margin: 0;
	list-style: none;
}

.lh_download_link {
	font-weight: 650;
}

.lh_manuscript_template_card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin: 1.5rem 0 2rem;
	padding: 1.5rem 1.65rem;
	border: 1px solid var(--lh-line);
	border-left: 4px solid var(--lh-blue);
	background: var(--lh-soft);
}

.lh_manuscript_template_card h2 {
	margin: 0.2rem 0 0.75rem;
	font-size: 1.45rem;
}

.lh_manuscript_template_card ul {
	margin: 0;
	padding-left: 1.3rem;
}

.lh_manuscript_template_card li {
	margin: 0.2rem 0;
	font-size: 1.08rem;
	line-height: 1.5;
}

.lh_resource_eyebrow {
	margin: 0;
	color: var(--lh-blue) !important;
	font-size: 0.92rem !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lh_resource_note {
	margin: 0.8rem 0 0;
	font-size: 0.98rem !important;
}

.lh_template_download_button {
	flex: 0 0 auto;
	white-space: nowrap;
}

.lh_template_journal_links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.8rem;
}

.lh_template_journal_links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 5.5rem;
	padding: 0.65rem 0.9rem;
	border: 1px solid var(--lh-line);
	background: #fff;
	font-weight: 650;
	text-decoration: none;
}

.lh_template_journal_links a:hover,
.lh_template_journal_links a:focus,
.lh_template_journal_links a.is_current {
	border-color: var(--lh-blue);
	background: var(--lh-blue);
	color: #fff;
}

@media (max-width: 720px) {
	.lh_manuscript_template_card {
		align-items: stretch;
		flex-direction: column;
		gap: 1.25rem;
	}

	.lh_template_download_button {
		align-self: flex-start;
		white-space: normal;
	}
}

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

.lh_contact_grid > div {
	padding: 1rem;
	background: var(--lh-soft);
	border-left: 3px solid var(--lh-blue);
}

.lh_contact_grid a {
	overflow-wrap: anywhere;
	word-break: normal;
}

.lh_contact_grid h3 {
	margin-top: 0;
	font-size: 1rem;
}

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

.lh_journal_hero_media {
	display: flex;
	justify-content: flex-end;
}

.lh_journal_hero_cover {
	width: 190px;
	align-self: center;
}

.lh_hero_indexed {
	align-self: stretch;
	padding: 1rem;
	border: 1px solid var(--lh-line);
	background: rgba(255, 255, 255, 0.76);
}

.lh_hero_indexed h2 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
}

.lh_hero_indexed ul,
.lh_indexed_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh_hero_indexed li,
.lh_indexed_list li {
	margin: 0;
	padding: 0.35rem 0.55rem;
	border: 1px solid var(--lh-line);
	background: var(--lh-soft);
	color: var(--lh-ink);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.25;
	list-style: none;
}

.lh_indexed_list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.lh_indexed_list a:hover,
.lh_indexed_list a:focus {
	color: var(--lh-accent);
	text-decoration: underline;
}

.lh_indexed_panel {
	background: #f8fafc;
}

.lh_indexed_panel .lh_indexed_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
	gap: 0.6rem;
}

.lh_indexed_panel .lh_indexed_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 3.4rem;
	padding: 0.65rem 0.75rem;
	font-size: 0.98rem;
}

.lh_indexed_panel .lh_indexed_list li + li {
	margin-top: 0;
}

.lh_journal_layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	gap: 2rem;
	align-items: start;
}

.lh_current_issue {
	margin-top: 0;
}

.lh_issue_page .cmp_breadcrumbs {
	margin-bottom: 1rem;
}

.lh_submission_transition {
	margin: 1rem 0 2rem;
	padding: 1.5rem;
	border: 1px solid #bfd2e4;
	border-left: 5px solid var(--lh-accent);
	border-radius: 5px;
	background: linear-gradient(135deg, #f7fbff 0%, #edf6fc 100%);
}

.lh_submission_transition h2 {
	margin: 0.15rem 0 0.8rem;
}

.lh_submission_transition > p {
	max-width: 54rem;
}

.lh_submission_transition .lh_action_row {
	margin: 1.15rem 0;
}

.lh_submission_quick_guide {
	margin: 0.9rem 0 0;
	color: var(--lh-muted);
	font-size: 1rem;
}

.lh_submission_quick_guide a {
	font-weight: 700;
}

.lh_submission_legacy {
	margin-top: 1.25rem;
	padding: 1.15rem 1.25rem;
	border: 1px solid #d8cba9;
	border-radius: 4px;
	background: #fffaf0;
}

.lh_submission_legacy h3 {
	margin: 0 0 0.55rem;
	font-size: 1.2rem;
}

.lh_submission_legacy p {
	margin: 0.45rem 0;
}

.lh_submission_guides {
	margin: 2rem 0;
	padding: 1.5rem;
	border: 1px solid var(--lh-line);
	background: #f8fafc;
}

.lh_submission_guides > h2 {
	margin: 0 0 0.55rem;
}

.lh_submission_guides > p:not(.lh_kicker) {
	max-width: 54rem;
	margin: 0;
	color: var(--lh-muted);
}

.lh_submission_guides_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
}

.lh_submission_guide_card {
	display: flex;
	flex-direction: column;
	padding: 1.15rem;
	border: 1px solid #d7e1ea;
	background: #fff;
}

.lh_submission_guide_card h3 {
	margin: 0 0 0.55rem;
	font-size: 1.22rem;
}

.lh_submission_guide_card p {
	margin: 0;
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.lh_submission_guide_card .lh_action_row {
	margin-top: auto;
	padding-top: 1rem;
}

.lh_submission_guide_card .lh_button {
	width: 100%;
}

.lh_issue_hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 1.7rem;
	border: 1px solid var(--lh-line);
	border-top: 4px solid var(--lh-accent);
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.lh_issue_hero h1 {
	margin: 0;
	font-size: 2rem;
	font-weight: 650;
	line-height: 1.18;
}

.lh_issue_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 0.8rem;
	color: var(--lh-muted);
	font-weight: 600;
}

.lh_issue_description {
	max-width: 48rem;
	margin-top: 1rem;
	color: var(--lh-muted);
	line-height: 1.65;
}

.lh_issue_cover {
	width: 160px;
}

.lh_issue_cover img {
	width: 100%;
	height: auto;
	border: 1px solid var(--lh-line);
	box-shadow: 0 8px 22px rgba(23, 35, 49, 0.12);
}

.lh_latest_updates {
	display: grid;
	grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.4fr);
	gap: 1.5rem;
	align-items: center;
	margin: 0 0 1.4rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid #c8d8e7;
	border-left: 4px solid var(--lh-accent);
	border-radius: 5px;
	background: linear-gradient(135deg, #f7fbff 0%, #eef6fc 100%);
}

.lh_latest_updates_intro h2 {
	margin: 0.15rem 0 0.45rem;
	font-size: 1.35rem;
	line-height: 1.3;
}

.lh_latest_updates_intro p:last-child {
	margin: 0;
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.55;
}

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

.lh_latest_update_card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
	min-height: 7rem;
	padding: 1rem;
	border: 1px solid #cbd9e6;
	border-radius: 5px;
	background: #fff;
	color: var(--lh-text);
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(22, 56, 82, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lh_latest_update_card:hover,
.lh_latest_update_card:focus {
	border-color: var(--lh-accent);
	box-shadow: 0 8px 20px rgba(22, 56, 82, 0.12);
	text-decoration: none;
	transform: translateY(-2px);
}

.lh_latest_update_card strong {
	font-size: 1.08rem;
	line-height: 1.35;
}

.lh_latest_update_date {
	color: var(--lh-muted);
	font-size: 0.92rem;
}

.lh_issue_menu_under_hero {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	margin: -0.35rem 0 1.5rem;
	padding: 0.35rem 0;
	border: 0;
	background: #fff;
}

.lh_issue_menu_under_hero h2 {
	margin: 0;
	color: var(--lh-muted);
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.lh_issue_menu_under_hero ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh_issue_menu_under_hero a {
	color: var(--lh-accent);
	font-weight: 500;
	text-decoration: none;
}

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

.lh_issue_galleys {
	margin-bottom: 1.5rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_issue_galleys h2 {
	margin-top: 0;
	font-size: 1.1rem;
}

.lh_issue_galleys ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh_issue_content .lh_issue_articles {
	margin-top: 0;
}

.lh_issue_layout {
	display: block;
}

.lh_issue_articles {
	margin-top: 1.25rem;
	border: 1px solid var(--lh-line);
	border-radius: 4px;
	background: #fff;
}

.lh_issue_articles_head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.4rem;
	border-bottom: 1px solid var(--lh-line);
}

.lh_issue_articles_head h3 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.35;
}

.lh_article_section h4 {
	margin: 0;
	padding: 1.2rem 1.4rem 0;
	color: var(--lh-ink);
	font-size: 1.25rem;
}

.lh_article_list {
	padding: 0 1.4rem;
}

.lh_article_summary {
	padding: 1.35rem 0 1.45rem;
	border-top: 1px solid var(--lh-line);
}

.lh_article_section h4 + .lh_article_list .lh_article_summary:first-child {
	border-top: 0;
}

.lh_article_access {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0.45rem 0 0.5rem;
	padding: 0.16rem 0.55rem;
	border: 1px solid #9acaa9;
	border-radius: 999px;
	background: #eef8f0;
	color: #23613a;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lh_article_access_detail {
	margin: 0 0 1rem;
}

.lh_article_access.is_subscription {
	border-color: #c6d3df;
	background: #f3f6f9;
	color: #425466;
}

.lh_article_title {
	margin: 0;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.32;
}

.lh_journal_home .lh_article_title {
	font-size: 1.42rem;
	font-weight: 700;
	line-height: 1.3;
}

.lh_journal_home .lh_article_meta,
.lh_journal_home .lh_article_pages,
.lh_journal_home .lh_article_actions {
	font-size: 1.06rem;
	line-height: 1.5;
}

.pkp_page_issue .lh_article_title {
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.26;
}

.lh_article_title a {
	color: #0067b1;
	text-decoration: none;
}

.lh_article_title > span {
	color: var(--lh-ink);
}

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

.lh_article_title span {
	display: block;
	margin-top: 0.15rem;
}

.lh_article_meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.45rem;
	margin-top: 0.55rem;
	color: #363f49;
	font-size: 1rem;
	line-height: 1.45;
}

.lh_article_meta span:not(:last-child)::after {
	content: ",";
}

.lh_article_authors {
	font-size: 1.16rem;
	font-weight: 500;
	line-height: 1.5;
}

.lh_article_pages {
	margin-top: 0.2rem;
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.45;
}

.lh_article_actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem 1.05rem;
	margin-top: 0.75rem;
	font-size: 1rem;
}

.lh_article_action,
.lh_article_abstract summary {
	color: #4f6f59;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

.lh_article_action_galley {
	color: #8b4a35;
}

.lh_article_action:hover,
.lh_article_action:focus,
.lh_article_abstract summary:hover,
.lh_article_abstract summary:focus {
	text-decoration: underline;
}

.lh_article_action .fa,
.lh_article_abstract summary .fa {
	width: 1.05rem;
	margin-right: 0.35rem;
	text-align: center;
	font-size: 0.95em;
}

.lh_article_abstract {
	display: inline-block;
}

.lh_article_abstract summary {
	list-style: none;
}

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

.lh_article_abstract summary::before {
	content: "\f078";
	display: inline-block;
	width: 1.05rem;
	margin-right: 0.35rem;
	color: #0067b1;
	font-family: FontAwesome;
	font-size: 0.86em;
	text-align: center;
}

.lh_article_abstract[open] {
	display: block;
	flex-basis: 100%;
}

.lh_article_abstract[open] summary {
	margin-bottom: 0.55rem;
}

.lh_article_abstract[open] summary::before {
	transform: rotate(180deg);
}

.lh_article_abstract div {
	padding: 0.9rem 1rem;
	background: var(--lh-soft);
	border-left: 3px solid var(--lh-blue);
	color: var(--lh-muted);
	line-height: 1.72;
}

.pkp_page_article .obj_article_details {
	font-size: 1.08rem;
	line-height: 1.76;
}

.pkp_page_article .obj_article_details .page_title {
	font-size: clamp(1.65rem, 2.4vw, 2.25rem);
	line-height: 1.18;
}

.pkp_page_article .obj_article_details .main_entry p {
	font-size: 1.12rem;
	line-height: 1.82;
}

.pkp_page_article .obj_article_details .item.references a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

@media (min-width: 768px) {
	.pkp_page_article .obj_article_details .main_entry {
		width: 70%;
	}

	.pkp_page_article .obj_article_details .entry_details {
		width: 30%;
	}
}

.pkp_page_article .obj_article_details .item .label,
.pkp_page_article .obj_article_details h2.label {
	font-size: 1.45rem;
}

.pkp_page_article .obj_article_details .authors .name {
	font-size: 1.12rem;
}

.pkp_page_article .obj_article_details .authors .affiliation {
	font-size: 1.02rem;
	line-height: 1.55;
}

.pkp_page_article .obj_article_details .authors .userGroup {
	display: none;
}

.pkp_page_article .obj_article_details .item.citation {
	font-size: 1.15rem;
	line-height: 1.55;
}

.pkp_page_article .obj_article_details .item.citation .label,
.pkp_page_article .obj_article_details .item.citation h2.label,
.pkp_page_article .obj_article_details .item.citation .citation_formats_button {
	font-size: 1rem;
}

.pkp_page_article .obj_article_details .item.citation .citation_formats_list,
.pkp_page_article .obj_article_details .item.citation .citation_formats_styles {
	font-size: 0.9rem;
}

.pkp_page_article .obj_article_details .entry_details .item.keywords .label,
.pkp_page_article .obj_article_details .lh_share_links .label {
	font-size: 1.15rem;
}

.lh_keyword_list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--lh-ink);
}

.lh_keyword_list li {
	margin-bottom: 0.35rem;
	line-height: 1.4;
}

.lh_share_links .value {
	display: grid;
	gap: 0.6rem;
}

.lh_share_button {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	padding: 0.62rem 0.75rem;
	border: 1px solid #1d68a7;
	color: #145a8d;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.lh_share_button:hover,
.lh_share_button:focus {
	background: var(--lh-soft);
	color: #0d3f67;
	text-decoration: none;
}

.lh_share_button .fa {
	width: 1.25rem;
	font-size: 1.25rem;
	text-align: center;
}

.lh_share_button.is_linkedin {
	border-color: #0a66c2;
	color: #0a66c2;
}

.lh_journal_aside {
	display: grid;
	gap: 1rem;
}

.lh_side_panel dl,
.lh_side_panel dd {
	margin: 0;
}

.lh_side_panel dl > div {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--lh-line);
}

.lh_side_panel dl > div:first-child {
	padding-top: 0;
}

.lh_side_panel dl > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.lh_side_panel dt {
	color: var(--lh-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.lh_side_panel dd {
	margin-top: 0.2rem;
	font-weight: 700;
}

.lh_side_panel ul {
	margin: 0;
	padding-left: 1.1rem;
}

.lh_side_panel li + li {
	margin-top: 0.5rem;
}

.lh_text_link {
	font-weight: 700;
}

.lh_issue_archive {
	padding-bottom: 3rem;
}

.lh_archive_head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 1.5rem;
	align-items: end;
	margin-bottom: 1.5rem;
	padding: 2rem;
	border-top: 5px solid var(--lh-accent);
	border-right: 1px solid var(--lh-line);
	border-bottom: 1px solid var(--lh-line);
	border-left: 1px solid var(--lh-line);
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.lh_archive_head h1 {
	margin: 0.35rem 0 0;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.12;
	letter-spacing: 0;
}

.lh_archive_search label {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--lh-muted);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lh_archive_search input {
	width: 100%;
	min-height: 3rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid #bfc9d5;
	border-radius: 4px;
	background: #fff;
	color: var(--lh-ink);
	font: inherit;
	font-size: 1rem;
}

.lh_archive_search input:focus {
	outline: 3px solid rgba(27, 108, 168, 0.18);
	border-color: var(--lh-blue);
}

.lh_archive_year {
	margin-top: 1rem;
	border: 1px solid var(--lh-line);
	background: #fff;
}

.lh_archive_year[hidden],
.lh_archive_issue[hidden],
.lh_archive_empty[hidden] {
	display: none;
}

.lh_archive_year summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	cursor: pointer;
	color: var(--lh-ink);
	font-size: 1.35rem;
	font-weight: 800;
	list-style: none;
}

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

.lh_archive_year summary::before {
	content: "";
	width: 0.62rem;
	height: 0.62rem;
	border-right: 3px solid var(--lh-blue);
	border-bottom: 3px solid var(--lh-blue);
	transform: rotate(-45deg);
	transition: transform 0.16s ease;
}

.lh_archive_year[open] summary::before {
	transform: rotate(45deg);
}

.lh_archive_count {
	margin-left: auto;
	color: var(--lh-muted);
	font-size: 0.95rem;
	font-weight: 650;
	letter-spacing: 0;
	white-space: nowrap;
}

.lh_archive_issue_list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--lh-line);
	list-style: none;
}

.lh_archive_issue {
	margin: 0;
	list-style: none;
	border-bottom: 1px solid var(--lh-line);
}

.lh_archive_issue:last-child {
	border-bottom: 0;
}

.lh_archive_issue a {
	display: grid;
	gap: 0.35rem;
	padding: 1.05rem 1.25rem 1.1rem 2.45rem;
	color: var(--lh-ink);
	text-decoration: none;
}

.lh_archive_issue a:hover,
.lh_archive_issue a:focus {
	background: var(--lh-soft);
	color: var(--lh-ink);
	text-decoration: none;
}

.lh_archive_issue_title {
	color: #075fa8;
	font-size: 1.22rem;
	font-weight: 750;
	line-height: 1.3;
}

.lh_archive_issue_series,
.lh_archive_issue_date {
	color: var(--lh-muted);
	font-size: 1rem;
	line-height: 1.4;
}

.lh_archive_issue_badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.15rem;
}

.lh_archive_issue_badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0.18rem 0.5rem;
	border: 1px solid #cfd9e5;
	background: #f7fafc;
	color: #263648;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
}

.lh_archive_issue_badge.is_current {
	border-color: #afc8dd;
	background: #eef7fc;
	color: #075fa8;
}

.lh_archive_issue_badge.is_forthcoming {
	border-color: #d7c68e;
	background: #fff9e8;
	color: #6d5410;
}

.lh_archive_empty {
	margin: 1.25rem 0 0;
	padding: 1rem 1.25rem;
	border: 1px solid var(--lh-line);
	background: var(--lh-soft);
	color: var(--lh-muted);
	font-weight: 650;
}

.pkp_page_index .homepage_about {
	border-top: 1px solid var(--lh-line);
	border-bottom: 1px solid var(--lh-line);
	background: var(--lh-soft);
	padding: 1.5rem;
}

.pkp_structure_footer_wrapper {
	background: #0f2333;
	color: rgba(255, 255, 255, 0.86);
}

.pkp_structure_footer {
	max-width: 1200px;
}

.pkp_footer_content,
.lh_footer_branding {
	padding: 1.25rem 2rem;
}

.lh_footer {
	text-align: left;
}

.lh_footer_branding {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lh_footer_branding strong {
	display: block;
	color: #fff;
	font-size: 1rem;
}

.lh_footer_branding span {
	display: block;
	margin-top: 0.25rem;
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.5;
}

.lh_footer_copyright {
	margin: 0;
	padding: 0 2rem 1.25rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	line-height: 1.5;
}

.pkp_brand_footer {
	display: none;
}

@media (max-width: 767px) {
	.lh_account_grid,
	.lh_subscription_facts,
	.lh_message_card {
		grid-template-columns: 1fr;
	}

	.lh_account_page_header,
	.lh_subscription_summary_head {
		align-items: stretch;
		flex-direction: column;
	}

	.lh_account_card,
	.lh_subscription_summary,
	.lh_account_help,
	.lh_checkout_card,
	.lh_message_card {
		padding: 1rem;
	}

	.lh_account_actions,
	.lh_checkout_actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lh_account_actions .lh_button,
	.lh_checkout_actions .submit,
	.lh_checkout_actions .cmp_button_link,
	.lh_account_page_header > .lh_button {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.lh_message_icon {
		display: none;
	}

	.pkp_head_wrapper {
		padding: 3.35rem 1rem 1rem;
	}

	.pkp_site_name_wrapper {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 4.2rem;
	}

	.pkp_site_name {
		position: static !important;
		display: grid;
		grid-template-columns: 5.4rem minmax(0, 1fr);
		align-items: center;
		gap: 0.65rem;
		width: 100% !important;
		min-height: 3rem;
		padding: 0 0 0 3.15rem !important;
		overflow: visible !important;
		white-space: normal !important;
	}

	.pkp_site_name .is_text {
		min-width: 0;
		padding: 0;
		font-size: clamp(1.15rem, 5vw, 1.4rem);
		line-height: 1.14;
		overflow-wrap: anywhere;
	}

	.lh_header_logo {
		width: 5.4rem;
		height: 2.45rem;
	}

	.pkp_site_nav_toggle {
		display: block;
		top: 50%;
		left: 0;
		width: 2.55rem;
		height: 2.55rem;
		border: 1px solid rgba(255, 255, 255, 0.55);
		border-radius: 4px;
		box-shadow: none;
		transform: translateY(-50%);
	}

	.pkp_site_nav_toggle > span {
		width: 20px;
		height: 17px;
		border-bottom-color: #fff;
	}

	.pkp_site_nav_toggle > span:before,
	.pkp_site_nav_toggle > span:after {
		background: #fff;
	}

	.pkp_navigation_primary_row {
		padding: 0 1rem;
	}

	.pkp_structure_head .pkp_navigation_user_wrapper {
		top: 0.45rem;
		right: 1rem;
	}

	.pkp_structure_head .pkp_navigation_user {
		gap: 0.85rem;
	}

	.pkp_structure_head .pkp_navigation_user > li > a {
		font-size: 1rem;
	}

	.pkp_navigation_primary_wrapper {
		display: block;
		padding: 0.5rem 0;
	}

	.pkp_navigation_primary {
		display: block;
	}

	.pkp_navigation_primary > li > a,
	.pkp_navigation_search > a {
		display: flex;
		min-height: 2.5rem;
		padding: 0.35rem 0;
	}

	.pkp_navigation_primary ul {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 0.4rem 1rem;
		border: 0;
		box-shadow: none;
	}

	.pkp_navigation_search_wrapper {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.lh_subscriptions_page,
	.lh_subscription_notice,
	.lh_subscription_section {
		min-width: 0;
		max-width: 100%;
	}

	.lh_notice_actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.lh_notice_actions .lh_button {
		width: 100%;
		box-sizing: border-box;
	}

	.lh_access_article,
	.lh_access_option {
		padding: 1rem;
	}

	.lh_access_options_grid {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.lh_access_option {
		min-height: 0;
	}

	.lh_access_option .lh_button {
		width: 100%;
		box-sizing: border-box;
	}

	.lh_subscription_table,
	.lh_subscription_table tbody {
		display: block;
		width: 100%;
	}

	.lh_subscription_table thead {
		display: none;
	}

	.lh_subscription_table tbody tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.7rem 1rem;
		width: 100%;
		padding: 1rem;
		border: 1px solid var(--lh-line);
		border-radius: 5px;
		background: #fff;
	}

	.lh_subscription_table tbody th,
	.lh_subscription_table tbody td {
		display: block;
		width: auto;
		padding: 0;
		border: 0;
		text-align: left;
	}

	.lh_subscription_table tbody th {
		grid-column: 1 / -1;
		padding-bottom: 0.8rem;
		border-bottom: 1px solid var(--lh-line);
	}

	.lh_subscription_table tbody td:last-child {
		grid-column: 1 / -1;
	}

	.lh_subscription_cell_label {
		display: block;
		margin-bottom: 0.15rem;
		color: var(--lh-muted);
		font-size: 0.82rem;
		font-weight: 750;
		letter-spacing: 0.04em;
		line-height: 1.3;
		text-transform: uppercase;
	}

	.lh_publisher_hero,
	.lh_journal_hero,
	.lh_issue_hero,
	.lh_archive_head,
	.lh_journal_layout,
	.lh_issue_layout,
	.lh_journal_grid,
	.lh_publisher_links,
	.lh_detail_grid,
	.lh_awards_grid,
	.lh_contact_grid,
	.lh_subscription_status_grid,
	.lh_subscription_options,
	.lh_publisher_intro ul {
		grid-template-columns: 1fr;
	}

	.lh_user_subscription_status {
		padding: 1.05rem;
	}

	.lh_subscription_status_details div {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}

	.page_register .cmp_form.register .fields,
	.pkp_page_purchaseIndividualSubscription .purchase_subscription .fields,
	.pkp_page_purchaseInstitutionalSubscription .purchase_subscription .fields {
		grid-template-columns: 1fr;
	}

	.lh_subscription_option,
	.lh_subscription_section,
	.page_register .cmp_form.register fieldset,
	.pkp_page_purchaseIndividualSubscription .purchase_subscription,
	.pkp_page_purchaseInstitutionalSubscription .purchase_subscription {
		padding: 1.05rem;
	}

	.lh_publisher_hero,
	.lh_journal_hero {
		padding: 1rem;
	}

	.lh_publisher_hero h1,
	.lh_journal_hero h1 {
		font-size: 1.65rem;
	}

	.lh_hero_mark {
		order: 0;
		width: 154px;
		height: 78px;
	}

	.lh_hero_mark img {
		max-width: 126px;
	}

	.lh_journal_hero_cover {
		width: 130px;
	}

	.lh_journal_hero_media {
		justify-content: flex-start;
	}

	.lh_hero_search {
		width: 100%;
	}

	.lh_hero_search input {
		min-width: 0;
	}

	.lh_issue_cover {
		width: 120px;
	}

	.lh_issue_hero {
		padding: 1rem;
	}

	.lh_issue_hero h1 {
		font-size: 1.45rem;
	}

	.lh_archive_head {
		padding: 1rem;
	}

	.lh_archive_year summary {
		padding: 0.85rem 1rem;
		font-size: 1.15rem;
	}

	.lh_archive_issue a {
		padding: 0.9rem 1rem;
	}

	.lh_archive_issue_title {
		font-size: 1.08rem;
	}

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

	.lh_issue_articles_head {
		display: block;
		padding: 1rem;
	}

	.lh_issue_articles_head a {
		display: inline-block;
		margin-top: 0.75rem;
	}

	.lh_issue_menu_under_hero {
		display: block;
	}

	.lh_issue_menu_under_hero ul {
		margin-top: 0.65rem;
	}

	.lh_article_list,
	.lh_article_section h4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.lh_book_series_card {
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 0.85rem;
	}

	.lh_book_product_card,
	.lh_book_detail_header {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 0.85rem;
	}

	.lh_book_material,
	.lh_book_chapter {
		display: grid;
		grid-template-columns: 1fr;
		align-items: start;
	}

	.lh_book_chapter .lh_button,
	.lh_book_purchase_box .lh_button {
		width: 100%;
		text-align: center;
	}

	.lh_scope_columns,
	.lh_editorial_group ul {
		grid-template-columns: 1fr;
	}

	.lh_book_series_card h2 {
		font-size: 1.05rem;
	}

	.lh_article_title {
		font-size: 1.28rem;
	}

	.pkp_page_issue .lh_article_title {
		font-size: 1.38rem;
	}

	.lh_footer_branding {
		display: block;
	}

	.pkp_footer_content,
	.lh_footer_branding,
	.lh_footer_copyright,
	.pkp_page_index .homepage_about {
		padding: 1rem;
	}

	.lh_footer_copyright {
		padding-top: 0;
	}

}
.lh_in_press_notice {
	display: grid;
	gap: 0.25rem;
	margin: 1rem 0;
	padding: 0.9rem 1rem;
	border-left: 4px solid #b66a15;
	background: #fff7e8;
	color: #4f350e;
}

.lh_withdrawal_notice {
	max-width: 58rem;
	margin: 1.5rem 0 2rem;
	padding: 1.4rem 1.5rem;
	border: 1px solid #d6b9b9;
	border-left: 5px solid #9d2f2f;
	border-radius: 5px;
	background: #fff8f8;
	color: var(--lh-ink);
}

.lh_withdrawal_status {
	margin: 0 0 0.85rem;
	color: #8b2424;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.lh_withdrawal_body p {
	max-width: 54rem;
	font-size: 1.08rem;
	line-height: 1.7;
}

.lh_withdrawal_identifiers {
	display: grid;
	grid-template-columns: minmax(13rem, 0.8fr) minmax(0, 1.5fr);
	gap: 0.45rem 1rem;
	margin: 1.2rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #ead2d2;
}

.lh_withdrawal_identifiers dt,
.lh_withdrawal_identifiers dd {
	margin: 0;
	line-height: 1.5;
}

.lh_withdrawal_identifiers dt {
	font-weight: 750;
}

.lh_article_access.is_withdrawn {
	border-color: #d6b9b9;
	background: #fff3f3;
	color: #8b2424;
}

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

	.lh_withdrawal_identifiers dd + dt {
		margin-top: 0.55rem;
	}
}

.lh_in_press_notice strong {
	font-size: 1.05em;
}

.lh_article_access.is_in_press {
	background: #fff1d8;
	border-color: #d28a2c;
	color: #754407;
}

@media (max-width: 760px) {
	.lh_latest_updates {
		grid-template-columns: 1fr;
		padding: 1.1rem;
	}

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

.lh_indexing_note {
	font-size: 0.92rem !important;
	line-height: 1.45 !important;
	color: #526476;
}

.lh_preservation_status {
	margin: 1.25rem 0;
	padding: 1.1rem 1.25rem;
	border: 1px solid #cbd6e2;
	border-left: 4px solid var(--lh-blue);
	border-radius: 5px;
	background: #f8fafc;
}

.lh_preservation_status dl {
	display: grid;
	grid-template-columns: minmax(11rem, 0.7fr) minmax(0, 2fr);
	gap: 0.65rem 1.25rem;
	margin: 0;
}

.lh_preservation_status dt,
.lh_preservation_status dd {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.55;
}

.lh_preservation_status dt {
	color: var(--lh-ink);
	font-weight: 700;
}

.lh_preservation_status dd {
	color: var(--lh-muted);
}

@media (max-width: 640px) {
	.lh_preservation_status dl {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}

	.lh_preservation_status dd + dt {
		margin-top: 0.8rem;
	}
}

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

	.lh_submission_guides {
		padding: 1rem;
	}
}
