.pv-spost__body,
.editor-styles-wrapper {
	--pv-article-green: #173b2b;
	--pv-article-gold: #b8793f;
	--pv-article-cream: #f7f3e9;
	--pv-article-ink: #232720;
	--pv-article-muted: #626a61;
	--pv-article-line: #ded9cc;
}

.pv-spost__body .pv-article-lead,
.editor-styles-wrapper .pv-article-lead {
	margin: 0 0 34px;
	padding: 26px 28px;
	border-left: 4px solid var(--pv-article-gold);
	background: var(--pv-article-cream);
}

.pv-spost__body .pv-article-eyebrow,
.editor-styles-wrapper .pv-article-eyebrow,
.pv-spost__body .pv-article-note__label,
.editor-styles-wrapper .pv-article-note__label {
	margin: 0 0 8px !important;
	color: var(--pv-article-gold) !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0 !important;
	text-transform: uppercase;
}

.pv-spost__body .pv-article-summary,
.editor-styles-wrapper .pv-article-summary {
	margin-bottom: 12px;
	color: var(--pv-article-ink);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.65;
}

.pv-spost__body .pv-article-steps,
.editor-styles-wrapper .pv-article-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 38px;
}

.pv-spost__body .pv-article-step,
.editor-styles-wrapper .pv-article-step {
	position: relative;
	min-width: 0;
	padding: 22px 20px;
	border-top: 4px solid var(--pv-article-gold);
	background: var(--pv-article-cream);
}

.pv-spost__body .pv-article-step__number,
.editor-styles-wrapper .pv-article-step__number {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin: 0 0 14px !important;
	border-radius: 50%;
	background: var(--pv-article-green);
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800;
}

.pv-spost__body .pv-article-step h3,
.editor-styles-wrapper .pv-article-step h3 {
	margin: 0 0 8px !important;
	font-size: 18px !important;
}

.pv-spost__body .pv-article-step p:last-child,
.editor-styles-wrapper .pv-article-step p:last-child {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.65;
}

.pv-spost__body .pv-article-table,
.editor-styles-wrapper .pv-article-table {
	max-width: 100%;
	margin: 22px 0 34px;
	overflow-x: auto;
	border: 1px solid var(--pv-article-line);
	border-radius: 8px;
}

.pv-spost__body .pv-article-table table,
.editor-styles-wrapper .pv-article-table table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
}

.pv-spost__body .pv-article-table th,
.pv-spost__body .pv-article-table td,
.editor-styles-wrapper .pv-article-table th,
.editor-styles-wrapper .pv-article-table td {
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid var(--pv-article-line);
	text-align: left;
	font-size: 14px;
	line-height: 1.55;
}

.pv-spost__body .pv-article-table thead th,
.editor-styles-wrapper .pv-article-table thead th {
	background: var(--pv-article-green);
	color: #fff;
}

.pv-spost__body .pv-article-note,
.editor-styles-wrapper .pv-article-note {
	margin: 30px 0;
	padding: 22px 24px;
	border-left: 4px solid var(--pv-article-gold);
	background: #f2efe7;
}

.pv-spost__body .pv-article-note p:last-child,
.editor-styles-wrapper .pv-article-note p:last-child {
	margin-bottom: 0;
}

.pv-spost__body .pv-article-cta,
.editor-styles-wrapper .pv-article-cta {
	margin: 42px 0 20px;
	padding: 28px;
	border-radius: 8px;
	background: var(--pv-article-green);
	color: #fff;
}

.pv-spost__body .pv-article-cta h2,
.editor-styles-wrapper .pv-article-cta h2,
.pv-spost__body .pv-article-cta p,
.editor-styles-wrapper .pv-article-cta p {
	color: #fff !important;
}

.pv-spost__body .pv-article-cta h2,
.editor-styles-wrapper .pv-article-cta h2 {
	margin-top: 0 !important;
}

.pv-spost__body .pv-article-cta .wp-block-button__link,
.editor-styles-wrapper .pv-article-cta .wp-block-button__link {
	border: 1px solid #fff;
	border-radius: 6px;
	background: #fff;
	color: var(--pv-article-green) !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 700px) {
	.pv-spost__body .pv-article-steps,
	.editor-styles-wrapper .pv-article-steps {
		grid-template-columns: minmax(0, 1fr);
	}

	.pv-spost__body .pv-article-lead,
	.editor-styles-wrapper .pv-article-lead,
	.pv-spost__body .pv-article-cta,
	.editor-styles-wrapper .pv-article-cta {
		padding: 20px 18px;
	}

	.pv-spost__body .pv-article-summary,
	.editor-styles-wrapper .pv-article-summary {
		font-size: 17px;
	}
}
