.article-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 4px;
	background: rgba(0, 63, 48, 0.16);
}

.article-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, #22c55e, #d9a441);
	transform-origin: left center;
	transition: width 120ms ease-out;
}

.article-page {
	padding: 0;
	overflow-x: hidden;
	background: #f8fbf8;
	--article-container: 960px;
	--article-measure: 760px;
	--article-gutter: 48px;
}

.internal-page--single .article-hero.page-hero--single {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	min-height: auto;
	overflow: hidden;
	padding: 56px 0 60px;
	margin-bottom: 0;
	background: #003f30;
	color: var(--color-white);
}

.internal-page--single .article-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(105deg, rgba(0, 35, 27, 0.98) 0%, rgba(0, 87, 63, 0.88) 58%, rgba(3, 17, 13, 0.74) 100%),
		radial-gradient(circle at 82% 18%, rgba(34, 197, 94, 0.22), transparent 20rem);
}

.internal-page--single .article-hero::after {
	content: none;
}

.internal-page--single .article-hero__content.page-hero__content {
	position: relative;
	z-index: 1;
	width: min(100% - var(--article-gutter), var(--article-container));
	max-width: var(--article-container);
	margin-inline: auto;
	padding: 0;
}

.internal-page--single .article-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 900px;
	margin: 0 0 9px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.76rem;
	font-weight: 750;
	line-height: 1.4;
}

.internal-page--single .article-breadcrumb > * {
	min-width: 0;
}

.internal-page--single .article-breadcrumb a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.internal-page--single .article-breadcrumb a:hover {
	color: #86efac;
}

.internal-page--single .article-breadcrumb span:last-child {
	flex: 1 1 18ch;
	overflow: hidden;
	max-width: 42ch;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.internal-page--single .article-hero__category {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	margin: 0 0 9px;
	padding: 0 10px;
	border: 1px solid rgba(134, 239, 172, 0.32);
	border-radius: 999px;
	background: rgba(134, 239, 172, 0.1);
	color: #bbf7d0;
	font-size: 0.69rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.internal-page--single .page-hero__title.article-hero__title {
	max-width: 860px;
	margin: 0 0 18px;
	color: var(--color-white);
	font-size: 2.7rem;
	font-weight: 880;
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: balance;
}

.internal-page--single .single-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	max-width: 900px;
	margin-top: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.35;
}

.internal-page--single .single-post__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 29px;
	padding: 4px 9px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(10px);
}

.internal-page--single .single-post__meta > .single-post__meta-item::before {
	content: none;
	margin: 0;
}

.internal-page--single .single-post__meta-item span::before {
	content: none;
	margin: 0;
}

.internal-page--single .single-post__meta-item svg,
.article-about__button svg,
.article-related__link svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.internal-page--single .internal-section.single-post.article-main {
	padding: 40px 0 88px;
}

.internal-page--single .container.single-post__container {
	display: block;
	width: min(100% - var(--article-gutter), var(--article-container));
	max-width: var(--article-container);
	margin-left: auto;
	margin-right: auto;
}

.internal-page--single .container.single-post__container .single-post__featured-image {
	width: 100%;
	max-width: 920px;
	margin: 0 auto 40px;
	overflow: visible;
	border-radius: 12px;
	background: #e8f5ef;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.11);
}

.internal-page--single .container.single-post__container .single-post__featured-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
}

.internal-page--single .single-post__content.article-content {
	display: block;
	min-width: 0;
	width: 100%;
	max-width: var(--article-measure);
	margin-left: auto;
	margin-right: auto;
	color: #243b34;
	font-size: 18px;
	line-height: 1.78;
	text-align: left;
	transform: none;
	overflow-wrap: break-word;
}

.internal-page--single .single-post__content.article-content > * {
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 1.35em;
}

.internal-page--single .single-post__content.article-content > p:first-of-type,
.internal-page--single .single-post__content.article-content .article-lead {
	max-width: none;
	margin-bottom: 1.55em;
	color: #123f34;
	font-size: 1.08em;
	font-weight: 500;
	line-height: 1.72;
}

.internal-page--single .single-post__content.article-content p {
	max-width: none;
	margin-bottom: 1.35em;
	color: #214b40;
	font-size: inherit;
	line-height: inherit;
}

