.post-header {
	padding: var(--section-spacing) 0 40px;
	background: var(--accent);
}

.post-back {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--primary);
	font-weight: 600;
	text-decoration: none;
}

.post-back:hover {
	color: var(--secondary);
}

.post-header h1 {
	margin: 0;
	max-width: 820px;
}

.post-featured-image {
	max-width: 900px;
	margin: -20px auto 0;
	padding: 0 25px;
}

.post-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--corner-radius, var(--radius));
	box-shadow: var(--shadow);
}

.post-body {
	padding: var(--section-spacing) 0;
}

.post-content {
	max-width: 780px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 1.05rem;
}

.post-content > *:first-child {
	margin-top: 0;
}

.post-content > *:last-child {
	margin-bottom: 0;
}

.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--corner-radius, var(--radius));
}

.post-content ul,
.post-content ol {
	padding-left: 22px;
}

.post-content li + li {
	margin-top: 8px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
	margin-top: 1.6em;
	margin-bottom: .6em;
}

.post-content a {
	color: var(--primary);
	text-decoration: underline;
}

.post-content a:hover {
	color: var(--secondary);
}

.post-content blockquote {
	margin: 30px 0;
	padding: 20px 25px;
	border-left: 4px solid var(--secondary);
	background: var(--accent);
	font-style: italic;
}

@media (max-width: 575px) {

	.post-header {
		padding-bottom: 30px;
	}

	.post-featured-image {
		margin-top: -10px;
	}

}
