/*
Theme Name: BPI Newsroom
Theme URI: https://bpinews.org/
Author: BPI News
Author URI: https://bpinews.org/
Description: A fast, accessible, SEO-ready, beginner-friendly newsroom theme built for BPI News. It preserves standard WordPress posts, categories, authors, media, Elementor content and Penci Liveblog entries.
Version: 5.6.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bpi-newsroom
Tags: news, blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--bpi-accent: #ff000d;
	--bpi-accent-dark: #c9000a;
	--bpi-navy: #022451;
	--bpi-yellow: #ffe700;
	--bpi-ink: #111318;
	--bpi-muted: #5e626a;
	--bpi-line: #d9dce1;
	--bpi-soft: #f3f4f6;
	--bpi-paper: #fff;
	--bpi-shell: 1240px;
	--bpi-reading: 720px;
	--bpi-radius: 2px;
	--bpi-shadow: 0 10px 30px rgba(17, 19, 24, 0.08);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bpi-paper);
	color: var(--bpi-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.17em;
}

a:hover {
	color: var(--bpi-accent);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #1a73e8;
	outline-offset: 3px;
}

.shell {
	width: min(calc(100% - 40px), var(--bpi-shell));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 8px;
	left: 8px;
	z-index: 99999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	background: #fff;
	color: #111;
	font-weight: 700;
}

/* Header */
.site-header {
	position: relative;
	z-index: 50;
	background: #fff;
	box-shadow: 0 1px 0 rgba(2, 36, 81, 0.08);
}

.site-header::before {
	display: block;
	height: 4px;
	background: linear-gradient(90deg, var(--bpi-navy) 0 54%, var(--bpi-yellow) 54% 78%, var(--bpi-accent) 78% 100%);
	content: '';
}

.reading-progress {
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0px);
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 4px;
	pointer-events: none;
}

.reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--bpi-accent);
	transition: width 80ms linear;
}

.bpi-sticky-header .site-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	max-height: 100vh;
	overflow-y: auto;
}

.topbar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
	gap: 28px;
	overflow: hidden;
}

.topbar::after {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 0;
	width: min(32vw, 360px);
	height: 62px;
	background: repeating-linear-gradient(135deg, transparent 0 15px, rgba(2, 36, 81, 0.035) 15px 17px);
	content: '';
	pointer-events: none;
}

.topbar > * {
	position: relative;
	z-index: 1;
}

.site-branding {
	display: flex;
	align-items: center;
}

.custom-logo-link {
	display: inline-flex;
}

.custom-logo,
.bpi-default-logo {
	width: auto;
	max-width: 240px;
	max-height: 76px;
}

.bpi-default-logo-link {
	display: inline-flex;
	line-height: 0;
}

.wordmark,
.footer-wordmark {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 4vw, 3.15rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
	text-decoration: none;
}

.header-tools {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-social-mini {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-right: 12px;
	border-right: 1px solid var(--bpi-line);
}

.header-social-mini a {
	padding: 6px 8px;
	color: var(--bpi-navy);
	font-size: 0.7rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.header-date {
	margin-right: 10px;
	color: var(--bpi-muted);
	font-size: 0.84rem;
}

.icon-button,
.menu-toggle {
	border: 1px solid var(--bpi-line);
	background: #fff;
	color: var(--bpi-ink);
	cursor: pointer;
}

.icon-button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 1.65rem;
	line-height: 1;
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 13px;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
}

.menu-bars,
.menu-bars::before,
.menu-bars::after {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
}

.menu-bars {
	position: relative;
}

.menu-bars::before,
.menu-bars::after {
	position: absolute;
	left: 0;
	content: '';
}

.menu-bars::before { top: -6px; }
.menu-bars::after { top: 6px; }

.brand-band {
	border-top: 1px solid rgba(2, 36, 81, 0.12);
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
}

.brand-band-inner {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 38px;
	padding-block: 7px;
}

.brand-title {
	color: var(--bpi-navy);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	white-space: nowrap;
}

.brand-title:hover {
	color: var(--bpi-navy);
}

.brand-tagline {
	overflow: hidden;
	font-size: 0.78rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand-regions {
	margin-left: auto;
	font-size: 0.63rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.primary-navigation {
	border-bottom: 0;
	background: var(--bpi-navy);
	color: #fff;
}

.nav-scroll {
	overflow-x: auto;
	scrollbar-width: thin;
}

.bpi-menu,
.primary-navigation ul {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation li {
	margin: 0;
}

.primary-navigation a {
	display: block;
	padding: 13px 18px 12px;
	border-bottom: 4px solid transparent;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

.primary-navigation li:first-child a {
	padding-left: 4px;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-category-ancestor > a {
	border-bottom-color: var(--bpi-yellow);
	color: var(--bpi-yellow);
}

.bpi-header-layout-centered .topbar {
	justify-content: center;
}

.bpi-header-layout-centered .header-tools {
	position: absolute;
	right: max(20px, calc((100vw - var(--bpi-shell)) / 2));
}

.header-search {
	padding-block: 18px;
	border-bottom: 1px solid var(--bpi-line);
	background: var(--bpi-soft);
}

.search-form {
	display: flex;
	width: min(100%, 720px);
}

.search-field {
	min-width: 0;
	flex: 1;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid #979ca4;
	border-right: 0;
	background: #fff;
}

.search-submit {
	min-height: 48px;
	padding: 10px 20px;
	border: 1px solid var(--bpi-navy);
	background: var(--bpi-navy);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.latest-strip {
	border-bottom: 1px solid var(--bpi-line);
	background: #fff;
}

.latest-strip-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 44px;
	font-size: 0.84rem;
}

.latest-label {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	padding-inline: 11px;
	background: var(--bpi-accent);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.latest-strip a {
	overflow: hidden;
	font-weight: 700;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.latest-strip time {
	color: var(--bpi-muted);
	white-space: nowrap;
}

/* Homepage */
.homepage-shell {
	padding-block: 36px 72px;
}

.live-ribbon {
	border-bottom: 1px solid #f0b6c1;
	background: #fff1f4;
}

.live-ribbon-stack .live-ribbon + .live-ribbon {
	border-top: 1px solid #f0b6c1;
}

.live-ribbon.is-ended {
	border-color: var(--bpi-line);
	background: var(--bpi-soft);
}

.live-ribbon-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 60px;
}

.live-ribbon a {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.live-ribbon-cta {
	font-size: 0.8rem;
	font-weight: 700;
	white-space: nowrap;
}

.live-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: max-content;
	padding: 4px 8px;
	background: var(--bpi-accent);
	color: #fff;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1;
}

.live-badge > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28);
	animation: bpi-pulse 1.6s ease-out infinite;
}

.live-badge--large {
	padding: 8px 12px;
	font-size: 0.78rem;
}

@keyframes bpi-pulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.62); }
	70% { box-shadow: 0 0 0 7px rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.live-badge > span { animation: none; }
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.8fr);
	gap: 28px;
	padding-bottom: 36px;
	border-bottom: 4px solid var(--bpi-ink);
}

.hero-secondary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 18px;
}

.story-card {
	min-width: 0;
}

.story-card-image {
	display: block;
	overflow: hidden;
	background: #e4e6e9;
	text-decoration: none;
}

.story-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.story-card:hover .story-card-image img {
	transform: scale(1.018);
}

.bpi-no-image-motion .story-card-image img {
	transition: none;
}

.bpi-no-image-motion .story-card:hover .story-card-image img {
	transform: none;
}

.story-card--hero .story-card-image,
.story-card--standard .story-card-image,
.story-card--compact .story-card-image {
	aspect-ratio: 16 / 9;
}

.bpi-card-image-ratio-landscape .story-card--hero .story-card-image,
.bpi-card-image-ratio-landscape .story-card--standard .story-card-image,
.bpi-card-image-ratio-landscape .story-card--compact .story-card-image {
	aspect-ratio: 4 / 3;
}

.bpi-card-image-ratio-square .story-card--hero .story-card-image,
.bpi-card-image-ratio-square .story-card--standard .story-card-image,
.bpi-card-image-ratio-square .story-card--compact .story-card-image {
	aspect-ratio: 1;
}

.bpi-card-image-ratio-natural .story-card--hero .story-card-image,
.bpi-card-image-ratio-natural .story-card--standard .story-card-image,
.bpi-card-image-ratio-natural .story-card--compact .story-card-image {
	aspect-ratio: auto;
	background: transparent;
}

.bpi-card-image-ratio-natural .story-card--hero .story-card-image img,
.bpi-card-image-ratio-natural .story-card--standard .story-card-image img,
.bpi-card-image-ratio-natural .story-card--compact .story-card-image img {
	height: auto;
	object-fit: contain;
}

.bpi-card-image-ratio-natural .story-card-image .image-placeholder {
	min-height: 0;
	aspect-ratio: 16 / 9;
}

.bpi-card-image-fit-contain .story-card-image img {
	object-fit: contain;
	background: #eef0f3;
}

.image-focus--top img { object-position: center top; }
.image-focus--bottom img { object-position: center bottom; }
.image-focus--left img { object-position: left center; }
.image-focus--right img { object-position: right center; }
.image-focus--center img { object-position: center center; }

.image-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 145px;
	background: linear-gradient(135deg, var(--bpi-navy) 0 52%, var(--bpi-yellow) 52% 100%);
	color: #fff;
}

.image-placeholder span {
	padding: 5px 8px;
	background: var(--bpi-navy);
	color: var(--bpi-yellow);
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.story-card-copy {
	padding-top: 12px;
}

.story-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 12px;
	margin-bottom: 7px;
	color: var(--bpi-muted);
	font-size: 0.72rem;
}

.story-kicker {
	color: var(--bpi-accent);
	font-weight: 800;
	letter-spacing: 0.035em;
	text-decoration: none;
	text-transform: uppercase;
}

.story-card-title {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.18rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.13;
}

.story-card-title a {
	text-decoration: none;
}

.story-card-excerpt {
	margin: 9px 0 0;
	color: #464a51;
	font-size: 0.91rem;
	line-height: 1.45;
}

.story-card--hero .story-card-copy {
	padding-top: 17px;
}

.story-card--hero .story-card-title {
	font-size: clamp(1.7rem, 2.8vw, 2.15rem);
	line-height: 1.07;
}

.bpi-home-headline-size-standard .story-card--hero .story-card-title {
	font-size: clamp(1.9rem, 3.4vw, 2.65rem);
}

.bpi-home-headline-size-large .story-card--hero .story-card-title {
	font-size: clamp(2.1rem, 3.8vw, 3rem);
}

.story-card--hero .story-card-excerpt {
	max-width: 760px;
	font-size: 1rem;
}

.bpi-home-layout-newspaper .hero-grid {
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.72fr);
}

.bpi-home-layout-newspaper .hero-secondary {
	grid-template-columns: 1fr;
	gap: 0;
}

.bpi-home-layout-newspaper .hero-secondary .story-card--compact {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 14px;
	padding-block: 13px;
	border-bottom: 1px solid var(--bpi-line);
}

.bpi-home-layout-newspaper .hero-secondary .story-card-image {
	aspect-ratio: 4 / 3;
}

.bpi-home-layout-newspaper .hero-secondary .story-card-copy {
	padding-top: 0;
}

.bpi-home-layout-showcase .hero-grid {
	grid-template-columns: 1fr;
}

.bpi-home-layout-showcase .hero-secondary {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-card--compact .story-card-title {
	font-size: 1rem;
}

.news-section {
	padding-top: 48px;
}

.section-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--bpi-ink);
}

.section-title {
	position: relative;
	margin: 0;
	font-size: clamp(1.45rem, 2.5vw, 1.9rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.section-title::after {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 58px;
	height: 4px;
	background: var(--bpi-accent);
	content: '';
}

.section-link {
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;
}

.story-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 20px;
}

.latest-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 0.72fr);
	gap: 42px;
}

.latest-layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.latest-feed {
	display: grid;
	gap: 0;
}

.story-card--horizontal {
	display: grid;
	grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.4fr);
	gap: 20px;
	padding-block: 20px;
	border-bottom: 1px solid var(--bpi-line);
}

.story-card--horizontal:first-child {
	padding-top: 0;
}

.story-card--horizontal .story-card-image {
	aspect-ratio: 16 / 10;
}

.bpi-card-image-ratio-landscape .story-card--horizontal .story-card-image {
	aspect-ratio: 4 / 3;
}

.bpi-card-image-ratio-square .story-card--horizontal .story-card-image {
	aspect-ratio: 1;
}

.story-card--horizontal .story-card-copy {
	padding: 2px 0 0;
}

.story-card--horizontal .story-card-title {
	font-size: clamp(1.08rem, 1.7vw, 1.32rem);
}

.latest-sidebar {
	align-self: start;
	padding: 22px 24px 16px;
	border-top: 5px solid var(--bpi-accent);
	background: var(--bpi-soft);
}

.latest-sidebar h2 {
	margin: 0 0 9px;
	font-size: 1.15rem;
}

.headline-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: headlines;
}

.headline-list li {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1px 11px;
	padding-block: 16px;
	border-bottom: 1px solid #cfd2d7;
	counter-increment: headlines;
}

.headline-list li::before {
	grid-row: 1 / span 2;
	color: var(--bpi-accent);
	font-size: 1.15rem;
	font-weight: 800;
	content: counter(headlines, decimal-leading-zero);
}

.headline-list a {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.headline-list time {
	grid-column: 2;
	color: var(--bpi-muted);
	font-size: 0.7rem;
}

.newsletter-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 64px;
	padding: 34px 38px;
	background: var(--bpi-ink);
	color: #fff;
}

.newsletter-panel .eyebrow {
	color: #ff8fa4;
}

.newsletter-panel h2 {
	margin: 3px 0;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	letter-spacing: -0.04em;
}

.newsletter-panel p:last-child {
	margin-bottom: 0;
	color: #cfd2d7;
}

.newsletter-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 9px;
}

.newsletter-links a {
	padding: 9px 13px;
	border: 1px solid #737780;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.newsletter-links a:hover {
	border-color: #fff;
	background: #fff;
	color: var(--bpi-ink);
}

/* Listings */
.listing-shell,
.page-shell,
.article-shell {
	padding-block: 42px 80px;
}

.archive-header {
	margin-bottom: 32px;
	padding-bottom: 16px;
	border-bottom: 4px solid var(--bpi-ink);
}

.archive-header h1,
.page-header h1 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

.archive-description {
	max-width: 720px;
	color: var(--bpi-muted);
}

.archive-header .search-form {
	margin-top: 24px;
}

.archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 24px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 50px;
}

.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--bpi-line);
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
}

.pagination .current {
	border-color: var(--bpi-ink);
	background: var(--bpi-ink);
	color: #fff;
}

.empty-state,
.not-found {
	max-width: 700px;
	padding-block: 70px 110px;
}

.empty-state h2,
.not-found h1 {
	font-size: clamp(2rem, 5vw, 3.5rem);
	letter-spacing: -0.05em;
	line-height: 1.05;
}

