/*
 * Journal templates (single-journal_article.php, page-archives.php, page-current-issue.php, taxonomy-issue.php, taxonomy-journal_keyword.php)
 *
 * Extracted from style.css (BDLD_CSS_SPLIT). Loaded only on the
 * templates that use these rules.
 */

/* ---- Journal article page (single-journal_article.php) ---- */
.journal-type-badge {
	display: inline-block;
	background: #e2e8f0;
	color: #011F5B;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 3px 10px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.cite-url {
	word-break: break-all;
	color: #0099CC;
	text-decoration: none;
}

.cite-fmt-pane {
	display: none;
}

.cite-fmt-pane.is-visible {
	display: block;
}

.cite-doi-line {
	margin-top: 6px;
	font-size: 0.95em;
}


/* ---- Journal archives (page-archives.php) ---- */
.bdld-journal-archive-wrapper {
	background-color: #F8FAFC;
	color: #0F172A;
	min-height: 85vh;
	padding-bottom: 90px;
	font-family: 'EB Garamond', Georgia, serif;
}

.bdld-archive-masthead {
	background: #ffffff;
	border-bottom: 3px double #011F5B;
	padding: 50px 0 40px;
}

.bdld-archive-masthead .container,
.bdld-archive-page .container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}

.bdld-archive-masthead__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	border-bottom: 1px solid #E2E8F0;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.bdld-archive-masthead__kicker {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #991B1F;
	display: block;
	margin-bottom: 6px;
}

.bdld-archive-masthead h1 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: clamp(2.2rem, 3.8vw, 3.2rem);
	font-weight: 700;
	color: #011F5B;
	margin: 0;
	line-height: 1.15;
}

.bdld-archive-masthead__issn {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85rem;
	color: #475569;
	display: flex;
	gap: 16px;
	align-items: center;
	background: #F1F5F9;
	border: 1px solid #CBD5E1;
	padding: 8px 16px;
	border-radius: 4px;
}

.bdld-archive-masthead__issn .sep {
	color: #CBD5E1;
}

.bdld-archive-meta-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
}

.bdld-archive-meta-grid > p {
	font-size: 1.15rem;
	color: #334155;
	margin: 0;
	line-height: 1.6;
	max-width: 780px;
}

.bdld-archive-stats {
	display: flex;
	gap: 24px;
	font-family: 'Source Sans 3', sans-serif;
	text-align: right;
}

.bdld-archive-stats .stat--divider {
	border-left: 1px solid #E2E8F0;
	padding-left: 24px;
}

.bdld-archive-stats .stat__num {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #011F5B;
	line-height: 1;
}

.bdld-archive-stats .stat__label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #64748B;
	margin-top: 4px;
}

.bdld-archive-page {
	max-width: 1140px;
	margin: 40px auto 0;
	padding: 0 24px;
}

.bdld-volume-shelf {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.bdld-volume-row {
	background: #ffffff;
	border: 1px solid #CBD5E1;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	padding: 32px;
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
}

.bdld-volume-row__meta {
	border-right: 1px dashed #CBD5E1;
	padding-right: 32px;
}

.bdld-volume-row__kicker {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #991B1F;
	display: block;
	margin-bottom: 6px;
}

.bdld-volume-row h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 10px;
	line-height: 1.25;
}

.bdld-volume-row h2 a {
	color: #011F5B;
	text-decoration: none;
}

.bdld-volume-row__year {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	color: #475569;
	margin-bottom: 14px;
}

.bdld-volume-row__year span {
	color: #011F5B;
}

.bdld-volume-row__facts {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85rem;
	color: #64748B;
	line-height: 1.7;
	margin-bottom: 20px;
}

.bdld-volume-row__btn {
	width: 100%;
	text-align: center;
	justify-content: center;
	font-size: 0.8rem;
	padding: 10px 10px;
	box-sizing: border-box;
}

.bdld-volume-row__btn:hover,
.bdld-volume-row__btn:focus-visible {
	background: #011F5B !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(1, 31, 91, 0.3);
	outline: none;
}

.bdld-volume-row__desc {
	font-size: 1.05rem;
	color: #334155;
	line-height: 1.6;
	margin: 0 0 24px;
	font-style: italic;
	border-left: 3px solid #011F5B;
	padding-left: 14px;
}

.bdld-volume-row h3 {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #011F5B;
	margin: 0 0 14px;
	border-bottom: 1px solid #E2E8F0;
	padding-bottom: 8px;
}

.bdld-issue-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.bdld-issue-link {
	background: #F8FAFC;
	border: 1px solid #CBD5E1;
	border-left: 3px solid #011F5B;
	border-radius: 4px;
	padding: 14px 16px;
	text-decoration: none;
	display: block;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bdld-issue-link * {
	transition: color 0.2s ease;
}

.bdld-issue-link:hover {
	background: #011F5B !important;
	border-color: #011F5B !important;
	border-left-color: #991B1F !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 16px rgba(1, 31, 91, 0.2) !important;
}

.bdld-issue-link:hover *,
.bdld-issue-link:hover .bdld-issue-link__title,
.bdld-issue-link:hover .bdld-issue-link__meta,
.bdld-issue-link:hover .bdld-issue-link__meta span,
.bdld-issue-link:hover .bdld-issue-link__cta {
	color: #ffffff !important;
}

.bdld-issue-link__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.05rem;
	font-weight: 700;
	color: #011F5B;
	margin-bottom: 4px;
}

.bdld-issue-link__meta {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.8rem;
	color: #475569;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bdld-issue-link__cta {
	font-weight: 600;
	color: #011F5B;
}

.bdld-archive-empty {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.9rem;
	color: #64748B;
	margin: 0;
}

.bdld-scholarly-announcement {
	background: #ffffff;
	border: 2px solid #011F5B;
	border-radius: 6px;
	padding: 48px;
	max-width: 860px;
	margin: 30px auto;
	box-shadow: 0 10px 30px rgba(1, 31, 91, 0.06);
}

.bdld-scholarly-announcement__head {
	border-bottom: 1px solid #011F5B;
	padding-bottom: 16px;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bdld-scholarly-announcement__notice {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #991B1F;
}

.bdld-scholarly-announcement__issn {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: #011F5B;
}

.bdld-scholarly-announcement h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 16px;
	line-height: 1.25;
}

.bdld-scholarly-announcement > p {
	font-size: 1.15rem;
	color: #334155;
	line-height: 1.7;
	margin: 0 0 24px;
}

.bdld-call-box {
	background: #F8FAFC;
	border: 1px solid #CBD5E1;
	border-left: 4px solid #011F5B;
	padding: 20px 24px;
	margin-bottom: 30px;
}

.bdld-call-box h4 {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #011F5B;
	margin: 0 0 8px;
}

.bdld-call-box p {
	font-size: 0.95rem;
	color: #475569;
	margin: 0;
	line-height: 1.6;
}

.bdld-announcement-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	.bdld-archive-meta-grid {
		grid-template-columns: 1fr;
	}
	.bdld-archive-stats {
		justify-content: flex-start;
		text-align: left;
	}
	.bdld-volume-row {
		grid-template-columns: 1fr;
	}
	.bdld-volume-row__meta {
		border-right: none;
		padding-right: 0;
		border-bottom: 1px dashed #CBD5E1;
		padding-bottom: 24px;
	}
}


