body {
	font-family: 'Noto Sans', sans-serif;
	overflow-x: hidden;
}

/* Prevenção geral de overflow horizontal */
* {
	box-sizing: border-box;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

:root {
	--cjne-gray-900: #0F172A;
}

.container-fluid,
.container-xl,
.container,
.row {
	max-width: 100%;
}

/* Ensure that all elements fit properly */
img,
iframe,
video,
table,
pre,
code {
	max-width: 100%;
	height: auto;
}

a:focus,
.btn-check:focus+.btn,
.btn:focus,
button:focus,
.right-tabs ul li:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgb(0 0 0 / 30%) !important;
}

p, .usageStatsUnavailable, #articlesBySameAuthorList li, #citationOutput {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}

.cjne-paragraph-text p a,
.cjne-paragraph-sm-text a {
	border-bottom: 0;
}

.red {
	color: #c14c54;
}

.bold {
	font-weight: 700;
}

p.big {
	font-size: 20px;
}

p.small {
	font-size: 12px;
}

.bg-gray {
	background-color: #F8F7F5;
}

.bg-gray-dark {
	background-color: #f8f7f5;
}

.py-10 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.btn-link, #articlesBySameAuthorList a, .licenseTerms a, .article-references a {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 0;
	border-radius: 0;
	color: #333;
	border-bottom: 3px solid #333;
	width: max-content;
	text-transform: uppercase;
	padding: 0;
	text-decoration: none;
	z-index: 10;
	position: relative;
}

.btn-link:hover {
	color: #000;
	border-bottom: 3px solid #000;
}

.link-inline, #articlesBySameAuthorList a, .licenseTerms a, .article-references a {
	border-bottom-width: 2px;
	text-transform: none;
}
.link-inline:hover, #articlesBySameAuthorList a, .licenseTerms a, .article-references a {
	border-bottom-width: 2px;
}

.btn-current__disabled, #articlesBySameAuthorList strong {
	font-weight: 700;
	font-size: 13px;
}

hr:not([size]) {
	height: 3px;
}

hr {
	background-color: #c4baba;
}

.breadcrumb-item.active {
	color: #000000;
}

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

.breadcrumb-item a {
	color: #000000;
	font-weight: 800;
	text-decoration: none;
	transition: all .3s;
}

.breadcrumb-item a:hover {
	color: #c14c54;
}

.contact-info-container p {
	margin-bottom: 0;
}

.header {
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1) !important;
}

.header .nav-link {
	color: #333 !important;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 19px !important;
}

.header .nav-link:hover {
	color: #c14c54 !important;
}

.whole-issue-btn {
	margin: 50px 0 0 150px;
	display: table;
}

.shape1 {
	position: absolute;
	top: -170px;
}

.research-row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.research-row h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 50px;
	margin-bottom: 25px;
	font-family: 'Noto Sans', sans-serif;
}

.research-row p {
	color: #fff;
	font-size: 16px;
	border-right: 1px solid #ccc;
	padding: 0 50px;
	margin: 0;
	min-height: 100px;
}

.previous-issue-row {
	margin-bottom: 92px;
}

.subscribe-row .form-control {
	width: 250px;
	margin: 0 25px;
}

.subscribe-row .form-control {
	width: 250px;
	margin: 0 25px;
	font-size: 13px;
	padding: .8rem .75rem;
	box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.19);
}

.task_count.bg-danger {
	background-color: #d4484b !important;
}

.footer {
	background-color: #05151C;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer .container-xl {
	max-width: 1230px;
}

.footer .box {
	position: relative;
}

.footer .box .divider {
	position: absolute;
	right: 0;
}

.footer .box a.links {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	margin: 0 5px;
}

.footer p {
	color: #fff;
	margin: 0;
}