.not-found .error-code {
	margin: 0;
	color: var(--bpi-accent);
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.not-found .search-form {
	margin-block: 28px;
}

.button-link {
	font-weight: 800;
}

/* Article */
.news-article {
	max-width: none;
	margin: 0;
}

.bpi-article-width-narrow { --bpi-reading: 640px; }
.bpi-article-width-standard { --bpi-reading: 720px; }
.bpi-article-width-wide { --bpi-reading: 820px; }

.bpi-breadcrumbs {
	max-width: 100%;
	margin: 0 0 20px;
	color: var(--bpi-muted);
	font-size: 0.72rem;
}

.bpi-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bpi-breadcrumbs li:not(:last-child)::after {
	margin-left: 6px;
	color: #9a9ea5;
	content: '/';
}

.bpi-breadcrumbs a {
	font-weight: 700;
	text-decoration: none;
}

.bpi-breadcrumbs [aria-current='page'] {
	display: inline-block;
	max-width: 46ch;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.article-header {
	max-width: 1000px;
	margin: 0 0 24px;
}

.article-kicker,
.eyebrow {
	color: var(--bpi-accent);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.article-header h1 {
	margin: 11px 0 15px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(2rem, 3.2vw, 2.7rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.06;
}

.bpi-article-headline-size-standard .article-header h1 {
	font-size: clamp(2.15rem, 4vw, 3.7rem);
}

.bpi-article-headline-size-large .article-header h1 {
	font-size: clamp(2.35rem, 4.6vw, 4.2rem);
}

.article-standfirst {
	max-width: 850px;
	margin: 0 0 20px;
	color: #3f434a;
	font-size: clamp(1.1rem, 2vw, 1.32rem);
	line-height: 1.45;
}

.article-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	padding-top: 12px;
	border-top: 1px solid var(--bpi-line);
	color: var(--bpi-muted);
	font-size: 0.8rem;
}

.article-byline a {
	color: var(--bpi-ink);
	font-weight: 700;
}

.article-hero {
	max-width: 1120px;
	margin: 0 0 28px;
	background: transparent;
}

.article-hero img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 760px;
	margin: 0;
}

.bpi-article-image-style-wide .article-hero,
.bpi-article-image-style-landscape .article-hero {
	overflow: hidden;
	background: #eef0f3;
}

.bpi-article-image-style-wide .article-hero {
	aspect-ratio: 16 / 9;
}

.bpi-article-image-style-landscape .article-hero {
	aspect-ratio: 4 / 3;
}

.bpi-article-image-style-wide .article-hero img,
.bpi-article-image-style-landscape .article-hero img {
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	object-fit: cover;
}

.article-hero figcaption,
.article-content figcaption,
.wp-caption-text {
	padding-top: 7px;
	color: var(--bpi-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, var(--bpi-reading));
	gap: 18px;
	justify-content: start;
	max-width: var(--bpi-reading);
}

.article-share {
	position: static;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.article-share > span {
	color: var(--bpi-muted);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	writing-mode: initial;
}

.article-share a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--bpi-line);
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
}

.article-share a:hover {
	border-color: var(--bpi-accent);
	background: var(--bpi-accent);
	color: #fff;
}

.article-content {
	min-width: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: var(--bpi-article-size, 19px);
	line-height: 1.74;
}

.article-updated {
	font-weight: 700;
}

.article-layout--no-share {
	grid-template-columns: minmax(0, var(--bpi-reading));
}

.bpi-article-alignment-centered .article-header,
.bpi-article-alignment-centered .article-hero,
.bpi-article-alignment-centered .article-layout,
.bpi-article-alignment-centered .article-footer,
.bpi-article-alignment-centered .bpi-breadcrumbs {
	margin-inline: auto;
}

.bpi-article-alignment-centered .article-hero img {
	margin-inline: auto;
}

.bpi-sans-headlines .story-card-title,
.bpi-sans-headlines .article-header h1,
.bpi-sans-headlines .nav-title {
	font-family: Arial, Helvetica, sans-serif;
}

.bpi-ad-slot {
	display: grid;
	place-items: center;
	min-height: 90px;
	margin-block: 24px;
	padding: 16px;
	background: #f7f7f8;
	text-align: center;
}

.bpi-ad-label {
	display: block;
	margin-bottom: 7px;
	color: #777b82;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bpi-ad-widget,
.bpi-ad-widget > * {
	max-width: 100%;
	margin: 0;
}

.article-content > *:first-child {
	margin-top: 0;
}

.article-content p,
.article-content ul,
.article-content ol {
	margin-block: 0 1.25em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
	margin: 1.7em 0 0.55em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.14;
}

.article-content h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
.article-content h3 { font-size: clamp(1.45rem, 3vw, 1.9rem); }
.article-content h4 { font-size: 1.25rem; }

.article-content blockquote {
	margin: 1.8em 0;
	padding: 4px 0 4px 24px;
	border-left: 6px solid var(--bpi-accent);
	font-size: 1.17em;
	font-weight: 700;
	line-height: 1.5;
}

.article-content figure,
.article-content .wp-caption,
.article-content .wp-block-image {
	max-width: 100%;
	margin: 1.75em 0;
}

.article-content .alignwide {
	width: min(980px, calc(100vw - 40px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.article-content .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.article-content iframe,
.article-content video {
	max-width: 100%;
}

.article-content table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
}

.article-content th,
.article-content td {
	padding: 10px;
	border: 1px solid var(--bpi-line);
	text-align: left;
}

.article-content .bpi-inline-related {
	margin: 2em 0;
	padding: 20px 22px 8px;
	border-top: 5px solid var(--bpi-navy);
	border-left: 4px solid var(--bpi-yellow);
	background: #f2f6fb;
	font-family: Arial, Helvetica, sans-serif;
}

.article-content .bpi-inline-related .eyebrow {
	margin: 0 0 3px;
	color: var(--bpi-accent);
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.article-content .bpi-inline-related h2 {
	margin: 0 0 10px;
	color: var(--bpi-navy);
	font-size: 1.25rem;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.article-content .bpi-inline-related ul {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-content .bpi-inline-related li {
	display: grid;
	gap: 2px;
	padding: 11px 0 12px;
	border-top: 1px solid #cbd7e4;
}

.article-content .bpi-inline-related a {
	color: var(--bpi-ink);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.article-content .bpi-inline-related li a::after {
	margin-left: 6px;
	color: var(--bpi-accent);
	content: '→';
}

.article-content .bpi-inline-related a:hover {
	color: var(--bpi-accent);
	text-decoration: underline;
}

.article-content .bpi-inline-related li span {
	color: #5f6f80;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.article-content .bpi-inline-related .bpi-related-hub {
	margin: 0;
	padding: 11px 0 12px;
	border-top: 1px solid #cbd7e4;
}

.article-content .bpi-inline-related .bpi-related-hub a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--bpi-navy);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.025em;
}

.article-content .bpi-inline-related .bpi-related-hub span {
	color: var(--bpi-accent);
	font-size: 1rem;
}

.article-footer {
	max-width: var(--bpi-reading);
	margin: 42px 0 0;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 18px;
	border-top: 1px solid var(--bpi-line);
}

.tag-list span,
.tag-list a {
	padding: 7px 10px;
	background: var(--bpi-soft);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.tag-list span {
	background: var(--bpi-ink);
	color: #fff;
}

.author-box {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 18px;
	margin-top: 28px;
	padding: 24px;
	background: var(--bpi-soft);
}

.author-box img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
}

.author-box h2 {
	margin: 2px 0;
	font-size: 1.3rem;
}

.author-box p:last-child {
	margin: 6px 0 0;
	color: var(--bpi-muted);
	font-size: 0.85rem;
}

.post-navigation {
	max-width: 960px;
	margin: 52px 0 0;
	padding-block: 22px;
	border-block: 1px solid var(--bpi-line);
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	display: block;
	text-decoration: none;
}

.nav-direction {
	display: block;
	margin-bottom: 4px;
	color: var(--bpi-accent);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.nav-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 800;
	line-height: 1.25;
}

.related-stories {
	margin-top: 54px;
}

.related-stories > .section-title {
	margin-bottom: 25px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--bpi-ink);
}

.page-shell {
	max-width: 920px;
}

.standard-page .article-content {
	margin-top: 28px;
}

/* Existing Penci Liveblog compatibility */
.article-content .pcliveblog-wrapper {
	margin: 1.35em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.55;
}

.article-content .pcliveblog-notice-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 12px;
	padding: 9px 12px;
	border: 1px solid #efbcc6;
	border-left: 4px solid var(--bpi-accent);
	background: #fff3f5;
}

.article-content .pcliveblog-wrapper-notice {
	flex: 1 1 250px;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--bpi-ink);
	font-size: 0.78rem;
	line-height: 1.35;
}

.article-content .pcliveblog-wrapper-status {
	color: var(--bpi-accent);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-content .pcliveblog-wrapper-button-action,
.article-content .pclive-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 10px;
	border: 0;
	background: var(--bpi-accent);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.article-content .bpi-live-auto-indicator {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-left: 0;
	color: #176b2c;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
}

.article-content .bpi-live-auto-indicator[hidden] {
	display: none;
}

.article-content .bpi-live-auto-indicator > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #16843a;
	box-shadow: 0 0 0 3px rgba(22, 132, 58, 0.13);
}

@media (max-width: 600px) {
	.article-content .pcliveblog-notice-wrapper {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px 9px;
		padding: 8px 10px;
	}

	.article-content .pcliveblog-wrapper-status {
		grid-column: 1;
		grid-row: 1;
	}

	.article-content .bpi-live-auto-indicator {
		grid-column: 2;
		grid-row: 1;
	}

	.article-content .pcliveblog-wrapper-notice {
		grid-column: 1;
		grid-row: 2;
		font-size: 0.75rem;
	}

	.article-content .pcliveblog-wrapper-button-action,
	.article-content .pclive-btn {
		grid-column: 2;
		grid-row: 2;
		min-height: 28px;
		padding: 5px 9px;
	}
}

.article-content .pcliveblog-wrapper-listing {
	position: relative;
	margin-top: 24px;
	padding-left: 26px;
}

.article-content .pcliveblog-wrapper-listing::before {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 7px;
	width: 2px;
	background: #e4a8b4;
	content: '';
}

.article-content .pcliveblog-listing-item {
	position: relative;
	margin: 0 0 16px !important;
	padding: 16px 16px 20px !important;
	border: 1px solid var(--bpi-line) !important;
	border-radius: var(--bpi-radius);
	background: #fff;
	box-shadow: var(--bpi-shadow);
}

.article-content .pcliveblog-listing-item::before {
	position: absolute;
	top: 23px;
	left: -26px;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--bpi-accent);
	box-shadow: 0 0 0 1px var(--bpi-accent);
	content: '';
}

.article-content .pcliveblog-date {
	margin-bottom: 6px;
	color: var(--bpi-accent);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1.5;
	text-transform: uppercase;
}

.article-content .pcliveblog-title {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1667;
}

.article-content .pcliveblog-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.375;
	overflow-wrap: anywhere;
}

.article-content .pcliveblog-title + .pcliveblog-content {
	margin-top: 14px;
}

.article-content .pcliveblog-content p,
.article-content .pcliveblog-content ul,
.article-content .pcliveblog-content ol,
.article-content .pcliveblog-content blockquote {
	margin: 0 0 14px;
}

.article-content .pcliveblog-content > *:last-child {
	margin-bottom: 0;
}

.article-content .pcliveblog-item-share {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--bpi-line);
}

.article-content .pcliveblog-item-share a {
	padding: 6px 9px;
	background: var(--bpi-soft);
	color: var(--bpi-ink);
	font-size: 0.7rem;
	font-weight: 800;
	text-decoration: none;
}

.article-content .pcliveblog-listing-item:target {
	border-color: var(--bpi-navy) !important;
	box-shadow: 0 0 0 3px rgba(2, 36, 81, 0.12), var(--bpi-shadow);
	scroll-margin-top: 24px;
}