/* ---- Issue taxonomy archive (taxonomy-issue.php) ---- */
.volume-header {
	text-align: center;
	padding: 40px 20px;
	border-bottom: 2px solid #011F5B;
	margin-bottom: 50px;
}

.issue-header {
	text-align: center;
	padding: 36px 20px 26px;
	border-bottom: 2px solid #011F5B;
	margin-bottom: 30px;
}

.volume-header h1,
.issue-header h1 {
	color: #011F5B;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 10px;
}

.archive-subhead {
	font-weight: 600;
	color: #991B1F;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}

.archive-subhead--tight {
	margin-bottom: 15px;
}

.archive-description {
	max-width: 700px;
	margin: 0 auto;
	color: #333;
	line-height: 1.6;
	font-size: 1.1rem;
}

.volume-issue-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	margin-bottom: 60px;
}

.issue-card {
	border: 1px solid #eaeaea;
	border-top: 4px solid #011F5B;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.issue-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.issue-card__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

.issue-card h2 {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
	color: #011F5B;
}

.issue-card h2 a {
	color: inherit;
	text-decoration: none;
}

.issue-current-badge {
	background: #991B1F;
	color: #fff;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 3px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.issue-card__body {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 25px;
	line-height: 1.6;
}

.issue-card__date {
	color: #991B1F;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}

.issue-card__facts {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.issue-card__facts li {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.issue-card__facts li:last-child {
	margin-bottom: 15px;
}

.issue-card__topics {
	font-size: 0.85rem;
	margin-bottom: 20px;
}

.issue-card__topics strong {
	display: block;
	margin-bottom: 5px;
	color: #222;
}

.issue-card__featured {
	margin-bottom: 15px;
}

.issue-card__featured > strong {
	display: block;
	margin-bottom: 8px;
	color: #222;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.5px;
}

.issue-card__featured ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9rem;
}

.issue-card__featured li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 14px;
	line-height: 1.4;
}

.issue-card__featured li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: #991B1F;
}

.issue-card__featured a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.issue-card__featured a:hover {
	color: #991B1F;
}

.issue-card__footer {
	margin-top: auto;
}

.btn-read-article--block {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 12px;
}

.fp-no-results {
	background: #ffffff;
	border: 1px solid #d0dcea;
	border-left: 4px solid #011F5B;
	padding: 24px 28px;
	border-radius: 6px;
	text-align: left;
	margin: 30px 0;
}

.fp-no-results h3 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.15rem;
	color: #011F5B;
	margin: 0 0 6px;
	font-weight: 700;
}

.fp-no-results p {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1rem;
	color: #444444;
	margin: 0;
	line-height: 1.6;
}

.volume-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eaeaea;
	padding-top: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.volume-navigation a {
	color: #991B1F;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.archive-stats {
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9rem;
	margin-bottom: 30px;
}

/* ---- Journal keyword analysis type link (taxonomy-journal_keyword.php) ---- */
.scholarly-type a {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}


/* ============================================================
   Migrated from style.css - template-scoped rules
   ============================================================ */
/* Journal article title - same size as bdld-large-title */
.single-journal_article .entry-title {
	font-size: 2.5rem !important;
	font-weight: 700 !important;
	line-height: 1.15;
}
/* ==========================================================================
   Journal Archives template (page-archives.php) — mobile responsiveness
   ========================================================================== */
@media (max-width: 768px) {
	.bdld-volume-row {
		grid-template-columns: 1fr !important;
		padding: 20px !important;
		gap: 24px !important;
	}
	.bdld-volume-row > div:first-child {
		border-right: none !important;
		padding-right: 0 !important;
	}
	.bdld-archive-meta-grid {
		grid-template-columns: 1fr !important;
	}
	.bdld-archive-meta-grid > div:last-child {
		border-left: none !important;
		padding-left: 0 !important;
		text-align: left !important;
		flex-wrap: wrap;
	}
	.bdld-scholarly-announcement {
		padding: 28px 20px !important;
	}
}

.journal-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 40px;
	align-items: start;
}

@media (max-width: 900px) {
	.journal-article-layout {
		grid-template-columns: 1fr;
	}
}
/* Standalone Affiliations Section */
.journal-affiliations {
	margin: 12px 0 24px;
	font-size: 0.9rem;
	color: #555;
}
.affiliations-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.affiliation-item {
	margin-bottom: 4px;
	line-height: 1.4;
}
.affiliation-marker {
	font-weight: 600;
	color: #011F5B;
}
/* Sidebar Sections & Sidenotes (YLJ Style) */
.sidebar-section {
	margin-bottom: 28px;
}
.sidebar-section h2 {
	font-size: 1.1rem;
	border-bottom: 1px solid #BDD4EE;
	padding-bottom: 8px;
	margin-top: 0;
	color: #011F5B;
}
.sidenotes-subheading {
	font-size: 0.95rem;
	margin: 10px 0 8px;
	color: #011F5B;
}
.sidenotes-list {
	padding-left: 14px;
	list-style: none;
	margin: 10px 0;
}
.sidenote-item {
	display: flex;
	gap: 6px;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 16px;
	color: #888888;
	cursor: pointer;
	transition: color 0.15s ease;
}
.sidenote-item:hover {
	color: #333;
}
.sidenote-number {
	font-weight: 600;
	color: #888888;
	flex-shrink: 0;
}
.sidenote-text {
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidenote-return {
	text-decoration: none;
	font-weight: bold;
	color: #991B1F;
	margin-left: 4px;
}
.sidenote-return:hover {
	text-decoration: none;
	color: #011F5B;
}

/* On desktop: hide return arrow since notes are vertically aligned in margin */
@media (min-width: 901px) {
	.sidenote-return {
		display: none !important;
	}
}
/* Footnote target highlight from audited CSS */
.journal-article-main :target,
.sidenote-item:target {
	background-color: #fff8e1 !important;
	padding: 4px 6px !important;
	border-radius: 4px !important;
	border-left: 3px solid #991B1F !important;
	transition: background-color 0.5s ease !important;
}
/* Footnote popover (full note on click) from audited CSS */
.bdld-fn-popover {
	position: fixed;
	background: #fff;
	border: 1.5px solid #31BFF0;
	border-radius: 6px;
	padding: 18px 22px 18px 18px;
	max-width: 380px;
	max-height: 320px;
	overflow-y: auto;
	font-size: 13px;
	line-height: 1.65;
	color: #333;
	box-shadow: 0 6px 28px rgba(0,0,0,0.14);
	z-index: 99999;
}
.bdld-fn-popover-close {
	position: absolute;
	top: 6px;
	right: 10px;
	cursor: pointer;
	font-size: 18px;
	color: #31BFF0;
	line-height: 1;
}
.bdld-fn-popover-close:hover {
	color: #011F5B;
}
.bdld-fn-popover a {
	color: #011F5B;
	border-bottom: 1px solid #011F5B;
	text-decoration: none;
}
.bdld-fn-popover a:hover {
	color: #31BFF0;
	border-color: #31BFF0;
}
.bdld-fn-popover .sidenote-text {
	display: block;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	overflow: visible;
	text-overflow: clip;
}
.bdld-fn-popover .sidenote-number {
	display: none;
}
/* Copy Citation Button */
.copy-citation-btn {
	background: #fff;
	border: 1px solid #011F5B;
	color: #011F5B;
	padding: 6px 14px;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
	margin-top: 10px;
}
.copy-citation-btn:hover {
	background: #011F5B;
	color: #fff;
}
.journal-article-sidebar-column {
	position: sticky;
	top: 100px; /* Accommodates the sticky header */
}
.journal-article-meta-box {
	background: #EEF4FB;
	border: 1px solid #BDD4EE;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 32px;
}
/* When vertical alignment is active via JS on desktop */
@media (min-width: 901px) {
	.sidenotes-list.is-aligned {
		position: relative;
		margin: 0;
	}
	.sidenotes-list.is-aligned .sidenote-item {
		position: absolute;
		width: 100%;
		left: 0;
		transition: top 0.25s ease-out;
	}
}
.journal-meta-list {
	list-style: none;
	margin: 16px 0;
	padding: 0;
	font-size: 0.9rem;
}
.journal-meta-list li { margin-bottom: 8px; }

.journal-stats {
	font-size: 0.85rem;
	color: #555;
	border-top: 1px solid #e5e5e5;
	padding-top: 12px;
	margin-top: 12px;
}
.license { font-size: 0.85rem; margin-top: 8px; }

.how-to-cite {
	background: #fdfaf0;
	border: 1px solid #eee1b8;
	border-radius: 6px;
	padding: 14px 18px;
	margin: 20px 0;
	font-size: 0.95rem;
}
.author-info-list { list-style: none; margin: 0; padding: 0; }
.author-info-item { margin-bottom: 20px; }
.author-affiliation { color: #555; font-style: italic; }
.orcid-link { font-size: 0.85rem; }
.archive-stats { color: #666; font-size: 0.9rem; margin-top: -8px; }
/* ==========================================================================
   4.5 BDLD Current Issue — Professional Institutional Redesign
   ========================================================================== */

/* ───────────────────────────────────────────────────────────── Page Shell ───────────────────────────────────────────────────────────── */
.bdld-issue-page {
	background-color: #F8FAFC;
	color: #0F172A;
	min-height: 85vh;
	padding-bottom: 90px;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
}

/* ────────────────────────────────────────────────────── Academic Masthead ────────────────────────────────────────────────────── */
.bdld-issue-masthead {
	background: #ffffff;
	border-bottom: 3px double #011F5B;
	padding: 52px 0 42px;
}

.bdld-issue-masthead__inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}

.bdld-issue-masthead__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	border-bottom: 1px solid #E2E8F0;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.bdld-issue-eyebrow {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #991B1F;
	display: block;
	margin-bottom: 6px;
}

.bdld-issue-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: clamp(2.2rem, 3.8vw, 3.2rem);
	font-weight: 700;
	color: #011F5B;
	margin: 0;
	line-height: 1.15;
}

