@charset "UTF-8";

.single main {
	/*
	padding-bottom: var(--section-spacing);
	padding-top: var(--section-spacing)
	*/
}

.single article {
	max-width: 76ch;
	width: 100%
}

.single .post__title {
	font-size: 28px
}

.single .post__thumbnail {
	align-items: stretch;
	display: flex;
	margin-bottom: var(--vertical-rhythm);
	position: relative
}

.single .post__thumbnail img {
	flex: 1;
	object-fit: cover
}

.single .post__share {
	bottom: 0;
	font-size: 0;
	position: absolute;
	right: 0
}

.single .post__share__label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.single .post__share__label:focus {
	background-color: inherit;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: currentColor;
	display: block;
	font-size: rem-font-size(.875);
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: .83em 1.27em;
	-webkit-text-decoration: none;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.single .post__share li {
	background-color: #fff;
	color: #98473e;
	display: inline-block;
	font-size: 16px;
	padding: .5em
}

.single .post__share li a {
	color: currentColor
}

.single .post__share li a:active,
.single .post__share li a:focus,
.single .post__share li a:hover {
	color: #000
}

.single .post__meta {
	margin-top: 1.5rem
}

.single .post__meta time.updated {
	display: none
}

.single .post__meta li {
	display: inline-block
}

.single .post__meta li:before {
	color: #98473e;
	content: "•";
	margin-right: 4px
}

.single .post__meta li:not(:first-child) {
	margin-left: 1em
}

.single .entry-content {
	margin-top: 1.5rem
}