/* PR Newswire News — scoped to .prn-news so it inherits the theme but won't leak. */
.prn-news {
	--prn-ink: #16181d;
	--prn-muted: #6b7077;
	--prn-rule: #e3e3e3;
	--prn-accent: #b3122b;
	color: var(--prn-ink);
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.prn-news * {
	box-sizing: border-box;
}
.prn-news a {
	text-decoration: none;
	color: inherit;
}
.prn-news img {
	display: block;
	max-width: 100%;
	height: auto;
}
.prn-news h1,
.prn-news h2,
.prn-news h3 {
	margin: 0;
	line-height: 1.18;
	font-weight: 800;
}

/* Tabs */
.prn-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 22px;
	border-bottom: 2px solid var(--prn-ink);
	margin-bottom: 18px;
	padding-bottom: 0;
}
.prn-tab {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}
.prn-tab:hover {
	color: var(--prn-accent);
}
.prn-tab.is-active {
	color: var(--prn-accent);
	border-bottom-color: var(--prn-accent);
}

.prn-source {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
}
.prn-attribution {
	margin: 0;
	font-size: 13px;
	color: var(--prn-muted);
}
.prn-attribution strong {
	color: var(--prn-ink);
}

/* Wire list (News provided by PR Newswire) — flexbox for predictable wrapping */
.prn-wire {
	display: block;
	width: 100%;
}
.prn-wire-item {
	display: flex;
	width: 100%;
	gap: 16px;
	align-items: flex-start;
	padding: 18px 0;
	border-bottom: 1px solid var(--prn-rule);
}
.prn-wire-item:first-child {
	padding-top: 0;
}
.prn-wire-thumb {
	flex: 0 0 120px;
}
.prn-wire-item--noimg .prn-wire-thumb {
	display: none;
}
.prn-wire-body {
	flex: 1 1 auto;
	min-width: 0; /* lets the text column shrink and wrap at spaces, not mid-word */
}
.prn-wire-thumb img {
	width: 120px;
	height: 84px;
	object-fit: cover;
	border-radius: 4px;
}
/* Compact homepage block: flow headlines into columns when the area is wide,
   collapse to a single column in a narrow column or on mobile. */
.prn-compact .prn-wire {
	column-width: 330px;
	column-gap: 36px;
}
.prn-compact .prn-wire-item {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
.prn-wire-headline {
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--prn-accent);
	overflow-wrap: break-word;
}
.prn-wire-headline:hover {
	text-decoration: underline;
}
.prn-wire-meta {
	margin: 6px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--prn-muted);
}
.prn-wire-sum {
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--prn-ink);
}
.prn-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 4px 10px;
	border-radius: 999px;
}
.prn-pill--live {
	background: #dcfce7;
	color: #166534;
}
.prn-pill--sample {
	background: #fef3c7;
	color: #92400e;
}

/* Hero */
.prn-hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: 40px;
}
@media (min-width: 900px) {
	.prn-hero {
		grid-template-columns: 1fr 340px;
	}
}
.prn-featured {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	min-height: 280px;
}
.prn-featured img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}
@media (min-width: 900px) {
	.prn-featured img {
		min-height: 440px;
	}
}
.prn-featured-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
	padding: 26px;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2) 55%, transparent);
}
.prn-featured-overlay h2 {
	font-size: clamp(22px, 3vw, 34px);
	color: #fff;
}
.prn-featured-sum {
	margin: 0;
	max-width: 640px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.88);
}
.prn-featured-meta {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}
.prn-badge {
	align-self: flex-start;
	background: var(--prn-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 3px 9px;
}

.prn-rail-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

/* Grids / bands */
.prn-band {
	margin-bottom: 44px;
}
.prn-band-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 2px solid var(--prn-ink);
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.prn-band-head h2 {
	font-size: clamp(18px, 2.4vw, 24px);
	text-transform: uppercase;
}
.prn-viewall {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--prn-accent);
}
.prn-viewall:hover {
	text-decoration: underline;
}
.prn-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 26px;
}
@media (min-width: 560px) {
	.prn-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 900px) {
	.prn-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Cards */
.prn-card {
	display: flex;
	flex-direction: column;
}
.prn-card .prn-thumb {
	overflow: hidden;
	border-radius: 6px;
}
.prn-card .prn-thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.prn-card:hover .prn-thumb img {
	transform: scale(1.05);
}
.prn-card-body {
	padding-top: 12px;
}
.prn-card h3 {
	font-size: 16px;
	margin: 4px 0 0;
}
.prn-card h3:hover {
	color: var(--prn-accent);
}
.prn-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--prn-accent);
}
.prn-card-sum {
	color: var(--prn-muted);
	font-size: 14px;
	margin: 8px 0 0;
}
.prn-card-meta {
	color: var(--prn-muted);
	font-size: 12px;
	margin: 8px 0 0;
}