.bdld-issue-masthead__meta {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85rem;
	color: #475569;
	display: flex;
	gap: 16px;
	align-items: center;
	background: #F1F5F9;
	border: 1px solid #CBD5E1;
	padding: 10px 18px;
	border-radius: 4px;
}

.bdld-issue-masthead__meta strong {
	color: #011F5B;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.78rem;
	letter-spacing: 0.05em;
	margin-right: 4px;
}

.bdld-issue-masthead__meta-sep {
	width: 1px;
	height: 16px;
	background-color: #CBD5E1;
	display: inline-block;
}

.bdld-issue-lede {
	font-size: 1.15rem;
	color: #334155;
	margin: 0;
	line-height: 1.6;
	max-width: 840px;
	font-family: 'EB Garamond', Georgia, serif;
}

/* ────────────────────────────────────────────────────────── Main Contents ────────────────────────────────────────────────────────── */
.bdld-issue-main {
	max-width: 1140px;
	margin: 40px auto 0;
	padding: 0 24px;
}

/* ───────────────────────────────────────────────── Table of Contents Card ───────────────────────────────────────────────── */
.bdld-issue-toc-card {
	background: #ffffff;
	border: 1px solid #CBD5E1;
	border-top: 4px solid #011F5B;
	border-radius: 4px;
	padding: 36px;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.bdld-issue-toc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	border-bottom: 1px solid #E2E8F0;
	padding-bottom: 16px;
	margin-bottom: 28px;
}

.bdld-issue-toc-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0;
	line-height: 1.3;
}

.bdld-issue-toc-title__sep {
	color: #991B1F;
	margin: 0 10px;
}

.bdld-issue-count-badge {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: #991B1F;
	background: #FFF5F5;
	border: 1px solid #FECACA;
	padding: 5px 14px;
	border-radius: 20px;
	white-space: nowrap;
}

/* ───────────────────────────────────────── Table of Contents Ordered List ───────────────────────────────────────── */
.bdld-toc {
	list-style: none;
	counter-reset: toc-item;
	padding: 0;
	margin: 0;
}

.bdld-toc__item {
	counter-increment: toc-item;
	position: relative;
	padding: 24px 12px 24px 64px;
	border-bottom: 1px solid #E2E8F0;
	border-left: 3px solid transparent;
	transition: background-color 0.2s ease, border-left-color 0.2s ease;
	margin-left: -12px;
	margin-right: -12px;
	padding-left: 76px;
	min-width: 0;
}

.bdld-toc__item:last-child {
	border-bottom: none;
}

.bdld-toc__index {
	position: absolute;
	left: 12px;
	top: 27px;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #011F5B;
	line-height: 1;
	width: 40px;
	text-align: left;
}

.bdld-toc__index::after {
	content: counter(toc-item) ".";
}

.bdld-toc__item:hover {
	background-color: #F1F5F9;
	border-left-color: #011F5B;
}

.bdld-toc__entry {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.bdld-toc__main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	min-width: 0;
}

