.pcg-support-article #eckb-article-content {
	max-width: 1100px;
}

.pcg-support-guide,
.pcg-support-finish {
	box-sizing: border-box;
	width: 100%;
	margin: 1.25rem 0 2rem;
	padding: clamp(1.1rem, 2.5vw, 2rem);
	border-top: 4px solid #a6323f;
	border-bottom: 1px solid #d9d7cf;
	background: #f7f8f5;
	color: #24312b;
}

.pcg-support-guide *,
.pcg-support-finish * {
	box-sizing: border-box;
}

.pcg-support-eyebrow {
	margin-bottom: 0.45rem;
	color: #8b2735;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pcg-support-guide h2,
.pcg-support-finish h2 {
	margin: 0 0 0.75rem;
	color: #1f2d27;
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	line-height: 1.2;
	letter-spacing: 0;
}

.pcg-support-guide .pcg-support-lead {
	max-width: 78ch;
	margin: 0 0 1rem;
	font-size: 1.05rem;
	line-height: 1.65;
}

.pcg-before-treat {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
	margin: 1rem 0 1.35rem;
	padding: 0.8rem 0.95rem;
	border-left: 4px solid #a6323f;
	background: #f7f8f5;
	color: #24312b;
}

.pcg-before-treat strong {
	color: #8b2735;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pcg-before-treat span {
	font-size: 0.95rem;
	line-height: 1.45;
}

.pcg-before-treat a {
	color: #244a3b;
	font-weight: 800;
	white-space: nowrap;
}

.pcg-support-actions,
.pcg-support-finish nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1rem 0 1.35rem;
}

.pcg-support-actions a,
.pcg-support-finish nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.7rem 1rem;
	border: 1px solid #315e4b;
	border-radius: 6px;
	color: #244a3b;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.pcg-support-actions a:hover,
.pcg-support-actions a:focus-visible,
.pcg-support-finish nav a:hover,
.pcg-support-finish nav a:focus-visible {
	background: #e5eee9;
	color: #183c2d;
	text-decoration: none;
}

.pcg-support-actions .pcg-support-primary,
.pcg-support-finish .pcg-support-primary {
	border-color: #315e4b;
	background: #315e4b;
	color: #fff !important;
}

.pcg-support-actions .pcg-support-primary:hover,
.pcg-support-actions .pcg-support-primary:focus-visible,
.pcg-support-finish .pcg-support-primary:hover,
.pcg-support-finish .pcg-support-primary:focus-visible {
	background: #244a3b;
	color: #fff !important;
}

.pcg-micro .pcg-result-handoff {
	align-items: center;
	background: #f3f8f5;
	border: 1px solid #b7cbbf;
	border-left: 5px solid #286747;
	border-radius: 6px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
	margin: 0 0 20px;
	padding: 17px 18px;
}

.pcg-micro .pcg-result-handoff__copy {
	min-width: 0;
}

.pcg-micro .pcg-result-handoff__eyebrow {
	color: #286747;
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.pcg-micro .pcg-result-handoff h5 {
	color: #173f32;
	font-size: 1.08rem;
	line-height: 1.3;
	margin: 0 0 5px;
}

.pcg-micro .pcg-result-handoff p {
	color: #3d554c;
	line-height: 1.5;
	margin: 0;
	max-width: 820px;
}

.pcg-micro .pcg-result-handoff ol {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	list-style-position: inside;
	margin: 10px 0 0;
	padding: 0;
}

.pcg-micro .pcg-result-handoff li {
	color: #38564c;
	font-size: 0.8rem;
	font-weight: 700;
	margin: 0;
}

.pcg-micro .pcg-result-handoff__action {
	background: #176783;
	border: 2px solid #176783;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.3;
	padding: 11px 14px;
	text-align: center;
	text-decoration: none;
}

.pcg-micro .pcg-result-handoff__action:hover,
.pcg-micro .pcg-result-handoff__action:focus-visible {
	background: #fff;
	color: #176783;
	text-decoration: underline;
}

.pcg-micro .pcg-water-plan.has-pcg-result-handoff .pcg-leaf-cause.is-top-ranked > a,
.pcg-micro .pcg-water-guides a.is-leading-duplicate {
	display: none;
}

@media (max-width: 700px) {
	.pcg-micro .pcg-result-handoff {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.pcg-micro .pcg-result-handoff__action {
		width: 100%;
	}
}

.pcg-support-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d4d8d3;
	border-bottom: 1px solid #d4d8d3;
	list-style: none;
}

.pcg-support-steps li {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	gap: 0.55rem;
	margin: 0;
	padding: 1rem 0.9rem;
	border-right: 0;
	border-bottom: 1px solid #d4d8d3;
}

.pcg-support-steps li:last-child {
	border-right: 0;
}

.pcg-support-steps li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: #a6323f;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
}

