body.single-post {
	background: #f3f4f5;
}

.single-post #page {
	box-shadow: 0 1px 18px rgba(26, 26, 26, 0.08);
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	width: calc(100% - 42px);
}

.single-post .site-header {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.single-post .custom-logo {
	height: auto;
	max-width: 170px;
}

.single-post .site-content {
	padding-top: 1.5rem;
}

.single-post .entry-title {
	font-size: 2.25rem;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.single-post .post-thumbnail img {
	border-radius: 3px;
	display: block;
	height: auto;
	max-width: 100%;
}

.single-post .entry-content {
	font-size: 1.0625rem;
	line-height: 1.75;
	max-width: 100%;
}

.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol {
	margin-bottom: 1.45em;
}

.single-post .entry-content h2 {
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	line-height: 1.25;
	margin-bottom: 0.75em;
	margin-top: 2.1em;
}

.single-post .entry-content :not(pre) > code:not([class]) {
	background: #eef0f2;
	border-radius: 2px;
	padding: 0.12em 0.32em;
}

.single-post .entry-footer {
	border-top: 1px solid #dedede;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 0.78rem;
	line-height: 1.65;
	padding-top: 1rem;
}

.single-post #secondary .widget {
	border-top-color: #1a1a1a;
	margin-bottom: 2.25rem;
}

.single-post #secondary .widget-title {
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	margin-bottom: 1rem;
}

.single-post #secondary .widget li {
	border-bottom: 1px solid #e7e7e7;
	line-height: 1.45;
	padding: 0.5rem 0;
}

.single-post #secondary .widget li:last-child {
	border-bottom: 0;
}

.single-post .post-navigation {
	margin-top: 2rem;
}

.single-post .post-navigation .post-title {
	font-size: 1.25rem;
	line-height: 1.35;
}

@media screen and (min-width: 910px) {
	.single-post .site-header {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}

	.single-post .site-content {
		padding-top: 2rem;
	}

	body.single-post .site-main > article:not(.type-page) .entry-header,
	body.single-post .site-main > article:not(.type-page) .post-thumbnail,
	body.single-post .site-main > article:not(.type-page) .entry-content,
	body.single-post .site-main > article:not(.type-page) .entry-footer {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.single-post .entry-footer {
		display: flex;
		flex-wrap: wrap;
		gap: 0.35rem 1.25rem;
	}

	.single-post #secondary {
		font-size: 0.92rem;
	}
}

@media screen and (max-width: 909px) {
	body.single-post {
		background: #ffffff;
	}

	.single-post #page {
		box-shadow: none;
		width: 100%;
	}

	.single-post .custom-logo {
		max-width: 145px;
	}

	.single-post .entry-title {
		font-size: 1.9rem;
	}

	.single-post .entry-content h2 {
		font-size: 1.55rem;
	}
}