.footer .social-box p {
	text-transform: uppercase;
	line-height: normal;
	font-size: 11px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.footer .social-box a {
	text-decoration: none;
}

.footer .social-box .fa {
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -5px 5px 5px 5px;
}

.divider2 {
	height: 1px;
	display: none;
}

.issue-row {
	background-color: #f2f1ef;
	padding-top: 30px;
	padding-bottom: 100px;
}

.issue-row img {
	width: 100%;
	box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.issue-row .btn-primary {
	width: max-content;
	position: absolute;
	left: 0;
	bottom: 40px;
	right: 0;
	margin: auto;
	transform: translateX(530px);
	z-index: 0;
}

.right-tabs {
	border: 1px solid #D0D5DD;
	border-radius: 16px;
	box-shadow: 0px 4px 8px 0px #0000001A;
}

.right-tabs .top-tabs ul {
	list-style: none;
}

.right-tabs .top-tabs ul li {
	list-style: none;
	width: 33.3%;
	text-align: center;
	justify-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #cccccc;
}

.right-tabs .top-tabs ul li.active {
	border-bottom: 0;
}

.right-tabs .top-tabs ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	width: 100%;
}

.right-tabs .top-tabs ul li span {
	display: block;
	color: #aaaaaa;
	font-size: 12px;
	font-weight: 700;
	transition: all .3s;
}

.right-tabs .top-tabs ul li.active {
	position: relative;
	z-index: 1;
}

.right-tabs .top-tabs ul li.active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1px;
	right: 1px;
	bottom: 0;
	background-color: #fff;
	z-index: -1;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.right-tabs .top-tabs ul li.active span {
	color: #343434 !important;
}

.right-tabs.top-tabs ul li:hover span {
	color: #343434;
}

.right-tabs h3 {
	font-weight: 700;
	margin-bottom: 35px;
}

.tab-content {
	display: none;
}

.right-tabs .tab-details {
	padding: 100px 40px;
	background-color: white;
	position: relative;
	z-index: 1;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.right-tabs .top-tabs ul li:nth-child(2) {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.info-icon-tab {
	position: fixed;
	top: 35%;
	right: 3%;
	z-index: 20;
	cursor: pointer;
	display: none;
}

.info-icon-tab .fa {
	font-size: 25px;
	color: #fff;
	background: #1c2f3e;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
}

.info-icon-tab .tabs-close-btn {
	display: none;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d" !important;
}

.orcid {
	display: block;
	font-size: 12px;
	line-height: 24px;
}
.orcid a {
	vertical-align: middle;
}

.orcid_icon {
	width: 24px;
	height: 24px;
}

.pdf-header {
	display: flex;
	justify-content: space-around;
	position: relative;
	z-index: 3;
	padding-top: 10px;
}

.pdf-return-article {
	max-width: 70%;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 8px;
}

.pdf-outdated-alert {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
}

.pdf-download-button {
	max-width: 30%;
}

.pdf-frame, .html_galley_view {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
}


.pdf-frame iframe, .html_galley_view iframe {
	width: 100%;
	height: 100%;
	padding-top: 64px;
	border: none;
}

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

.btn-latest-issue-galley:hover {
	background: #f8f7f5;
}

.about-title-img {
	max-width: 40%;
}

.index-title-img {
	max-height: 40px;
}

div#citationOutput {
	overflow-wrap: break-word;
}

.navbar .navbar-brand {
	width: 270px;
	max-width: 100%;
	display: flex;
	align-items: center;
}

.navbar .navbar-brand .logo {
	height: 56.89px;
	width: 56.89px;
}

.nav-item .nav-link.cjne-nav-item {
	font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000 !important;
	text-decoration: none;
	transition: all 0.3s ease;
	padding-top: 13px!important;
	padding-bottom: 13px!important;
}

.nav-item .nav-link.cjne-nav-item:hover {
	color: #D35936 !important;
}

.navbar .navbar-brand .logo-text {
	font-family: 'Ysabeau', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	line-height: 100%;
	word-wrap: break-word;
	white-space: normal;
	letter-spacing: -2%;
	flex: 1;
}

.cjne-page-subtitle {
	font-family: 'Noto Sans Canadian Aboriginal', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #DC7A5E;
	line-height: 170%;
	letter-spacing: 0;
}

.cjne-info-text {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	color: #000;
}

.cjne-info-text a {
	border-bottom: 0;
}

.cjne-info-text a {
	text-decoration: none;
	color: #AE4426;
}

.cjne-info-text a:link,
.cjne-info-text a:visited,
.cjne-info-text a:hover,
.cjne-info-text a:active,
.cjne-info-text a:focus {
	color: #AE4426;
}

.cjne-info-text a:hover {
	color: #D35936;
}

.cjne-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #AE4426;
    border-radius: 4px;
    cursor: pointer;
}

.cjne-checkbox:checked {
    background-color: #AE4426;
    border-color: #AE4426;
}

.cjne-primary-button {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #fff!important;

	background-color: #D35936;
	padding: 12px 18px;
	border-radius: 30px;
	border: 1px solid #D35936;
	transition: all 0.3s ease;
}

.cjne-sm-button {
	padding: 8px 16px!important;
}

.cjne-primary-button:hover {
	background-color: #E29079!important;
	border: 1px solid #E29079!important;
	color: #fff!important;
}

.cjne-secondary-button {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	color: #D35936;

	background-color: #fff;
	padding: 10px 18px;
	border-radius: 24px;
	border: 1px solid #D35936;
	text-decoration: none !important;
	box-shadow: 0px 4px 8px 0px #0000001A;
}

.cjne-secondary-button:hover,
.cjne-secondary-button:hover .cjne-secondary-button-text {
	background-color: #D35936;
	color: #fff!important;
}

.cjne-secondary-button-text {
	font-family: 'Inter', sans-serif!important;
	font-size: 16px!important;
	font-weight: 600!important;
	line-height: normal!important;
	color: #D35936!important;
}

/* Remove transition delays from buttons and icons for instant hover effect */
.cjne-secondary-button,
.cjne-secondary-button *,
.cjne-button-icon,
.cjne-non-current-button,
.cjne-non-current-button *,
.cjne-non-current-button-icon {
	transition: none !important;
}

.cjne-secondary-button img,
.cjne-non-current-button img {
	transition: none !important;
}

.about-image {
	height: 856px;
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.editorial-statement-block {
	border: 1px solid #C0C7D2;
	border-radius: 16px;
	box-shadow: 0px 4px 8px 0px #0000001A;
}

.cjne-advanced-filters-date {
	display: flex;
	gap: 4px;
	flex-wrap: nowrap;
	flex-grow: 1;
	margin-right: 4px;
}

.cjne-advanced-filters-date select,
select.cjne-issue-filter-select {
	padding: 8px 28px 8px 16px;
	border-radius: 24px;
	border: 1px solid #4B5768!important;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
    color: #4B5768;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
	cursor: pointer;
	width: 30%;
}

.cjne-advanced-filters-date select option,
select.cjne-issue-filter-select option {
    color: #4B5768;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.cjne-article-summary-wrapper {
	border: 1px solid #B8C0CC;
	border-radius: 16px;
	padding: 32px;
	transition: box-shadow 0.2s, transform 0.2s;
}

.cjne-article-summary-wrapper:hover {
	box-shadow: 0px 8px 24px 0px #0000001A;
	transform: scale(1.01);
}

.cjne-article-header-wrapper,
.cjne-journal-hero-wrapper {
	border-radius: 16px;
	background-color: #fff;
	padding: 32px;
	box-shadow: 0px 4px 8px 0px #0000001A;
	width: 600px;
	max-width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	transition: box-shadow 0.2s, transform 0.2s;
}

.cjne-article-header-wrapper:hover {
	box-shadow: 0px 8px 24px 0px #0000003e;
	transform: scale(1.01);
}

.cjne-article-info-wrapper {
	border-radius: 16px;
	background-color: #fff;
	padding: 32px;
	box-shadow: 0px 4px 8px 0px #0000001A;
}

.article_tabs.active a,
.right-tabs .top-tabs ul li.active span {
	color: #D35936!important;
}

.article_tabs a {
	color: #B8C0CC!important;
}

.tab-content #articlesBySameAuthorList ul li {
	color: #1E1E1E;
	margin-bottom: 8px;
}

.cjne-hero-section {
	background-size: cover;
	min-height: 730px;
	display: flex;
	align-items: center;
	padding: 2rem auto;
}

.cjne-issue-sum-img {
	width: 260px!important;
	max-width: 260px!important;
	height: 346.67px!important;
	box-shadow: 0px 4px 8px 0px #0000001A!important;
}

.footer-logo {
	width: 60px;
	height: 60px;
}

.ubc-footer-img {
	width: 198px;
	height: auto;
}

.cjne-footer-social-icon {
	width: 32px;
	height: 32px;
	font-size: 24px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 2px;
	padding-left: 4px;
}

.cjne-journal-wrapper {
	max-width: 1200px!important;
}

.cjne-our-mission-imgs {
	height: 696px;
}

.cjne-paragraph-text ul li {
	margin-top: 8px;
}

.cjne-paragraph-text li {
	margin-bottom: 8px;
}

.cjne-no-transition {
	transition: none !important;
}

.cjne-no-transition:hover {
	box-shadow: 0px 4px 8px 0px #0000001A;
	transform: scale(1);
}

@media (min-width: 311px) {
	.d-xs-flex {
		display: flex !important;
	}

	.d-xs-none {
		display: none !important;
	}
}

@media screen and (max-width: 1199.98px) {
	.cjne-header-submit-button,
	.cjne-header-search-button {
		width: 100%;
	}

	.cjne-header-search-button {
		padding-left: 15px!important;
	}

	.cjne-header-submit-button a.cjne-primary-button {
		width: 100%;
		margin-left: 0!important;
		margin-right: 0!important;
	}

    li.nav-item .cjne-primary-button {
		border: 0 !important;
		border-radius: 0 !important;
	}
}

@media screen and (min-width: 1200px) {
    li.nav-item .cjne-primary-button {
		font-family: 'Inter', sans-serif !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 120% !important;
		color: #fff !important;
		text-decoration: none !important;
		transition: all 0.3s ease !important;
		background-color: #D35936 !important;
		border: 1px solid #D35936 !important;
		padding: 12px 18px !important;
		padding-left: 14px !important;
		border-radius: 24px !important;
	}

	li.nav-item .cjne-primary-button:hover {
		background-color: #E29079!important;
		border: 1px solid #E29079!important;
		color: #fff!important;
	}

	.previous-issue-row {
		margin-bottom: 64px;
	}
}

@media (max-width: 767.98px) {
	.cjne-about-button {
		width: 100%;
		text-align: center;
		box-shadow: none;
	}

	.cjne-mission-button {
		width: 100%;
	}

	.issue-summary-responsive {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		max-width: 100% !important;
		margin: 0 auto !important;
	}

	.issue-summary-responsive .col-md-4,
	.issue-summary-responsive .col-md-8,
	.issue-summary-responsive .col-md-12 {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.issue-summary-responsive .row {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		justify-content: center !important;
	}

	.issue-summary-responsive span,
	.issue-summary-responsive p,
	.issue-summary-responsive div {
		text-align: center !important;
	}

	.issue-summary-responsive > div {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.issue-summary-responsive .cjne-issue-sum-img {
		width: 260px !important;
		height: 346.67px !important;
		margin-bottom: 1rem !important;
		order: 1;
		object-fit: cover;
	}

	.issue-summary-responsive .cjne-paragraph-text-sb.cjne-text-primary-600 {
		order: 2;
		margin-bottom: 0.5rem !important;
		display: block !important;
		width: 100% !important;
		text-align: center !important;
	}

	.issue-summary-responsive .cjne-advanced-filters-text {
		order: 3;
		margin-bottom: 1rem !important;
		display: block !important;
		width: 100% !important;
		text-align: center !important;
	}

	.issue-summary-responsive .cjne-paragraph-text {
		order: 4;
		margin-bottom: 1rem !important;
		display: block !important;
		width: 100% !important;
		text-align: center !important;
	}

	.issue-summary-responsive .buttons-container {
		order: 5;
		display: flex !important;
		justify-content: center !important;
		align-items: stretch !important;
		width: 100% !important;
		max-width: 100% !important;
		flex-wrap: nowrap !important;
		gap: 0.5rem !important;
		margin-top: 1rem !important;
		text-align: center !important;
	}

	.issue-summary-responsive .buttons-container > a {
		margin-top: 0 !important;
		flex: 1 !important;
		font-size: 14px !important;
		padding: 8px 12px !important;
		text-align: center !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		min-width: 0 !important;
	}

	.issue-summary-responsive .buttons-container > div {
		display: flex !important;
		flex: 1 !important;
		flex-wrap: nowrap !important;
		gap: 0.5rem !important;
		justify-content: center !important;
		align-items: stretch !important;
		min-width: 0 !important;
	}

	.issue-summary-responsive .buttons-container .cjne-primary-button,
	.issue-summary-responsive .buttons-container .cjne-secondary-button {
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		flex: 1 !important;
		font-size: 14px !important;
		padding: 8px 12px !important;
		text-align: center !important;
		min-width: 0 !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.cjne-read-announcement-button {
		width: 100%;
	}

	.previous-issue-row {
		margin-bottom: 32px;
	}

	.cjne-issue-galley-button {
		width: 100%;
	}

	.cjne-sm-button {
		padding-right: 32px!important;
	}

	h1.cjne-about-title {
		max-width: 100%!important;
	}

	.cjne-journal-scope-margin {
		margin-top: 42px!important;
	}
}

@media (max-width: 379px) {
	.cjne-mission-section {
		min-height: 450px !important;
	}

	.cjne-mission-section .row {
		margin: 0 !important;
	}

	.cjne-mission-section .col-4 {
		display: none !important;
		width: 0 !important;
		flex: none !important;
	}

	.cjne-mission-section .col-8 {
		flex: none !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.cjne-mission-content-wrapper {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		min-height: 450px !important;
	}

	.cjne-mission-card {
		margin: 0 !important;
		max-width: calc(100% - 2rem) !important;
		width: auto !important;
		padding: 20px 16px !important;
	}

	.cjne-mission-image-right {
		min-height: 450px !important;
	}
}

@media (max-width: 410px) {
	.cjne-hero-section {
		min-height: 500px;
		padding: 1.5rem 0;
		align-items: center;
		justify-content: center;
	}

	.cjne-article-header-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 24px 20px;
	}

	.cjne-page-subtitle {
		font-size: 16px;
		margin-top: 8px;
	}

	.cjne-secondary-button {
		font-size: 14px;
		padding: 10px 16px;
		margin-top: 24px;
	}
}

@media (max-width: 350px) {
	/* Navbar responsiva para evitar overflow */
	.navbar .navbar-brand {
		width: 56.89px;
		margin-right: 10px;
	}

	.navbar .navbar-brand .logo-text {
		font-size: 18px;
		margin-left: 8px;
	}

	/* Form controls responsivos */
	.subscribe-row .form-control {
		width: 100%;
		max-width: 200px;
		margin: 0 10px;
	}

	/* Container geral */
	.container-xl,
	.container,
	.header .container-xl,
	.footer .container-xl {
		padding-left: 15px;
		padding-right: 15px;
		max-width: 100%;
	}
}

@media (max-width: 330px) {
	/* Ajustes específicos para a faixa crítica de 330px */
	.navbar .navbar-brand {
		margin-right: 5px;
	}

	.navbar .navbar-brand .logo-text {
		font-size: 16px;
		margin-left: 6px;
	}

	/* Form controls responsivos */
	.subscribe-row .form-control {
		width: 100%;
		max-width: 180px;
		margin: 0 5px;
	}

	/* Container geral */
	.container-xl,
	.container,
	.header .container-xl,
	.footer .container-xl {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 100%;
	}
}

@media (max-width: 280px) {
	.cjne-hero-section {
		min-height: 450px;
		padding: 1rem 0;
	}

	.cjne-article-header-wrapper {
		margin: 0 0.5rem;
		max-width: calc(100% - 1rem);
		padding: 20px 16px;
	}

	.cjne-page-subtitle {
		font-size: 14px;
	}

	/* Navbar ainda menor */
	.navbar .navbar-brand {
		width: 100%;
		max-width: calc(100vw - 60px);
	}

	.navbar .navbar-brand .logo {
		width: 45px;
		min-width: 45px;
	}

	.navbar .navbar-brand .logo-text {
		font-size: 16px;
	}

	.subscribe-row .form-control {
		max-width: 180px;
		margin: 0 5px;
	}
}

@media (max-width: 1401px) {
	.about-title-img {
		max-width: 45%;
	}
}

@media (max-width:1204px) {
	.about-title-img {
		max-width: 45%;
	}

	.issue-row .numbers-slider-box {
		transform: translateX(0px);
		bottom: 115px;
	}

	.issue-row .btn-primary {
		bottom: 45px;
		transform: translateX(0);
	}

	.issue-row {
		padding-bottom: 170px;
	}
}

@media (max-width:1177px) {
	.footer .box a.links {
		margin: 0 3px;
		font-size: 11px;
	}

	.footer .box p {
		font-size: 11px;
	}

	.footer .social-box .fa {
		width: 35px;
		height: 35px;
	}
}

@media (max-width:991px) {
	.about-title-img {
		max-width: 55%;
	}

	h1,
	h1 a {
		font-size: 27px;
	}

	.overlay {
		width: 100%;
		height: 100vh;
		left: 0;
		background: rgba(0, 0, 0, .3);
		position: fixed;
		z-index: 0;
		top: 0;
	}

	.tabs1Overlay,
	.tabs2Overlay,
	.tabs3Overlay {
		display: none;
	}

	.info-icon-tab {
		display: block;
	}

	.right-tabs ul li:hover span {
		color: #ffffff;
	}

	.footer .box:nth-child(3) .divider {
		display: none;
	}

	.research-row p {
		padding: 0 20px;
		min-height: auto;
	}

	.research-row h2 {
		padding: 0 20px;
		min-height: auto;
	}

	.right-tabs .tab-content {
		background-color: #ffffff !important;
		padding: 32px;
	}
}

@media (max-width:767px) {
	.divider2 {
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
	}

	.previous-issue-row {
		padding-right: 0 !important;
		margin-top: 146px !important;
	}

	.footer .page-links {
		display: flex;
		justify-content: space-between;
	}

	.equalbox-mob {
		max-width: 300px;
		margin: auto;
		clear: both;
		padding: 0;
		position: relative;
		align-items: center;
	}

	.equalbox-mob.address br {
		display: none;
	}

	.info-icon-tab .fa {
		font-size: 15px;
		width: 30px;
		line-height: 30px;
	}

	.right-tabs {
		height: 90%;
	}

	.right-tabs .tab-content {
		overflow: auto;
		height: 100vh;
		padding: 0;
	}

	.right-tabs .tab-details {
		padding: 0 0 0px 0;
	}

	.right-tabs h3 {
		margin-bottom: 20px;
		margin-top: 30px;
	}

	h2 {
		font-size: 35px;
	}

	.header {
		background: url(../images/header-bg.jpg);
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05) !important;
		background-position: center top;
	}

	.footer .box .divider {
		display: none;
	}

	.footer .social-box .fa {
		width: 55px;
		height: 55px;
		font-size: 25px;
		margin: 0 5px;
	}

	.footer .social-box p {
		margin-right: 39px;
		font-size: 14px;
	}

	.footer .box p {
		font-size: 15px;
		line-height: normal;
	}

	.footer .box a.links {
		margin: 0 12px 0 0 !important;
		font-size: 13px;
	}

	.subscribe-row .form-control {
		margin: auto;
	}

	.research-row {
		padding-top: 1px;
		padding-bottom: 15px;
	}

	.research-row p {
		border-right: 0px solid #ccc;
		padding: 0 0 35px 0;
	}

	.research-row h2 {
		border-top: 1px solid #ccc;
		padding: 30px 0 0 0;
		width: 85px;
		margin-bottom: 25px;
	}

	h1 {
		font-size: 30px;
	}

	.shape1 {
		position: static;
		width: 140px;
		margin-top: -65px;
	}

	.py-10 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.hero-banner .slider-text {
		margin-top: 0;
		padding: 35px;
	}

	.hero-banner {
		height: auto;
		background-image: none;
	}

	.about-title-img {
		max-width: 55%;
	}
}

@media (max-width:550px) {
	.about-title-img {
		max-width: 65%;
	}

	.btn-primary-red.small {
		line-height: 15px;
		width: 100%;
		display: inline-block;
		text-align: center;
		padding: 3px 5px;
	}

	.overlay {
		background-color: #fff;
	}

	.right-tabs ul li img {
		width: 21px;
	}

	.right-tabs ul li span {
		font-size: 10px;
	}

	.right-tabs ul li {
		padding: 0;
		min-height: auto;
	}

	.logo {
		width: 260px;
	}

	.right-tabs .top-tabs ul {
		width: 100%;
		margin: auto !important;
	}
}

@media (max-width:359px) {
	.about-title-img {
		max-width: 80%;
	}

	.logo {
		width: 220px;
	}

	.footer .social-box,
	.footer .box {
		padding-left: 0;
	}

	.footer .social-box p {
		margin-right: 22px;
	}
}

/* Language toggle button for article titles */
.article-title-wrapper {
    display: flex;
    align-items: center;
}

.article-language-toggle {
    margin-left: 8px;
    background-color: #f0f0f0;
    border: none;
    color: #555555;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    height: auto;
    width: auto;
    min-width: 34px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.article-language-toggle.language-chip {
    border-radius: 14px;
    font-size: 10px;
    padding: 2px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}

.article-language-toggle:hover:not(.disabled) {
    background-color: #e5e5e5;
    color: #333333;
}

.article-language-toggle.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Multilingual article titles display */
.article-titles-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.article-titles-secondary {
    display: flex;
    flex-direction: column;
}

.article-title-locale {
    display: inline-block;
    background-color: #f0f0f0;
    color: #555555;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 12px;
    margin-right: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(0,0,0,0.05);
    vertical-align: middle;
}

.article-title-secondary-link {
    color: #333333;
	font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
}

.article-title-secondary-link:hover {
    color: #c14c54;
    text-decoration: none;
}

/* Custom Submission Tabs Styling */
.cjne-submission-tabs {
    border-bottom: none;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
	padding-top: 4px;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.cjne-submission-tabs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dee2e6;
    z-index: 1;
}

.cjne-submission-tabs .nav-item {
    margin-bottom: 0;
}

.cjne-submission-tabs .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    background-color: transparent;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 12px 24px;
    margin: 0 2px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.cjne-submission-tabs .nav-link:hover {
    background-color: rgba(211, 89, 54, 0.05);
    color: #D35936;
}

.cjne-submission-tabs .nav-link.active {
    background-color: transparent;
    color: #D35936;
    border: none;
    border-bottom: 4px solid #D35936;
}

.cjne-submission-tabs .nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(211, 89, 54, 0.25);
}

.cjne-submission-tab-content {
    display: block;
    padding-top: 1rem;
}

.cjne-submission-tab-content .tab-pane {
    display: none;
}

.cjne-submission-tab-content .tab-pane.show.active {
    display: block;
}

/* Make sure Bootstrap tab functionality works */
.cjne-submission-tab-content .tab-pane.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.cjne-submission-tab-content .tab-pane.fade.show {
    opacity: 1;
}

.cjne-article-galley-button {
	margin-right: 12px;
}

.cjne-article-bordered {
	border: 2px solid var(--cjne-neutral-300);
}

.cjne-about-title {
	max-width: 60%!important;
}

.cjne-back-to-issues-button {
	margin-bottom: 36px;
}

.cjne-journal-scope-margin {
	margin-top: 112px;
}

.cjne-previous-issues-img {
	width: 280px;
	height: 380px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}

@media (max-width: 575.98px) {
	.cjne-article-galley {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 515px) {
	.cjne-submission-tabs .nav-link {
		padding: 8px 4px!important;
		font-size: 14px!important;
		margin: 0 1px!important;
	}
}

@media (max-width: 400px) {
	.cjne-submission-tabs .nav-link {
		padding: 6px 2px!important;
		margin: 0!important;
	}
}

@media (max-width: 320px) {
	.cjne-submission-tabs .nav-link {
		padding: 4px 1px!important;
		margin: 0!important;
	}
}

@media (max-width: 768px) {
	.cjne-back-to-issues-button {
		margin-bottom: 12px;
	}

	.cjne-search-button {
		width: 100%;
	}

	.cjne-advanced-filters-date select {
		width: 100%!important;
	}

	.cjne-advanced-filters-date {
		display: flex;
		justify-content: space-between;
		gap: 8px;
		width: 100%;
	}

	.cjne-journal-scope-margin {
		margin-top: 80px;
	}

	.cjne-reset-password-button {
		width: 100% !important;
	}
}

@media (max-width: 310.98px) {
	.cjne-journal-scope-margin {
		margin-top: 72px!important;
	}

	.cjne-lost-passwd-alignment {
		display: flex;
		justify-content: center;
	}

	.previous-issue-row {
		margin-bottom: 66px;
	}
}

.cjne-mission-section {
    position: relative;
    min-height: 656px;
    display: flex;
    flex-direction: column;
}

.cjne-mission-section .row {
    flex: 1;
    display: flex;
    min-height: 656px;
}

.cjne-mission-content-wrapper {
    min-height: 656px;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cjne-mission-flex-container {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.cjne-mission-image-left,
.cjne-mission-image-right {
    min-height: 656px;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: stretch;
}

.cjne-mission-card {
    max-width: 1200px;
    box-shadow: 0px 4px 8px 0px #0000001A;
}

@media (min-width: 767px) {
    .cjne-col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 767.98px) {
	.cjne-mt-md-0 {
		margin-top: 0!important;
	}
}

@media (min-width: 768px) {
    .cjne-mission-card {
        max-width: none !important;
        margin-left: 32px !important;
        margin-right: 32px !important;
        width: 50% !important;
    }
}

@media (max-width: 992px) {
	.cjne-about-title {
		max-width: 70%!important;
	}

	.cjne-mission-card {
		width: 100% !important;
	}

	.cjne-submission-tabs button.nav-link {
		word-break: keep-all;
		white-space: nowrap;
		overflow-wrap: normal;
		hyphens: none;
		line-height: 1.2;
		height: auto;
		text-align: center;
	}

	.cjne-advanced-filters-date select {
		font-size: 12px;
	}


	.cjne-footer-first-button {
		margin-right: 22px;
	}

	.cjne-footer-link {
		margin-right: 22px;
		margin-left: 22px;
	}
}

@media (min-width: 992px) {
	.cjne-mission-card {
		width: 67% !important;
	}

	.cjne-read-announcement-button {
		width: auto !important;
		display: inline-block !important;
	}

	/* Issue page: Make left column sticky */
	.col-lg-5:has(.cjne-issue-sum-img) {
		position: sticky;
		top: 20px;
		align-self: flex-start;
	}

	/* Issue page: Articles list container with hidden scrollbar */
	.cjne-issue-toc-container {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 40px);
		padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE and Edge */
    }

	/* Hide scrollbar for Chrome, Safari and Opera */
    .cjne-issue-toc-container::-webkit-scrollbar {
        display: none;
    }

	/* Prevent border-top from disappearing on first article hover */
	.cjne-issue-toc-container .cjne-article-summary-wrapper:first-child {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.cjne-mission-card {
		width: 50% !important;
	}
}

@media (min-width: 380px) and (max-width: 767px) {
    .cjne-mission-section {
        min-height: 500px;
        margin-bottom: 3rem;
    }

    .cjne-mission-content-wrapper {
        min-height: 500px;
        padding: 2rem 0;
    }

    .cjne-mission-flex-container {
        padding: 1.5rem 0;
    }

    .cjne-mission-image-left,
    .cjne-mission-image-right {
        min-height: 500px;
    }

    .cjne-mission-card {
        margin: 0 1rem !important;
        padding: 24px 20px !important;
    }
}

@media (min-width: 380px) and (max-width: 575px) {
    .cjne-mission-section {
        min-height: 550px;
    }

    .cjne-mission-content-wrapper {
        min-height: 550px;
        padding: 2rem 0;
    }

    .cjne-mission-image-left,
    .cjne-mission-image-right {
        min-height: 550px;
    }
}

/* Ensure header and navbar allow overflow and dropdown-menu sits above all */
.header, .navbar, .cjne-header-wrapper, .navbar-collapse {
    overflow: visible !important;
}
.dropdown-menu {
    position: absolute !important;
    z-index: 9999 !important;
}

@media (max-width: 991.98px) {
    .cjne-issue-toc-container {
        max-height: none;
        overflow: visible;
        padding-left: 0;
    }
}
@media (max-width: 623.98px) {
	.previous-issue-row {
        padding-right: 0 !important;
        margin-top: 0 !important;
    }
}