.internal-page--single .single-post__content.article-content h2 {
	margin: 2em 0 0.75em;
	padding-top: 0.25em;
	color: #053b2e;
	font-size: 2rem;
	font-weight: 780;
	line-height: 1.25;
	text-wrap: balance;
}

.internal-page--single .single-post__content.article-content h3 {
	margin: 1.7em 0 0.7em;
	color: #0a4b3a;
	font-size: 1.5rem;
	font-weight: 760;
	line-height: 1.3;
}

.internal-page--single .single-post__content.article-content h4 {
	margin: 1.6em 0 0.55em;
	color: #0a4b3a;
	font-size: 21px;
	line-height: 1.3;
}

.internal-page--single .single-post__content.article-content a {
	color: #00573f;
	font-weight: 750;
	text-decoration: underline;
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.2em;
}

.internal-page--single .single-post__content.article-content ul,
.internal-page--single .single-post__content.article-content ol {
	display: block;
	margin: 1.2em 0 1.35em;
	padding-left: 1.4em;
	color: #214b40;
	font-size: inherit;
	line-height: inherit;
}

.internal-page--single .single-post__content.article-content li {
	margin-bottom: 0.55em;
}

.internal-page--single .single-post__content.article-content li > ul,
.internal-page--single .single-post__content.article-content li > ol {
	margin: 0.75em 0 0.2em;
}

.internal-page--single .single-post__content.article-content li::marker {
	color: #007a58;
	font-weight: 850;
}

.internal-page--single .article-content blockquote {
	position: relative;
	margin: 2.4em 0;
	padding: 38px 42px 36px 46px;
	border-left: 6px solid #007a58;
	border-radius: 0 12px 12px 0;
	background:
		linear-gradient(135deg, rgba(229, 244, 237, 0.92), rgba(255, 255, 255, 0.94)),
		#ffffff;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.internal-page--single .article-content blockquote::before {
	content: "\201C";
	position: absolute;
	top: 6px;
	left: 22px;
	color: rgba(0, 87, 63, 0.18);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 88px;
	font-weight: 700;
	line-height: 1;
}

.internal-page--single .article-content blockquote p {
	position: relative;
	margin-bottom: 0.8em;
	color: #063f31;
	font-size: 23px;
	font-weight: 620;
	line-height: 1.75;
}

.internal-page--single .article-content blockquote p:last-child {
	margin-bottom: 0;
}

.internal-page--single .article-content figure,
.internal-page--single .article-content .wp-block-image {
	margin: 2.35em 0 2.55em;
}

.internal-page--single .article-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 20px 52px rgba(15, 23, 42, 0.14);
}

.internal-page--single .article-content figure img {
	width: 100%;
	object-fit: cover;
}

.internal-page--single .article-content figcaption,
.internal-page--single .article-content .wp-element-caption {
	max-width: 720px;
	margin: 16px auto 0;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 87, 63, 0.14);
	color: #5d736b;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.65;
	text-align: center;
}

.internal-page--single .article-content table {
	width: 100%;
	margin: 2em 0;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(0, 87, 63, 0.14);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	font-size: 0.95rem;
}

.internal-page--single .article-content th,
.internal-page--single .article-content td {
	padding: 15px 18px;
	border-bottom: 1px solid rgba(0, 87, 63, 0.1);
	text-align: left;
	vertical-align: top;
}

.internal-page--single .article-content th {
	background: #edf8f2;
	color: #063f31;
	font-weight: 850;
}

.internal-page--single .article-content tr:last-child td {
	border-bottom: 0;
}

.article-share,
.article-about,
.article-related {
	min-width: 0;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--article-measure);
}

.article-share {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 16px;
	border: 1px solid rgba(0, 87, 63, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.055);
}

.article-share h2 {
	margin: 0;
	color: #063f31;
	font-size: 0.92rem;
	font-weight: 850;
	line-height: 1.3;
}

.article-share__buttons {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 8px;
	justify-content: flex-end;
}

