.nhpcl-related-posts,
.nhpcl-calculator-box {
	--nhpcl-navy: #10265d;
	--nhpcl-green: #62bf3d;
	--nhpcl-text: #263244;
	--nhpcl-muted: #667386;
	--nhpcl-line: #dfe6ee;
	box-sizing: border-box;
	width: min(1120px, calc(100% - 32px));
	margin: 42px auto;
	color: var(--nhpcl-text);
	font-family: inherit;
}

.nhpcl-related-posts *,
.nhpcl-calculator-box * {
	box-sizing: border-box;
}

.nhpcl-head {
	margin-bottom: 18px;
}

.nhpcl-head span {
	display: block;
	margin-bottom: 6px;
	color: #438f29;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nhpcl-head h2 {
	margin: 0 0 8px;
	color: var(--nhpcl-navy);
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.2;
	letter-spacing: -.025em;
}

.nhpcl-head p {
	margin: 0;
	color: var(--nhpcl-muted);
	font-size: 16px;
	line-height: 1.6;
}

.nhpcl-post-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.nhpcl-post-card {
	display: flex;
	min-height: 230px;
	flex-direction: column;
	padding: 22px;
	border: 1px solid var(--nhpcl-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(16, 38, 93, .06);
}

.nhpcl-post-card h3 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
}

.nhpcl-post-card h3 a {
	color: var(--nhpcl-navy);
	text-decoration: none;
}

.nhpcl-post-card p {
	margin: 0 0 16px;
	color: var(--nhpcl-muted);
	font-size: 14px;
	line-height: 1.65;
}

.nhpcl-read {
	margin-top: auto;
	color: #438f29;
	font-weight: 800;
	text-decoration: none;
}

.nhpcl-post-card a:focus-visible,
.nhpcl-calculator-links a:focus-visible {
	outline: 3px solid rgba(98, 191, 61, .45);
	outline-offset: 3px;
}

.nhpcl-calculator-box {
	max-width: 860px;
	padding: 24px;
	border: 1px solid #cfe5c6;
	border-radius: 16px;
	background: linear-gradient(135deg, #f2faee, #ffffff);
}

.nhpcl-calculator-box strong {
	display: block;
	margin-bottom: 6px;
	color: var(--nhpcl-navy);
	font-size: 22px;
}

.nhpcl-calculator-box p {
	margin: 0 0 14px;
	color: var(--nhpcl-muted);
}

.nhpcl-calculator-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.nhpcl-calculator-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--nhpcl-navy);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 980px) {
	.nhpcl-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.nhpcl-related-posts,
	.nhpcl-calculator-box {
		width: min(100% - 22px, 1120px);
	}

	.nhpcl-post-grid {
		grid-template-columns: 1fr;
	}
}
