:root {
	--pcg-help-green: #1f5c3d;
	--pcg-help-green-dark: #17452f;
	--pcg-help-green-soft: #edf4ef;
	--pcg-help-gold: #b8832f;
	--pcg-help-gold-soft: #f8efd9;
	--pcg-help-cream: #faf8f3;
	--pcg-help-ink: #1f2a27;
	--pcg-help-muted: #5a6863;
	--pcg-help-line: #d6ded8;
	--pcg-help-white: #ffffff;
	--pcg-help-shadow: 0 16px 45px rgba(25, 48, 37, 0.18);
}

html.pcg-help-is-open {
	overflow: hidden;
}

.pcg-help-center,
.pcg-help-dialog,
.pcg-help-trigger,
.pcg-help-next-steps {
	box-sizing: border-box;
	color: var(--pcg-help-ink);
	font-family: Mulish, Arial, sans-serif;
	letter-spacing: 0;
}

.pcg-help-center *,
.pcg-help-dialog *,
.pcg-help-trigger *,
.pcg-help-next-steps * {
	box-sizing: border-box;
}

.pcg-help-center {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 24px 0 72px;
	font-size: 18px;
	line-height: 1.55;
}

.pcg-help-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: var(--pcg-help-muted);
	font-size: 15px;
}

.pcg-help-breadcrumbs a {
	color: var(--pcg-help-green);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.pcg-help-hero {
	position: relative;
	overflow: hidden;
	padding: 46px 52px;
	border-top: 6px solid var(--pcg-help-green);
	border-bottom: 1px solid var(--pcg-help-line);
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.97), rgba(237, 244, 239, 0.94)),
		var(--pcg-help-green-soft);
}

.pcg-help-hero::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 100%;
	background: var(--pcg-help-gold);
	content: "";
}

.pcg-help-eyebrow,
.pcg-help-path__eyebrow {
	margin: 0 0 8px;
	color: var(--pcg-help-green);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pcg-help-hero h1,
.pcg-help-section-heading h2,
.pcg-help-path h3,
.pcg-help-account h2,
.pcg-help-dialog h2,
.pcg-help-next-steps h2 {
	margin-top: 0;
	color: var(--pcg-help-ink);
	font-family: Poppins, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.pcg-help-hero h1 {
	max-width: 780px;
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 1.12;
}

.pcg-help-lead {
	max-width: 760px;
	margin: 0;
	color: #3f4d48;
	font-size: 21px;
	line-height: 1.5;
}

.pcg-help-question {
	max-width: 850px;
	margin-top: 28px;
}

.pcg-help-question label,
.pcg-help-dialog__question label {
	display: block;
	margin-bottom: 7px;
	color: var(--pcg-help-ink);
	font-size: 16px;
	font-weight: 800;
}

.pcg-help-question__row,
.pcg-help-dialog__question > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.pcg-help-question input,
.pcg-help-dialog__question input {
	width: 100%;
	min-width: 0;
	min-height: 52px;
	padding: 11px 15px;
	border: 2px solid #aebbb4;
	border-radius: 5px;
	background: var(--pcg-help-white);
	color: var(--pcg-help-ink);
	font: inherit;
	letter-spacing: 0;
}

.pcg-help-question input:focus,
.pcg-help-dialog__question input:focus {
	border-color: var(--pcg-help-green);
	outline: 3px solid rgba(31, 92, 61, 0.18);
	outline-offset: 1px;
}

.pcg-help-question button,
.pcg-help-dialog__question button,
.pcg-help-account__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 11px 22px;
	border: 2px solid var(--pcg-help-green);
	border-radius: 5px;
	background: var(--pcg-help-green);
	color: var(--pcg-help-white);
	font: inherit;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.pcg-help-question button:hover,
.pcg-help-question button:focus-visible,
.pcg-help-dialog__question button:hover,
.pcg-help-dialog__question button:focus-visible,
.pcg-help-account__button:hover,
.pcg-help-account__button:focus-visible {
	border-color: var(--pcg-help-green-dark);
	background: var(--pcg-help-green-dark);
	color: var(--pcg-help-white);
}

.pcg-help-hero__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 22px;
}

.pcg-help-hero__links a {
	color: var(--pcg-help-green-dark);
	font-size: 16px;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.pcg-help-paths {
	padding: 54px 0 26px;
}

.pcg-help-section-heading {
	max-width: 800px;
	margin-bottom: 26px;
}

.pcg-help-section-heading h2,
.pcg-help-account h2,
.pcg-help-next-steps h2 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.22;
}

.pcg-help-section-heading > p:last-child,
.pcg-help-account p,
.pcg-help-next-steps > p {
	margin: 0;
	color: var(--pcg-help-muted);
}

.pcg-help-path-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pcg-help-path {
	width: auto !important;
	min-width: 0;
	max-width: 100% !important;
	padding: 27px;
	border: 1px solid var(--pcg-help-line);
	border-radius: 8px;
	background: var(--pcg-help-white);
	box-shadow: 0 2px 0 rgba(31, 92, 61, 0.05);
}

body.page.pcg-help-center-page .wp-block-post-content .pcg-help-center .pcg-help-path-grid > article.pcg-help-path {
	width: 100% !important;
	max-width: 100% !important;
}

.pcg-help-path:nth-child(3n + 2) {
	border-top: 4px solid var(--pcg-help-gold);
}

.pcg-help-path:nth-child(3n + 1) {
	border-top: 4px solid var(--pcg-help-green);
}

.pcg-help-path:nth-child(3n) {
	border-top: 4px solid #61798a;
}

.pcg-help-path h3 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.28;
}