.article-content .pcliveblog-listing-item.is-pinned-live-update {
	border-top: 5px solid var(--bpi-yellow) !important;
	background: linear-gradient(180deg, #fffdeb 0, #fff 90px);
}

.article-content .pcliveblog-listing-item.is-new-live-update {
	animation: bpi-live-arrival 1.1s ease both;
}

.article-content .bpi-live-empty {
	position: relative;
	margin: 0;
	padding: 18px 20px;
	border: 1px dashed var(--bpi-line);
	background: var(--bpi-soft);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88rem;
}

@keyframes bpi-live-arrival {
	0% {
		border-color: var(--bpi-accent);
		box-shadow: 0 0 0 7px rgba(255, 0, 13, 0.12), var(--bpi-shadow);
		transform: translateY(-8px);
	}
	100% {
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.article-content .pcliveblog-listing-item.is-new-live-update {
		animation: none;
	}
}

.bpi-live-pin-marker {
	display: none;
}

.bpi-live-pinned-label {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 5px 8px;
	background: var(--bpi-navy);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
}

.bpi-live-pinned-label::before {
	margin-right: 5px;
	color: var(--bpi-yellow);
	content: '\25CF';
}

.article-content .bpi-social-embed {
	width: min(100%, 550px);
	max-width: 100%;
	margin: 16px 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.article-content .bpi-social-embed iframe,
.article-content .bpi-social-embed blockquote,
.article-content .bpi-social-embed > * {
	max-width: 100% !important;
}

.article-content .bpi-social-embed--facebook {
	position: relative;
	height: min(680px, 115vw);
}

.article-content .bpi-social-embed--facebook iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.article-content .bpi-social-embed-fallback {
	padding: 16px 18px;
	border-left: 4px solid var(--bpi-navy);
	background: var(--bpi-soft);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88rem;
}

.article-content video,
.article-content audio,
.article-content iframe,
.article-content .wp-video,
.article-content .wp-block-video,
.article-content .wp-block-audio,
.article-content .wp-block-file {
	max-width: 100%;
}

.article-content video,
.article-content .wp-block-video video {
	height: auto;
}

.article-content audio,
.article-content .wp-block-audio audio {
	width: 100%;
}

.article-content .wp-block-file {
	padding: 14px 16px;
	border: 1px solid var(--bpi-line);
	background: var(--bpi-soft);
}

.article-content .bpi-live-media {
	margin: 16px 0;
}

.article-content .bpi-live-media img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.article-content .bpi-live-media figcaption {
	padding-top: 6px;
	color: var(--bpi-muted);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	line-height: 1.2858;
}

.article-content .bpi-live-file a {
	display: inline-flex;
	padding: 10px 13px;
	border: 1px solid var(--bpi-line);
	background: var(--bpi-soft);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84rem;
	font-weight: 750;
}

.article-content .bpi-social-embed--oembed iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 0;
}

/* Comments */
.comments-area {
	max-width: var(--bpi-reading);
	margin: 52px auto 0;
	padding-top: 28px;
	border-top: 4px solid var(--bpi-ink);
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-list .children {
	padding-left: 30px;
	list-style: none;
}

.comment-body {
	margin-block: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--bpi-line);
}

.comment-form label {
	display: block;
	margin-bottom: 4px;
	font-weight: 700;
}

.comment-form input:not([type='submit']),
.comment-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #979ca4;
}

.comment-form .submit {
	padding: 11px 18px;
	border: 0;
	background: var(--bpi-accent);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

/* Footer */
.site-footer {
	background: var(--bpi-navy);
	color: #fff;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 54px;
	padding-block: 52px;
}

.footer-grid--with-information {
	grid-template-columns: 1.25fr 1fr 0.8fr 0.8fr;
	gap: 42px;
}

.footer-wordmark {
	color: #fff;
	font-size: 2.2rem;
}

.site-footer p {
	max-width: 420px;
	color: #b9bdc5;
	font-size: 0.84rem;
}

.site-footer h2 {
	margin: 0 0 14px;
	font-size: 0.84rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.footer-menu,
.site-footer .bpi-menu,
.social-links,
.footer-info-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 14px;
	min-width: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-info-links {
	grid-template-columns: 1fr;
}

.site-footer a {
	color: #e9eaed;
	font-size: 0.82rem;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom {
	border-top: 1px solid #3a3d44;
}

.footer-bottom .shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 62px;
}

.footer-bottom p {
	margin: 0;
}

/* Responsive */
@media (max-width: 1020px) {
	.hero-grid {
		grid-template-columns: 1fr;
	}

	.hero-secondary {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bpi-home-layout-newspaper .hero-secondary,
	.bpi-home-layout-showcase .hero-secondary {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bpi-home-layout-newspaper .hero-secondary .story-card--compact {
		display: block;
		padding-block: 0;
		border-bottom: 0;
	}

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

	.latest-layout {
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 28px;
	}
}

@media (max-width: 780px) {
	.shell {
		width: min(calc(100% - 28px), var(--bpi-shell));
	}

	.topbar {
		min-height: 64px;
	}

	.topbar::after {
		display: none;
	}

	.custom-logo,
	.bpi-default-logo {
		max-width: 132px;
		max-height: 44px;
	}

	.wordmark {
		font-size: 2rem;
	}

	.header-date {
		display: none;
	}

	.header-social-mini {
		display: none;
	}

	.bpi-header-layout-centered .topbar {
		justify-content: space-between;
	}

	.bpi-header-layout-centered .header-tools {
		position: static;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.brand-band {
		display: none;
	}

	.primary-navigation {
		display: none;
	}

	.primary-navigation.is-open {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.primary-navigation .nav-scroll {
		overflow: visible;
	}

	.bpi-menu,
	.primary-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		padding-block: 8px;
	}

	.primary-navigation a,
	.primary-navigation li:first-child a {
		padding: 13px 8px;
		border-bottom-width: 2px;
		color: #fff;
	}

	.bpi-mobile-sticky-header .site-header {
		position: sticky;
		top: var(--wp-admin--admin-bar--height, 0px);
		max-height: 100vh;
		overflow-y: auto;
	}

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

	.latest-strip time {
		display: none;
	}

	.live-ribbon-inner {
		grid-template-columns: auto minmax(0, 1fr);
		padding-block: 10px;
	}

	.live-ribbon-cta {
		display: none;
	}

	.homepage-shell {
		padding-top: 22px;
	}

	.hero-grid {
		gap: 24px;
	}

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

	.bpi-home-layout-newspaper .hero-secondary,
	.bpi-home-layout-showcase .hero-secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.latest-layout {
		grid-template-columns: 1fr;
	}

	.latest-sidebar {
		margin-top: 12px;
	}

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

	.article-layout {
		display: block;
		max-width: var(--bpi-reading);
		margin-inline: 0;
	}

	.bpi-article-alignment-centered .article-layout {
		margin-inline: auto;
	}

	.article-share {
		position: static;
		flex-direction: row;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.article-share > span {
		writing-mode: initial;
	}


	.bpi-mobile-headline-size-compact .article-header h1 { font-size: 1.9rem; }
	.bpi-mobile-headline-size-standard .article-header h1 { font-size: 2.1rem; }
	.bpi-mobile-headline-size-large .article-header h1 { font-size: 2.3rem; }

	.article-content .alignwide,
	.article-content .alignfull {
		width: calc(100vw - 28px);
	}

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

	.footer-grid > div:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 540px) {
	.bpi-mobile-search-off .icon-button {
		display: none;
	}

	.icon-button {
		width: 38px;
		height: 38px;
	}

	.menu-toggle {
		min-height: 38px;
		padding: 7px 10px;
	}

	.hero-secondary,
	.story-grid,
	.archive-grid {
		grid-template-columns: 1fr;
	}

	.bpi-home-layout-newspaper .hero-secondary,
	.bpi-home-layout-showcase .hero-secondary {
		grid-template-columns: 1fr;
	}

	.hero-secondary .story-card--compact {
		display: grid;
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 13px;
		padding-bottom: 16px;
		border-bottom: 1px solid var(--bpi-line);
	}

	.hero-secondary .story-card--compact .story-card-copy {
		padding-top: 0;
	}

	.story-card--horizontal {
		grid-template-columns: 118px minmax(0, 1fr);
		gap: 13px;
	}

	.story-card--horizontal .story-card-excerpt,
	.story-card--horizontal .story-meta time {
		display: none;
	}

	.story-card--horizontal .story-card-title {
		font-size: 1.02rem;
	}

	.story-card--hero .story-card-title {
		font-size: 1.5rem;
		line-height: 1.1;
	}

	.bpi-mobile-headline-size-standard .story-card--hero .story-card-title { font-size: 1.68rem; }
	.bpi-mobile-headline-size-large .story-card--hero .story-card-title { font-size: 1.85rem; }

	.bpi-mobile-headline-size-compact .article-header h1 { font-size: 1.72rem; }
	.bpi-mobile-headline-size-standard .article-header h1 { font-size: 1.88rem; }
	.bpi-mobile-headline-size-large .article-header h1 { font-size: 2.05rem; }

	.bpi-mobile-hide-excerpts .story-card-excerpt {
		display: none;
	}

	.bpi-mobile-density-compact .category-section .story-card--standard {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 12px;
		padding-bottom: 14px;
		border-bottom: 1px solid var(--bpi-line);
	}

	.bpi-mobile-density-compact .category-section .story-card--standard .story-card-image {
		aspect-ratio: 4 / 3;
	}

	.bpi-mobile-density-compact .category-section .story-card--standard .story-card-copy {
		padding-top: 0;
	}

	.bpi-mobile-density-compact .category-section .story-card--standard .story-card-title {
		font-size: 1rem;
		line-height: 1.16;
	}

	.bpi-mobile-density-compact .category-section .story-meta time {
		display: none;
	}

	.bpi-mobile-density-roomy .story-grid {
		gap: 32px;
	}

	.bpi-mobile-density-roomy .category-section .story-card-title {
		font-size: 1.28rem;
		line-height: 1.18;
	}

	.bpi-mobile-density-roomy .category-section .story-card-copy {
		padding-top: 14px;
	}

	.bpi-mobile-section-limit-2 .category-section .story-card:nth-child(n+3),
	.bpi-mobile-section-limit-3 .category-section .story-card:nth-child(n+4),
	.bpi-mobile-section-limit-4 .category-section .story-card:nth-child(n+5) {
		display: none;
	}

	.news-section {
		padding-top: 38px;
	}

	.newsletter-panel {
		align-items: flex-start;
		flex-direction: column;
		padding: 27px 23px;
	}

	.newsletter-links {
		justify-content: flex-start;
	}

	.listing-shell,
	.page-shell,
	.article-shell {
		padding-top: 26px;
	}

	.article-content {
		font-size: min(var(--bpi-article-size, 19px), 17px);
		line-height: 1.68;
	}

	.article-standfirst {
		font-size: 1.02rem;
		line-height: 1.42;
	}

	.bpi-breadcrumbs {
		margin-bottom: 17px;
	}

	.bpi-breadcrumbs [aria-current='page'] {
		display: none;
	}

	.article-content .pcliveblog-wrapper-listing {
		padding-left: 18px;
	}

	.article-content .pcliveblog-listing-item {
		padding: 18px 16px !important;
	}

	.article-content .pcliveblog-listing-item::before {
		left: -18px;
	}

	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.post-navigation .nav-next {
		text-align: left;
	}

	.author-box {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 18px;
	}

	.author-box img {
		width: 54px;
		height: 54px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.footer-grid > div:first-child {
		grid-column: auto;
	}

	.footer-bottom .shell {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 16px;
	}
}

/* --------------------------------------------------------------------------
   Version 4: BPI professional newsroom art direction
   -------------------------------------------------------------------------- */

:root {
	--bpi-font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--bpi-font-serif: "Iowan Old Style", Charter, "Palatino Linotype", Georgia, serif;
	--bpi-shell: 1280px;
	--bpi-ink: #121923;
	--bpi-muted: #626d79;
	--bpi-line: #d7dde5;
	--bpi-soft: #f3f6f9;
	--bpi-shadow: 0 12px 32px rgba(2, 36, 81, 0.1);
}

body {
	font-family: var(--bpi-font-sans);
	line-height: 1.5;
}

.bpi-site-width-standard { --bpi-shell: 1160px; }
.bpi-site-width-newsroom { --bpi-shell: 1280px; }
.bpi-site-width-wide { --bpi-shell: 1380px; }

.site-header {
	box-shadow: 0 1px 0 rgba(2, 36, 81, 0.14);
}

.site-header::before {
	display: none;
}

.topbar {
	min-height: 72px;
	gap: 22px;
	overflow: visible;
}

.topbar::after {
	top: 8px;
	width: min(28vw, 330px);
	height: 56px;
	background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(2, 36, 81, 0.035) 18px 20px);
}

.custom-logo,
.bpi-default-logo {
	max-width: 196px;
	max-height: 60px;
}

.bpi-header-density-comfortable .topbar {
	min-height: 88px;
}

.bpi-header-density-comfortable .custom-logo,
.bpi-header-density-comfortable .bpi-default-logo {
	max-width: 225px;
	max-height: 70px;
}

.header-tools {
	gap: 8px;
}

.header-date {
	color: #596575;
	font-size: 0.78rem;
	font-weight: 650;
}

.header-social-mini a {
	font-size: 0.66rem;
	letter-spacing: 0.04em;
}

.icon-button,
.menu-toggle {
	border-color: #cbd3dd;
	border-radius: 3px;
}

.icon-button {
	width: 38px;
	height: 38px;
}

.brand-band {
	border-block: 1px solid var(--bpi-line);
	background: #f3f6f9;
}

.brand-band-inner {
	min-height: 31px;
	padding-block: 5px;
}

.brand-title {
	position: relative;
	padding-left: 12px;
	padding-right: 15px;
	border-right: 1px solid #c5cfda;
	font-size: 0.65rem;
	letter-spacing: 0.1em;
}

.brand-title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 17px;
	background: var(--bpi-yellow);
	content: '';
	transform: translateY(-50%);
}

.brand-tagline {
	font-size: 0.73rem;
	font-weight: 700;
}

.brand-regions {
	font-size: 0.59rem;
	letter-spacing: 0.12em;
}

.topbar .site-branding,
.topbar .header-tools {
	flex: 0 0 auto;
}

.topbar .primary-navigation {
	display: block;
	min-width: 0;
	flex: 1 1 auto;
	align-self: stretch;
	border: 0;
	background: transparent;
	color: var(--bpi-navy);
}

.topbar .nav-scroll {
	height: 100%;
	overflow: hidden;
}

.topbar .bpi-menu,
.topbar .primary-navigation ul {
	justify-content: center;
	width: 100%;
	min-width: 0;
	height: 100%;
}

.topbar .primary-navigation a,
.topbar .primary-navigation li:first-child a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 8px 11px 5px;
	border-bottom: 4px solid transparent;
	color: var(--bpi-navy);
	font-size: 0.76rem;
	font-weight: 780;
	letter-spacing: 0.01em;
}

.topbar .primary-navigation a:hover,
.topbar .primary-navigation .current-menu-item > a,
.topbar .primary-navigation .current-category-ancestor > a {
	border-bottom-color: var(--bpi-accent);
	color: var(--bpi-accent);
}

.bpi-header-layout-centered .topbar {
	justify-content: space-between;
}

.bpi-header-layout-centered .header-tools {
	position: static;
}

.latest-strip-inner {
	min-height: 39px;
	font-size: 0.79rem;
}

.latest-label {
	font-size: 0.64rem;
	letter-spacing: 0.11em;
}

.bpi-nav-style-light .primary-navigation {
	color: #66717f;
}

.bpi-nav-style-light .primary-navigation a {
	color: #66717f;
}

.bpi-nav-style-light .primary-navigation a:hover,
.bpi-nav-style-light .primary-navigation .current-menu-item > a,
.bpi-nav-style-light .primary-navigation .current-category-ancestor > a {
	border-bottom-color: var(--bpi-accent);
	color: var(--bpi-accent);
}

.homepage-shell {
	padding-block: 30px 76px;
}

.hero-grid {
	grid-template-columns: minmax(0, 1.52fr) minmax(340px, 0.82fr);
	gap: 32px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--bpi-line);
}

.hero-lead {
	padding-right: 31px;
	border-right: 1px solid var(--bpi-line);
}

.hero-secondary {
	gap: 24px 18px;
}

.story-card-image {
	background: #e9edf2;
	box-shadow: inset 0 0 0 1px rgba(18, 25, 35, 0.04);
}

.story-card-copy {
	padding-top: 11px;
}

.story-meta {
	gap: 6px 10px;
	margin-bottom: 6px;
	font-size: 0.66rem;
	letter-spacing: 0.01em;
}

.story-kicker,
.article-kicker,
.eyebrow {
	font-weight: 850;
	letter-spacing: 0.075em;
}

.story-card-title,
.headline-list a,
.article-header h1,
.nav-title {
	font-family: var(--bpi-font-serif);
}

.bpi-sans-headlines .story-card-title,
.bpi-sans-headlines .headline-list a,
.bpi-sans-headlines .article-header h1,
.bpi-sans-headlines .nav-title {
	font-family: var(--bpi-font-sans);
}

.story-card-title {
	font-size: 1.08rem;
	font-weight: 760;
	letter-spacing: -0.027em;
	line-height: 1.17;
}

.story-card-title a:hover {
	text-decoration: underline;
	text-decoration-color: var(--bpi-accent);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.12em;
}

.story-card-excerpt {
	margin-top: 8px;
	color: #4f5a67;
	font-size: 0.86rem;
	line-height: 1.48;
}

.story-card--hero .story-card-copy {
	padding-top: 15px;
}

.story-card--hero .story-card-title {
	max-width: 23ch;
	font-size: clamp(1.65rem, 2.15vw, 2rem);
	font-weight: 780;
	letter-spacing: -0.04em;
	line-height: 1.07;
}

.story-card--hero .story-card-excerpt {
	max-width: 70ch;
	font-size: 0.95rem;
}

.story-card--compact .story-card-title {
	font-size: 0.98rem;
	line-height: 1.16;
}

.story-card--horizontal {
	grid-template-columns: minmax(205px, 0.72fr) minmax(0, 1.45fr);
	gap: 22px;
	padding-block: 18px;
}

.story-card--horizontal .story-card-title {
	font-size: clamp(1.08rem, 1.45vw, 1.25rem);
}

.bpi-card-style-divided .story-grid > .story-card,
.bpi-card-style-divided .archive-grid > .story-card {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--bpi-line);
}

.bpi-card-style-divided .hero-secondary > .story-card {
	padding-bottom: 17px;
	border-bottom: 1px solid var(--bpi-line);
}

.bpi-card-style-elevated .story-grid > .story-card,
.bpi-card-style-elevated .archive-grid > .story-card,
.bpi-card-style-elevated .hero-secondary > .story-card {
	padding: 11px 11px 16px;
	border: 1px solid #e1e6ed;
	background: #fff;
	box-shadow: var(--bpi-shadow);
}

.bpi-image-corners-soft .story-card-image,
.bpi-image-corners-soft .article-hero,
.bpi-image-corners-soft .image-placeholder {
	border-radius: 4px;
}

.bpi-image-corners-rounded .story-card-image,
.bpi-image-corners-rounded .article-hero,
.bpi-image-corners-rounded .image-placeholder {
	border-radius: 10px;
}

.news-section {
	padding-top: 52px;
}

.bpi-section-spacing-compact .news-section { padding-top: 38px; }
.bpi-section-spacing-roomy .news-section { padding-top: 72px; }

.section-heading-row {
	align-items: center;
	margin-bottom: 24px;
	padding: 11px 0 10px;
	border-top: 5px solid var(--bpi-navy);
	border-bottom: 1px solid var(--bpi-line);
}

.section-title {
	font-size: clamp(1.35rem, 2vw, 1.72rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.section-title::after {
	display: none;
}

.section-link {
	color: var(--bpi-navy);
	font-size: 0.72rem;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.story-grid {
	gap: 30px 22px;
}

.latest-layout {
	grid-template-columns: minmax(0, 2fr) minmax(270px, 0.68fr);
	gap: 48px;
}

.latest-sidebar {
	padding: 0 22px 12px;
	border: 1px solid var(--bpi-line);
	border-top: 5px solid var(--bpi-navy);
	background: #f6f8fa;
}

.latest-sidebar h2 {
	margin: 0 -22px 5px;
	padding: 13px 22px;
	border-bottom: 1px solid var(--bpi-line);
	font-size: 1rem;
	letter-spacing: -0.02em;
}

.headline-list li {
	padding-block: 14px;
}

.headline-list li::before {
	font-size: 0.9rem;
	font-weight: 850;
}

.headline-list a {
	font-size: 0.92rem;
	font-weight: 760;
}

.newsletter-panel {
	margin-top: 68px;
	padding: 32px 36px;
	border-top: 7px solid var(--bpi-yellow);
	background: linear-gradient(120deg, #021a3b, var(--bpi-navy));
}

.newsletter-panel .eyebrow {
	color: var(--bpi-yellow);
}

.listing-shell,
.page-shell,
.article-shell {
	padding-block: 34px 84px;
}

.archive-header {
	margin-bottom: 28px;
	padding: 16px 0 14px;
	border-top: 6px solid var(--bpi-navy);
	border-bottom: 1px solid var(--bpi-line);
}

.archive-header h1,
.page-header h1 {
	font-size: clamp(1.75rem, 2.55vw, 2.2rem);
	font-weight: 820;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.archive-grid {
	gap: 36px 26px;
}

.bpi-breadcrumbs {
	margin-bottom: 17px;
	font-size: 0.68rem;
}

.article-header {
	max-width: 930px;
	margin-bottom: 22px;
}

.article-kicker {
	display: inline-flex;
	padding-left: 10px;
	border-left: 4px solid var(--bpi-accent);
	font-size: 0.71rem;
}

.article-header h1 {
	max-width: 22ch;
	margin: 10px 0 14px;
	font-size: clamp(1.9rem, 2.6vw, 2.45rem);
	font-weight: 800;
	letter-spacing: -0.047em;
	line-height: 1.035;
}

.article-standfirst {
	max-width: 760px;
	font-size: clamp(1.06rem, 1.55vw, 1.2rem);
	line-height: 1.48;
}

.article-byline {
	max-width: 930px;
	padding-block: 11px;
	border-block: 1px solid var(--bpi-line);
	font-size: 0.75rem;
}

.article-hero {
	margin-bottom: 24px;
}

.article-layout {
	gap: 14px;
}

.article-share a {
	width: 35px;
	height: 35px;
	border-radius: 3px;
}

.article-content {
	font-family: var(--bpi-font-serif);
	font-size: var(--bpi-article-size, 18px);
	line-height: 1.72;
}

.bpi-article-body-font-sans .article-content,
.bpi-article-body-font-sans .article-content .pcliveblog-content {
	font-family: var(--bpi-font-sans);
	line-height: 1.68;
}

.article-content h2,
.article-content h3,
.article-content h4 {
	font-family: var(--bpi-font-sans);
}

.article-content blockquote {
	padding: 16px 22px;
	border-left: 5px solid var(--bpi-accent);
	background: var(--bpi-soft);
}

.author-box {
	border-top: 4px solid var(--bpi-navy);
}

.related-stories > .section-title {
	padding: 13px 0 11px;
	border-top: 5px solid var(--bpi-navy);
	border-bottom: 1px solid var(--bpi-line);
}

.site-footer {
	border-top: 7px solid var(--bpi-yellow);
	background: #011a39;
}

.footer-grid {
	padding-block: 46px;
}

.footer-wordmark {
	font-family: var(--bpi-font-sans);
	font-size: 1.8rem;
	font-weight: 850;
	letter-spacing: -0.04em;
}

/* Presets deliberately remain restrained so every choice is suitable for news. */
.bpi-design-preset-classic {
	--bpi-paper: #fffdf8;
	--bpi-soft: #f6f1e7;
	--bpi-line: #ddd5c7;
}

.bpi-design-preset-classic .story-card-title,
.bpi-design-preset-classic .headline-list a,
.bpi-design-preset-classic .article-header h1,
.bpi-design-preset-classic .nav-title {
	font-family: var(--bpi-font-serif);
}

.bpi-design-preset-minimal .brand-band {
	display: none;
}

.bpi-design-preset-minimal .site-header::before {
	height: 3px;
	background: var(--bpi-navy);
}

.bpi-design-preset-minimal .section-heading-row,
.bpi-design-preset-minimal .archive-header,
.bpi-design-preset-minimal .related-stories > .section-title {
	border-top-width: 2px;
}

.bpi-design-preset-bold .brand-band {
	background: var(--bpi-accent);
	color: #fff;
}

.bpi-design-preset-bold .brand-title,
.bpi-design-preset-bold .brand-tagline,
.bpi-design-preset-bold .brand-regions {
	color: #fff;
}

.bpi-design-preset-bold .brand-title {
	border-right-color: rgba(255, 255, 255, 0.4);
}

.bpi-design-preset-bold .brand-title::before {
	background: var(--bpi-yellow);
}

.bpi-design-preset-bold .section-heading-row,
.bpi-design-preset-bold .archive-header,
.bpi-design-preset-bold .related-stories > .section-title {
	border-top-color: var(--bpi-accent);
}

@media (max-width: 1120px) {
	.topbar {
		flex-wrap: wrap;
	}

	.topbar .primary-navigation {
		display: none;
		order: 5;
		min-width: 100%;
		flex-basis: 100%;
		align-self: auto;
		margin-top: -4px;
		border-bottom: 3px solid var(--bpi-yellow);
		background: var(--bpi-navy);
	}

	.topbar .primary-navigation.is-open {
		display: block;
	}

	.topbar .nav-scroll {
		height: auto;
		overflow: visible;
	}

	.topbar .bpi-menu,
	.topbar .primary-navigation ul {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		height: auto;
		padding: 7px;
	}

	.topbar .primary-navigation a,
	.topbar .primary-navigation li:first-child a {
		display: block;
		height: auto;
		padding: 10px 9px;
		color: #fff;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.header-date {
		display: none;
	}

	.bpi-nav-style-light .topbar .primary-navigation {
		border: 1px solid var(--bpi-line);
		border-bottom: 3px solid var(--bpi-accent);
		background: #fff;
	}

	.bpi-nav-style-light .topbar .primary-navigation a,
	.bpi-nav-style-light .topbar .primary-navigation li:first-child a {
		color: var(--bpi-navy);
	}
}

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

	.hero-lead {
		padding-right: 0;
		border-right: 0;
	}

	.hero-grid {
		gap: 28px;
	}

	.latest-layout {
		gap: 30px;
	}
}

@media (max-width: 780px) {
	.topbar,
	.bpi-header-density-comfortable .topbar {
		min-height: 60px;
	}

	.custom-logo,
	.bpi-default-logo,
	.bpi-header-density-comfortable .custom-logo,
	.bpi-header-density-comfortable .bpi-default-logo {
		max-width: 128px;
		max-height: 42px;
	}

	.bpi-nav-style-light .primary-navigation.is-open {
		border-top: 1px solid var(--bpi-line);
		background: #fff;
	}

	.bpi-nav-style-light .primary-navigation a,
	.bpi-nav-style-light .primary-navigation li:first-child a {
		color: var(--bpi-navy);
	}

	.homepage-shell {
		padding-top: 20px;
	}

	.latest-layout {
		grid-template-columns: 1fr;
	}

	.story-card--hero .story-card-title {
		max-width: none;
	}

	.section-heading-row {
		margin-bottom: 20px;
	}

	.article-header h1 {
		max-width: none;
	}
}

@media (max-width: 540px) {
	.hero-grid {
		padding-bottom: 28px;
	}

	.hero-secondary .story-card--compact {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.story-card--hero .story-card-title {
		font-size: 1.4rem;
		letter-spacing: -0.035em;
		line-height: 1.08;
	}

	.story-card--compact .story-card-title,
	.bpi-mobile-density-compact .category-section .story-card--standard .story-card-title {
		font-size: 0.96rem;
		line-height: 1.15;
	}

	.story-card--horizontal {
		grid-template-columns: 108px minmax(0, 1fr);
	}

	.news-section,
	.bpi-section-spacing-roomy .news-section,
	.bpi-section-spacing-standard .news-section {
		padding-top: 40px;
	}

	.bpi-section-spacing-compact .news-section {
		padding-top: 32px;
	}

	.section-heading-row {
		padding-block: 9px;
		border-top-width: 4px;
	}

	.section-title {
		font-size: 1.35rem;
	}

	.archive-header {
		padding-top: 13px;
	}

	.archive-header h1,
	.page-header h1 {
		font-size: 1.75rem;
	}

	.article-header h1,
	.bpi-mobile-headline-size-compact .article-header h1 {
		font-size: 1.55rem;
		line-height: 1.06;
	}

	.bpi-mobile-headline-size-standard .article-header h1 { font-size: 1.75rem; }
	.bpi-mobile-headline-size-large .article-header h1 { font-size: 1.9rem; }

	.article-byline {
		gap: 6px 13px;
	}

	.article-content {
		font-size: min(var(--bpi-article-size, 18px), 17px);
	}

	.newsletter-panel {
		padding: 25px 21px;
	}
}

/* Version 4.1: article rail, narrow-phone masthead, stacked stories and footer pages. */
.article-body-grid {
	display: block;
	max-width: var(--bpi-reading);
}

.article-body-grid--with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, var(--bpi-reading)) minmax(280px, 320px);
	align-items: start;
	gap: 52px;
	max-width: 1092px;
}

.article-reading-column {
	min-width: 0;
}

.article-sidebar {
	min-width: 0;
	border-top: 5px solid var(--bpi-navy);
}

.article-sidebar-section {
	margin: 0;
	padding-bottom: 26px;
}

.article-sidebar-section + .article-sidebar-section {
	padding-top: 24px;
	border-top: 1px solid var(--bpi-line);
}

.article-sidebar-section h2 {
	margin: 0 0 15px;
	padding: 12px 0 10px;
	border-bottom: 1px solid var(--bpi-line);
	font-size: 1rem;
	font-weight: 850;
	letter-spacing: -0.025em;
}

.article-rail-cards {
	display: grid;
	gap: 15px;
}

.article-rail-card {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 13px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--bpi-line);
}

.article-rail-image {
	display: block;
	overflow: hidden;
	min-height: 68px;
	background: #edf0f4;
	text-decoration: none;
}

.article-rail-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.article-rail-image .image-placeholder {
	min-height: 68px;
}

.article-rail-image .image-placeholder span {
	font-size: 0.62rem;
}

.article-rail-card h3 {
	margin: 3px 0 0;
	font-size: 0.94rem;
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 1.16;
}

.article-rail-card h3 a {
	text-decoration: none;
}

.article-rail-card h3 a:hover {
	color: var(--bpi-accent);
}

.article-rail-meta {
	margin: 0;
	color: var(--bpi-muted);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.article-sidebar-top ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: bpi-top-news;
}

.article-sidebar-top li {
	position: relative;
	min-height: 44px;
	padding: 0 0 14px 42px;
	border-bottom: 1px solid var(--bpi-line);
	counter-increment: bpi-top-news;
}

.article-sidebar-top li + li {
	padding-top: 14px;
}

.article-sidebar-top li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--bpi-accent);
	font-size: 1rem;
	font-weight: 850;
	content: counter(bpi-top-news, decimal-leading-zero);
}

.article-sidebar-top li + li::before {
	top: 14px;
}

.article-sidebar-top a {
	font-size: 0.88rem;
	font-weight: 760;
	line-height: 1.25;
	text-decoration: none;
}

.bpi-article-alignment-centered .article-body-grid {
	margin-inline: auto;
}

@media (max-width: 1120px) {
	.article-body-grid--with-sidebar {
		display: block;
		max-width: var(--bpi-reading);
	}

	.article-sidebar {
		display: none;
	}
}

@media (max-width: 780px) {
	.topbar {
		justify-content: space-between;
		gap: 6px;
	}

	.topbar .site-branding {
		min-width: 0;
		flex: 0 1 auto;
	}

	.topbar .header-tools {
		flex: 0 0 auto;
		gap: 6px;
		margin-left: auto;
		white-space: nowrap;
	}

	.topbar .bpi-menu,
	.topbar .primary-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-grid--with-information {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 26px;
	}
}

@media (max-width: 540px) {
	.bpi-mobile-card-layout-stacked .hero-secondary .story-card--compact,
	.bpi-mobile-card-layout-stacked .story-card--horizontal,
	.bpi-mobile-card-layout-stacked.bpi-mobile-density-compact .category-section .story-card--standard {
		display: block;
		grid-template-columns: none;
		gap: 0;
	}

	.bpi-mobile-card-layout-stacked .hero-secondary .story-card--compact .story-card-image,
	.bpi-mobile-card-layout-stacked .story-card--horizontal .story-card-image,
	.bpi-mobile-card-layout-stacked.bpi-mobile-density-compact .category-section .story-card--standard .story-card-image {
		width: 100%;
	}

	.bpi-mobile-card-layout-stacked.bpi-card-image-ratio-natural .story-card--horizontal .story-card-image {
		aspect-ratio: auto;
		background: transparent;
	}

	.bpi-mobile-card-layout-stacked.bpi-card-image-ratio-natural .story-card--horizontal .story-card-image img {
		height: auto;
		object-fit: contain;
	}

	.bpi-mobile-card-layout-stacked .hero-secondary .story-card--compact .story-card-copy,
	.bpi-mobile-card-layout-stacked .story-card--horizontal .story-card-copy,
	.bpi-mobile-card-layout-stacked.bpi-mobile-density-compact .category-section .story-card--standard .story-card-copy {
		padding-top: 10px;
	}

	.bpi-mobile-card-layout-stacked .hero-secondary .story-card--compact,
	.bpi-mobile-card-layout-stacked .story-card--horizontal,
	.bpi-mobile-card-layout-stacked.bpi-mobile-density-compact .category-section .story-card--standard {
		padding-bottom: 20px;
		border-bottom: 1px solid var(--bpi-line);
	}

	.footer-grid--with-information {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.shell {
		width: min(calc(100% - 20px), var(--bpi-shell));
	}

	.custom-logo,
	.bpi-default-logo,
	.bpi-header-density-comfortable .custom-logo,
	.bpi-header-density-comfortable .bpi-default-logo {
		max-width: 104px;
		max-height: 38px;
	}

	.icon-button {
		width: 34px;
		height: 34px;
	}

	.menu-toggle {
		min-height: 34px;
		padding: 5px 8px;
		font-size: 0.72rem;
	}

	.menu-bars,
	.menu-bars::before,
	.menu-bars::after {
		width: 16px;
	}
}

/* Immersive editorials ---------------------------------------------------- */
.bpi-immersive-main {
	overflow: clip;
	background: #fff;
}

.bpi-immersive-stage {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
		linear-gradient(130deg, var(--bpi-navy) 0 72%, #031d40 72% 100%);
	color: #fff;
}

.bpi-immersive-stage::before,
.bpi-immersive-stage::after {
	position: absolute;
	content: '';
}

.bpi-immersive-stage::before {
	top: 0;
	right: clamp(-120px, -5vw, -34px);
	width: clamp(210px, 22vw, 360px);
	height: 100%;
	background: var(--bpi-yellow);
	clip-path: polygon(44% 0, 100% 0, 100% 100%, 0 100%);
	opacity: 0.98;
}

.bpi-immersive-stage::after {
	right: clamp(22px, 6vw, 100px);
	bottom: 28px;
	width: clamp(90px, 10vw, 160px);
	height: 5px;
	background: var(--bpi-accent);
}

.bpi-immersive-stage-accent {
	position: absolute;
	top: 0;
	left: 0;
	width: clamp(8px, 1vw, 15px);
	height: 100%;
	background: var(--bpi-yellow);
}

.bpi-immersive-stage-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 940px) 120px;
	justify-content: space-between;
	align-items: center;
	gap: clamp(26px, 4vw, 52px);
	min-height: clamp(340px, 34vw, 455px);
	padding-block: clamp(42px, 4vw, 60px) clamp(58px, 5vw, 76px);
}

.bpi-immersive-stage-copy {
	max-width: 900px;
}

.bpi-immersive-kickers {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 17px;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bpi-immersive-kickers a {
	color: #fff;
	text-decoration: none;
}

.bpi-immersive-label {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 5px 9px;
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
}

.bpi-immersive-stage h1 {
	max-width: 960px;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(2.65rem, 4.6vw, 4.75rem);
	font-weight: 900;
	letter-spacing: -0.065em;
	line-height: 0.98;
	text-wrap: balance;
}

.bpi-immersive-article--news .bpi-immersive-stage-inner {
	min-height: clamp(320px, 32vw, 430px);
}

.bpi-immersive-article--news .bpi-immersive-stage h1 {
	max-width: 940px;
	font-size: clamp(2.5rem, 4.25vw, 4.35rem);
	line-height: 1;
}

.bpi-immersive-article--liveblog .bpi-immersive-stage {
	border-bottom: 8px solid var(--bpi-accent);
}

.bpi-immersive-standfirst {
	max-width: 800px;
	margin: 20px 0 0;
	color: #e9f0f8;
	font-size: clamp(1.08rem, 1.55vw, 1.32rem);
	line-height: 1.46;
}

.bpi-immersive-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 20px;
	align-items: center;
	margin-top: 24px;
	color: #c8d5e4;
	font-size: 0.84rem;
	font-weight: 650;
}

.bpi-immersive-byline a {
	color: #fff;
	font-weight: 800;
}

.bpi-immersive-stage-mark {
	display: grid;
	align-self: center;
	justify-items: center;
	width: 116px;
	border: 2px solid var(--bpi-navy);
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
	box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.22);
}

.bpi-immersive-stage-mark span,
.bpi-immersive-stage-mark small {
	display: block;
	width: 100%;
	padding: 7px;
	text-align: center;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.bpi-immersive-stage-mark span {
	background: var(--bpi-navy);
	color: var(--bpi-yellow);
	font-size: 1.32rem;
}

.bpi-immersive-stage-mark small {
	font-size: 0.62rem;
}

.bpi-immersive-hero {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: min(calc(100% - 48px), 1480px);
	margin: -28px auto 0;
	border-top: 6px solid var(--bpi-yellow);
	background: #07182e;
	box-shadow: 0 18px 40px rgba(3, 29, 64, 0.12);
}

.bpi-immersive-hero img {
	width: 100%;
	max-height: 82vh;
	object-fit: contain;
	object-position: center;
}

.bpi-immersive-hero figcaption,
.bpi-immersive-content figcaption {
	padding: 10px max(20px, calc((100% - 1160px) / 2));
	background: #eef2f6;
	color: #556172;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	line-height: 1.45;
}

.bpi-immersive-reading {
	display: grid;
	grid-template-columns: 62px minmax(0, 760px) minmax(190px, 238px);
	justify-content: center;
	align-items: start;
	gap: 36px;
	padding-block: clamp(48px, 6vw, 82px);
}

.bpi-immersive-reading-column {
	grid-column: 2;
	min-width: 0;
}

.bpi-immersive-reading-column > .bpi-ad-slot {
	width: 100%;
}

.bpi-immersive-share {
	position: sticky;
	top: 104px;
	display: grid;
	grid-column: 1;
	justify-items: center;
	gap: 9px;
}

.bpi-immersive-share span {
	margin-bottom: 4px;
	color: #687487;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.bpi-immersive-share a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #c9d2dd;
	border-radius: 50%;
	background: #fff;
	color: var(--bpi-navy);
	font-size: 0.78rem;
	font-weight: 850;
	text-decoration: none;
}

.bpi-immersive-share a:hover {
	border-color: var(--bpi-accent);
	background: var(--bpi-accent);
	color: #fff;
}

.bpi-immersive-contents {
	position: sticky;
	top: 104px;
	grid-column: 3;
	padding: 18px 0 18px 18px;
	border-left: 3px solid var(--bpi-yellow);
}

.bpi-immersive-contents[hidden] {
	display: none;
}

.bpi-immersive-contents > strong {
	color: var(--bpi-navy);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bpi-immersive-contents ol {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.bpi-immersive-contents li {
	line-height: 1.25;
}

.bpi-immersive-contents li.is-subsection {
	padding-left: 12px;
}

.bpi-immersive-contents a {
	color: #627083;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.bpi-immersive-contents a:hover,
.bpi-immersive-contents a[aria-current="true"] {
	color: var(--bpi-accent);
}

.bpi-immersive-content {
	color: #171c24;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.13rem, 1.5vw, 1.28rem);
	line-height: 1.78;
}

.bpi-immersive-content > *:first-child {
	margin-top: 0;
}

.bpi-immersive-content p,
.bpi-immersive-content ul,
.bpi-immersive-content ol {
	margin-block: 0 1.55em;
}

.bpi-immersive-content.has-drop-cap > p:first-of-type::first-letter {
	float: left;
	margin: 0.08em 0.12em 0 0;
	color: var(--bpi-navy);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4.3em;
	font-weight: 950;
	line-height: 0.78;
}

.bpi-immersive-content h2,
.bpi-immersive-content h3,
.bpi-immersive-content h4 {
	scroll-margin-top: 110px;
	color: var(--bpi-navy);
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.045em;
	line-height: 1.05;
	text-wrap: balance;
}

.bpi-immersive-content h2 {
	position: relative;
	margin: 2.45em 0 0.75em;
	padding-top: 28px;
	font-size: clamp(2rem, 4.2vw, 3.35rem);
}

.bpi-immersive-content h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 7px;
	background: linear-gradient(90deg, var(--bpi-accent) 0 32%, var(--bpi-yellow) 32% 100%);
	content: '';
}

.bpi-immersive-content h3 {
	margin: 2em 0 0.7em;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.bpi-immersive-content blockquote,
.bpi-immersive-content .wp-block-quote {
	position: relative;
	width: min(940px, calc(100vw - 40px));
	margin: clamp(42px, 7vw, 76px) 0 clamp(42px, 7vw, 76px) 50%;
	padding: clamp(30px, 5vw, 58px);
	transform: translateX(-50%);
	border: 0;
	background: var(--bpi-navy);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1.55rem, 3.2vw, 2.55rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.16;
}

.bpi-immersive-content blockquote::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: var(--bpi-yellow);
	content: '';
}

.bpi-immersive-content blockquote p:last-child {
	margin-bottom: 0;
}

.bpi-immersive-content figure,
.bpi-immersive-content .wp-block-image,
.bpi-immersive-content .wp-block-video,
.bpi-immersive-content .wp-block-embed {
	margin-block: clamp(38px, 6vw, 70px);
}

.bpi-immersive-content img,
.bpi-immersive-content video,
.bpi-immersive-content iframe,
.bpi-immersive-content .wp-video {
	max-width: 100%;
	height: auto;
}

.bpi-immersive-content iframe {
	width: 100%;
	min-height: 420px;
}

.bpi-immersive-content .alignwide,
.bpi-immersive-content .alignfull {
	position: relative;
	left: 50%;
	width: min(1160px, calc(100vw - 40px));
	max-width: none;
	margin-left: 0;
	transform: translateX(-50%);
}

.bpi-immersive-content .alignfull {
	width: min(1500px, 100vw);
}

.bpi-immersive-content .bpi-inline-related h2::before {
	display: none;
}

.bpi-immersive-reveal {
	transform: translateY(22px);
	transition: transform 0.65s ease;
}

.bpi-immersive-reveal.is-visible {
	transform: none;
}

.bpi-immersive-footer,
.bpi-immersive-more,
.bpi-immersive-comments {
	width: min(calc(100% - 40px), 1160px);
}

.bpi-immersive-footer {
	padding-bottom: clamp(60px, 8vw, 100px);
}

.bpi-immersive-footer .tag-list,
.bpi-immersive-footer .author-box {
	max-width: 760px;
	margin-inline: auto;
}

.bpi-immersive-footer .author-box {
	margin-top: 32px;
}

.bpi-immersive-more {
	padding-block: 42px 76px;
	border-top: 7px solid var(--bpi-navy);
}

.bpi-immersive-more-label {
	margin: 0 0 5px;
	color: var(--bpi-accent);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bpi-immersive-more > h2 {
	margin: 0 0 26px;
	color: var(--bpi-navy);
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: -0.05em;
}

.bpi-immersive-comments {
	padding-bottom: 80px;
}

.bpi-immersive-article--no-hero .bpi-immersive-stage {
	border-bottom: 12px solid var(--bpi-yellow);
}

@media (max-width: 1080px) {
	.bpi-immersive-reading {
		grid-template-columns: 54px minmax(0, 760px);
		gap: 28px;
	}

	.bpi-immersive-contents {
		display: none;
	}
}

@media (max-width: 780px) {
	.bpi-immersive-stage::before {
		top: auto;
		right: -80px;
		bottom: -90px;
		width: 230px;
		height: 240px;
		opacity: 0.14;
	}

	.bpi-immersive-stage::after {
		right: 24px;
		bottom: 22px;
		width: 80px;
		height: 5px;
	}

	.bpi-immersive-stage-inner {
		display: block;
		min-height: 0;
		padding-block: 30px 46px;
	}

	.bpi-immersive-stage h1 {
		font-size: clamp(2rem, 8.8vw, 2.8rem);
		letter-spacing: -0.06em;
		line-height: 1;
	}

	.bpi-immersive-article--news .bpi-immersive-stage h1 {
		font-size: clamp(1.95rem, 8.2vw, 2.65rem);
		line-height: 1.02;
	}

	.bpi-immersive-kickers {
		gap: 9px;
		margin-bottom: 15px;
		font-size: 0.66rem;
	}

	.bpi-immersive-standfirst {
		margin-top: 17px;
		font-size: 1rem;
		line-height: 1.48;
	}

	.bpi-immersive-byline {
		gap: 7px 14px;
		margin-top: 19px;
		font-size: 0.76rem;
	}

	.bpi-immersive-stage-mark {
		display: none;
	}

	.bpi-immersive-hero img {
		max-height: none;
		object-fit: contain;
	}

	.bpi-immersive-hero {
		width: calc(100% - 20px);
		margin-top: -18px;
		border-top-width: 4px;
		box-shadow: 0 12px 28px rgba(3, 29, 64, 0.12);
	}

	.bpi-immersive-reading {
		display: block;
		padding-block: 38px 58px;
	}

	.bpi-immersive-share {
		position: static;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 28px;
	}

	.bpi-immersive-share span {
		margin: 0 4px 0 0;
		writing-mode: initial;
	}

	.bpi-immersive-share a {
		width: 35px;
		height: 35px;
	}

	.bpi-immersive-content {
		font-size: 1.08rem;
		line-height: 1.72;
	}

	.bpi-immersive-content.has-drop-cap > p:first-of-type::first-letter {
		font-size: 3.7em;
	}

	.bpi-immersive-content h2 {
		margin-top: 2.15em;
		font-size: clamp(1.85rem, 9vw, 2.7rem);
	}

	.bpi-immersive-content blockquote,
	.bpi-immersive-content .wp-block-quote {
		width: calc(100vw - 20px);
		padding: 28px 24px 28px 31px;
		font-size: 1.45rem;
	}

	.bpi-immersive-content .alignwide,
	.bpi-immersive-content .alignfull {
		width: 100vw;
	}

	.bpi-immersive-content iframe {
		min-height: 240px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bpi-immersive-reveal,
	.bpi-immersive-reveal.is-visible {
		transform: none;
		transition: none;
	}
}

/* --------------------------------------------------------------------------
   Version 5.2: country-aware language choice without covering the BPI logo
   -------------------------------------------------------------------------- */

.bpi-header-language-slot {
	position: relative;
	flex: 0 0 auto;
	z-index: 6;
}

.bpi-header-language-slot:empty {
	display: none;
}

.bpi-language-tools {
	position: relative;
}

.bpi-instant-translation {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 42px;
	min-height: 38px;
	line-height: 1;
}

.bpi-instant-translation > * {
	max-width: 190px;
}

/* The plugin's default floating copy is hidden when BPI Newsroom has already
   placed the same selector in the masthead. Its detached dropdown remains. */
.bpi-instant-language-enabled > .auto_translate_button_wrapper.wpat_float,
.bpi-instant-language-enabled .site-footer ~ .auto_translate_button_wrapper.wpat_float {
	display: none !important;
}

.bpi-instant-translation button,
.bpi-instant-translation select {
	min-height: 38px;
	padding: 0 9px;
	overflow: hidden;
	border: 1px solid #cbd3dd;
	border-radius: 3px;
	background: #fff;
	color: var(--bpi-navy);
	font-size: 0.72rem;
	font-weight: 850;
	white-space: nowrap;
}

.bpi-language-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: auto;
	min-width: 42px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #cbd3dd;
	border-radius: 3px;
	background: #fff;
	color: var(--bpi-navy);
	font-size: 0.7rem;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.bpi-language-toggle svg {
	flex: 0 0 auto;
}

.bpi-language-toggle-label {
	font-size: 0.72rem;
	font-weight: 850;
}

.bpi-language-toggle:hover,
.bpi-language-toggle:focus-visible {
	border-color: var(--bpi-accent);
	color: var(--bpi-accent);
}

.bpi-language-toggle:focus-visible,
.bpi-language-menu a:focus-visible,
.bpi-language-prompt a:focus-visible,
.bpi-language-prompt-close:focus-visible {
	outline: 3px solid var(--bpi-yellow);
	outline-offset: 2px;
}

.bpi-language-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	z-index: 110;
	min-width: 250px;
	max-height: min(420px, 70vh);
	overflow-y: auto;
	border: 1px solid var(--bpi-line);
	border-top: 4px solid var(--bpi-yellow);
	background: #fff;
	box-shadow: 0 16px 42px rgba(2, 36, 81, 0.2);
	transform: translateX(-50%);
}

.bpi-language-menu--instant {
	overflow: visible;
}

.bpi-language-menu-title {
	display: block;
	padding: 12px 13px 9px;
	border-bottom: 1px solid var(--bpi-line);
	color: var(--bpi-navy);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bpi-language-menu-list {
	max-height: min(360px, 62vh);
	overflow-y: auto;
}

.bpi-language-menu-note {
	display: block;
	padding: 10px 13px;
	border-top: 1px solid var(--bpi-line);
	color: var(--bpi-muted);
	font-size: 0.65rem;
	line-height: 1.4;
}

.bpi-language-menu[hidden],
.bpi-language-prompt[hidden] {
	display: none;
}

.bpi-language-menu a {
	display: block;
	padding: 10px 13px;
	border-bottom: 1px solid var(--bpi-line);
	color: var(--bpi-ink);
	font-size: 0.84rem;
	font-weight: 750;
	text-decoration: none;
}

.bpi-language-menu .bpi-instant-translation {
	display: flex;
	width: 100%;
	max-width: none;
	padding: 12px;
	overflow: visible;
}

.bpi-language-menu .bpi-instant-translation > * {
	width: 100%;
	max-width: none;
}

.bpi-language-menu a:last-child {
	border-bottom: 0;
}

.bpi-language-menu a:hover,
.bpi-language-menu a[aria-current="page"] {
	background: var(--bpi-soft);
	color: var(--bpi-accent-dark);
}

.bpi-language-prompt {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	width: min(450px, calc(100% - 40px));
	padding: 21px 48px 20px 22px;
	border-top: 4px solid var(--bpi-accent);
	border-left: 6px solid var(--bpi-yellow);
	background: var(--bpi-navy);
	color: #fff;
	box-shadow: 0 20px 56px rgba(2, 20, 48, 0.32);
}

.bpi-language-prompt-kicker {
	display: block;
	margin-bottom: 8px;
	color: var(--bpi-yellow);
	font-size: 0.64rem;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.bpi-language-prompt p {
	margin: 0 0 15px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.bpi-language-prompt-actions {
	display: flex;
	align-items: stretch;
	gap: 9px;
	margin-bottom: 12px;
}

.bpi-language-prompt-local,
.bpi-language-prompt-english {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.bpi-language-prompt-local,
.bpi-language-prompt-local:hover {
	border-color: var(--bpi-yellow);
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
}

.bpi-language-prompt-english,
.bpi-language-prompt-english:hover {
	background: transparent;
	color: #fff;
}

.bpi-language-prompt small {
	display: block;
	color: #dbe4f1;
	font-size: 0.68rem;
	line-height: 1.4;
}

.bpi-language-prompt-close {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

@media (min-width: 1121px) {
	.topbar .site-branding {
		order: 1;
	}

	.topbar .primary-navigation {
		order: 2;
	}

	.bpi-header-language-slot {
		order: 3;
	}

	.topbar .header-tools {
		order: 4;
	}
}

@media (max-width: 1120px) {
	.bpi-header-language-slot {
		grid-column: 1;
		grid-row: 1;
		align-self: center;
		justify-self: start;
	}

	.bpi-header-language-slot:empty {
		display: block;
	}

	.bpi-language-menu {
		left: 0;
		transform: none;
	}
}

@media (max-width: 780px) {
	.bpi-instant-translation {
		width: 42px;
		max-width: 42px;
		overflow: hidden;
	}

	.bpi-language-menu .bpi-instant-translation {
		width: 100%;
		max-width: none;
		overflow: visible;
	}

	.bpi-language-menu .bpi-instant-translation > * {
		max-width: none;
	}

	.bpi-instant-translation > * {
		max-width: 42px;
	}

	.bpi-instant-translation button,
	.bpi-instant-translation select {
		width: 42px;
		padding-inline: 7px;
	}

	.bpi-language-toggle {
		width: 38px;
		height: 38px;
		padding: 0;
	}

	.bpi-language-toggle-label,
	.bpi-language-toggle > span[aria-hidden="true"] {
		display: none;
	}

	.bpi-language-prompt {
		right: 12px;
		bottom: 12px;
		width: calc(100% - 24px);
		padding: 18px 44px 18px 18px;
	}
}

@media (max-width: 420px) {
	.bpi-language-prompt-actions {
		flex-direction: column;
	}

	.bpi-language-prompt-local,
	.bpi-language-prompt-english {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.bpi-language-toggle {
		width: 34px;
		height: 34px;
	}
}

/* Version 4.8.3: unified Global Alerts archive and BPI liveblog design. */
.global-alerts-archive .archive-header {
	margin-bottom: 28px;
}

.global-alerts-archive-updates {
	margin-bottom: 48px;
	border: 1px solid #d6dce4;
	background: #f8fafc;
}

.global-alerts-archive-updates-header,
.article-content .bpi-liveblog-public-header {
	display: grid;
	gap: 4px;
	padding: 27px 30px 25px;
	border-left: 7px solid var(--bpi-yellow);
	background: var(--bpi-navy);
	color: #fff;
}

.global-alerts-archive-updates-header .eyebrow,
.article-content .bpi-liveblog-public-header .eyebrow {
	margin: 0 0 3px;
	color: var(--bpi-yellow);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.2;
}

.global-alerts-archive-updates-header h2,
.article-content .bpi-liveblog-public-header h2 {
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}

.global-alerts-archive-updates-header > p:last-child,
.article-content .bpi-liveblog-public-header > p:last-child {
	max-width: 720px;
	margin: 7px 0 0;
	color: #dce6f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86rem;
	line-height: 1.45;
}

.global-updates-feed--archive {
	padding-inline: 28px;
}

.global-alerts-archive-more {
	display: flex;
	justify-content: flex-end;
	padding: 0 28px 24px;
}

.global-alerts-archive-more a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 15px;
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
	font-size: 0.76rem;
	font-weight: 850;
	text-decoration: none;
}

.global-alerts-archive-more a:hover,
.global-alerts-archive-more a:focus-visible {
	background: var(--bpi-navy);
	color: var(--bpi-yellow);
}

.global-alerts-articles-heading {
	margin: 0 0 26px;
	padding: 18px 0 15px;
	border-top: 6px solid var(--bpi-navy);
	border-bottom: 1px solid var(--bpi-line);
}

.global-alerts-articles-heading .eyebrow {
	margin: 0 0 5px;
	color: var(--bpi-accent);
}

.global-alerts-articles-heading h2 {
	margin: 0;
	color: var(--bpi-ink);
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.global-alerts-articles-heading > p:last-child {
	max-width: 720px;
	margin: 8px 0 0;
	color: var(--bpi-muted);
	font-size: 0.86rem;
}

.bpi-active-live-story .article-header {
	padding-top: 18px;
	border-top: 6px solid var(--bpi-navy);
}

.article-content .bpi-built-in-liveblog {
	margin: 2em 0;
	border: 1px solid #d6dce4;
	background: #f8fafc;
	box-shadow: none;
}

.article-content .bpi-built-in-liveblog .pcliveblog-notice-wrapper {
	display: flex;
	align-items: center;
	gap: 7px 12px;
	min-height: 42px;
	padding: 8px 20px;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 0;
	background: var(--bpi-navy);
	color: #fff;
}

.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-status {
	color: var(--bpi-yellow);
	font-size: 0.67rem;
	letter-spacing: 0.09em;
}

.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-notice {
	color: #dce6f4;
	font-size: 0.75rem;
}

.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-button-action {
	min-height: 30px;
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
}

.article-content .bpi-built-in-liveblog .bpi-live-auto-indicator {
	color: #bff1cf;
}

.article-content .bpi-built-in-liveblog .bpi-live-auto-indicator > span {
	background: #36ca71;
	box-shadow: 0 0 0 3px rgba(54, 202, 113, 0.2);
}

.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing {
	position: relative;
	margin: 0;
	padding: 4px 28px 12px;
}

.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing::before {
	top: 24px;
	bottom: 28px;
	left: 105px;
	background: #c7ced8;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 0 22px;
	margin: 0 !important;
	padding: 20px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #d6dce4 !important;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item:last-child {
	border-bottom: 0 !important;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item::before {
	top: 28px;
	left: 72px;
	width: 10px;
	height: 10px;
	border: 3px solid #f8fafc;
	background: var(--bpi-accent);
	box-shadow: 0 0 0 1px var(--bpi-accent);
}

.article-content .bpi-built-in-liveblog .pcliveblog-date {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 2px;
	grid-column: 1;
	grid-row: 1 / span 5;
	margin: 0;
	padding: 0;
	color: var(--bpi-navy);
	font-size: 0.72rem;
	line-height: 1.2;
	overflow-wrap: normal;
	white-space: nowrap;
}

.article-content .bpi-built-in-liveblog .pcliveblog-time-clock {
	font-weight: 900;
	letter-spacing: 0.025em;
}

.article-content .bpi-built-in-liveblog .pcliveblog-time-date {
	display: inline-flex;
	align-items: baseline;
	color: #596777;
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.055em;
}

.article-content .bpi-built-in-liveblog .bpi-live-pinned-label,
.article-content .bpi-built-in-liveblog .pcliveblog-title,
.article-content .bpi-built-in-liveblog .pcliveblog-content,
.article-content .bpi-built-in-liveblog .pcliveblog-item-share {
	grid-column: 2;
}

.article-content .bpi-built-in-liveblog .bpi-live-pinned-label {
	justify-self: start;
	margin-bottom: 8px;
}

.article-content .bpi-built-in-liveblog .pcliveblog-title {
	font-size: clamp(1.06rem, 2vw, 1.28rem);
	line-height: 1.16;
}

.article-content .bpi-built-in-liveblog .pcliveblog-content {
	font-size: 0.96rem;
	line-height: 1.45;
}

.article-content .bpi-built-in-liveblog .pcliveblog-item-share {
	margin-top: 13px;
	padding-top: 10px;
}

.article-content .bpi-built-in-liveblog .pcliveblog-item-share a {
	background: var(--bpi-navy);
	color: #fff;
}

.article-content .bpi-built-in-liveblog .pcliveblog-item-share a:hover,
.article-content .bpi-built-in-liveblog .pcliveblog-item-share a:focus-visible {
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update {
	padding-top: 17px !important;
	border-top: 5px solid var(--bpi-yellow) !important;
	background: linear-gradient(180deg, #fffdeb 0, rgba(255, 253, 235, 0) 105px);
}

.article-content .bpi-built-in-liveblog .bpi-live-empty {
	margin: 20px 0;
	border-color: #b8c3d0;
	background: #fff;
}

@media (max-width: 780px) {
	.global-alerts-archive-updates-header,
	.article-content .bpi-liveblog-public-header {
		padding: 24px 21px 22px;
	}

	.global-updates-feed--archive {
		padding-inline: 20px;
	}

	.global-alerts-archive-more {
		justify-content: stretch;
		padding: 0 20px 20px;
	}

	.global-alerts-archive-more a {
		justify-content: center;
		width: 100%;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-notice-wrapper {
		padding-inline: 16px;
	}
}

@media (max-width: 540px) {
	.global-alerts-archive-updates {
		margin-inline: 0;
		margin-bottom: 38px;
	}

	.global-alerts-archive-updates-header h2,
	.article-content .bpi-liveblog-public-header h2 {
		font-size: 1.6rem;
	}

	.global-updates-feed--archive {
		padding: 2px 16px 8px;
	}

	.global-alerts-archive-more {
		padding: 4px 16px 18px;
	}

	.global-alerts-articles-heading h2 {
		font-size: 1.55rem;
	}

	.article-content .bpi-built-in-liveblog {
		margin-inline: 0;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-notice-wrapper {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px 9px;
		padding: 10px 14px;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing {
		padding: 2px 16px 8px;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing::before,
	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item::before {
		display: none;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item {
		display: block;
		padding: 18px 0 !important;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-date {
		display: flex;
		align-items: baseline;
		flex-direction: row;
		gap: 6px;
		margin-bottom: 8px;
		padding: 0;
		font-size: 0.71rem;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-time-date {
		font-size: 0.65rem;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-title {
		font-size: 1.08rem;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-content {
		font-size: 0.91rem;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update {
		padding: 15px 12px 18px !important;
	}
}

/* Version 4.8.4: clean timestamp alignment beside the retained red timeline dot. */

/* Version 4.8: BPI Global Alerts and chronological worldwide reports. */
.global-updates-section {
	margin-top: 52px;
	padding: 0;
	border-top: 6px solid var(--bpi-navy);
	background: #f5f7fa;
}

.global-updates-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	padding: 26px 28px 22px;
	border-bottom: 1px solid #cbd2dc;
}

.global-updates-header .eyebrow,
.global-updates-page-header .eyebrow {
	margin: 0 0 5px;
	color: var(--bpi-accent);
	letter-spacing: 0.1em;
}

.global-updates-header h2,
.global-updates-page-header h1 {
	margin: 0;
	color: var(--bpi-navy);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}

.global-updates-header p,
.global-updates-page-header > p {
	max-width: 700px;
	margin: 9px 0 0;
	color: #555e6a;
	font-size: 0.88rem;
}

.global-updates-links {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
	flex: 0 0 auto;
}

.global-updates-links a,
.global-alert-article-link {
	color: var(--bpi-navy);
	font-size: 0.77rem;
	font-weight: 800;
	text-decoration: none;
}

.global-updates-livebar {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 28px;
	background: var(--bpi-navy);
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.025em;
}

.global-updates-livebar strong {
	color: var(--bpi-yellow);
	font-size: 0.67rem;
	letter-spacing: 0.08em;
}

.global-updates-livebar [data-global-feed-status] {
	color: #dce6f4;
}

.global-updates-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #36ca71;
	box-shadow: 0 0 0 4px rgba(54, 202, 113, 0.16);
}

.global-updates-feed {
	position: relative;
	padding: 4px 28px 12px;
}

.global-updates-feed::before {
	position: absolute;
	top: 24px;
	bottom: 28px;
	left: 91px;
	width: 2px;
	background: #c7ced8;
	content: '';
}

.global-updates-feed:has(.global-updates-empty)::before {
	display: none;
}

.global-updates-empty {
	margin: 0;
	padding: 24px 0 18px;
}

.global-update-card {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 22px;
	padding: 20px 0;
	border-bottom: 1px solid #d6dce4;
}

.global-update-card:last-child {
	border-bottom: 0;
}

.global-update-card::before {
	position: absolute;
	top: 28px;
	left: 58px;
	width: 10px;
	height: 10px;
	border: 3px solid #f5f7fa;
	border-radius: 50%;
	background: var(--bpi-accent);
	box-shadow: 0 0 0 1px var(--bpi-accent);
	content: '';
}

.global-update-card--verified::before,
.global-update-card--updated::before {
	background: #148543;
	box-shadow: 0 0 0 1px #148543;
}

.global-update-time {
	display: flex;
	flex-direction: column;
	padding-top: 1px;
	color: var(--bpi-navy);
}

.global-update-time time {
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1;
}

.global-update-time span {
	margin-top: 4px;
	color: #697382;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
}

.global-update-body {
	min-width: 0;
}

.global-update-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin-bottom: 7px;
	color: #697382;
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.global-update-status {
	display: inline-flex;
	width: fit-content;
	padding: 3px 6px;
	background: #e9edf3;
	color: #4d5663;
	font-size: 0.6rem;
	font-weight: 850;
	letter-spacing: 0.055em;
}

.global-update-card--verified .global-update-status,
.global-update-card--updated .global-update-status {
	background: #dff4e7;
	color: #126d38;
}

.global-update-body h3 {
	max-width: 900px;
	margin: 0;
	color: #13171d;
	font-size: clamp(1.02rem, 1.7vw, 1.22rem);
	font-weight: 820;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.global-update-body > p,
.global-update-editorial {
	max-width: 820px;
	margin: 9px 0 0;
	color: #4c535c;
	font-size: 0.87rem;
	line-height: 1.52;
}

.global-update-editorial > *:first-child { margin-top: 0; }
.global-update-editorial > *:last-child { margin-bottom: 0; }

.global-update-editorial img,
.global-update-editorial video,
.global-update-editorial iframe,
.global-update-editorial .wp-video {
	max-width: 100%;
}

.global-update-editorial video,
.global-update-editorial .wp-video video {
	width: 100%;
	height: auto;
}

.global-update-media {
	max-width: 780px;
	margin: 14px 0 0;
}

.global-update-media img {
	width: 100%;
	height: auto;
}

.global-update-card--compact .global-update-media {
	max-width: 300px;
	margin-top: 11px;
}

.global-update-card--compact .global-update-media img {
	max-height: 180px;
	object-fit: cover;
}

.global-update-media figcaption,
.global-update-single-image figcaption {
	padding: 7px 0;
	color: #626c79;
	font-size: 0.7rem;
	line-height: 1.35;
}

.global-update-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 11px;
}

.global-update-actions a {
	color: var(--bpi-navy);
	font-size: 0.71rem;
	font-weight: 800;
	text-decoration: none;
}

.global-update-actions .global-update-edit {
	color: var(--bpi-accent-dark);
}

.global-updates-empty {
	position: relative;
	margin: 0;
	padding: 34px 0;
	color: #626c79;
	font-size: 0.88rem;
}

.global-updates-page {
	padding-block: 42px 80px;
}

.global-updates-page-header {
	display: grid;
	gap: 3px;
	margin-bottom: 24px;
	padding: 30px;
	border-left: 7px solid var(--bpi-yellow);
	background: var(--bpi-navy);
	color: #fff;
}

.global-updates-page-header h1,
.global-updates-page-header .eyebrow,
.global-updates-page-header > p,
.global-updates-page-header .global-alert-article-link {
	color: #fff;
}

.global-updates-page-header .eyebrow,
.global-updates-page-header .global-alert-article-link {
	color: var(--bpi-yellow);
}

.global-updates-feed--page {
	padding-inline: 28px;
	border: 1px solid #d6dce4;
	border-top: 0;
	background: #f8fafc;
}

.global-updates-pagination {
	margin-top: 34px;
}

.global-update-single {
	max-width: 920px;
	padding-block: 42px 80px;
}

.global-update-back {
	display: inline-block;
	margin-bottom: 28px;
	color: var(--bpi-navy);
	font-size: 0.76rem;
	font-weight: 800;
	text-decoration: none;
}

.global-update-single header {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--bpi-line);
}

.global-update-single header .eyebrow {
	margin: 0 0 8px;
}

.global-update-single header h1 {
	max-width: 850px;
	margin: 12px 0;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 850;
	letter-spacing: -0.05em;
	line-height: 1.03;
}

.global-update-single-meta {
	margin: 0;
	color: var(--bpi-muted);
	font-size: 0.78rem;
}

.global-update-single-image {
	margin: 0 0 26px;
}

.global-update-single-source {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 35px;
	padding: 18px 0;
	border-top: 3px solid var(--bpi-navy);
}

.global-update-single-source a,
.global-update-single-source .post-edit-link {
	color: var(--bpi-navy);
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;
}

.article-content .bpi-automated-alert-intro {
	padding: 12px 15px;
	border-left: 5px solid var(--bpi-yellow);
	background: var(--bpi-navy);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

@media (max-width: 780px) {
	.global-updates-section {
		margin-top: 38px;
	}

	.global-updates-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
		padding: 22px 20px 18px;
	}

	.global-updates-links {
		align-items: flex-start;
	}

	.global-updates-livebar {
		padding-inline: 20px;
	}

	.global-updates-feed,
	.global-updates-feed--page {
		padding-inline: 20px;
	}

	.global-updates-feed::before {
		left: 82px;
	}

	.global-updates-page {
		padding-top: 26px;
	}
}

@media (max-width: 540px) {
	.global-updates-header h2,
	.global-updates-page-header h1 {
		font-size: 1.7rem;
	}

	.global-updates-livebar {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 5px 8px;
		padding-block: 10px;
	}

	.global-updates-livebar [data-global-feed-status] {
		width: 100%;
		padding-left: 16px;
	}

	.global-updates-feed,
	.global-updates-feed--page {
		padding: 2px 16px 8px;
	}

	.global-updates-feed::before {
		display: none;
	}

	.global-update-card {
		display: block;
		padding: 18px 0;
	}

	.global-update-card::before {
		display: none;
	}

	.global-update-time {
		align-items: baseline;
		flex-direction: row;
		gap: 6px;
		margin-bottom: 8px;
	}

	.global-update-time time {
		font-size: 0.79rem;
	}

	.global-update-time span {
		margin: 0;
	}

	.global-update-body h3 {
		font-size: 1.03rem;
	}

	.global-update-body > p,
	.global-update-editorial {
		font-size: 0.84rem;
	}

	.global-updates-page-header {
		padding: 24px 20px;
	}

	.global-update-single {
		padding-top: 28px;
	}

	.global-update-single header h1 {
		font-size: 2rem;
	}
}

/* Version 4.1.1: designed, no-code Contact Page. */
.bpi-contact-page {
	padding: 34px 0 76px;
	background:
		linear-gradient(180deg, #f5f7fa 0, #f5f7fa 390px, #fff 390px, #fff 100%);
}

.bpi-contact-shell {
	max-width: 1180px;
}

.bpi-contact-map {
	position: relative;
	height: 390px;
	overflow: hidden;
	border: 1px solid #d9e0e8;
	background:
		linear-gradient(135deg, rgba(2, 36, 81, 0.08), rgba(255, 231, 0, 0.1)),
		#e7edf3;
	box-shadow: 0 16px 40px rgba(2, 36, 81, 0.11);
}

.bpi-contact-map::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
	content: "";
}

.bpi-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.bpi-contact-heading {
	display: grid;
	grid-template-columns: 122px minmax(0, 1fr);
	column-gap: 28px;
	align-items: start;
	margin-top: 28px;
	padding: 26px 0 28px;
	border-top: 4px solid var(--bpi-navy);
	border-bottom: 1px solid var(--bpi-line);
}

.bpi-contact-heading > span {
	display: inline-block;
	width: max-content;
	padding: 7px 9px 6px;
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
	font-size: 0.69rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.bpi-contact-heading h1 {
	grid-column: 2;
	margin: -2px 0 7px;
	font-size: clamp(2rem, 4vw, 3.15rem);
	font-weight: 820;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.bpi-contact-heading p {
	grid-column: 2;
	max-width: 650px;
	margin: 5px 0 0;
	color: var(--bpi-muted);
	font-size: 0.98rem;
	line-height: 1.55;
}

.bpi-contact-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	align-items: stretch;
	gap: 0;
	margin-top: 38px;
	border: 1px solid #d9e0e8;
	box-shadow: 0 18px 48px rgba(2, 36, 81, 0.1);
}

.bpi-contact-layout--details-only {
	grid-template-columns: minmax(300px, 560px);
}

.bpi-contact-details {
	position: relative;
	overflow: hidden;
	padding: 39px 38px;
	background: var(--bpi-navy);
	color: #fff;
}

.bpi-contact-details::before {
	position: absolute;
	right: -78px;
	bottom: -98px;
	width: 235px;
	height: 235px;
	border: 38px solid rgba(255, 231, 0, 0.1);
	border-radius: 50%;
	content: "";
}

.bpi-contact-details::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 5px;
	background: var(--bpi-yellow);
	content: "";
}

.bpi-contact-details-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	color: var(--bpi-yellow);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.14em;
}

.bpi-contact-details-brand img {
	width: 76px;
	height: 38px;
	object-fit: contain;
	background: #fff;
}

.bpi-contact-details h2 {
	position: relative;
	margin: 0 0 34px;
	color: #fff;
	font-size: 1.65rem;
	font-weight: 780;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.bpi-contact-detail-row {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	margin-top: 25px;
}

.bpi-contact-detail-row svg {
	width: 36px;
	height: 36px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	fill: none;
	stroke: var(--bpi-yellow);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.bpi-contact-detail-row strong {
	display: block;
	margin: 1px 0 5px;
	color: #aebdd0;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bpi-contact-detail-row address,
.bpi-contact-detail-row a {
	color: #fff;
	font-size: 0.94rem;
	font-style: normal;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.bpi-contact-detail-row a {
	text-decoration-color: rgba(255, 231, 0, 0.7);
	text-underline-offset: 4px;
}

.bpi-contact-details-note {
	position: relative;
	max-width: 300px;
	margin: 44px 0 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: #b9c6d6;
	font-size: 0.77rem;
	line-height: 1.55;
}

.bpi-contact-form-panel {
	padding: 39px 42px 43px;
	background: #fff;
}

.bpi-contact-form-kicker {
	margin: 0 0 5px;
	color: var(--bpi-accent);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.13em;
}

.bpi-contact-form-panel h2 {
	margin: 0 0 26px;
	font-size: 1.75rem;
	font-weight: 790;
	letter-spacing: -0.045em;
}

.bpi-contact-form {
	display: grid;
	gap: 19px;
}

.bpi-contact-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.bpi-contact-form label {
	display: grid;
	gap: 8px;
	color: #273240;
	font-size: 0.78rem;
	font-weight: 720;
}

.bpi-contact-form label b {
	color: var(--bpi-accent);
}

.bpi-contact-form input,
.bpi-contact-form textarea {
	width: 100%;
	border: 1px solid #cbd3dc;
	border-radius: 2px;
	background: #fbfcfd;
	color: var(--bpi-ink);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 450;
	outline: 0;
	transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.bpi-contact-form input {
	height: 46px;
	padding: 0 13px;
}

.bpi-contact-form textarea {
	min-height: 156px;
	padding: 12px 13px;
	resize: vertical;
}

.bpi-contact-form input:focus,
.bpi-contact-form textarea:focus {
	border-color: var(--bpi-navy);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(2, 36, 81, 0.11);
}

.bpi-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: max-content;
	min-width: 160px;
	min-height: 46px;
	padding: 11px 20px;
	border: 0;
	border-radius: 2px;
	background: var(--bpi-accent);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s, transform 0.15s;
}

.bpi-contact-submit:hover {
	background: var(--bpi-navy);
	transform: translateY(-1px);
}

.bpi-contact-submit:focus-visible {
	outline: 3px solid var(--bpi-yellow);
	outline-offset: 3px;
}

.bpi-contact-submit svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.bpi-contact-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.bpi-contact-notice {
	margin: -7px 0 22px;
	padding: 12px 14px;
	border-left: 4px solid #16803c;
	background: #edf9f1;
	color: #155c2e;
	font-size: 0.82rem;
	line-height: 1.45;
}

.bpi-contact-notice--error {
	border-left-color: var(--bpi-accent);
	background: #fff1f2;
	color: #8f1420;
}

@media (max-width: 780px) {
	.bpi-contact-page {
		padding: 18px 0 48px;
		background: linear-gradient(180deg, #f5f7fa 0, #f5f7fa 275px, #fff 275px, #fff 100%);
	}

	.bpi-contact-map {
		height: 275px;
	}

	.bpi-contact-heading {
		display: block;
		margin-top: 20px;
		padding: 20px 0 22px;
	}

	.bpi-contact-heading h1 {
		margin: 15px 0 6px;
		font-size: clamp(1.85rem, 9vw, 2.5rem);
	}

	.bpi-contact-heading p {
		font-size: 0.9rem;
	}

	.bpi-contact-layout {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 26px;
	}

	.bpi-contact-details,
	.bpi-contact-form-panel {
		padding: 30px 24px 33px;
	}

	.bpi-contact-form-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 19px;
	}

	.bpi-contact-submit {
		width: 100%;
	}
}

/* --------------------------------------------------------------------------
   Version 4.4: centred masthead and BBC News Live-informed reading density
   -------------------------------------------------------------------------- */

.topbar,
.bpi-header-layout-centered .topbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	column-gap: 22px;
	justify-content: initial;
}

.topbar .site-branding {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

.topbar .header-tools,
.bpi-header-layout-centered .header-tools {
	grid-column: 1;
	grid-row: 1;
	justify-self: end;
	margin: 0;
}

.topbar .primary-navigation {
	grid-column: 3;
	grid-row: 1;
	justify-self: stretch;
}

.topbar .bpi-menu,
.topbar .primary-navigation ul {
	justify-content: flex-start;
}

@media (min-width: 1121px) {
	.topbar,
	.bpi-header-layout-centered .topbar {
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 1120px) {
	.topbar,
	.bpi-header-layout-centered .topbar {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		column-gap: 10px;
		flex-wrap: initial;
	}

	.topbar .header-tools,
	.bpi-header-layout-centered .header-tools {
		grid-column: 3;
		justify-self: end;
	}

	.topbar .primary-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		margin-top: -4px;
	}
}

@media (max-width: 780px) {
	.topbar,
	.bpi-header-layout-centered .topbar {
		gap: 6px;
	}

	.topbar .site-branding {
		min-width: 0;
	}

	.topbar .header-tools,
	.bpi-header-layout-centered .header-tools {
		gap: 6px;
		margin: 0;
	}

	.article-content .pcliveblog-listing-item {
		padding: 16px 16px 20px !important;
	}

	.article-content .pcliveblog-title {
		font-size: 1.25rem;
		line-height: 1.2;
	}
}

@media (max-width: 540px) {
	.article-content .bpi-inline-related {
		margin-block: 1.7em;
		padding: 17px 16px 6px;
	}

	.article-content .bpi-inline-related h2 {
		font-size: 1.12rem;
	}

	.article-content .bpi-inline-related a {
		font-size: 0.9rem;
	}

	.menu-toggle > span:last-child {
		display: none;
	}

	.menu-toggle {
		width: 38px;
		justify-content: center;
		padding-inline: 8px;
	}
}

@media (max-width: 360px) {
	.topbar .header-tools,
	.bpi-header-layout-centered .header-tools {
		gap: 4px;
	}

	.icon-button,
	.menu-toggle {
		width: 34px;
		height: 34px;
		min-height: 34px;
	}

	.custom-logo,
	.bpi-default-logo,
	.bpi-header-density-comfortable .custom-logo,
	.bpi-header-density-comfortable .bpi-default-logo {
		max-width: 108px;
	}
}

/* Version 5.4.2: immersive liveblog chapters. */
.article-content .bpi-built-in-liveblog {
	margin: 2em 0;
	border: 1px solid #d7e0eb;
	background: #f4f7fb;
	box-shadow: none;
}

.article-content .bpi-built-in-liveblog .bpi-liveblog-public-header {
	position: relative;
	overflow: hidden;
	padding: 30px 36px 27px;
	border-left: 7px solid var(--bpi-yellow);
	background: var(--bpi-navy);
}

.article-content .bpi-built-in-liveblog .bpi-liveblog-public-header::after {
	position: absolute;
	right: -70px;
	bottom: -140px;
	width: 310px;
	height: 310px;
	background: var(--bpi-yellow);
	content: '';
	opacity: 0.12;
	transform: skewX(-18deg);
}

.article-content .bpi-built-in-liveblog .bpi-liveblog-public-header > * {
	position: relative;
	z-index: 1;
}

.article-content .bpi-built-in-liveblog .bpi-liveblog-public-header .eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
}

.article-content .bpi-built-in-liveblog .bpi-liveblog-public-header .eyebrow::before {
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--bpi-accent);
	box-shadow: 0 0 0 3px rgba(255, 0, 13, 0.2);
	content: '';
}

.article-content .bpi-built-in-liveblog .pcliveblog-notice-wrapper {
	min-height: 44px;
	padding: 8px 20px;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #021f46;
}

.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing {
	position: relative;
	margin: 0;
	padding: 34px 28px 44px !important;
}

.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing::before {
	top: 34px;
	bottom: 44px;
	left: 105px;
	width: 2px;
	background: #c9d4e2;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item,
.article-content .bpi-built-in-liveblog .pcliveblog-listing-item:last-child,
.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update {
	position: relative;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 0 30px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent;
	box-shadow: none;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item + .pcliveblog-listing-item {
	margin-top: 30px !important;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item::before {
	top: 21px;
	left: 72px;
	display: block;
	width: 13px;
	height: 13px;
	border: 3px solid #fff;
	background: var(--bpi-accent);
	box-shadow: 0 0 0 1px var(--bpi-accent);
}

.article-content .bpi-built-in-liveblog .pcliveblog-date {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 2px;
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	padding-top: 17px;
	font-size: 0.69rem;
	line-height: 1.4;
	text-align: right;
}

.article-content .bpi-built-in-liveblog .pcliveblog-time-date {
	font-size: 0.57rem;
	letter-spacing: 0.075em;
}

.article-content .bpi-built-in-liveblog .bpi-live-update-chapter {
	grid-column: 2;
	min-width: 0;
	padding: 25px 27px 21px;
	border-top: 4px solid var(--bpi-navy);
	background: #fff;
	box-shadow: 0 9px 25px rgba(3, 40, 89, 0.08);
}

.article-content .bpi-built-in-liveblog .bpi-live-pinned-label,
.article-content .bpi-built-in-liveblog .pcliveblog-title,
.article-content .bpi-built-in-liveblog .pcliveblog-content,
.article-content .bpi-built-in-liveblog .pcliveblog-item-share {
	grid-column: auto;
}

.article-content .bpi-built-in-liveblog .pcliveblog-title {
	margin: 0;
	color: var(--bpi-navy);
	font-size: clamp(1.18rem, 2.5vw, 1.48rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.article-content .bpi-built-in-liveblog .pcliveblog-title + .pcliveblog-content {
	margin-top: 13px;
}

.article-content .bpi-built-in-liveblog .pcliveblog-content {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.04rem;
	line-height: 1.56;
}

.article-content .bpi-built-in-liveblog .pcliveblog-content p,
.article-content .bpi-built-in-liveblog .pcliveblog-content ul,
.article-content .bpi-built-in-liveblog .pcliveblog-content ol,
.article-content .bpi-built-in-liveblog .pcliveblog-content blockquote {
	margin-bottom: 15px;
}

.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media {
	margin: 20px -27px 18px;
	background: #11203a;
}

.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media img,
.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media video,
.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media .wp-video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media figcaption {
	padding: 8px 12px;
	border-bottom: 1px solid #d7e0eb;
	background: #eef3f8;
	color: #5c6b7e;
	font-size: 0.7rem;
	line-height: 1.4;
}

.article-content .bpi-built-in-liveblog .pcliveblog-item-share {
	gap: 8px;
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid #e1e7ef;
}

.article-content .bpi-built-in-liveblog .pcliveblog-item-share a {
	min-height: 32px;
	padding: 7px 10px;
	border: 1px solid #cdd7e4;
	background: #fff;
	color: var(--bpi-navy);
	font-size: 0.65rem;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .bpi-live-update-chapter {
	border-top-color: var(--bpi-yellow);
	background: linear-gradient(135deg, var(--bpi-navy) 0 68%, #082f65 68% 100%);
	color: #fff;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .bpi-live-pinned-label {
	margin-bottom: 13px;
	background: transparent;
	color: #fff;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .pcliveblog-title,
.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .pcliveblog-content,
.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .pcliveblog-content a {
	color: #fff;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .pcliveblog-item-share {
	border-top-color: rgba(255, 255, 255, 0.28);
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .pcliveblog-item-share a {
	border-color: rgba(255, 255, 255, 0.38);
	background: transparent;
	color: #fff;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item:target {
	border: 0 !important;
	box-shadow: none;
	scroll-margin-top: 24px;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item:target .bpi-live-update-chapter {
	outline: 3px solid rgba(255, 0, 13, 0.25);
	outline-offset: 3px;
}

@media (max-width: 540px) {
	.article-content .bpi-built-in-liveblog .bpi-liveblog-public-header {
		padding: 24px 21px 22px;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing {
		padding: 24px 14px 34px 20px !important;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-wrapper-listing::before {
		top: 26px;
		bottom: 34px;
		left: 25px;
		display: block;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item,
	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item:last-child,
	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update {
		display: block;
		padding: 0 0 0 24px !important;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item + .pcliveblog-listing-item {
		margin-top: 22px !important;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-listing-item::before {
		top: 1px;
		left: 0;
		display: block;
		width: 11px;
		height: 11px;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-date {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 7px;
		margin: 0;
		padding: 0 0 8px;
		font-size: 0.65rem;
		text-align: left;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-time-date {
		font-size: 0.56rem;
	}

	.article-content .bpi-built-in-liveblog .bpi-live-update-chapter {
		padding: 20px 18px 17px;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-title {
		font-size: 1.2rem;
		line-height: 1.12;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-content {
		font-size: 1rem;
		line-height: 1.55;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media {
		margin-right: -18px;
		margin-left: -18px;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-item-share a {
		padding: 7px 9px;
	}
}

/* Version 5.4.3: protected live timestamps, inset media and immersive homepage. */
.article-content .bpi-built-in-liveblog .pcliveblog-date {
	box-sizing: border-box;
	padding-right: 15px;
}

.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media {
	overflow: hidden;
	margin: 20px 0 18px;
	border: 1px solid #d7e0eb;
	background: #11203a;
}

.article-content .bpi-built-in-liveblog .pcliveblog-listing-item.is-pinned-live-update .bpi-live-media {
	border-color: rgba(255, 255, 255, 0.34);
}

.bpi-home-live-wrap {
	margin-top: 36px;
	padding: 0;
	background: transparent;
}

a.bpi-home-live-strip {
	display: block;
	color: var(--bpi-ink);
	text-decoration: none;
}

.bpi-home-live-strip .live-ribbon-inner {
	min-height: 46px;
}

.bpi-home-live-strip strong {
	overflow: hidden;
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.bpi-home-live-strip:hover,
a.bpi-home-live-strip:focus-visible {
	background: #ffe5ea;
}

.bpi-home-live-focus {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
	padding: 0;
	border-top: 5px solid var(--bpi-accent);
	background: #fff;
	box-shadow: 0 14px 38px rgba(2, 36, 81, 0.09);
}

.bpi-home-live-story {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 34px 38px 35px;
	background: var(--bpi-navy);
	color: #fff;
	text-decoration: none;
}

.bpi-home-live-story::after {
	position: absolute;
	top: -55%;
	right: -125px;
	width: 280px;
	height: 220%;
	background: var(--bpi-yellow);
	content: '';
	opacity: 0.1;
	transform: skewX(-18deg);
}

.bpi-home-live-story > * {
	position: relative;
	z-index: 1;
}

.bpi-home-live-story .eyebrow {
	display: block;
	margin: 16px 0 7px;
	color: var(--bpi-yellow);
	font-size: 0.7rem;
	letter-spacing: 0.12em;
}

.bpi-home-live-story h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(1.65rem, 3.1vw, 2.65rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.bpi-home-live-story h2,
.bpi-home-live-follow {
	color: #fff;
	text-decoration: none;
}

.bpi-home-live-summary {
	display: block;
	max-width: 690px;
	margin: 15px 0 0;
	color: #dbe7f5;
	font-size: 0.94rem;
	line-height: 1.5;
}

.bpi-home-live-follow {
	display: inline-block;
	margin-top: 20px;
	border-bottom: 2px solid var(--bpi-yellow);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.bpi-home-live-updates {
	padding: 30px 32px;
	background: #fff;
}

.bpi-home-live-updates > strong {
	display: block;
	margin-bottom: 13px;
	color: var(--bpi-navy);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bpi-home-live-updates ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bpi-home-live-updates li {
	position: relative;
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 13px;
	padding: 12px 0 12px 16px;
	border-top: 1px solid #dce4ee;
}

.bpi-home-live-updates li::before {
	position: absolute;
	top: 17px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bpi-accent);
	content: '';
}

.bpi-home-live-updates time {
	color: #627083;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.35;
}

.bpi-home-live-updates a {
	color: var(--bpi-ink);
	font-size: 0.87rem;
	font-weight: 800;
	line-height: 1.28;
	text-decoration: none;
}

.bpi-home-live-more {
	display: flex;
	align-items: center;
	gap: 10px 18px;
	min-height: 44px;
	padding-block: 8px;
	background: #e7edf5;
	font-size: 0.72rem;
}

.bpi-home-live-more strong {
	color: var(--bpi-accent);
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bpi-home-live-more a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--bpi-navy);
	font-weight: 800;
	text-decoration: none;
}

.bpi-home-live-more a span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bpi-accent);
}

.bpi-immersive-homepage .homepage-shell {
	padding-top: 28px;
}

.bpi-immersive-homepage .bpi-home-immersive-lead {
	display: block;
	padding-bottom: 42px;
	border-bottom: 0;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .hero-lead {
	border-top: 7px solid var(--bpi-yellow);
	background: var(--bpi-navy);
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.95fr);
	min-height: 430px;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-image {
	display: flex;
	align-items: center;
	align-self: stretch;
	min-height: 430px;
	background: #071b38;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-image img {
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: contain;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-copy {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	padding: 38px 38px 40px;
	background: var(--bpi-navy);
	color: #fff;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-copy::after {
	position: absolute;
	right: -105px;
	bottom: -130px;
	width: 255px;
	height: 255px;
	background: var(--bpi-yellow);
	content: '';
	opacity: 0.1;
	transform: skewX(-18deg);
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-copy > * {
	position: relative;
	z-index: 1;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-meta,
.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-meta time {
	color: #c4d1e2;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-kicker {
	color: var(--bpi-yellow);
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-title {
	font-family: inherit;
	font-size: clamp(1.85rem, 2.8vw, 2.75rem);
	font-weight: 900;
	letter-spacing: -0.052em;
	line-height: 0.98;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-title a {
	color: #fff;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-excerpt {
	color: #dbe5f2;
	font-size: 0.97rem;
	line-height: 1.48;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 0;
	border: 1px solid #d7e0eb;
	border-top: 0;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card {
	padding: 19px;
	border-right: 1px solid #d7e0eb;
	background: #fff;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card:last-child {
	border-right: 0;
}

.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card-title {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.18;
}

.bpi-immersive-homepage .news-section > .section-heading-row {
	align-items: center;
	padding: 15px 0 11px;
	border-top: 5px solid var(--bpi-navy);
	border-bottom: 1px solid #bac6d5;
}

.bpi-immersive-homepage .section-title {
	font-family: inherit;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.bpi-immersive-homepage .category-section--editorial {
	margin-top: 54px;
	padding: 26px 28px 30px;
	background: var(--bpi-navy);
}

.bpi-immersive-homepage .category-section--editorial > .section-heading-row {
	padding-top: 0;
	border-top: 0;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

.bpi-immersive-homepage .category-section--editorial .section-title {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #fff;
}

.bpi-immersive-homepage .category-section--editorial .section-title span {
	padding: 7px 10px;
	background: var(--bpi-yellow);
	color: var(--bpi-navy);
	font-size: 0.65rem;
	letter-spacing: 0.12em;
}

.bpi-immersive-homepage .category-section--editorial .section-link,
.bpi-immersive-homepage .category-section--editorial .story-card-title a {
	color: #fff;
}

.bpi-immersive-homepage .category-section--editorial .story-meta,
.bpi-immersive-homepage .category-section--editorial .story-meta time,
.bpi-immersive-homepage .category-section--editorial .story-card-excerpt {
	color: #c5d3e4;
}

.bpi-immersive-homepage .category-section--editorial .story-kicker {
	color: var(--bpi-yellow);
}

@media (max-width: 1040px) {
	.bpi-home-live-focus {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card:nth-child(2) {
		border-right: 0;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card:nth-child(-n + 2) {
		border-bottom: 1px solid #d7e0eb;
	}
}

@media (max-width: 780px) {
	.bpi-home-live-wrap {
		margin-top: 25px;
	}

	.bpi-home-live-focus,
	.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.bpi-home-live-story {
		padding: 24px 20px 25px;
	}

	.bpi-home-live-story h2 {
		font-size: clamp(1.55rem, 7vw, 2.1rem);
	}

	.bpi-home-live-updates {
		padding: 20px;
	}

	.bpi-home-live-more {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 12px;
	}

	.bpi-home-live-strip .live-ribbon-inner {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 10px;
		min-height: 43px;
	}

	.bpi-home-live-strip .live-ribbon-cta {
		display: none;
	}

	.bpi-immersive-homepage .homepage-shell {
		padding-top: 18px;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero {
		min-height: 0;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-image {
		min-height: 0;
		background: #071b38;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-copy {
		padding: 25px 21px 28px;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .story-card--hero .story-card-title {
		font-size: clamp(1.72rem, 8vw, 2.35rem);
		line-height: 1.02;
	}

	.bpi-immersive-homepage .category-section--editorial {
		margin-inline: 0;
		padding: 24px 18px 27px;
	}
}

@media (max-width: 540px) {
	.article-content .bpi-built-in-liveblog .pcliveblog-date {
		padding: 0 0 8px;
	}

	.article-content .bpi-built-in-liveblog .pcliveblog-content .bpi-live-media {
		margin: 18px 0 16px;
	}

	.bpi-home-live-updates li {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 10px;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead {
		padding-bottom: 30px;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary {
		grid-template-columns: minmax(0, 1fr);
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card,
	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid #d7e0eb;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card:last-child {
		border-bottom: 0;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card--compact {
		display: block;
		padding: 14px;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card-image {
		align-self: start;
	}

	.bpi-immersive-homepage .bpi-home-immersive-lead .hero-secondary .story-card-copy {
		padding-top: 11px;
	}

	.bpi-immersive-homepage .category-section--editorial .section-title {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}