.article-sr-status {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.article-share__buttons a,
.article-share__buttons button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(0, 87, 63, 0.12);
	border-radius: 12px;
	background: #fbfdfb;
	color: #063f31;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1;
	box-shadow: none;
	cursor: pointer;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.article-share__buttons a:hover,
.article-share__buttons button:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 87, 63, 0.24);
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.article-about {
	position: relative;
	overflow: hidden;
	padding: 38px;
	border: 1px solid rgba(0, 87, 63, 0.14);
	border-radius: 12px;
	background:
		radial-gradient(circle at 92% 18%, rgba(134, 239, 172, 0.22), transparent 18rem),
		linear-gradient(135deg, rgba(0, 87, 63, 0.96), rgba(3, 17, 13, 0.96)),
		#003f30;
	color: var(--color-white);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.article-about::after {
	content: "";
	position: absolute;
	right: -72px;
	bottom: -96px;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	pointer-events: none;
}

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

.article-about__eyebrow {
	margin: 0 0 10px;
	color: #86efac;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-about h2 {
	max-width: 760px;
	margin: 0 0 12px;
	color: var(--color-white);
	font-size: 28px;
	line-height: 1.2;
}

.article-about p:not(.article-about__eyebrow) {
	max-width: 760px;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	line-height: 1.75;
}

.article-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: #22c55e;
	color: #052e1a;
	font-weight: 900;
	box-shadow: 0 16px 34px rgba(34, 197, 94, 0.24);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.article-about__button:hover {
	transform: translateY(-2px);
	background: #4ade80;
	box-shadow: 0 18px 38px rgba(34, 197, 94, 0.3);
}

.article-related__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.article-related__heading p {
	margin: 0 0 6px;
	color: #007a58;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-related__heading h2 {
	margin: 0;
	color: #063f31;
	font-size: 30px;
	line-height: 1.2;
}

.article-related__grid {
	display: grid;
	gap: 16px;
}

.article-related__card {
	overflow: hidden;
	border: 1px solid rgba(0, 87, 63, 0.12);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.article-related__card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 87, 63, 0.22);
	box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

.article-related__card a {
	display: grid;
	grid-template-columns: 236px minmax(0, 1fr);
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.article-related__media {
	margin: 0;
	min-height: 100%;
	overflow: hidden;
	background: #e8f5ef;
}

.article-related__media img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.article-related__body {
	display: grid;
	align-content: center;
	gap: 10px;
	padding: 22px 24px;
}

.article-related__card time {
	color: #64746c;
	font-size: 0.76rem;
	font-weight: 800;
}

.article-related__card h3 {
	margin: 0;
	color: #063f31;
	font-size: 1rem;
	line-height: 1.35;
}

.article-related__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: #007a58;
	font-weight: 850;
}

@media (max-width: 900px) {
	.internal-page--single .article-hero.page-hero--single {
		min-height: auto;
	}

	.internal-page--single .page-hero__title.article-hero__title {
		font-size: 2.2rem;
	}

	.internal-page--single .article-content h2 {
		font-size: 29px;
	}

	.article-related__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.article-page {
		--article-gutter: 40px;
	}

	.article-progress {
		height: 3px;
	}

	.internal-page--single .article-hero.page-hero--single {
		min-height: auto;
		padding: 44px 0 48px;
	}

	.internal-page--single .article-hero__content.page-hero__content,
	.internal-page--single .container.single-post__container {
		width: min(100% - var(--article-gutter), 100%);
		max-width: 100%;
		margin-inline: auto;
		min-width: 0;
	}

	.internal-page--single .article-hero__content.page-hero__content {
		padding: 0;
	}

	.internal-page--single .article-breadcrumb span:last-child {
		max-width: 24ch;
	}

	.internal-page--single .page-hero__title.article-hero__title {
		font-size: 2.1rem;
		font-weight: 880;
		line-height: 1.12;
		letter-spacing: 0;
	}

	.internal-page--single .single-post__meta {
		gap: 7px;
	}

	.internal-page--single .single-post__meta-item {
		min-height: 28px;
		padding: 4px 8px;
		font-size: 0.78rem;
	}

	.internal-page--single .container.single-post__container .single-post__featured-image {
		inline-size: auto;
		max-width: 100%;
		margin: 0 auto 34px;
		border-radius: 10px;
		width: 100%;
	}

	.internal-page--single .container.single-post__container .single-post__featured-image img {
		border-radius: 10px;
	}

	.internal-page--single .single-post__content.article-content,
	.internal-page--single .single-post__content.article-content p,
	.internal-page--single .single-post__content.article-content ul,
	.internal-page--single .single-post__content.article-content ol {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-left: auto;
		margin-right: auto;
		font-size: 16.5px;
		line-height: 1.75;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.internal-page--single .single-post__content.article-content > p:first-of-type,
	.internal-page--single .single-post__content.article-content .article-lead {
		font-size: 1.06em;
		line-height: 1.72;
	}

	.internal-page--single .single-post__content.article-content h2 {
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.internal-page--single .single-post__content.article-content h3 {
		font-size: 1.4rem;
		line-height: 1.3;
	}

	.internal-page--single .article-content blockquote {
		padding: 28px 24px 26px 28px;
		border-radius: 0 14px 14px 0;
	}

	.internal-page--single .article-content blockquote p {
		font-size: 19px;
		line-height: 1.7;
	}

	.internal-page--single .article-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.internal-page--single .article-share {
		align-items: flex-start;
		grid-template-columns: 1fr;
		inline-size: 100%;
		width: 100%;
		max-width: 100%;
		gap: 14px;
		padding: 16px;
		overflow: hidden;
	}

	.article-share__buttons {
		display: grid;
		grid-auto-flow: row;
		grid-auto-columns: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		justify-content: stretch;
		width: 100%;
	}

	.article-share__buttons a,
	.article-share__buttons button {
		width: 100%;
		min-width: 0;
		font-size: 0.78rem;
		min-height: 40px;
		padding-inline: 10px;
	}

	.internal-page--single .article-about {
		inline-size: 100%;
		width: 100%;
		max-width: 100%;
		padding: 22px;
		border-radius: 10px;
	}

	.article-about h2,
	.article-about p {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.article-about h2,
	.article-related__heading h2 {
		font-size: 24px;
	}

	.article-related__card a {
		grid-template-columns: 1fr;
	}

	.article-related__media img {
		aspect-ratio: 16 / 9;
	}

	.article-related__body {
		padding: 18px;
	}
}

@media (max-width: 480px) {
	.article-page {
		--article-gutter: 32px;
	}

	.internal-page--single .article-hero.page-hero--single {
		padding: 40px 0;
	}

	.internal-page--single .article-hero__content.page-hero__content,
	.internal-page--single .container.single-post__container {
		width: min(100% - var(--article-gutter), 100%);
	}

	.internal-page--single .page-hero__title.article-hero__title {
		font-size: 30px;
	}

	.internal-page--single .single-post__content.article-content,
	.internal-page--single .single-post__content.article-content p,
	.internal-page--single .single-post__content.article-content ul,
	.internal-page--single .single-post__content.article-content ol {
		font-size: 16px;
		line-height: 1.75;
	}
}

@media (prefers-reduced-motion: reduce) {
	.article-progress span,
	.article-share__buttons a,
	.article-share__buttons button,
	.article-about__button,
	.article-related__card {
		transition: none;
	}
}

/* Final single article layout override - 2026 */
.internal-page--single .article-hero.page-hero.page-hero--single {
	min-height: 0 !important;
	padding-top: 24px !important;
	padding-bottom: 26px !important;
	margin-bottom: 0 !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__content {
	width: min(100% - 64px, 900px) !important;
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-breadcrumb {
	font-size: 11px !important;
	line-height: 1.35 !important;
	margin-bottom: 8px !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__category {
	font-size: 11px !important;
	line-height: 1.3 !important;
	margin-bottom: 8px !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__title {
	max-width: 720px !important;
	font-size: clamp(1.75rem, 2.45vw, 2.25rem) !important;
	line-height: 1.12 !important;
	letter-spacing: -0.01em !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .single-post__meta {
	margin-top: 6px !important;
	gap: 10px !important;
	font-size: 11px !important;
	line-height: 1.35 !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .single-post__meta svg {
	width: 13px !important;
	height: 13px !important;
}

.internal-page--single main.article-main.single-post {
	padding-top: 24px !important;
	padding-bottom: 88px !important;
}

.internal-page--single main.article-main.single-post .single-post__container {
	width: min(100% - 64px, 1080px) !important;
	max-width: 1080px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}

.internal-page--single main.article-main.single-post .single-post__featured-image {
	width: 100% !important;
	max-width: 860px !important;
	margin: 0 auto 36px auto !important;
	aspect-ratio: auto !important;
}

.internal-page--single main.article-main.single-post .single-post__featured-image img {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
	display: block !important;
	border-radius: 18px !important;
}

.internal-page--single main.article-main.single-post .single-post__content.article-content {
	width: 100% !important;
	max-width: 880px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 18px !important;
	line-height: 1.82 !important;
	text-align: left !important;
	display: block !important;
	columns: auto !important;
}

.internal-page--single main.article-main.single-post .single-post__content.article-content > * {
	max-width: none !important;
}

.internal-page--single main.article-main.single-post .single-post__content.article-content p {
	width: 100% !important;
	max-width: none !important;
	font-size: inherit !important;
	line-height: inherit !important;
	margin-bottom: 1.35em !important;
}

.internal-page--single main.article-main.single-post .single-post__content.article-content .article-lead {
	width: 100% !important;
	max-width: none !important;
	font-size: 1.08em !important;
	line-height: 1.78 !important;
}

.internal-page--single main.article-main.single-post .single-post__content.article-content h2 {
	max-width: none !important;
	font-size: clamp(1.55rem, 2.2vw, 2rem) !important;
	line-height: 1.25 !important;
	margin-top: 2em !important;
	margin-bottom: 0.75em !important;
}

.internal-page--single main.article-main.single-post .single-post__content.article-content h3 {
	max-width: none !important;
	font-size: clamp(1.25rem, 1.8vw, 1.5rem) !important;
	line-height: 1.3 !important;
	margin-top: 1.7em !important;
	margin-bottom: 0.7em !important;
}

.internal-page--single main.article-main.single-post .single-post__content.article-content ul,
.internal-page--single main.article-main.single-post .single-post__content.article-content ol {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	font-size: inherit !important;
	line-height: inherit !important;
	padding-left: 1.4em !important;
	margin-bottom: 1.35em !important;
}

@media (max-width: 768px) {
	.internal-page--single .article-hero.page-hero.page-hero--single {
		padding-top: 22px !important;
		padding-bottom: 24px !important;
	}

	.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__content {
		width: min(100% - 40px, 100%) !important;
	}

	.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__title {
		max-width: 100% !important;
		font-size: clamp(1.65rem, 7vw, 2.05rem) !important;
	}

	.internal-page--single main.article-main.single-post .single-post__container {
		width: min(100% - 40px, 100%) !important;
	}

	.internal-page--single main.article-main.single-post .single-post__featured-image {
		max-width: 100% !important;
	}

	.internal-page--single main.article-main.single-post .single-post__featured-image img {
		height: auto !important;
		max-height: none !important;
		aspect-ratio: auto !important;
		object-fit: contain !important;
	}

	.internal-page--single main.article-main.single-post .single-post__content.article-content {
		max-width: 100% !important;
		font-size: 16.5px !important;
		line-height: 1.75 !important;
	}
}

@media (max-width: 480px) {
	.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__content,
	.internal-page--single main.article-main.single-post .single-post__container {
		width: min(100% - 32px, 100%) !important;
	}

	.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__title {
		font-size: 1.75rem !important;
	}

	.internal-page--single main.article-main.single-post .single-post__content.article-content {
		font-size: 16px !important;
	}
}

/* Final override from DevTools audit - single post article */

body.single.internal-page--single .article-hero.page-hero.page-hero--single,
body.single-post.internal-page--single .article-hero.page-hero.page-hero--single,
.internal-page--single .article-hero.page-hero.page-hero--single {
  min-height: 0 !important;
  padding-top: 48px !important;
  padding-bottom: 22px !important;
  margin-bottom: 0 !important;
}

body.single.internal-page--single .page-hero__title.article-hero__title,
body.single-post.internal-page--single .page-hero__title.article-hero__title,
.internal-page--single .page-hero__title.article-hero__title,
.internal-page--single .page-hero__title {
  max-width: 680px !important;
  font-size: clamp(1.45rem, 2vw, 1.85rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.005em !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

body.single.internal-page--single .article-hero__content,
body.single-post.internal-page--single .article-hero__content,
.internal-page--single .article-hero__content {
  width: min(100% - 64px, 840px) !important;
  max-width: 840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single.internal-page--single main.article-main.single-post,
body.single-post.internal-page--single main.article-main.single-post,
.internal-page--single main.article-main.single-post {
  padding-top: 28px !important;
  padding-bottom: 84px !important;
}

body.single.internal-page--single .single-post__container,
body.single-post.internal-page--single .single-post__container,
.internal-page--single .single-post__container {
  width: min(100% - 64px, 1040px) !important;
  max-width: 1040px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

body.single.internal-page--single .single-post__featured-image,
body.single-post.internal-page--single .single-post__featured-image,
.internal-page--single .single-post__featured-image {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto 34px auto !important;
  overflow: visible !important;
}

body.single.internal-page--single .single-post__featured-image img,
body.single-post.internal-page--single .single-post__featured-image img,
.internal-page--single .single-post__featured-image img,
.internal-page--single img.wp-post-image {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 16px !important;
}

body.single.internal-page--single .single-post__content,
body.single-post.internal-page--single .single-post__content,
.internal-page--single .single-post__content,
.internal-page--single .single-post__content.article-content {
  width: 100% !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 18px !important;
  line-height: 1.82 !important;
  text-align: left !important;
  display: block !important;
  columns: auto !important;
}

body.single.internal-page--single .single-post__content > *,
body.single-post.internal-page--single .single-post__content > *,
.internal-page--single .single-post__content > *,
.internal-page--single .single-post__content.article-content > * {
  width: 100% !important;
  max-width: none !important;
}

body.single.internal-page--single .single-post__content p,
body.single-post.internal-page--single .single-post__content p,
.internal-page--single .single-post__content p,
.internal-page--single .single-post__content.article-content p {
  width: 100% !important;
  max-width: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 1.35em !important;
}

body.single.internal-page--single .single-post__content .article-lead,
body.single-post.internal-page--single .single-post__content .article-lead,
.internal-page--single .single-post__content .article-lead {
  width: 100% !important;
  max-width: none !important;
  font-size: 1.06em !important;
  line-height: 1.78 !important;
}

@media (max-width: 768px) {
  .internal-page--single .article-hero.page-hero.page-hero--single {
    padding-top: 48px !important;
    padding-bottom: 20px !important;
  }

  .internal-page--single .article-hero__content,
  .internal-page--single .single-post__container {
    width: min(100% - 40px, 100%) !important;
  }

  .internal-page--single .page-hero__title.article-hero__title,
  .internal-page--single .page-hero__title {
    max-width: 100% !important;
    font-size: clamp(1.35rem, 5.8vw, 1.75rem) !important;
  }

  .internal-page--single .single-post__featured-image {
    max-width: 100% !important;
  }

  .internal-page--single .single-post__featured-image img,
  .internal-page--single img.wp-post-image {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  .internal-page--single .single-post__content,
  .internal-page--single .single-post__content.article-content {
    max-width: 100% !important;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
  }
}

@media (max-width: 480px) {
  .internal-page--single .article-hero.page-hero.page-hero--single {
    padding-top: 46px !important;
    padding-bottom: 18px !important;
  }

  .internal-page--single .article-hero__content,
  .internal-page--single .single-post__container {
    width: min(100% - 32px, 100%) !important;
  }

  .internal-page--single .page-hero__title.article-hero__title,
  .internal-page--single .page-hero__title {
    font-size: 1.45rem !important;
  }

  .internal-page--single .single-post__content,
  .internal-page--single .single-post__content.article-content {
    font-size: 16px !important;
  }
}

/* Final compact article layout and typography correction */

/* Compact article hero */
.internal-page--single .article-hero.page-hero.page-hero--single {
  min-height: 0 !important;
  padding-top: 42px !important;
  padding-bottom: 18px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__content,
.internal-page--single .article-hero.page-hero.page-hero--single .page-hero__content {
  width: min(100% - 64px, 780px) !important;
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-breadcrumb {
  font-size: 10px !important;
  line-height: 1.35 !important;
  margin-bottom: 6px !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__category {
  font-size: 10px !important;
  line-height: 1.25 !important;
  margin-bottom: 6px !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .article-hero__title,
.internal-page--single .article-hero.page-hero.page-hero--single .page-hero__title {
  max-width: 620px !important;
  font-size: clamp(1.35rem, 1.75vw, 1.65rem) !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  padding-top: 0 !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .single-post__meta {
  margin-top: 4px !important;
  gap: 8px !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .single-post__meta-item {
  gap: 4px !important;
}

.internal-page--single .article-hero.page-hero.page-hero--single .single-post__meta svg {
  width: 11px !important;
  height: 11px !important;
}

/* Article main spacing */
.internal-page--single main.article-main.single-post,
.internal-page--single .article-main.single-post {
  padding-top: 26px !important;
  padding-bottom: 80px !important;
}

.internal-page--single .single-post__container {
  width: min(100% - 64px, 960px) !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

/* Featured image: infographic must not crop */
.internal-page--single .single-post__featured-image {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 auto 30px auto !important;
  overflow: visible !important;
}

.internal-page--single .single-post__featured-image img,
.internal-page--single img.wp-post-image {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 16px !important;
}

/* Readable editorial article width */
.internal-page--single .single-post__content,
.internal-page--single .single-post__content.article-content {
  width: 100% !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  text-align: left !important;
  text-wrap: pretty;
  display: block !important;
  columns: auto !important;
}

.internal-page--single .single-post__content > *,
.internal-page--single .single-post__content.article-content > * {
  max-width: 100% !important;
}

.internal-page--single .single-post__content p,
.internal-page--single .single-post__content.article-content p {
  width: auto !important;
  max-width: 700px !important;
  margin-top: 0 !important;
  margin-bottom: 1.1em !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  text-align: left !important;
  text-wrap: pretty;
}

.internal-page--single .single-post__content .article-lead,
.internal-page--single .single-post__content.article-content .article-lead {
  width: auto !important;
  max-width: 700px !important;
  font-size: 1.04em !important;
  line-height: 1.7 !important;
  margin-bottom: 1.2em !important;
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  text-align: left !important;
}

.internal-page--single .single-post__content h2,
.internal-page--single .single-post__content.article-content h2 {
  width: auto !important;
  max-width: 700px !important;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem) !important;
  line-height: 1.28 !important;
  margin-top: 1.8em !important;
  margin-bottom: 0.65em !important;
  letter-spacing: -0.01em !important;
}

.internal-page--single .single-post__content h3,
.internal-page--single .single-post__content.article-content h3 {
  width: auto !important;
  max-width: 700px !important;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem) !important;
  line-height: 1.3 !important;
  margin-top: 1.55em !important;
  margin-bottom: 0.55em !important;
}

.internal-page--single .single-post__content ul,
.internal-page--single .single-post__content ol,
.internal-page--single .single-post__content.article-content ul,
.internal-page--single .single-post__content.article-content ol {
  width: auto !important;
  max-width: 700px !important;
  display: block !important;
  font-size: inherit !important;
  line-height: 1.72 !important;
  padding-left: 1.25em !important;
  margin-top: 0 !important;
  margin-bottom: 1.1em !important;
}

.internal-page--single .single-post__content li,
.internal-page--single .single-post__content.article-content li {
  margin-bottom: 0.45em !important;
}

.internal-page--single .single-post__content img,
.internal-page--single .single-post__content.article-content img {
  max-width: 100% !important;
  height: auto !important;
}

.internal-page--single .single-post__content table,
.internal-page--single .single-post__content.article-content table {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  overflow-x: auto !important;
}

/* Responsive */
@media (max-width: 768px) {
  .internal-page--single .article-hero.page-hero.page-hero--single {
    padding-top: 44px !important;
    padding-bottom: 16px !important;
  }

  .internal-page--single .article-hero.page-hero.page-hero--single .article-hero__content,
  .internal-page--single .article-hero.page-hero.page-hero--single .page-hero__content,
  .internal-page--single .single-post__container {
    width: min(100% - 40px, 100%) !important;
    max-width: 100% !important;
  }

  .internal-page--single .article-hero.page-hero.page-hero--single .article-hero__title,
  .internal-page--single .article-hero.page-hero.page-hero--single .page-hero__title {
    max-width: 100% !important;
    font-size: clamp(1.3rem, 5.2vw, 1.65rem) !important;
  }

  .internal-page--single .single-post__featured-image {
    max-width: 100% !important;
  }

  .internal-page--single .single-post__featured-image img,
  .internal-page--single img.wp-post-image {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  .internal-page--single .single-post__content,
  .internal-page--single .single-post__content.article-content {
    max-width: 100% !important;
    font-size: 16.5px !important;
    line-height: 1.68 !important;
  }

  .internal-page--single .single-post__content p,
  .internal-page--single .single-post__content.article-content p,
  .internal-page--single .single-post__content .article-lead,
  .internal-page--single .single-post__content.article-content .article-lead,
  .internal-page--single .single-post__content h2,
  .internal-page--single .single-post__content.article-content h2,
  .internal-page--single .single-post__content h3,
  .internal-page--single .single-post__content.article-content h3,
  .internal-page--single .single-post__content ul,
  .internal-page--single .single-post__content ol,
  .internal-page--single .single-post__content.article-content ul,
  .internal-page--single .single-post__content.article-content ol {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .internal-page--single .article-hero.page-hero.page-hero--single {
    padding-top: 42px !important;
    padding-bottom: 14px !important;
  }

  .internal-page--single .article-hero.page-hero.page-hero--single .article-hero__content,
  .internal-page--single .article-hero.page-hero.page-hero--single .page-hero__content,
  .internal-page--single .single-post__container {
    width: min(100% - 32px, 100%) !important;
  }

  .internal-page--single .article-hero.page-hero.page-hero--single .article-hero__title,
  .internal-page--single .article-hero.page-hero.page-hero--single .page-hero__title {
    font-size: 1.4rem !important;
  }

  .internal-page--single .single-post__content,
  .internal-page--single .single-post__content.article-content {
    font-size: 16px !important;
    line-height: 1.66 !important;
  }

  .internal-page--single .single-post__content p,
  .internal-page--single .single-post__content.article-content p {
    margin-bottom: 1em !important;
  }
}

/* Final strict article text column correction */

.internal-page--single .single-post__content,
.internal-page--single article.single-post__content,
.internal-page--single .single-post__content.article-content {
  box-sizing: border-box !important;
  width: min(100%, 700px) !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  text-align: left !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.internal-page--single .single-post__content > *,
.internal-page--single article.single-post__content > *,
.internal-page--single .single-post__content.article-content > * {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 700px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.internal-page--single .single-post__content p,
.internal-page--single article.single-post__content p,
.internal-page--single .single-post__content.article-content p {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 700px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 1.1em !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  text-align: left !important;
  white-space: normal !important;
}

.internal-page--single .single-post__content .article-lead,
.internal-page--single article.single-post__content .article-lead,
.internal-page--single .single-post__content.article-content .article-lead {
  width: 100% !important;
  max-width: 700px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 17.5px !important;
  line-height: 1.7 !important;
  margin-bottom: 1.2em !important;
  text-align: left !important;
}

.internal-page--single .single-post__content h2,
.internal-page--single article.single-post__content h2,
.internal-page--single .single-post__content.article-content h2,
.internal-page--single .single-post__content h3,
.internal-page--single article.single-post__content h3,
.internal-page--single .single-post__content.article-content h3,
.internal-page--single .single-post__content ul,
.internal-page--single article.single-post__content ul,
.internal-page--single .single-post__content.article-content ul,
.internal-page--single .single-post__content ol,
.internal-page--single article.single-post__content ol,
.internal-page--single .single-post__content.article-content ol {
  width: 100% !important;
  max-width: 700px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.internal-page--single .single-post__content ul,
.internal-page--single article.single-post__content ul,
.internal-page--single .single-post__content.article-content ul,
.internal-page--single .single-post__content ol,
.internal-page--single article.single-post__content ol,
.internal-page--single .single-post__content.article-content ol {
  padding-left: 1.25em !important;
  margin-bottom: 1.1em !important;
}

.internal-page--single .single-post__content li,
.internal-page--single article.single-post__content li,
.internal-page--single .single-post__content.article-content li {
  margin-bottom: 0.45em !important;
  line-height: 1.72 !important;
}

@media (max-width: 768px) {
  .internal-page--single .single-post__content,
  .internal-page--single article.single-post__content,
  .internal-page--single .single-post__content.article-content {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16.5px !important;
    line-height: 1.68 !important;
  }

  .internal-page--single .single-post__content > *,
  .internal-page--single article.single-post__content > *,
  .internal-page--single .single-post__content.article-content > *,
  .internal-page--single .single-post__content p,
  .internal-page--single article.single-post__content p,
  .internal-page--single .single-post__content.article-content p {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .internal-page--single .single-post__content,
  .internal-page--single article.single-post__content,
  .internal-page--single .single-post__content.article-content {
    font-size: 16px !important;
    line-height: 1.66 !important;
  }

  .internal-page--single .single-post__content p,
  .internal-page--single article.single-post__content p,
  .internal-page--single .single-post__content.article-content p {
    margin-bottom: 1em !important;
  }
}
