.pcg-leaf-healthy-reference {
	align-items: stretch;
	background: #f1f7f3;
	border: 1px solid #a8beb3;
	border-radius: 5px;
	display: grid;
	gap: 0;
	grid-column: 1 / -1;
	grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
	margin: 8px 0 12px;
	overflow: hidden;
}

.pcg-leaf-healthy-image {
	border-right: 1px solid #a8beb3;
	min-height: 100%;
}

.pcg-leaf-healthy-image img {
	display: block;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	width: 100%;
}

.pcg-leaf-healthy-copy {
	align-content: center;
	display: grid;
	gap: 10px;
	padding: 22px 24px;
}

.pcg-leaf-healthy-kicker,
.pcg-leaf-reference-badge {
	background: #fff;
	border: 1px solid #9eb5aa;
	border-radius: 3px;
	color: #244f3c;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 5px 7px;
	text-transform: uppercase;
}

.pcg-leaf-healthy-kicker {
	justify-self: start;
}

.pcg-leaf-healthy-copy h3 {
	color: #173d2f;
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 0;
}

.pcg-leaf-healthy-copy p {
	color: #243f35;
	line-height: 1.55;
	margin: 0;
}

.pcg-leaf-normal-note {
	font-size: 0.9rem;
}

.pcg-leaf-reference-badge {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 2;
}

.pcg-leaf-enlarge,
.pcg-leaf-enlarge-selected {
	align-items: center;
	background: #fff;
	border: 1px solid #2f6b4f;
	border-radius: 5px;
	color: #173d2f;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 7px;
	justify-content: center;
	min-height: 46px;
	padding: 8px 14px;
}

.pcg-leaf-enlarge {
	justify-self: start;
}

.pcg-leaf-enlarge:hover,
.pcg-leaf-enlarge:focus-visible,
.pcg-leaf-enlarge-selected:hover,
.pcg-leaf-enlarge-selected:focus-visible {
	background: #e6f2eb;
	outline: 2px solid transparent;
}

.pcg-leaf-enlarge-selected[hidden] {
	display: none;
}

.pcg-leaf-image-dialog {
	background: transparent;
	border: 0;
	max-height: calc(100vh - 24px);
	max-width: min(1120px, calc(100vw - 24px));
	padding: 0;
	width: 100%;
}

.pcg-leaf-image-dialog::backdrop {
	background: rgba(10, 24, 18, 0.82);
}

.pcg-leaf-dialog-shell {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	position: relative;
}

.pcg-leaf-dialog-shell figure {
	margin: 0;
}

.pcg-leaf-dialog-shell img {
	background: #e8efeb;
	display: block;
	height: auto;
	max-height: calc(100vh - 110px);
	object-fit: contain;
	width: 100%;
}

.pcg-leaf-dialog-shell figcaption {
	color: #173d2f;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
	padding: 14px 58px 16px 18px;
}

.pcg-leaf-dialog-close {
	align-items: center;
	background: #fff;
	border: 1px solid #476a59;
	border-radius: 50%;
	color: #173d2f;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 1.7rem;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 42px;
	z-index: 3;
}

.pcg-leaf-dialog-close:hover,
.pcg-leaf-dialog-close:focus-visible {
	background: #e6f2eb;
	outline: 2px solid #fff;
}

.pcg-article-visual-confirmation {
	background: #f4f7f5;
	border-bottom: 1px solid #adc0b7;
	border-top: 1px solid #adc0b7;
	box-sizing: border-box;
	color: #203a31;
	margin: 24px 0 30px;
	padding: 24px 0;
	width: 100%;
}

.pcg-article-visual-heading {
	margin: 0 auto 18px;
	max-width: 860px;
	padding: 0 18px;
	text-align: center;
}

.pcg-article-visual-kicker {
	color: #8b3e32;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pcg-article-visual-heading h2 {
	color: #173d2f;
	font-size: 1.45rem;
	line-height: 1.25;
	margin: 0 0 8px;
}

