.single-post-wrap {
	display: flex;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-inline: 20px;
}

.single-post-wrap__inner {
	width: 100%;
	max-width: 900px;
}

.single-post__title {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #031527;
}

/* Article body typography — branded, consistent with the rest of the site. */
.single-post__content {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

.single-post__content > *:first-child {
	margin-top: 0;
}

.single-post__content p {
	margin: 0 0 20px 0;
}

.single-post__content h2 {
	margin: 48px 0 20px 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
	color: #031527;
}

.single-post__content h3 {
	margin: 36px 0 16px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #031527;
}

.single-post__content h4 {
	margin: 28px 0 12px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #031527;
}

.single-post__content ul,
.single-post__content ol {
	margin: 0 0 20px 0;
	padding-left: 24px;
}

.single-post__content li {
	margin-bottom: 8px;
}

.single-post__content li:last-child {
	margin-bottom: 0;
}

.single-post__content a {
	color: #0072FF;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.single-post__content a:hover {
	color: #0061D9;
}

.single-post__content strong {
	font-weight: 700;
	color: #031527;
}

.single-post__content blockquote {
	margin: 24px 0;
	padding-left: 20px;
	border-left: 3px solid #0072FF;
	font-style: italic;
	color: #031527;
}

.single-post__content table {
	width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 22px;
}

.single-post__content th,
.single-post__content td {
	padding: 12px 16px;
	text-align: left;
	border: 1px solid #E5E5E5;
}

.single-post__content th {
	background-color: #F7F7F6;
	font-weight: 700;
	color: #031527;
}

.single-post__content img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	margin: 24px 0;
}

@media (max-width: 1024px) {
	.single-post-wrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.single-post__title {
		font-size: 42px;
		line-height: 48px;
	}
}

@media (max-width: 767px) {
	.single-post-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.single-post__title {
		margin-bottom: 28px;
		font-size: 36px;
		line-height: 42px;
	}

	.single-post__content h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.single-post__content table {
		display: block;
		overflow-x: auto;
	}
}