.pcg-support-steps h3 {
	margin: 0 0 0.3rem;
	color: #233f33;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0;
}

.pcg-support-steps p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
}

.pcg-support-climate {
	margin-top: 1rem;
	padding: 0.8rem 0;
	border-bottom: 1px solid #d4d8d3;
}

.pcg-support-climate summary {
	cursor: pointer;
	color: #244a3b;
	font-weight: 800;
}

.pcg-support-climate p {
	max-width: 85ch;
	margin: 0.7rem 0 0;
	line-height: 1.6;
}

.pcg-support-finish {
	margin-top: 2.25rem;
	border-top-color: #315e4b;
}

.pcg-support-finish dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1rem 0;
}

.pcg-support-finish dl > div {
	padding-left: 1rem;
	border-left: 3px solid #bd9d36;
}

.pcg-support-finish dt {
	margin-bottom: 0.25rem;
	color: #243f34;
	font-weight: 800;
}

.pcg-support-finish dd {
	margin: 0;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.pcg-support-steps {
		grid-template-columns: 1fr;
	}

	.pcg-support-steps li {
		border-right: 0;
		border-bottom: 1px solid #d4d8d3;
	}

	.pcg-support-steps li:last-child {
		border-bottom: 0;
	}

	.pcg-support-finish dl {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.pcg-support-guide,
	.pcg-support-finish {
		margin: 0.8rem 0 1.5rem;
		padding: 1rem;
	}

	.pcg-support-actions,
	.pcg-support-finish nav {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pcg-support-actions a,
	.pcg-support-finish nav a {
		width: 100%;
	}
}

@media (min-width: 1240px) {
	body.pcg-kb-main-wide {
		--pcg-kb-main-width: 1400px !important;
	}

	body.pcg-kb-main-wide.wp-singular.page.page-template-kb-block-page-template.eckb-kb-current-theme-template-main-page #epkb-ml__module-search,
	body.pcg-kb-main-wide.wp-singular.page.page-template-kb-block-page-template.eckb-kb-current-theme-template-main-page #epkb-ml__module-categories-articles,
	body.pcg-kb-main-wide.wp-singular.page.page-template-kb-block-page-template.eckb-kb-current-theme-template-main-page #epkb-ml__module-articles-list,
	body.pcg-kb-main-wide.wp-singular.page.page-template-kb-block-page-template.eckb-kb-template-main-page #epkb-ml__module-search,
	body.pcg-kb-main-wide.wp-singular.page.page-template-kb-block-page-template.eckb-kb-template-main-page #epkb-ml__module-categories-articles,
	body.pcg-kb-main-wide.wp-singular.page.page-template-kb-block-page-template.eckb-kb-template-main-page #epkb-ml__module-articles-list {
		width: min(calc(100vw - 32px), 1400px) !important;
		max-width: 1400px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	body.pcg-kb-article-wide.single[class*="epkb_post_type_"].eckb-kb-current-theme-template-article-page #eckb-article-page-container-v2,
	body.pcg-kb-article-wide.single[class*="epkb_post_type_"].eckb-kb-template-article-page #eckb-article-page-container-v2 {
		width: calc(100% - 32px) !important;
		max-width: 1400px !important;
	}

	body.pcg-kb-article-wide.single[class*="epkb_post_type_"].eckb-kb-current-theme-template-article-page #eckb-article-page-container-v2 {
		position: relative;
		left: 50%;
		width: min(calc(100vw - 32px), 1400px) !important;
		transform: translateX(-50%);
	}

	body.pcg-kb-article-wide.single[class*="epkb_post_type_"].eckb-kb-current-theme-template-article-page #eckb-article-page-container-v2 #eckb-article-body,
	body.pcg-kb-article-wide.single[class*="epkb_post_type_"].eckb-kb-template-article-page #eckb-article-page-container-v2 #eckb-article-body {
		column-gap: 18px !important;
		grid-template-columns:
			minmax(180px, 200px)
			minmax(0, 1fr)
			minmax(260px, 300px) !important;
	}

	body.pcg-kb-article-wide.single[class*="epkb_post_type_"] #eckb-article-page-container-v2 #eckb-article-left-sidebar,
	body.pcg-kb-article-wide.single[class*="epkb_post_type_"] #eckb-article-page-container-v2 #eckb-article-content,
	body.pcg-kb-article-wide.single[class*="epkb_post_type_"] #eckb-article-page-container-v2 #eckb-article-right-sidebar {
		width: auto !important;
		min-width: 0 !important;
	}

	body.pcg-kb-article-wide.single[class*="epkb_post_type_"] #eckb-article-page-container-v2 #epkb-sidebar-container-v2,
	body.pcg-kb-article-wide.single[class*="epkb_post_type_"] #eckb-article-page-container-v2 #eckb-article-widget-sidebar-container {
		width: auto !important;
		max-width: 100% !important;
	}
}