.pcg-help-path__description {
	margin: 0 0 19px;
	color: var(--pcg-help-muted);
}

.pcg-help-path ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pcg-help-path li {
	margin: 0;
}

.pcg-help-path li a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 3px 16px;
	min-width: 0;
	padding: 13px 14px;
	border: 1px solid #e0e5e1;
	border-radius: 6px;
	background: #fbfcfb;
	color: var(--pcg-help-ink);
	text-decoration: none;
}

.pcg-help-path li a:hover,
.pcg-help-path li a:focus-visible {
	border-color: var(--pcg-help-green);
	background: var(--pcg-help-green-soft);
	outline: none;
}

.pcg-help-path li strong {
	min-width: 0;
	color: var(--pcg-help-green-dark);
	font-size: 17px;
	line-height: 1.3;
}

.pcg-help-path li span {
	grid-column: 1 / -1;
	color: var(--pcg-help-muted);
	font-size: 15px;
	line-height: 1.42;
}

.pcg-help-path li small {
	grid-row: 1;
	grid-column: 2;
	align-self: start;
	color: #6a756f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-align: right;
	text-transform: uppercase;
}

.pcg-help-account {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin-top: 28px;
	padding: 34px 38px;
	border-left: 7px solid var(--pcg-help-gold);
	background: var(--pcg-help-gold-soft);
}

.pcg-help-account h2 {
	max-width: 730px;
}

.pcg-help-account__button {
	min-width: 220px;
}

body.page.pcg-help-center-page .pcg-help-account a.pcg-help-account__button,
body.page.pcg-help-center-page .pcg-help-account a.pcg-help-account__button:link,
body.page.pcg-help-center-page .pcg-help-account a.pcg-help-account__button:visited,
body.page.pcg-help-center-page .pcg-help-account a.pcg-help-account__button:hover,
body.page.pcg-help-center-page .pcg-help-account a.pcg-help-account__button:focus-visible,
body.page.pcg-help-center-page .pcg-help-account a.pcg-help-account__button:active {
	color: var(--pcg-help-white) !important;
}

.pcg-help-trust {
	padding: 52px 0 0;
}

.pcg-help-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--pcg-help-line);
	border-bottom: 1px solid var(--pcg-help-line);
}

.pcg-help-trust-grid > div {
	min-width: 0;
	padding: 24px 22px;
	border-right: 1px solid var(--pcg-help-line);
}