.prn-card--compact {
	flex-direction: row;
	gap: 12px;
	border-bottom: 1px solid var(--prn-rule);
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.prn-card--compact .prn-thumb img {
	width: 112px;
	height: 78px;
}
.prn-card--compact .prn-card-body {
	padding-top: 0;
}
.prn-card--compact h3 {
	font-size: 14px;
}

.prn-card--wide {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	border-bottom: 1px solid var(--prn-rule);
	padding-bottom: 24px;
	margin-bottom: 24px;
}
@media (min-width: 620px) {
	.prn-card--wide {
		grid-template-columns: 280px 1fr;
	}
}
.prn-card--wide .prn-thumb img {
	height: 180px;
}
.prn-card--wide h3 {
	font-size: 22px;
	margin-top: 6px;
}

/* Section page */
.prn-section-head {
	border-bottom: 2px solid var(--prn-ink);
	padding-bottom: 14px;
	margin-bottom: 24px;
}
.prn-section-head h1 {
	display: inline;
	font-size: clamp(26px, 4vw, 38px);
	text-transform: uppercase;
}
.prn-blurb {
	color: var(--prn-muted);
	margin: 8px 0 0;
}
.prn-empty {
	color: var(--prn-muted);
	padding: 48px 0;
	text-align: center;
}
.prn-back {
	margin: 8px 0 20px;
}
.prn-back a {
	font-size: 13px;
	font-weight: 700;
	color: var(--prn-accent);
}

/* Article detail */
.prn-article {
	max-width: 760px;
	margin: 0 auto;
}
.prn-article-title {
	font-size: clamp(26px, 4vw, 40px);
	margin: 6px 0 0;
}
.prn-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	color: var(--prn-muted);
	font-size: 14px;
	border-bottom: 1px solid var(--prn-rule);
	padding: 14px 0;
	margin-top: 14px;
}
.prn-company {
	font-weight: 700;
	color: var(--prn-ink);
}
.prn-article-img {
	width: 100%;
	border-radius: 10px;
	margin: 22px 0;
	object-fit: cover;
}
.prn-lead {
	font-size: 19px;
	line-height: 1.6;
	font-weight: 500;
}
.prn-body {
	font-size: 17px;
	line-height: 1.75;
}
.prn-body p {
	margin: 0 0 18px;
}
.prn-original {
	border-top: 1px solid var(--prn-rule);
	padding-top: 20px;
	margin-top: 28px;
}
.prn-original a {
	font-weight: 700;
	color: var(--prn-accent);
}
.prn-disclaimer {
	color: var(--prn-muted);
	font-size: 12px;
	margin-top: 28px;
}
.prn-notfound {
	text-align: center;
	padding: 60px 0;
}

/* ---- Harden the press-release HTML so it can't overflow on mobile ---- */
.prn-body img,
.prn-body video,
.prn-body iframe {
	max-width: 100% !important;
	height: auto;
	margin: 16px 0;
}
.prn-body iframe {
	width: 100% !important;
}
.prn-body table {
	display: block;
	width: 100% !important;
	max-width: 100%;
	overflow-x: auto; /* wide press-release tables scroll instead of breaking layout */
	-webkit-overflow-scrolling: touch;
	border-collapse: collapse;
}
.prn-body td,
.prn-body th {
	word-break: break-word;
}
.prn-body * {
	max-width: 100%;
}
.prn-body a {
	word-break: break-word; /* long URLs */
}

/* ---- Mobile ---- */
@media (max-width: 600px) {
	.prn-tabs {
		gap: 2px 16px;
		margin-bottom: 14px;
	}
	.prn-tab {
		font-size: 12px;
		padding: 8px 0;
	}
	.prn-band {
		margin-bottom: 30px;
	}
	.prn-band-head {
		margin-bottom: 14px;
	}
	.prn-band-head h2,
	.prn-section-head h1 {
		font-size: 20px;
	}
	/* Wire list: smaller thumb, comfortably sized headline */
	.prn-wire-item {
		gap: 12px;
		padding: 14px 0;
	}
	.prn-wire-thumb {
		flex-basis: 92px;
	}
	.prn-wire-thumb img {
		width: 92px;
		height: 64px;
	}
	.prn-wire-headline {
		font-size: 16px;
	}
	.prn-wire-sum {
		font-size: 14px;
	}
	/* Article */
	.prn-article-title {
		font-size: 24px;
	}
	.prn-lead {
		font-size: 16px;
	}
	.prn-body {
		font-size: 16px;
		line-height: 1.7;
	}
	.prn-hero {
		gap: 18px;
	}
	.prn-featured-overlay {
		padding: 16px;
	}
	.prn-featured-overlay h2 {
		font-size: 20px;
	}
}
