:root {
	--everfresh-article-text: #24284f;
	--everfresh-article-muted: #5b6572;
	--everfresh-article-line: #d7dbe3;
	--everfresh-article-accent: var(--color-green-1, #5EA423);
	--everfresh-article-accent-dark: var(--color-green-5, #418F00);
}

body.single-post {
	background: #fff !important;
}

body.single-post > header {
	z-index: 9999 !important;
}

body.single-post main {
	background: #fff;
	clear: both;
}

body.single-post .single-resource-hero + svg {
	display: none;
}

.everfresh-article-template {
	background: #fff;
	position: relative;
	color: var(--everfresh-article-text);
	margin: 0;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 5vw, 5rem) clamp(3rem, 7vw, 6rem);
	width: 100%;
}

.everfresh-article-template__wrap {
	align-items: start;
	display: grid;
	grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
	gap: clamp(2.5rem, 5vw, 6.5rem);
	margin: 0 auto;
	max-width: min(1720px, calc(100vw - 4rem));
	width: 100%;
}

.everfresh-article-template__sidebar {
	align-content: start;
	align-self: start;
	display: grid;
	gap: 2rem;
}

@media (min-width: 981px) {
	.everfresh-article-template__sidebar.is-fixed {
		background: #fff;
		overflow-y: auto;
		position: fixed;
		z-index: 20;
	}
}

.everfresh-article-template__image {
	aspect-ratio: 1.42 / 1;
	background: var(--color-grey-lighter, #f9f9fb);
	border-radius: 36px;
	margin: 0;
	overflow: hidden;
}

.everfresh-article-template__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.everfresh-article-template__author {
	align-items: center;
	border-bottom: 1px solid var(--everfresh-article-line);
	display: grid;
	gap: 0.85rem;
	justify-items: center;
	padding-bottom: 2rem;
	text-align: center;
}

.everfresh-article-template__author-avatar {
	display: none !important;
}

.everfresh-article-template__author-details {
	display: grid;
	gap: 0.25rem;
	justify-items: center;
}

.everfresh-article-template__author-label {
	color: var(--everfresh-article-muted);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.everfresh-article-template__author-avatar,
.everfresh-article-template__author-avatar img {
	border-radius: 50%;
	display: block;
}

.everfresh-article-template__author-avatar img {
	height: 76px;
	width: 76px;
}

.everfresh-article-template__author-name {
	color: var(--everfresh-article-text);
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.everfresh-article-template__author p {
	color: var(--everfresh-article-muted);
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	line-height: 1.45;
	margin: 0.35rem 0 0;
}

.everfresh-article-template__toc {
	border-bottom: 1px solid var(--everfresh-article-line);
	padding-bottom: 2rem;
}

.everfresh-article-template__toc h2 {
	color: var(--everfresh-article-text);
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem;
}

.everfresh-article-template__toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.everfresh-article-template__toc li + li {
	margin-top: 0.65rem;
}

.everfresh-article-template__toc a,
.everfresh-article-template__toc a:link,
.everfresh-article-template__toc a:visited {
	color: var(--everfresh-article-text) !important;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.everfresh-article-template__toc a:hover,
.everfresh-article-template__toc a:active,
.everfresh-article-template__toc a:focus-visible {
	color: var(--everfresh-article-accent) !important;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.everfresh-article-template__main {
	min-width: 0;
	position: relative;
	max-width: 1040px;
}

.everfresh-article-template__header {
	border-bottom: 1px solid var(--everfresh-article-line);
	margin-bottom: clamp(2rem, 4vw, 3rem);
	padding-bottom: clamp(1.75rem, 4vw, 3rem);
}

.everfresh-article-template__eyebrow {
	color: var(--everfresh-article-accent);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.6rem;
}

.everfresh-article-template__header h1 {
	color: var(--everfresh-article-text);
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: clamp(2.25rem, 4.2vw, 4rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 0 -0.32em;
	max-width: calc(100% + 0.32em);
	padding-left: 0;
}

.everfresh-article-template__meta {
	align-items: center;
	color: var(--everfresh-article-text);
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.75rem 1rem;
	line-height: 1.3;
	margin-top: 1.6rem;
}

.everfresh-article-template__meta span + span::before {
	content: "|";
	font-weight: 500;
	margin-right: 1rem;
}

.everfresh-article-template__dek {
	color: var(--everfresh-article-text);
	font-size: clamp(1.15rem, 1.6vw, 1.45rem);
	line-height: 1.55;
	margin-top: 1.5rem;
	max-width: 48rem;
}

.everfresh-article-template__dek p {
	margin: 0;
}

.everfresh-article-template__share {
	display: grid;
	gap: 1.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -4rem;
	top: 0.2rem;
}

.everfresh-article-template__share-link,
.everfresh-article-template__share-link:link,
.everfresh-article-template__share-link:visited {
	align-items: center;
	color: var(--everfresh-article-text) !important;
	display: flex;
	height: 1.35rem;
	justify-content: center;
	text-decoration: none;
	width: 1.35rem;
}

.everfresh-article-template__share-link svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.everfresh-article-template__share-link span {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.everfresh-article-template__share-link:hover,
.everfresh-article-template__share-link:active,
.everfresh-article-template__share-link:focus-visible {
	color: var(--everfresh-article-accent) !important;
}

.everfresh-article-template__content {
	color: var(--everfresh-article-text);
	font-size: 1.08rem;
	line-height: 1.75;
	max-width: 920px;
}

.everfresh-article-template__content h2 {
	color: var(--everfresh-article-text);
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 2.8rem 0 1rem;
	scroll-margin-top: calc(var(--header-height, 100px) + 1.5rem);
}

.everfresh-article-template__content h3,
.everfresh-article-template__content h4 {
	color: var(--everfresh-article-text);
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 2rem 0 0.85rem;
}

.everfresh-article-template__content p,
.everfresh-article-template__content li {
	color: var(--everfresh-article-text);
	font-size: 1.08rem;
	line-height: 1.75;
}

.everfresh-article-template__content p {
	margin-bottom: 1.35rem;
}

.everfresh-article-template__content a:not(.wp-block-button__link):not(.wp-element-button) {
	color: var(--everfresh-article-accent);
	text-decoration-color: currentColor;
}

@media (max-width: 1380px) {
	.everfresh-article-template__share {
		position: static;
		display: flex;
		gap: 1rem;
		margin: -1.25rem 0 2rem;
	}
}

@media (max-width: 980px) {
	.everfresh-article-template {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.everfresh-article-template__main,
	.everfresh-article-template__content {
		max-width: 100%;
	}

	.everfresh-article-template__wrap {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.everfresh-article-template__sidebar {
		gap: 1.5rem;
	}

	.everfresh-article-template__image {
		aspect-ratio: 16 / 9;
		border-radius: 24px;
		max-width: 620px;
	}

	.everfresh-article-template__author {
		max-width: 620px;
	}

	.everfresh-article-template__toc {
		max-width: 620px;
	}

	.everfresh-article-template__header h1 {
		max-width: 100%;
	}

	body.single-post .everfresh-article-template__content p,
	body.single-post .everfresh-article-template__content li {
		line-height: 1.5;
	}

	body.single-post .everfresh-article-template__content p {
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 620px) {
	.everfresh-article-template__author-avatar img {
		height: 64px;
		width: 64px;
	}

	.everfresh-article-template__meta {
		display: grid;
		gap: 0.35rem;
	}

	.everfresh-article-template__meta span + span::before {
		content: none;
	}

	.everfresh-article-template__share {
		margin-top: -0.75rem;
	}
}

.everfresh-article-template__content > .yoast-reading-time__wrapper:first-child,
.everfresh-article-template__content > .wp-block-cover:first-child,
.everfresh-article-template__content > .wp-block-group:first-child:has(.yoast-reading-time__wrapper) {
	display: none !important;
}

body.single-post .everfresh-article-template__content.entry-content {
	position: static !important;
}

body.single-post .everfresh-article-template__content .yoast-reading-time__wrapper {
	position: static !important;
	transform: none !important;
	width: auto !important;
}

.everfresh-article-template__content > .wp-block-buttons:first-child,
.everfresh-article-template__content > hr:first-child + .wp-block-buttons,
.everfresh-article-template__content > .wp-block-separator:first-child + .wp-block-buttons {
	justify-content: flex-start;
	margin: 0 0 2rem;
	padding: 0;
}

.everfresh-article-template__content > hr:first-child,
.everfresh-article-template__content > .wp-block-separator:first-child {
	margin: 0 0 1.5rem;
}

.everfresh-article-template__content .wp-block-buttons:has(.wp-block-button:only-child) {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin: 1.25rem 0 2rem;
}

.everfresh-article-template__sidebar-cta {
	padding: 0.5rem 0 0;
}

.everfresh-article-template__sidebar-cta .wp-block-buttons {
	display: flex;
	justify-content: center;
	margin: 0;
}

.everfresh-article-template__sidebar-cta .wp-block-button__link,
.everfresh-article-template__sidebar-cta .wp-element-button {
	font-size: 0.95rem;
	max-width: 100%;
	text-align: center;
	white-space: normal;
}

@media (min-width: 981px) {
	.everfresh-article-template {
		padding-left: clamp(2rem, 4vw, 4rem);
		padding-right: clamp(2rem, 4vw, 4rem);
	}

	.everfresh-article-template__wrap {
		grid-template-columns: clamp(280px, 28vw, 440px) minmax(720px, 1fr) !important;
		gap: clamp(2rem, 4vw, 4.5rem) !important;
		max-width: min(1760px, 94vw) !important;
		width: 100% !important;
	}

	.everfresh-article-template__sidebar {
		justify-self: end;
		max-width: 440px;
		min-width: 0;
		width: 100%;
	}

	.everfresh-article-template__main {
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	.everfresh-article-template__header h1 {
		max-width: 980px;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: manual;
	}

	.everfresh-article-template__content {
		max-width: 900px;
	}
}

@media (min-width: 981px) and (max-width: 1240px) {
	.everfresh-article-template__wrap {
		grid-template-columns: minmax(240px, 340px) minmax(0, 1fr) !important;
	}

	.everfresh-article-template__header h1 {
		font-size: clamp(2.15rem, 5vw, 3.25rem);
	}
}

@media (min-width: 981px) {
	.everfresh-article-template__wrap {
		margin-left: clamp(1.5rem, 8vw, 10rem) !important;
		margin-right: 0 !important;
		max-width: calc(100vw - clamp(3rem, 10vw, 12rem)) !important;
	}
}

body.single-post .everfresh-article-template {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__wrap {
		margin-left: max(2rem, calc((100vw - 1760px) / 2 + 2rem)) !important;
		margin-right: 0 !important;
		max-width: calc(100vw - max(4rem, calc((100vw - 1760px) / 2 + 4rem))) !important;
	}
}

@media (min-width: 1381px) {
	body.single-post .everfresh-article-template__share {
		right: 1.5rem !important;
	}
}

@media (min-width: 1381px) {
	body.single-post .everfresh-article-template__main {
		max-width: 1260px;
	}

	body.single-post .everfresh-article-template__header h1 {
		max-width: 1120px;
	}

	body.single-post .everfresh-article-template__dek,
	body.single-post .everfresh-article-template__content {
		max-width: 960px;
	}

	body.single-post .everfresh-article-template__share {
		right: 3rem !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__main {
		position: relative;
	}

	body.single-post .everfresh-article-template__share {
		align-items: center !important;
		display: flex !important;
		gap: 1rem !important;
		margin: 0 !important;
		position: absolute !important;
		right: 0 !important;
		top: 0.1rem !important;
	}

	body.single-post .everfresh-article-template__header {
		padding-right: 8rem;
	}

	body.single-post .everfresh-article-template__header h1 {
		max-width: 100% !important;
	}
}

@media (min-width: 981px) and (max-width: 1180px) {
	body.single-post .everfresh-article-template__share {
		position: static !important;
		margin: -0.25rem 0 1.25rem !important;
	}

	body.single-post .everfresh-article-template__header {
		padding-right: 0;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__header {
		padding-right: 0 !important;
	}

	body.single-post .everfresh-article-template__header h1 {
		max-width: none !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__share {
		right: 0 !important;
		top: 0.1rem !important;
		z-index: 3;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__header {
		text-align: center;
	}

	body.single-post .everfresh-article-template__eyebrow,
	body.single-post .everfresh-article-template__header h1,
	body.single-post .everfresh-article-template__meta,
	body.single-post .everfresh-article-template__dek {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body.single-post .everfresh-article-template__meta {
		justify-content: center;
	}

	body.single-post .everfresh-article-template__dek {
		max-width: 960px;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__header {
		text-align: left !important;
	}

	body.single-post .everfresh-article-template__eyebrow,
	body.single-post .everfresh-article-template__header h1,
	body.single-post .everfresh-article-template__meta,
	body.single-post .everfresh-article-template__dek {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.single-post .everfresh-article-template__meta {
		justify-content: flex-start !important;
	}

	body.single-post .everfresh-article-template__header h1 {
		text-align: left !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__share {
		right: 2.5rem !important;
	}
}

body.single-post .everfresh-article-template__sidebar-placeholder {
	display: none !important;
}

body.single-post .everfresh-article-template__sidebar.is-fixed {
	max-height: none !important;
	overflow: visible !important;
	position: static !important;
	width: 100% !important;
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar {
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 2rem) !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-fixed {
		max-height: calc(100vh - var(--header-height, 100px) - 3rem) !important;
		overflow-y: auto !important;
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 2rem) !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__sidebar-placeholder {
		display: none !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar {
		display: grid !important;
		gap: 2rem !important;
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 2rem) !important;
	}

	body.single-post .everfresh-article-template__author {
		position: static !important;
		z-index: auto !important;
	}
}

body.single-post .everfresh-article-template__author p {
	font-size: 0.9rem !important;
	letter-spacing: 0.03em !important;
	line-height: 1.35 !important;
	max-width: 20rem;
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar,
	body.single-post .everfresh-article-template__sidebar.is-fixed {
		max-height: none !important;
		overflow: visible !important;
		position: static !important;
		top: auto !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__toc {
		background: #fff;
		max-height: calc(100vh - var(--header-height, 100px) - 3rem);
		overflow-y: auto;
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 1.5rem) !important;
		z-index: 5;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar,
	body.single-post .everfresh-article-template__sidebar.is-fixed {
		display: grid !important;
		gap: 2rem !important;
		max-height: calc(100vh - var(--header-height, 100px) - 3rem) !important;
		overflow-y: auto !important;
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 1.5rem) !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck {
		gap: 1.25rem !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__image,
	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__author {
		display: none !important;
	}

	body.single-post .everfresh-article-template__toc {
		max-height: none !important;
		overflow: visible !important;
		position: static !important;
		top: auto !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar {
		align-content: start !important;
		display: grid !important;
		grid-template-areas:
			"image"
			"author"
			"toc"
			"cta" !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: auto auto auto auto !important;
		gap: 2rem !important;
		max-height: calc(100vh - var(--header-height, 100px) - 3rem) !important;
		overflow-y: auto !important;
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 1.5rem) !important;
	}

	body.single-post .everfresh-article-template__image {
		grid-area: image !important;
		margin: 0 !important;
		position: relative !important;
		transform: none !important;
		z-index: 1 !important;
	}

	body.single-post .everfresh-article-template__author {
		background: #fff !important;
		grid-area: author !important;
		margin: 0 !important;
		position: relative !important;
		transform: none !important;
		z-index: 2 !important;
	}

	body.single-post .everfresh-article-template__toc {
		grid-area: toc !important;
		margin: 0 !important;
		position: static !important;
		transform: none !important;
	}

	body.single-post .everfresh-article-template__sidebar-cta {
		grid-area: cta !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck {
		grid-template-areas:
			"toc"
			"cta" !important;
		grid-template-rows: auto auto !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__image,
	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__author {
		display: none !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar.is-stuck {
		grid-template-areas:
			"author"
			"toc"
			"cta" !important;
		grid-template-rows: auto auto auto !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__image {
		display: none !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__author {
		display: grid !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar,
	body.single-post .everfresh-article-template__sidebar.is-fixed,
	body.single-post .everfresh-article-template__sidebar.is-stuck {
		display: grid !important;
		grid-template-areas:
			"image"
			"sticky" !important;
		grid-template-rows: auto auto !important;
		gap: 2rem !important;
		max-height: none !important;
		overflow: visible !important;
		position: static !important;
		top: auto !important;
	}

	body.single-post .everfresh-article-template__image {
		display: block !important;
		grid-area: image !important;
	}

	body.single-post .everfresh-article-template__sticky-info {
		align-content: start;
		display: grid;
		gap: 2rem;
		grid-area: sticky;
		max-height: calc(100vh - var(--header-height, 100px) - 3rem);
		overflow-y: auto;
		position: sticky;
		top: calc(var(--header-height, 100px) + 1.5rem);
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__image,
	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__author {
		display: revert !important;
	}

	body.single-post .everfresh-article-template__toc {
		position: static !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__image {
		display: block !important;
	}

	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__author {
		display: grid !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__sidebar,
	body.single-post .everfresh-article-template__sidebar.is-fixed,
	body.single-post .everfresh-article-template__sidebar.is-stuck {
		display: block !important;
		max-height: none !important;
		overflow: visible !important;
		position: static !important;
		top: auto !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__image,
	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__image {
		display: block !important;
		margin: 0 0 2rem !important;
		position: relative !important;
		transform: none !important;
	}

	body.single-post .everfresh-article-template__sticky-info {
		align-content: start !important;
		display: grid !important;
		gap: 2rem !important;
		grid-template-areas:
			"author"
			"toc"
			"cta" !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: auto auto auto !important;
		max-height: calc(100vh - var(--header-height, 100px) - 3rem) !important;
		overflow-y: auto !important;
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 1.5rem) !important;
	}

	body.single-post .everfresh-article-template__author,
	body.single-post .everfresh-article-template__sidebar.is-stuck .everfresh-article-template__author {
		display: grid !important;
		grid-area: author !important;
		opacity: 1 !important;
		position: relative !important;
		transform: none !important;
		visibility: visible !important;
	}

	body.single-post .everfresh-article-template__toc {
		grid-area: toc !important;
		position: static !important;
	}

	body.single-post .everfresh-article-template__sidebar-cta {
		grid-area: cta !important;
	}
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__wrap {
		align-items: stretch !important;
	}

	body.single-post .everfresh-article-template__sidebar,
	body.single-post .everfresh-article-template__sidebar.is-fixed,
	body.single-post .everfresh-article-template__sidebar.is-stuck {
		align-self: stretch !important;
		height: 100% !important;
		min-height: 100% !important;
	}

	body.single-post .everfresh-article-template__sticky-info {
		position: sticky !important;
		top: calc(var(--header-height, 100px) + 1.5rem) !important;
	}
}



/* Bounded two-column article layout after removing the related-post band. */
body.single-post #page.site.grid-container,
body.single-post .site-content,
body.single-post #primary,
body.single-post .inside-article {
	box-sizing: border-box;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.single-post .everfresh-article-template {
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	overflow-x: clip;
	padding-left: clamp(2rem, 4vw, 5rem) !important;
	padding-right: clamp(2rem, 4vw, 5rem) !important;
	width: 100% !important;
}

@media (min-width: 981px) {
	body.single-post .everfresh-article-template__wrap {
		display: grid !important;
		grid-template-columns: minmax(260px, min(28vw, 420px)) minmax(0, 1fr) !important;
		gap: clamp(2rem, 4vw, 4.5rem) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__sidebar,
	body.single-post .everfresh-article-template__sidebar.is-fixed,
	body.single-post .everfresh-article-template__sidebar.is-stuck {
		display: block !important;
		justify-self: stretch !important;
		max-width: 420px !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__main,
	body.single-post .everfresh-article-template__header,
	body.single-post .everfresh-article-template__header h1,
	body.single-post .everfresh-article-template__dek,
	body.single-post .everfresh-article-template__content {
		max-width: none !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__header h1 {
		margin-left: 0 !important;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 980px) {
	body.single-post .everfresh-article-template {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		width: 100% !important;
	}

	body.single-post .everfresh-article-template__wrap {
		display: grid !important;
		max-width: 100% !important;
	}

	body.single-post .everfresh-article-template__sidebar,
	body.single-post .everfresh-article-template__image,
	body.single-post .everfresh-article-template__author,
	body.single-post .everfresh-article-template__toc {
		justify-self: center !important;
		max-width: 460px !important;
		width: 100% !important;
	}
}