.pcg-help-trust-grid > div:last-child {
	border-right: 0;
}

.pcg-help-trust-grid strong {
	color: var(--pcg-help-green-dark);
	font-size: 17px;
}

.pcg-help-trust-grid p {
	margin: 7px 0 0;
	color: var(--pcg-help-muted);
	font-size: 15px;
	line-height: 1.5;
}

.pcg-help-trigger {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99980;
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	gap: 9px;
	padding: 8px 16px 8px 9px;
	border: 2px solid #ffffff;
	border-radius: 7px;
	background: var(--pcg-help-green);
	box-shadow: 0 8px 24px rgba(17, 55, 37, 0.28);
	color: var(--pcg-help-white);
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.pcg-help-trigger:hover,
.pcg-help-trigger:focus-visible {
	background: var(--pcg-help-green-dark);
	outline: 3px solid rgba(184, 131, 47, 0.45);
	outline-offset: 2px;
}

.pcg-help-trigger__icon {
	display: inline-grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--pcg-help-gold);
	color: #1d2b25;
	font-size: 20px;
	font-weight: 900;
}

.pcg-help-dialog-backdrop {
	position: fixed;
	inset: 0;
	z-index: 99990;
	display: grid;
	place-items: end;
	padding: 20px;
	background: rgba(17, 29, 24, 0.56);
}

.pcg-help-dialog-backdrop[hidden] {
	display: none;
}

.pcg-help-dialog {
	position: relative;
	width: min(470px, 100%);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 28px;
	border-top: 6px solid var(--pcg-help-gold);
	border-radius: 8px;
	background: var(--pcg-help-white);
	box-shadow: var(--pcg-help-shadow);
}

.admin-bar .pcg-help-dialog {
	max-height: calc(100vh - 72px);
}

.pcg-help-dialog header {
	padding-right: 38px;
}

.pcg-help-dialog h2 {
	margin-bottom: 18px;
	font-size: 27px;
	line-height: 1.25;
}

.pcg-help-dialog__close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 1px solid #bcc7c0;
	border-radius: 50%;
	background: var(--pcg-help-white);
	color: var(--pcg-help-ink);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.pcg-help-dialog__close:hover,
.pcg-help-dialog__close:focus-visible {
	border-color: var(--pcg-help-green);
	background: var(--pcg-help-green-soft);
	outline: 2px solid rgba(31, 92, 61, 0.18);
}

.pcg-help-dialog__question {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--pcg-help-line);
}

.pcg-help-dialog__question input {
	min-height: 48px;
	font-size: 16px;
}

.pcg-help-dialog__question button {
	min-height: 48px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 16px;
}

.pcg-help-dialog__choices {
	display: grid;
	gap: 8px;
}

.pcg-help-dialog__choices a {
	display: block;
	padding: 11px 13px;
	border: 1px solid #dde4df;
	border-radius: 6px;
	background: #fbfcfb;
	color: var(--pcg-help-ink);
	text-decoration: none;
}

.pcg-help-dialog__choices a:hover,
.pcg-help-dialog__choices a:focus-visible {
	border-color: var(--pcg-help-green);
	background: var(--pcg-help-green-soft);
	outline: none;
}

.pcg-help-dialog__choices strong,
.pcg-help-dialog__choices span {
	display: block;
}

.pcg-help-dialog__choices strong {
	color: var(--pcg-help-green-dark);
	font-size: 16px;
}

.pcg-help-dialog__choices span {
	margin-top: 2px;
	color: var(--pcg-help-muted);
	font-size: 14px;
	line-height: 1.4;
}

.pcg-help-dialog__all {
	display: block;
	margin-top: 18px;
	color: var(--pcg-help-green-dark);
	font-weight: 800;
	text-align: center;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.pcg-help-next-steps {
	width: min(1320px, calc(100% - 32px)) !important;
	max-width: 1320px !important;
	margin: 40px auto 8px !important;
	padding: 30px;
	border-top: 5px solid var(--pcg-help-gold);
	border-bottom: 1px solid var(--pcg-help-line);
	background: var(--pcg-help-green-soft);
	font-size: 17px;
	line-height: 1.5;
}

.pcg-help-next-steps h2 {
	font-size: 28px;
}

.pcg-help-next-steps__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 20px;
}