body.pcg-kb-main-wide .pcg-kb-header-info {
	padding-bottom: 20px !important;
	padding-top: 22px !important;
}

body.pcg-kb-main-wide .pcg-kb-header-info h1 {
	line-height: 1.15 !important;
	margin-bottom: 0.65rem !important;
	margin-top: 0 !important;
}

body.pcg-kb-main-wide .pcg-kb-header-info p {
	line-height: 1.38 !important;
	margin-bottom: 0.42rem !important;
	margin-top: 0.42rem !important;
}

body.pcg-kb-main-wide .epkb-ml-search-title .glossaryLink {
	color: inherit !important;
	font: inherit;
	text-decoration-color: rgba(255, 255, 255, 0.55) !important;
}

body.pcg-kb-main-wide .epkb-ml-search-title .glossaryLink:hover,
body.pcg-kb-main-wide .epkb-ml-search-title .glossaryLink:focus-visible {
	color: #fff !important;
	text-decoration-color: #fff !important;
}

body.pcg-kb-main-wide .pcg-kb-quick-chooser,
body.pcg-kb-main-wide .pcg-kb-faq,
body.pcg-kb-main-wide .pcg-related-guides {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1400px !important;
	width: min(calc(100% - 32px), 1400px) !important;
}

body.pcg-kb-main-wide .pcg-guide-key-terms a {
	color: #315f49;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #a36a55;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.pcg-kb-main-wide .pcg-guide-key-terms a:hover,
body.pcg-kb-main-wide .pcg-guide-key-terms a:focus-visible {
	color: #8b3e32;
	text-decoration-thickness: 2px;
}

.pcg-guide-key-terms__separator {
	color: #73867d;
	margin: 0 2px;
}

.pcg-guide-checker-strip {
	background: #f4f7f5;
	border-bottom: 1px solid #b7c7bf;
	border-top: 1px solid #b7c7bf;
	box-sizing: border-box;
	margin: 0 auto 18px;
	max-width: 1400px;
	padding: 10px 16px;
	width: min(calc(100% - 32px), 1400px);
}

.pcg-guide-checker-strip__inner {
	align-items: center;
	display: flex;
	gap: 12px;
	line-height: 1.25;
	margin: 0 auto;
}

.pcg-guide-checker-strip__inner > strong {
	color: #173d2f;
	flex: 0 0 auto;
	font-size: 0.86rem;
	text-transform: uppercase;
}

.pcg-guide-checker-strip__links {
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	gap: 6px;
}

.pcg-guide-checker-strip a,
.pcg-guide-checker-strip__more > summary {
	border: 1px solid #6f8c7e;
	border-radius: 4px;
	color: #1d5039;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.2;
	list-style: none;
	padding: 7px 10px;
	text-decoration: none;
}

.pcg-guide-checker-strip a::after,
.pcg-guide-checker-strip__more > summary::after {
	content: "\2192";
	margin-left: 6px;
}

.pcg-guide-checker-strip a:hover,
.pcg-guide-checker-strip a:focus-visible,
.pcg-guide-checker-strip__more > summary:hover,
.pcg-guide-checker-strip__more > summary:focus-visible {
	background: #e4eee8;
	border-color: #2f6b4f;
	color: #173d2f;
}

.pcg-guide-checker-strip__more {
	flex: 0 0 auto;
	position: relative;
}

.pcg-guide-checker-strip__more > summary::-webkit-details-marker {
	display: none;
}

.pcg-guide-checker-strip__more > summary::after {
	content: "\25BE";
}

.pcg-guide-checker-strip__more[open] > summary {
	background: #e4eee8;
	border-color: #2f6b4f;
}

.pcg-guide-checker-strip__menu {
	background: #fff;
	border: 1px solid #789487;
	box-shadow: 0 8px 22px rgba(25, 59, 44, 0.18);
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(2, minmax(190px, 1fr));
	margin-top: 6px;
	min-width: 440px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 20;
}

.pcg-guide-checker-strip__menu a {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.pcg-guide-checker-strip__all {
	background: #315f49;
	border-color: #315f49 !important;
	color: #fff !important;
	flex: 0 0 auto;
	margin-left: auto;
}

.pcg-guide-checker-strip__all:hover,
.pcg-guide-checker-strip__all:focus-visible {
	background: #244b39 !important;
}

.pcg-support-evidence {
	background: #f8fbf9;
	border: 1px solid #c8d9cf;
	border-left: 5px solid #2f6b4f;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 1rem 0;
	padding: 0.9rem 1rem;
}

.pcg-support-evidence h3 {
	color: #173d2f;
	font-size: 1.08rem;
	line-height: 1.3;
	margin: 0 0 0.65rem;
}

.pcg-support-evidence dl {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.pcg-support-evidence dl > div {
	background: #fff;
	border: 1px solid #dce7e0;
	border-radius: 5px;
	box-sizing: border-box;
	min-width: 0;
	padding: 0.7rem 0.75rem;
}

.pcg-support-evidence dt {
	color: #285b43;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.3rem;
	text-transform: uppercase;
}

.pcg-support-evidence dd,
.pcg-support-evidence p {
	color: #31483d;
	font-size: 0.94rem;
	line-height: 1.45;
	margin: 0;
	overflow-wrap: anywhere;
}

.pcg-support-evidence > p {
	border-top: 1px solid #dce7e0;
	margin-top: 0.75rem;
	padding-top: 0.7rem;
}

@media (max-width: 760px) {
	.pcg-support-evidence dl {
		grid-template-columns: 1fr;
	}

	.pcg-before-treat {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	.pcg-before-treat a {
		white-space: normal;
	}

	body.pcg-kb-main-wide .pcg-kb-header-info {
		padding-bottom: 14px !important;
		padding-top: 16px !important;
	}

	.pcg-guide-checker-strip__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.pcg-guide-checker-strip__links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pcg-guide-checker-strip a,
	.pcg-guide-checker-strip__more > summary {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.pcg-guide-checker-strip__more {
		width: 100%;
	}

	.pcg-guide-checker-strip__menu {
		box-shadow: none;
		grid-template-columns: 1fr;
		min-width: 0;
		position: static;
		width: auto;
	}

	.pcg-guide-checker-strip__all {
		margin-left: 0;
	}
}

@media print {
	.pcg-before-treat {
		display: block;
		margin: 0.12in 0;
		padding: 0.08in 0.1in;
		border: 1px solid #999;
		font-size: 9pt;
	}

	.pcg-before-treat a {
		display: none;
	}

	.pcg-support-guide {
		margin: 0 0 0.25in;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.pcg-support-guide h2 {
		font-size: 16pt;
	}

	.pcg-support-guide .pcg-support-lead {
		font-size: 10pt;
		line-height: 1.35;
	}

	.pcg-support-actions,
	.pcg-support-climate,
	.pcg-support-finish {
		display: none !important;
	}

	.pcg-support-evidence {
		break-inside: avoid;
		font-size: 9pt;
		margin: 0.12in 0;
		padding: 0.08in 0.1in;
	}

	.pcg-support-evidence dl {
		display: block;
	}

	.pcg-support-evidence dl > div {
		border: 0;
		padding: 0.03in 0;
	}

	.pcg-support-evidence dd,
	.pcg-support-evidence p {
		font-size: 8.5pt;
		line-height: 1.25;
	}

	.pcg-support-steps {
		display: block;
		border: 1px solid #999;
	}

	.pcg-support-steps li {
		display: grid;
		grid-template-columns: 0.3in 1fr;
		break-inside: avoid;
		padding: 0.06in 0.1in;
		border: 0;
		border-bottom: 1px solid #bbb;
	}

	.pcg-support-steps li:last-child {
		border-bottom: 0;
	}

	.pcg-support-steps h3,
	.pcg-support-steps p {
		font-size: 9pt;
		line-height: 1.25;
	}
}
