.single-post .post-article-wrap {
	background: #fff;
}

.single-post h1.page-title {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: .98;
}

.single-post .newspress-byline-share-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 920px;
	margin-top: 8px;
	margin-bottom: 18px;
	margin-right: auto;
	margin-left: auto;
}

.single-post .newspress-byline-share-row > .post-meta {
	margin: 0;
}

.single-post .newspress-byline-share {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.single-post .newspress-copy-status {
	position: absolute;
	padding: 5px 9px;
	border-radius: 3px;
	background: #686868;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	opacity: 0;
	pointer-events: none;
	transform: translateY(28px);
	transition: opacity .18s ease;
}

.single-post .newspress-copy-status.is-visible {
	opacity: 1;
}

.single-post .newspress-copy-status.is-error {
	background: #a40000;
}

.single-post .newspress-byline-share .ysp-sharing-wrap {
	justify-content: flex-end;
	gap: 6px;
	margin: 0;
}

.single-post .newspress-byline-share .ysp-share-item {
	margin: 0;
}

.single-post .post-article > p,
.single-post .post-article > h2,
.single-post .post-article > h3,
.single-post .post-article > ul,
.single-post .post-article > ol,
.single-post .post-article > blockquote,
.single-post .post-article > .newspress-read-next {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.single-post .post-article > p {
	font-size: 18px;
	line-height: 1.75;
}

.single-post .ysp-share {
	width: 32px !important;
	height: 32px !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #686868 !important;
	border-radius: 50%;
	background: #686868 !important;
	transition: transform .2s ease;
}

.single-post .ysp-share svg {
	display: block;
	width: 18px;
	height: 18px;
}

.single-post .ysp-share svg,
.single-post .ysp-share svg * {
	fill: #fff !important;
	stroke: #fff !important;
	transition: fill .2s ease, stroke .2s ease;
}

.single-post .ysp-share[href^="mailto:"] svg *,
.single-post .ysp-share[data-newspress-copy-link] svg * {
	fill: none !important;
}

.single-post .ysp-share:hover,
.single-post .ysp-share:focus {
	transform: translateY(-2px);
}

.single-post .ysp-share:hover svg,
.single-post .ysp-share:hover svg *,
.single-post .ysp-share:focus svg,
.single-post .ysp-share:focus svg * {
	fill: #d40000 !important;
	stroke: #d40000 !important;
}

.single-post .ysp-share[href^="mailto:"]:hover svg *,
.single-post .ysp-share[href^="mailto:"]:focus svg *,
.single-post .ysp-share[data-newspress-copy-link]:hover svg *,
.single-post .ysp-share[data-newspress-copy-link]:focus svg * {
	fill: none !important;
}

.newspress-read-next {
	display: grid;
	box-sizing: border-box;
	grid-template-columns: 95px minmax(0, 1fr);
	grid-template-areas: "label stories";
	align-items: stretch;
	width: 100%;
	clear: both;
	margin: 34px auto;
	padding: 12px 14px;
	border-top: 6px solid #111;
	border-bottom: 1px solid #bbb;
	background: #f5f5f5;
}

.newspress-read-next h4 {
	grid-area: label;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 9px 14px 9px 0;
	border-right: 1px solid #111;
	font-size: 13.5px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.newspress-read-next-grid {
	grid-area: stories;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
}

.newspress-read-next-grid li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d2d2d2;
	list-style: none;
}

.newspress-read-next-grid li:last-child {
	border-bottom: 0;
}

.newspress-read-next-grid a {
	display: grid;
	grid-template-columns: 71px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	color: #111;
	font-size: 14.5px;
	font-weight: 800;
	line-height: 1.2;
	padding: 10px 0;
}

.newspress-read-next-grid img {
	width: 71px;
	height: 60px;
	object-fit: cover;
}

.single-post .newspress-article-tags {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	width: 100%;
	clear: both;
	margin: 28px 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.single-post .newspress-article-tags h3 {
	display: inline;
	margin: 0 6px 0 0;
	color: #111;
	font-family: inherit;
	font-size: inherit;
	font-weight: 800;
	line-height: inherit;
}

.single-post .newspress-article-tags ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-post .newspress-article-tags li {
	display: inline;
	margin: 0;
	padding: 0;
}

.single-post .newspress-article-tags li:not(:last-child)::after {
	content: ", ";
	color: #707070;
}

.single-post .newspress-article-tags a {
	color: #666;
	font-weight: 600;
	text-decoration: none;
}

.single-post .newspress-article-tags a:hover,
.single-post .newspress-article-tags a:focus {
	color: #d40000;
	text-decoration: underline;
	text-underline-offset: 2px;
}

:is(.single-post, body.page) .newspress-connect {
	width: 100%;
	clear: both;
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	text-align: center;
}

:is(.single-post, body.page) .newspress-connect-title {
	display: block;
	margin: 0 0 12px;
	color: #111;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

:is(.single-post, body.page) .newspress-connect-title strong {
	font-weight: 800;
}

:is(.single-post, body.page) .newspress-connect-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

:is(.single-post, body.page) .newspress-connect-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #686868;
	border-radius: 50%;
	background: #686868;
	transition: transform .2s ease;
}

:is(.single-post, body.page) .newspress-connect-icon svg {
	width: 18px;
	height: 18px;
}

:is(.single-post, body.page) .newspress-connect-icon svg,
:is(.single-post, body.page) .newspress-connect-icon svg * {
	fill: #fff !important;
	stroke: #fff !important;
}

:is(.single-post, body.page) .newspress-connect-icon:hover,
:is(.single-post, body.page) .newspress-connect-icon:focus {
	transform: translateY(-2px);
}

:is(.single-post, body.page) .newspress-connect-icon:hover svg,
:is(.single-post, body.page) .newspress-connect-icon:hover svg *,
:is(.single-post, body.page) .newspress-connect-icon:focus svg,
:is(.single-post, body.page) .newspress-connect-icon:focus svg * {
	fill: #d40000 !important;
	stroke: #d40000 !important;
}

:is(.single-post, body.page) .newspress-connect-icon.is-disabled {
	cursor: default;
	opacity: .38;
}

:is(.single-post, body.page) .newspress-connect-icon.is-disabled:hover {
	border-color: #686868;
	background: #686868;
	transform: none;
}

:is(.single-post, body.page) .newspress-connect-icon.is-disabled:hover svg,
:is(.single-post, body.page) .newspress-connect-icon.is-disabled:hover svg * {
	fill: #fff !important;
	stroke: #fff !important;
}

@media (max-width: 600px) {
	.single-post h1.page-title { font-size: 38px; }
	.single-post .newspress-byline-share-row { align-items: flex-start; flex-direction: column; gap: 10px; }
	.single-post .newspress-byline-share { margin-left: 0; }
	.single-post .newspress-byline-share .ysp-sharing-wrap { justify-content: flex-start; }
	.newspress-read-next { grid-template-columns: 70px minmax(0, 1fr); width: 100%; padding: 10px; }
	.newspress-read-next h4 { padding: 8px 10px 8px 0; font-size: 11px; }
	.newspress-read-next-grid { margin-left: 10px; }
}