.pcg-help-next-steps__grid a {
	display: block;
	min-width: 0;
	padding: 15px 16px;
	border: 1px solid var(--pcg-help-line);
	border-radius: 6px;
	background: var(--pcg-help-white);
	color: var(--pcg-help-ink);
	text-decoration: none;
}

.pcg-help-next-steps__grid a:hover,
.pcg-help-next-steps__grid a:focus-visible {
	border-color: var(--pcg-help-green);
	outline: none;
}

.pcg-help-next-steps__grid strong,
.pcg-help-next-steps__grid span {
	display: block;
}

.pcg-help-next-steps__grid strong {
	color: var(--pcg-help-green-dark);
	font-size: 17px;
}

.pcg-help-next-steps__grid span {
	margin-top: 4px;
	color: var(--pcg-help-muted);
	font-size: 15px;
}

.pcg-help-menu-item > a {
	font-weight: 800;
}

@media (max-width: 900px) {
	.pcg-help-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pcg-help-trust-grid > div:nth-child(2) {
		border-right: 0;
	}

	.pcg-help-trust-grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid var(--pcg-help-line);
	}
}

@media (max-width: 720px) {
	.pcg-help-center {
		width: min(100% - 28px, 1180px);
		padding-top: 18px;
	}

	.pcg-help-hero {
		padding: 32px 23px 34px;
	}

	.pcg-help-hero::after {
		width: 8px;
	}

	.pcg-help-hero h1 {
		font-size: 36px;
	}

	.pcg-help-lead {
		font-size: 18px;
	}

	.pcg-help-question__row,
	.pcg-help-dialog__question > div,
	.pcg-help-path-grid,
	.pcg-help-account,
	.pcg-help-next-steps__grid {
		grid-template-columns: 1fr;
	}

	.pcg-help-question button,
	.pcg-help-dialog__question button {
		width: 100%;
	}

	.pcg-help-paths {
		padding-top: 42px;
	}

	.pcg-help-section-heading h2,
	.pcg-help-account h2 {
		font-size: 28px;
	}

	.pcg-help-path {
		padding: 23px 20px;
	}

	.pcg-help-path li a {
		grid-template-columns: 1fr;
	}

	.pcg-help-path li small {
		grid-row: auto;
		grid-column: 1;
		text-align: left;
	}

	.pcg-help-account {
		padding: 28px 24px;
	}

	.pcg-help-account__button {
		width: 100%;
	}

	.pcg-help-trust-grid {
		grid-template-columns: 1fr;
	}

	.pcg-help-trust-grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--pcg-help-line);
	}

	.pcg-help-trust-grid > div:last-child {
		border-bottom: 0;
	}

	.pcg-help-trigger {
		right: 12px;
		bottom: 12px;
		width: 50px;
		padding: 8px;
		justify-content: center;
	}

	.pcg-help-trigger > span:not(.pcg-help-trigger__icon) {
		display: none;
	}

	.pcg-help-dialog-backdrop {
		padding: 0;
		place-items: end stretch;
	}

	.pcg-help-dialog {
		width: 100%;
		max-height: 88vh;
		padding: 25px 20px;
		border-radius: 8px 8px 0 0;
	}

	.pcg-help-next-steps {
		padding: 25px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pcg-help-center *,
	.pcg-help-dialog *,
	.pcg-help-trigger * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

@media print {
	.pcg-help-dialog-layer {
		display: none !important;
	}

	.pcg-help-center {
		width: 100%;
		padding: 0;
	}

	.pcg-help-path,
	.pcg-help-account,
	.pcg-help-trust-grid,
	.pcg-help-next-steps {
		break-inside: avoid;
		box-shadow: none;
	}
}
