.post-content a {
	color: #1168ea;
	font-weight: 600;
	text-decoration: underline;
}
.post-content blockquote {
	border-left: 4px solid #f26524;
	padding-left: 32px;
	margin-top: 32px;
}
.post-content blockquote > *:first-child {
	padding-top: 0;
}
.post-content h1,
.post-content h2 {
	color: #1168ea;
	font-size: 36px;
	font-weight: 500;
	padding-top: 64px;
}
.post-content h3 {
	color: #1168ea;
	font-size: 30px;
	font-weight: 500;
	padding-top: 64px;
}
.post-content h4 {
	color: #1168ea;
	font-size: 24px;
	font-weight: 500;
	padding-top: 64px;
}
.post-content p {
	padding-top: 32px;
}
.post-content ol,
.post-content ul {
	padding-top: 32px;
	margin-left: 40px;
}
.post-content li {
	list-style: disc;
}

.post-content .author-signature {
	padding-top: 32px;
}
.post-content .wp-block-image {
	padding-top: 32px;
}