.bdld-toc__info {
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.bdld-toc__type {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #991B1F;
	display: inline-block;
	margin-bottom: 4px;
}

.bdld-toc__title {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 6px 0;
	color: #011F5B;
}

.bdld-toc__title a {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
	transition: color 0.2s ease;
}

.bdld-toc__title a:hover {
	color: #991B1F !important;
	background-color: transparent !important;
}

.bdld-toc__authors {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #991B1F;
	line-height: 1.5;
	margin-bottom: 6px;
}

.bdld-toc__authors a {
	color: #991B1F;
	text-decoration: none;
	border-bottom: 1px dotted #991B1F;
}

.bdld-toc__authors a:hover {
	border-bottom: 1px solid #991B1F;
}

.bdld-toc__keywords {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6E6E6E;
	line-height: 1.5;
}

.bdld-toc__keywords a {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.bdld-toc__keywords a:hover {
	color: #991B1F !important;
	border-bottom: 1px solid #991B1F;
}

/* Right-aligned Page Number Column */
.bdld-toc__pages {
	flex-shrink: 0;
	text-align: right;
	min-width: 80px;
	max-width: 140px;
	padding-top: 4px;
	font-family: 'Source Sans 3', system-ui, sans-serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.bdld-toc__pages-label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #94A3B8;
	margin-bottom: 2px;
}

.bdld-toc__pages-value {
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	color: #011F5B;
	font-family: 'Libre Baskerville', Georgia, serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

/* Citation Meta Line */
.bdld-toc__meta {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748B;
	line-height: 1.6;
	margin-top: 2px;
}

.bdld-toc__meta a {
	color: #011F5B;
	text-decoration: none;
	border-bottom: 1px dotted #011F5B;
}

.bdld-toc__meta a:hover {
	color: #991B1F;
	border-bottom: 1px solid #991B1F;
}

/* ───────────────────────────────────── Empty State ───────────────────────────────────── Academic Announcement ───────────────────────────────────── */
.bdld-scholarly-announcement {
	background: #ffffff;
	border: 2px solid #011F5B;
	border-radius: 6px;
	padding: 48px;
	max-width: 860px;
	margin: 30px auto;
	box-shadow: 0 10px 30px rgba(1,31,91,0.06);
}

.bdld-announcement-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	border-bottom: 1px solid #011F5B;
	padding-bottom: 16px;
	margin-bottom: 24px;
}

.bdld-announcement-eyebrow {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #991B1F;
}

.bdld-announcement-issn {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: #011F5B;
}

.bdld-scholarly-announcement h2 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 16px;
	line-height: 1.25;
}

.bdld-announcement-copy {
	font-family: 'EB Garamond', Georgia, serif;
	font-size: 1.15rem;
	color: #334155;
	line-height: 1.7;
	margin: 0 0 24px;
}

.bdld-announcement-callout {
	background: #F8FAFC;
	border: 1px solid #CBD5E1;
	border-left: 4px solid #011F5B;
	padding: 20px 24px;
	margin-bottom: 30px;
}

.bdld-announcement-callout h4 {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #011F5B;
	margin: 0 0 8px;
}

.bdld-announcement-callout p {
	font-size: 0.95rem;
	color: #475569;
	margin: 0;
	line-height: 1.6;
}

.bdld-announcement-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

/* ───────────────────────────────────── Past Issues / Related Links Footer ───────────────────────────────────── */
.bdld-issue-related {
	background: #ffffff;
	border: 1px solid #CBD5E1;
	border-left: 4px solid #011F5B;
	border-radius: 4px;
	padding: 28px 32px;
	margin-top: 30px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.bdld-issue-related__inner {
	max-width: 100%;
}

.bdld-issue-related__title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #011F5B;
	margin: 0 0 8px 0;
	line-height: 1.3;
}

.bdld-issue-related__text {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 1rem;
	color: #475569;
	margin: 0 0 16px 0;
	line-height: 1.6;
}

.bdld-issue-related__text a {
	color: #991B1F;
	text-decoration: none;
	border-bottom: 1px dotted #991B1F;
}

.bdld-issue-related__text a:hover {
	border-bottom: 1px solid #991B1F;
}

.bdld-issue-related__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 0.9rem;
}

.bdld-issue-related__label {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.78rem;
	color: #64748B;
}

.bdld-issue-related__links a {
	color: #011F5B;
	text-decoration: none;
	border-bottom: 1px dotted #011F5B;
	font-weight: 600;
}

.bdld-issue-related__links a:hover {
	color: #991B1F;
	border-bottom: 1px solid #991B1F;
}

.bdld-issue-related__sep {
	color: #CBD5E1;
}

