/* SoftOK — single blog post featured image */

body.softok-single-post .site-main {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

body.softok-single-post .site-main .page-header {
	margin-bottom: 1.25rem;
}

body.softok-single-post .site-main .entry-title {
	margin: 0;
	line-height: 1.25;
}

body.softok-single-post .softok-post-featured {
	margin: 0 0 1.75rem;
	padding: 0;
	border: 0;
	border-radius: 12px;
	overflow: hidden;
	background: #f3f5f7;
	line-height: 0;
}

body.softok-single-post .softok-post-featured__img,
body.softok-single-post .softok-post-featured img {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(480px, 55vh);
	object-fit: cover;
	object-position: center;
}