.pcg-article-visual-heading p {
	color: #3f584e;
	line-height: 1.55;
	margin: 0;
}

.pcg-article-visual-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 18px;
}

.pcg-article-visual-grid figure {
	background: #fff;
	border: 1px solid #b7c8c0;
	border-radius: 5px;
	display: grid;
	grid-template-rows: auto 1fr auto;
	margin: 0;
	min-width: 0;
	overflow: hidden;
}

.pcg-article-visual-grid .pcg-article-visual-healthy {
	background: #f1f7f3;
}

.pcg-article-visual-image {
	position: relative;
}

.pcg-article-visual-image img {
	aspect-ratio: 3 / 2;
	border-bottom: 1px solid #b7c8c0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.pcg-article-visual-image > span {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #9eb5aa;
	border-radius: 3px;
	color: #244f3c;
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 5px 7px;
	position: absolute;
	right: 8px;
	text-transform: uppercase;
	top: 8px;
}

.pcg-article-visual-grid figcaption {
	display: grid;
	gap: 5px;
	padding: 14px 15px 8px;
}

.pcg-article-visual-grid figcaption strong {
	color: #173d2f;
	font-size: 1rem;
	line-height: 1.3;
}

.pcg-article-visual-grid figcaption span {
	color: #41594f;
	font-size: 0.9rem;
	line-height: 1.5;
}

.pcg-article-visual-grid button {
	align-items: center;
	align-self: end;
	background: transparent;
	border: 0;
	border-top: 1px solid #c3d0ca;
	color: #22583f;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 7px;
	justify-content: center;
	min-height: 46px;
	padding: 9px 14px;
	width: 100%;
}

.pcg-article-visual-grid button:hover,
.pcg-article-visual-grid button:focus-visible {
	background: #e6f2eb;
	outline: 2px solid transparent;
}

.pcg-article-visual-checklist {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 20px 18px 0;
	padding: 0;
}

.pcg-article-visual-checklist li {
	border-top: 2px solid #b6913e;
	display: grid;
	gap: 4px;
	padding: 10px 14px 0;
}

.pcg-article-visual-checklist li + li {
	border-left: 1px solid #c8d4ce;
}

.pcg-article-visual-checklist strong {
	color: #173d2f;
	font-size: 0.92rem;
}

.pcg-article-visual-checklist span {
	color: #455c52;
	font-size: 0.84rem;
	line-height: 1.45;
}

.pcg-article-visual-caution {
	background: #fff;
	border-left: 4px solid #8b3e32;
	color: #3b5048;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 18px 18px 0;
	padding: 11px 13px;
}

@media (max-width: 760px) {
	.pcg-leaf-healthy-reference {
		grid-template-columns: 1fr;
	}

	.pcg-leaf-healthy-image {
		border-bottom: 1px solid #a8beb3;
		border-right: 0;
	}

	.pcg-leaf-healthy-image img {
		min-height: 0;
	}

	.pcg-leaf-healthy-copy {
		padding: 18px;
	}

	.pcg-leaf-enlarge {
		justify-self: stretch;
		width: 100%;
	}

	.pcg-leaf-image-dialog {
		max-width: calc(100vw - 16px);
	}

	.pcg-article-visual-grid,
	.pcg-article-visual-checklist {
		grid-template-columns: 1fr;
	}

	.pcg-article-visual-checklist li + li {
		border-left: 0;
		margin-top: 12px;
	}
}

@media print {
	.pcg-leaf-healthy-reference,
	.pcg-leaf-reference-badge,
	.pcg-leaf-enlarge-selected,
	.pcg-article-visual-grid button,
	.pcg-leaf-image-dialog {
		display: none !important;
	}

	.pcg-article-visual-confirmation {
		break-inside: avoid;
		margin: 12pt 0;
		padding: 10pt 0;
	}

	.pcg-article-visual-grid {
		gap: 8pt;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pcg-article-visual-image img {
		max-height: 2.5in;
	}

	.pcg-article-visual-checklist {
		display: none;
	}
}