/* ───────────────────────────────────────────────────────────── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
	.bdld-issue-masthead {
		padding: 36px 0 30px;
	}
	.bdld-issue-toc-card {
		padding: 24px 20px;
	}
	.bdld-toc__item {
		padding: 20px 0 20px 44px;
	}
	.bdld-toc__index {
		font-size: 1.1rem;
		top: 22px;
		width: 32px;
	}
	.bdld-toc__title {
		font-size: 1.1rem;
	}
	.bdld-toc__authors {
		font-size: 0.95rem;
	}
	.bdld-toc__pages {
		min-width: 60px;
	}
	.bdld-toc__pages-value {
		font-size: 1rem;
	}
	.bdld-scholarly-announcement {
		padding: 32px 24px;
	}
}
.featured-article {
	background: #EEF4FB;
	border-left: 4px solid #011F5B;
	border-radius: 4px;
	padding: 16px 20px;
	margin: 16px 0 28px;
}
.featured-label {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #011F5B;
	margin-bottom: 6px;
}
.featured-article .card__title {
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: var(--bdld-navy, #011F5B);
	margin: 0 0 8px;
}
.featured-article .scholarly-authors {
	font-size: 1.05rem;
	margin: 0 0 10px;
}
/* Both share Source Sans 3 and #222222 color, but line heights differ */
.single-journal_article .bdld-article-wrap,
.single-journal_article .entry-content,
.single-journal_article .bdld-article-content,
.single-journal_article .bdld-article-wrap p,
.single-journal_article .entry-content p,
.single-journal_article .bdld-article-wrap li:not(.sidenote-item),
.single-journal_article .entry-content li:not(.sidenote-item) {
    font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #222222 !important;
}
.single-journal_article .bdld-article-wrap {
    max-width: 800px;
}
.bdld-article-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0 10px;
}
.bdld-article-nav__link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 22px;
    background: #f7f8fa;
    border: 1px solid #eaeaec;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.bdld-article-nav__link:hover {
    border-color: var(--bdld-navy, #011F5B);
    background: #ffffff;
}
.bdld-article-nav__link--next {
    text-align: right;
}
.bdld-article-nav__dir {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bdld-accent-red, #991B1F);
}
.bdld-article-nav__title {
    font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #011F5B;
}
@media (max-width: 768px) {
    .bdld-article-nav {
        grid-template-columns: 1fr;
    }
    .bdld-article-nav__link--next {
        text-align: left;
    }
}
/* 4. Author Box */
.bdld-author-box.journal-author-box {
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-left: 3px solid var(--bdld-accent-red, #991B1F);
	padding: 12px 16px;
	margin-bottom: 15px !important;
	border-radius: 0 4px 4px 0;
}
/* ==========================================================================
   Author Box Enhancements
   ========================================================================== */
.bdld-author-box .author-title {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.bdld-author-box .author-title::after {
    display: none;
}

.bdld-author-box .author-avatar img {
    width: 75px !important;
    height: 75px !important;
    object-fit: cover !important;
    object-position: center 15% !important;
    border-radius: 50% !important;
    border: 1px solid #e0e0e0 !important; /* Neutral clean border */
    padding: 2px !important;
    background-color: #ffffff !important;
}
/* Author Box Description Specifics */
.bdld-author-box .author-bio {
    font-size: 0.85rem !important;
    background: #ffffff;
    color: #222222;
    padding: 14px 18px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    margin-top: 10px;
}
.bdld-author-box .author-bio p {
    color: #222222;
    margin-bottom: 8px;
}
.bdld-author-box .author-bio p:last-child {
    margin-bottom: 0;
}
/* ==========================================================================
   Modern Academic Navigation Bar (Yale Law Journal / HeinOnline Style)
   High-specificity rules to prevent generic theme a:hover grey overrides
   ========================================================================== */
.site-main .bdld-scholarly-nav,
.bdld-scholarly-nav {
	margin-top: 28px !important;
	margin-bottom: 20px !important;
	padding-top: 4px;
	padding-bottom: 0;
}

/* Reduced Top Spacing for Blog Post Breadcrumbs */
.single-post .site-main {
	padding-top: 0 !important;
}

.site-main .bdld-scholarly-nav.bdld-blog-nav,
.bdld-scholarly-nav.bdld-blog-nav,
.single-post .bdld-scholarly-nav {
	margin-top: 14px !important;
	padding-top: 0 !important;
}

.site-main .bdld-scholarly-nav .bdld-scholarly-meta-bar,
.bdld-scholarly-meta-bar {
	font-family: var(--bdld-font-main, 'Source Sans 3', sans-serif);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #011F5B !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.site-main .bdld-scholarly-nav .bdld-scholarly-meta-bar a,
.bdld-scholarly-meta-bar a {
	color: #011F5B !important;
	text-decoration: none !important;
	border-bottom: 2px solid transparent !important;
	transition: border-color 0.2s ease, color 0.2s ease, text-decoration-color 0.2s ease, background 0.2s ease;
	display: inline-block;
	padding-bottom: 1px;
	opacity: 1 !important;
}

/* Hover state for academic meta-bar text links: Single crisp Penn Red underline */
.site-main .bdld-scholarly-nav .bdld-scholarly-meta-bar a:not(.bdld-blog-badge):hover,
.site-main .bdld-scholarly-nav .bdld-scholarly-meta-bar a:not(.bdld-blog-badge):focus,
.bdld-scholarly-meta-bar a:not(.bdld-blog-badge):hover,
.bdld-scholarly-meta-bar a:not(.bdld-blog-badge):focus {
	color: #991B1F !important; /* Penn Red text */
	border-bottom: 2px solid #991B1F !important; /* Single solid Penn Red underline */
	text-decoration: none !important;
	background-color: transparent !important;
	background: none !important;
	opacity: 1 !important;
}

.site-main .bdld-scholarly-nav .bdld-meta-sep,
.bdld-meta-sep {
	color: #991B1F !important;
	font-weight: 700 !important;
}

.site-main .bdld-scholarly-nav .bdld-scholarly-back-link,
.bdld-scholarly-back-link {
	font-size: 0.85rem;
	margin-top: 4px;
	margin-bottom: 14px;
}

.site-main .bdld-scholarly-nav .bdld-scholarly-back-link a,
.bdld-scholarly-back-link a {
	color: #475569 !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent !important;
	font-weight: 500;
	transition: color 0.2s ease, border-color 0.2s ease;
	display: inline-block;
	padding-bottom: 1px;
	opacity: 1 !important;
}

.site-main .bdld-scholarly-nav .bdld-scholarly-back-link a:hover,
.site-main .bdld-scholarly-nav .bdld-scholarly-back-link a:focus,
.bdld-scholarly-back-link a:hover,
.bdld-scholarly-back-link a:focus {
	color: #991B1F !important; /* Penn Red text */
	border-bottom: 1px solid #991B1F !important;
	text-decoration: none !important;
	background-color: transparent !important;
	background: none !important;
	opacity: 1 !important;
}
/* Single Breadcrumb Badge (e.g. for Policy Pages & Journal children) */
.site-main .bdld-scholarly-nav .bdld-scholarly-meta-bar a.bdld-single-badge,
.bdld-scholarly-meta-bar a.bdld-single-badge {
	background: #EEF4FB !important;
	color: #011F5B !important;
	padding: 6px 14px 5px !important;
	border-radius: 4px;
	border: 1px solid rgba(1, 31, 91, 0.1) !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(1, 31, 91, 0.1) !important;
	line-height: 1;
}

.site-main .bdld-scholarly-nav .bdld-scholarly-meta-bar a.bdld-single-badge:hover,
.site-main .bdld-scholarly-nav .bdld-scholarly-meta-bar a.bdld-single-badge:focus,
.bdld-scholarly-meta-bar a.bdld-single-badge:hover,
.bdld-scholarly-meta-bar a.bdld-single-badge:focus {
	background: #011F5B !important;
	color: #ffffff !important;
	border-color: #011F5B !important;
	border-bottom: 1px solid #011F5B !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(1, 31, 91, 0.15);
	text-decoration: none !important;
}
/* Standard Academic Post Meta Styling */
.bdld-academic-post-meta {
	font-family: var(--bdld-font-main, 'Source Sans 3', sans-serif);
	font-size: 0.9rem !important;
	color: #64748b !important;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	line-height: 1.5;
}

.bdld-academic-post-meta a {
	color: #31BFF0 !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent !important;
	font-weight: 500;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.bdld-academic-post-meta .post-author {
	color: #334155 !important;
}

.bdld-academic-post-meta .post-author a {
	font-weight: 600 !important; /* Bold author name */
	color: #991B1F !important;   /* Penn Red author link */
	transition: color 0.2s ease, border-color 0.2s ease;
}

.bdld-academic-post-meta .post-author a:hover {
	color: #011F5B !important;   /* Penn Navy on hover */
	border-bottom: 1px solid #011F5B !important;
}

.bdld-academic-post-meta a:hover {
	color: #31BFF0 !important;
	border-bottom: 1px solid #31BFF0 !important;
}

.bdld-academic-post-meta .meta-sep {
	color: #94a3b8;
	font-weight: 700;
	user-select: none;
}
body.single-journal_article .site-main {
	padding-top: 15px !important;
}
body.single-journal_article .site-main > article {
	max-width: 1024px !important;
	margin: 0 auto;
	padding-top: 0 !important;
}

/* Journal articles: scholarly style (Title Case, normal spacing) */
.single-journal_article .bdld-article-wrap h2,
.single-journal_article .bdld-article-content h2 {
	color: #011F5B !important;
	font-weight: 600 !important;
	font-size: clamp(1.6rem, 2vw, 2rem) !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	border-left: 5px solid #991B1F !important;
	padding-left: 18px !important;
	margin-top: 3rem !important;
	margin-bottom: 1.25rem !important;
}
/* 2. Breadcrumbs & Meta Bar */
.journal-breadcrumb {
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0 !important;
	margin-bottom: 18px !important;
	padding-top: 0 !important;
	display: block;
}
.journal-breadcrumb a {
	margin-top: 0 !important;
	display: inline-block;
	color: var(--bdld-navy, #011F5B);
	text-decoration: none;
}
.bdld-academic-post-meta.journal-meta-bar {
	font-size: 14px !important;
	line-height: 1.4 !important;
}
.journal-stats-bar {
	font-size: 14px;
	line-height: 1.4;
	color: #888888;
	margin-bottom: 10px;
	font-weight: 500;
}
.journal-stats-bar .meta-sep {
	margin: 0 8px;
}
.journal-keywords-bar {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	margin-bottom: 25px;
}
.journal-keywords-bar strong {
	color: var(--bdld-navy, #011F5B);
}
/* 3. Abstract Box */
.journal-abstract-box {
	background: #F8FAFC;
	border-left: 4px solid var(--bdld-navy, #011F5B);
	padding: 25px;
	margin: 30px 0;
	font-size: 16px;
	line-height: 1.55;
}
.journal-abstract-box h2 {
	font-size: 20px;
	line-height: 1.3;
	color: var(--bdld-navy, #011F5B);
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* 4. Author Box */
.bdld-author-box.journal-author-box {
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-left: 4px solid var(--bdld-accent-red, #991B1F);
	padding: 20px 25px;
	margin-bottom: 20px !important;
}
.bdld-author-box.journal-author-box + .entry-content {
	border-top: 1px solid rgba(1, 31, 91, 0.15) !important;
	margin-top: 20px !important;
	padding-top: 20px !important;
}
.bdld-author-box.journal-author-box + .entry-content > .bdld-article-wrap,
.bdld-author-box.journal-author-box + .entry-content > .bdld-article-wrap > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.bdld-author-box.journal-author-box > h3 {
	font-size: 1.1rem;
	color: var(--bdld-accent-red, #991B1F);
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.journal-author-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 30px;
	margin-top: 20px;
}
.author-repeater-row, .author-single-fallback {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
}
.author-repeater-row strong, .author-single-fallback strong {
	font-size: 16px;
}
.author-repeater-row strong a {
	color: inherit;
	text-decoration: none;
}
.author-repeater-row .author-affiliation, .author-single-fallback .author-affiliation {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	display: inline-block;
	margin-top: 2px;
}
.author-repeater-row p, .author-single-fallback p {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 15px;
	color: #444;
	line-height: 1.5;
}
.author-repeater-row .author-orcid, .author-single-fallback .author-orcid {
	color: var(--bdld-navy, #011F5B);
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
	display: inline-block;
	font-weight: 500;
}
/* 5. Cite / OSCOLA Box */
.journal-cite-box {
	margin: 40px 0 20px 0;
	padding: 24px;
	background: #f8fafc;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	border-left: 4px solid var(--bdld-navy, #011F5B);
}
.journal-cite-box-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 12px;
}
.journal-cite-box-header h4 {
	margin: 0 0 4px 0;
	font-size: 1.15rem;
	color: var(--bdld-navy, #011F5B);
	font-weight: bold;
	font-family: 'Source Sans 3', sans-serif;
}
.journal-cite-btn {
	background: var(--bdld-navy, #011F5B);
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
}
.journal-oscola-label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}
.journal-oscola-content {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.6;
}
/* 6. Bottom Tags */
.journal-bottom-tags {
	font-size: 0.85rem;
	color: #666;
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #eaeaea;
}
.journal-bottom-tags a {
	color: var(--bdld-navy, #011F5B);
	text-decoration: none;
}
/* 7. Journal Sidenote specific layout constraints */
.bdld-footnotes .sidenote-text, .bdld-footnotes .sidenote-text p { display: inline !important; }

.single-journal_article .bdld-article-wrap > .bdld-footnotes li::before {
	font-weight: 700 !important;
	margin-right: 8px !important;
	display: inline-block !important;
}

@media (min-width: 1140px) {
	.single-journal_article .bdld-article-wrap:has(> .bdld-footnotes) {
		max-width: 1024px !important;
		padding-left: 14px !important;
		padding-right: 210px !important;
	}
	.single-journal_article .bdld-article-wrap > .bdld-footnotes {
		right: 0 !important;
		width: 190px !important;
	}
}
/* Citation Box */
.blog-citation-box {
    margin: 10px 0 24px 0;
    padding: 24px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--bdld-navy, #011F5B);
}
.blog-citation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}
.blog-citation-title {
    margin: 0 0 4px 0;
    font-size: 1.15rem;
    color: var(--bdld-navy, #011F5B);
    font-weight: bold;
    font-family: 'Source Sans 3', sans-serif;
}
.blog-citation-subtitle {
    font-size: 0.8rem;
    color: #64748b;
}
.blog-copy-btn {
    background: var(--bdld-navy, #011F5B);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--bdld-font-main, 'Source Sans 3', sans-serif);
    transition: background-color 0.2s ease;
}
.blog-copy-btn:hover {
    background: #31BFF0 !important;
}
.citation-format-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.cite-tab-btn {
    background: #ffffff;
    color: #475569;
    border: 1px solid #cbd5e1;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cite-tab-btn.active {
    background: var(--bdld-navy, #011F5B) !important;
    color: #ffffff !important;
    border-color: var(--bdld-navy, #011F5B) !important;
}
.blog-citation-text-box,
.blog-citation-text-box p {
    margin: 0;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #1e293b;
    font-family: var(--bdld-font-main, 'Source Sans 3', sans-serif);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.blog-citation-text-box p {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 10px;
}
.blog-citation-text-box p:last-child {
    margin-bottom: 0;
}
/* ==========================================================================
   Journal Keyword Archive Components
   ========================================================================== */

.journal-keyword-archive-main { background: #f8fafc; padding: 24px 0 60px; }
.journal-keyword-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.journal-keyword-header { margin-bottom: 2.5rem; border-bottom: 2px solid var(--bdld-navy, #011F5B); padding-bottom: 1.5rem; }
.journal-keyword-badge { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--bdld-accent-red, #991B1F); margin-bottom: 0.5rem; }
.journal-keyword-title { font-size: 2.25rem; font-weight: 700; margin: 0 0 0.75rem 0; color: var(--bdld-navy, #011F5B); line-height: 1.2; font-family: 'Source Sans 3', sans-serif; }
.journal-keyword-desc { font-size: 1.05rem; line-height: 1.6; color: #444; max-width: 800px; margin-bottom: 1rem; }
.journal-keyword-stats { font-size: 0.875rem; color: #666; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin: 0; }
.journal-keyword-articles-list { display: flex; flex-direction: column; gap: 2rem; }
.journal-keyword-pagination { margin-top: 3rem; }
.journal-keyword-empty { font-size: 1.1rem; color: #666; font-style: italic; margin-top: 2rem; }

.journal-keyword-subhead {
	display: flex; align-items: baseline; gap: 8px;
	font-family: 'Source Sans 3', sans-serif; font-size: 1.05rem; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.08em; color: var(--bdld-navy, #011F5B);
	margin: 0 0 1.25rem 0; padding-bottom: 0.5rem; border-bottom: 1px solid #d0dcea;
	scroll-margin-top: 88px;
}
.journal-keyword-subhead__count { font-weight: 600; color: #666; letter-spacing: 0.03em; }
.journal-keyword-subhead--analysis { margin-top: 3.5rem; }
.journal-keyword-analysis-list { display: flex; flex-direction: column; gap: 2rem; }
.journal-keyword-analysis-viewall {
	font-family: 'Source Sans 3', sans-serif; font-size: 0.875rem; font-weight: 700; margin-top: 1.5rem;
}
.journal-keyword-analysis-viewall a { color: var(--bdld-navy, #011F5B); text-decoration: none; border-bottom: 1px solid transparent; }
.journal-keyword-analysis-viewall a:hover { color: #991B1F; border-bottom-color: #991B1F; }
/* ==========================================================================
   Journal Article - Related Articles Section
   ========================================================================== */
.journal-related-section { margin-top: 60px; padding-top: 40px; border-top: 2px solid #eaeaea; }
.journal-related-section-title { font-size: 1.5rem; color: var(--bdld-navy, #011F5B); font-weight: 700; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; }
.journal-related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
@media (max-width: 768px) { .journal-related-grid { grid-template-columns: 1fr; } }

.journal-related-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid var(--bdld-navy, #011F5B);
    border-radius: 6px;
    padding: 24px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}
.journal-related-card:hover {
    border-color: var(--bdld-navy, #011F5B);
    box-shadow: 0 4px 12px rgba(1, 31, 91, 0.08);
    transform: translateY(-2px);
}
.journal-related-card-badge { font-size: 0.75rem; color: #64748b; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.journal-related-card-title { font-size: 1.15rem; line-height: 1.4; font-weight: 700; margin: 0 0 10px 0; }
.journal-related-card-title a { color: var(--bdld-navy, #011F5B); text-decoration: none; transition: color 0.2s ease; }
.journal-related-card-title a:hover { color: var(--bdld-accent-red, #991B1F); }
.journal-related-card-author { font-size: 0.95rem; color: #64748b; margin-bottom: 16px; font-weight: 500; }
.journal-related-card-author a { color: #475569; text-decoration: none; transition: color 0.2s ease; font-weight: 600; }
.journal-related-card-author a:hover { color: var(--bdld-navy, #011F5B); text-decoration: underline; }
.journal-related-card-meta { font-size: 0.85rem; color: #475569; font-weight: 500; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.journal-related-card-keywords { margin-top: auto; padding-top: 15px; border-top: 1px solid #f1f5f9; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.journal-related-card-keywords a { color: var(--bdld-accent-red, #991B1F); text-decoration: none; transition: opacity 0.2s; }
.journal-related-card-keywords a:hover { opacity: 0.7; }
/* 5. Scholarly Action Button */
.scholarly-action-btn {
    margin-top: 1.5rem;
}
.btn-read-article {
    display: inline-block;
    background-color: var(--bdld-navy, #011F5B);
    color: #ffffff !important;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
}
.btn-read-article:hover {
    background-color: var(--bdld-accent-red, #991B1F);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(153, 27, 31, 0.2);
    transform: translateY(-1px);
    border-bottom: none !important;
}
/* Scholarly PDF Button */
.journal-pdf-button-wrap {
    margin: 15px 0 20px 0;
    display: block;
}
.bdld-scholarly-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: var(--bdld-navy, #011F5B) !important;
    color: #ffffff !important;
    font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 7px 16px;
    border-radius: 3px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: none !important;
    outline: none;
}
.bdld-scholarly-pdf-btn:hover,
.bdld-scholarly-pdf-btn:focus,
.bdld-scholarly-pdf-btn:active {
    background-color: var(--bdld-accent-red, #991B1F) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(153, 27, 31, 0.25);
    border-bottom: none !important;
    text-decoration: none !important;
}
.bdld-scholarly-pdf-btn svg {
    display: inline-block;
    vertical-align: middle;
    stroke: #ffffff !important;
    color: #ffffff !important;
}
@media (min-width: 768px) {
	.bdld-sticky-action-rail {
		position: fixed;
		top: 120px;
		left: max(15px, calc((100vw - 1024px) / 2 - 50px));
		display: flex;
		flex-direction: column;
		gap: 6px;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.bdld-sticky-action-rail.rail-active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

.bdld-sticky-action-rail .rail-btn {
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	min-height: 36px !important;
	background-color: #ffffff !important;
	border: 1px solid #E5E7EB !important;
	border-radius: 6px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #011F5B !important;
	cursor: pointer;
	text-decoration: none !important;
	position: relative;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
	padding: 0 !important;
	margin: 0 !important;
	outline: none;
}

.bdld-sticky-action-rail .rail-btn svg {
	stroke: currentColor;
	fill: none;
}
.bdld-sticky-action-rail .rail-btn.share-btn svg {
	fill: currentColor;
	stroke: none;
}

/* Hover: Navy background + White icon */
.bdld-sticky-action-rail .rail-btn:hover {
	background-color: #011F5B !important;
	color: #ffffff !important;
	border-color: #011F5B !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(1, 31, 91, 0.2);
}

/* PDF Button: Turns Penn Red (#991B1F) on Hover */
.bdld-sticky-action-rail .rail-btn.pdf-btn:hover {
	background-color: #991B1F !important;
	color: #ffffff !important;
	border-color: #991B1F !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(153, 27, 31, 0.3);
}

/* Tooltips */
.bdld-sticky-action-rail .rail-btn[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;
	background: #011F5B;
	color: #ffffff;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	padding: 5px 10px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.bdld-sticky-action-rail .rail-btn[data-tooltip]:hover::after {
	opacity: 1;
	visibility: visible;
}

/* Mobile Behavior (<768px): Horizontal Action Row directly before Citation Box */
@media (max-width: 767px) {
	.bdld-sticky-action-rail {
		position: static !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: center !important;
		margin: 25px 0 15px 0 !important;
		gap: 14px !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
	}
	.bdld-sticky-action-rail .rail-btn[data-tooltip]::after {
		display: none !important;
	}
}
/* Related Research (journal article pages) */
.bdld-related-research {
	margin: 50px 0 0;
	padding-top: 34px;
	border-top: 2px solid #011F5B;
}
.bdld-related-research__heading {
	display: flex;
	align-items: baseline;
	gap: 18px;
}
.bdld-related-research__title {
	margin: 0;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #011F5B;
	white-space: nowrap;
}
.bdld-related-research__rule {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(1, 31, 91, 0.28), rgba(1, 31, 91, 0.04));
}
.bdld-related-research__subtitle {
	margin: 6px 0 26px;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.92rem;
	color: #475569;
}
.bdld-related-research__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 22px;
}
.bdld-related-research__card {
	position: relative;
	background: #ffffff;
	border: 1px solid #E2E8F0;
	border-radius: 10px;
	padding: 24px 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
	box-shadow: 0 1px 3px rgba(1, 31, 91, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.bdld-related-research__card::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 22px;
	right: 22px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: linear-gradient(90deg, #011F5B, #31BFF0);
}
.bdld-related-research__card:hover {
	transform: translateY(-3px);
	border-color: #CBD5E1;
	box-shadow: 0 14px 30px rgba(1, 31, 91, 0.12);
}
.bdld-related-research__card-title {
	margin: 0;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.38;
}
.bdld-related-research__card-title a {
	color: #011F5B;
	border-bottom: none;
	transition: color 0.2s ease;
}
.bdld-related-research__card-title a:hover {
	color: #991B1F !important;
	border-bottom: none !important;
}
.bdld-related-research__authors {
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	color: #334155;
	line-height: 1.5;
}
.bdld-related-research__authors a {
	color: #991B1F;
	border-bottom: none;
	transition: color 0.2s ease;
}
.bdld-related-research__authors a:hover {
	color: #011F5B !important;
	border-bottom: none !important;
}
.bdld-related-research__cite {
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
	color: #64748B;
}
.bdld-related-research__keywords {
	font-size: 0.78rem;
	color: #6E6E6E;
	letter-spacing: 0.06em;
	display: block;
	text-align: left;
	margin-top: 6px;
}
.bdld-related-research__keywords a {
	position: relative;
	z-index: 2;
	color: #555555;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}
.bdld-related-research__keywords a:hover {
	color: #991B1F !important;
	background-color: transparent !important;
	border-bottom: 1px solid #991B1F !important;
}
.bdld-related-research__read {
	margin-top: auto;
	padding-top: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #011F5B;
	text-decoration: none;
	border-bottom: none;
	transition: color 0.2s ease;
}
.bdld-related-research__read-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #EEF4FB;
	color: #011F5B;
	font-size: 0.95rem;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.bdld-related-research__read:hover {
	color: #991B1F !important;
	border-bottom: none !important;
}
.bdld-related-research__read:hover .bdld-related-research__read-arrow {
	background: #991B1F;
	color: #ffffff;
	transform: translateX(2px);
}
@media (max-width: 480px) {
	.bdld-related-research__grid {
		grid-template-columns: 1fr;
	}
}

/* More by This Author (journal article pages) */
.bdld-more-author {
	margin: 50px 0 0;
	padding-top: 34px;
	border-top: 2px solid #011F5B;
}
.bdld-more-author__block + .bdld-more-author__block {
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid #E2E8F0;
}
.bdld-more-author__heading {
	display: flex;
	align-items: baseline;
	gap: 18px;
	margin-bottom: 18px;
}
.bdld-more-author__title {
	margin: 0;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #011F5B;
	white-space: nowrap;
}
.bdld-more-author__rule {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(1, 31, 91, 0.28), rgba(1, 31, 91, 0.04));
}
.bdld-more-author__count {
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #991B1F;
	white-space: nowrap;
}
.bdld-more-author__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bdld-more-author__item {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 14px 2px;
	border-bottom: 1px solid #EEF2F7;
}
.bdld-more-author__link {
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	color: #011F5B;
	text-decoration: none;
	border-bottom: none;
	transition: color 0.2s ease;
}
.bdld-more-author__link:hover {
	color: #991B1F !important;
	border-bottom: none !important;
}
.bdld-more-author__cite {
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
	color: #64748B;
}
.bdld-more-author__profile {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	padding: 10px 24px;
	border-radius: 999px;
	border: 2px solid #011F5B;
	background: transparent;
	color: #011F5B;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border-bottom: 2px solid #011F5B;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.bdld-more-author__profile:hover {
	background-color: #011F5B !important;
	border-color: #011F5B !important;
	border-bottom-color: #011F5B !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}
.bdld-more-author__profile-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #EEF4FB;
	color: #011F5B;
	font-size: 0.9rem;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.bdld-more-author__profile:hover .bdld-more-author__profile-arrow {
	background: #ffffff;
	color: #011F5B;
}
.bdld-more-author__profile:focus-visible {
	outline: 2px solid #31BFF0;
	outline-offset: 3px;
}
@media (max-width: 640px) {
	.bdld-more-author__heading {
		flex-wrap: wrap;
		gap: 8px;
	}
	.bdld-more-author__rule {
		display: none;
	}
	.bdld-more-author__profile {
		width: 100%;
		justify-content: center;
	}
}
/* Continue Exploring BDLD (journal article pages) */
.bdld-continue-explore {
	background: #EEF4FB;
	margin: 45px 0 0;
	padding: 40px 28px;
	border-radius: 12px;
	text-align: center;
}
.bdld-continue-explore__title {
	margin: 0 0 8px;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #011F5B;
}
.bdld-continue-explore__text {
	margin: 0 0 24px;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #475569;
}
.bdld-continue-explore__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}
.bdld-continue-explore__btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 11px 24px;
	border-radius: 999px;
	font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.bdld-continue-explore__btn:focus-visible {
	outline: 2px solid #31BFF0;
	outline-offset: 3px;
}
.bdld-continue-explore__btn--primary {
	background: #011F5B;
	color: #ffffff;
	border: 2px solid #011F5B;
	box-shadow: 0 4px 12px rgba(1, 31, 91, 0.18);
}
.bdld-continue-explore__btn--primary:hover {
	background-color: #31BFF0 !important;
	border-color: #31BFF0 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(49, 191, 240, 0.3);
}
.bdld-continue-explore__btn--outline {
	background: transparent;
	color: #011F5B;
	border: 2px solid #011F5B;
}
.bdld-continue-explore__btn--outline:hover {
	background-color: #011F5B !important;
	border-color: #011F5B !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}
@media (max-width: 480px) {
	.bdld-continue-explore__actions {
		flex-direction: column;
	}
	.bdld-continue-explore__btn {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.archive-header h1,
	.journal-keyword-header .journal-keyword-title {
		font-size: 2rem !important;
		line-height: 1.2;
	}
}

.bdld-related-research {
	content-visibility: auto;
	contain-intrinsic-size: auto 800px;
}

@media print {
	.bdld-related-research {
		content-visibility: visible;
	}
}

@media (max-width: 768px) {
	/* Left align author box on mobile */
	.bdld-author-box {
		padding: 18px 20px !important;
		gap: 15px !important;
		margin-top: 25px !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
		border-radius: 8px !important;
	}
	.bdld-author-box .author-avatar img {
		width: 65px !important;
		height: 65px !important;
	}
	.bdld-author-box .author-title {
		font-size: 1.15rem !important;
	}
	.bdld-author-box .author-title::after {
		left: 50%;
		transform: translateX(-50%);
		width: 35px;
	}
	.bdld-author-box .author-bio {
		font-size: 0.875rem !important;
		line-height: 1.6 !important;
	}
	.author-bio {
		font-size: .875rem;
		line-height: 1.6;
		color: #222222;
		font-weight: 400;
	}
}

/* Current Issue Box & Journal Cover Styling (journal templates) */
.current-issue-box,
.journal-current-issue,
.current-issue-card,
.current-issue-hero,
.wp-block-group.current-issue,
.wp-block-cover.current-issue,
.taxonomy-issue .issue-header,
.issue-current-banner {
	background-color: #011F5B !important;
	background: #011F5B !important;
	color: #ffffff !important;
	border-radius: 10px;
}

.current-issue-box *,
.journal-current-issue *,
.current-issue-card *,
.current-issue-hero * {
	color: #ffffff !important;
}

.current-issue-box p,
.journal-current-issue p,
.current-issue-card p,
.current-issue-hero p,
.wp-block-group.current-issue p,
.wp-block-cover.current-issue p {
	color: #e2e8f0 !important;
}

.current-issue-box h1, .current-issue-box h2, .current-issue-box h3, .current-issue-box h4,
.journal-current-issue h1, .journal-current-issue h2, .journal-current-issue h3, .journal-current-issue h4,
.current-issue-card h1, .current-issue-card h2, .current-issue-card h3,
.current-issue-hero h1, .current-issue-hero h2, .current-issue-hero h3, .current-issue-hero h4 {
	color: #ffffff !important;
}

.current-issue-box a,
.journal-current-issue a,
.current-issue-card a,
.current-issue-hero a {
	color: #31BFF0 !important;
	border-bottom-color: #31BFF0 !important;
}
.current-issue-box a:hover,
.journal-current-issue a:hover,
.current-issue-card a:hover,
.current-issue-hero a:hover {
	color: #ffffff !important;
	border-bottom-color: #ffffff !important;
}

/* Explicit Override for .issue-card (Replaces var(--color-ink) black background) */
.issue-card {
	background: #011F5B !important;
	background-color: #011F5B !important;
	color: #ffffff !important;
	border-radius: 10px;
}
.issue-card * {
	color: #ffffff !important;
}
.issue-card p {
	color: #e2e8f0 !important;
}
.issue-card a {
	color: #31BFF0 !important;
	border-bottom-color: #31BFF0 !important;
}
.issue-card a:hover {
	color: #ffffff !important;
	border-bottom-color: #ffffff !important;
}

/* --- H3 (Subsections) --- */
.single-journal_article .bdld-article-wrap h3,
.single-journal_article .bdld-article-content h3 {
	color: #1E3A5F !important;
	font-weight: 600 !important;
	font-size: 1.35rem !important;
	line-height: 1.4 !important;
	margin-top: 2rem !important;
	margin-bottom: 0.75rem !important;
}

/* --- H4 (Nested Subsections) --- */
.single-journal_article .bdld-article-wrap h4,
.single-journal_article .bdld-article-content h4 {
	color: #555555 !important;
	font-weight: 600 !important;
	font-size: 1.15rem !important;
	line-height: 1.4 !important;
	margin-top: 1.5rem !important;
	margin-bottom: 0.5rem !important;
}
