body.sps-blog-single {
	background: #f5f3f0;
	color: #171717;
}

body.sps-blog-single .sps-post-shell,
body.sps-blog-single .sps-post-shell * {
	box-sizing: border-box;
}

body.sps-blog-single .site {
	background: transparent;
}

body.sps-blog-single .site-content {
	background: transparent;
	padding: 0 !important;
	margin: 0 !important;
}

body.sps-blog-single .ast-single-entry-banner,
body.sps-blog-single .ast-entry-banner,
body.sps-blog-single .entry-header.ast-no-thumbnail,
body.sps-blog-single .ast-article-single > .entry-header {
	display: none !important;
}

body.sps-blog-single #primary,
body.sps-blog-single .site-main,
body.sps-blog-single .hentry,
body.sps-blog-single .ast-article-single {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.sps-blog-single .ast-container,
body.sps-blog-single .site-content > .ast-container {
	display: block;
	max-width: 100%;
	padding: 0;
}

body.sps-blog-single .entry-content > [class*='wp-block-'],
body.sps-blog-single .entry-content > *:last-child {
	margin-bottom: 0;
}

.sps-post-shell {
	background: #f5f3f0;
}

.sps-post-hero {
	position: relative;
	overflow: hidden;
	background: #151515 !important;
	color: #ffffff !important;
	border-bottom: 1px solid rgba(227, 147, 30, 0.18);
}

.sps-post-hero__media {
	position: absolute;
	inset: 0;
}

.sps-post-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sps-post-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.7)),
		linear-gradient(90deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.08));
}

.sps-post-shell__container {
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
	margin: 0 auto;
}

.sps-post-hero__inner {
	position: relative;
	z-index: 1;
	padding: 54px 0 42px;
}

.sps-post-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 13px;
}

.sps-post-breadcrumbs a {
	color: rgba(255, 255, 255, 0.72) !important;
	text-decoration: none;
}

.sps-post-breadcrumbs a:hover,
.sps-post-breadcrumbs a:focus-visible {
	color: #ffffff;
}

.sps-post-eyebrow {
	display: inline-block;
	margin: 0 0 16px;
	padding: 6px 10px;
	border: 1px solid rgba(227, 147, 30, 0.5);
	border-radius: 2px;
	color: #e3931e !important;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sps-post-title {
	margin: 0 0 14px;
	max-width: 11ch;
	color: #ffffff !important;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(42px, 6vw, 76px);
	font-weight: 500;
	line-height: 0.94;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

.sps-post-title .accent {
	color: #b82022;
}

.sps-post-summary {
	max-width: 760px;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 18px;
	line-height: 1.72;
}

.sps-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	color: rgba(255, 255, 255, 0.75) !important;
	font-size: 14px;
}

.sps-post-meta strong {
	color: #ffffff !important;
	font-weight: 500;
}

.sps-post-main {
	padding: 34px 0 72px;
}

.sps-post-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 760px) minmax(0, 320px);
	gap: 54px;
	justify-content: center;
	align-items: start;
}

.sps-post-content {
	min-width: 0;
}

.sps-post-article {
	background: #ffffff !important;
	border: 1px solid #ece7e1 !important;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.05) !important;
	margin: 0;
	padding: 34px 34px 40px;
}

.sps-post-intro {
	margin: 0 0 28px;
	padding: 18px 20px;
	border-left: 3px solid #e3931e;
	background: #faf8f6;
	color: #242424;
	font-size: 18px;
	line-height: 1.75;
}

.sps-post-featured {
	margin: 0 0 28px;
}

.sps-post-featured img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ece7e1;
}

.sps-post-featured figcaption {
	margin-top: 10px;
	color: #6a6a6a;
	font-size: 13px;
}

.sps-post-body,
.sps-post-body .entry-content {
	color: #444444;
}

.sps-post-body .entry-content h2,
.sps-post-body .entry-content h3 {
	color: #171717;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
}

.sps-post-body .entry-content h2 {
	margin: 30px 0 16px;
	padding-top: 30px;
	border-top: 1px solid #ece7e1;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.005em;
}

.sps-post-body .entry-content > h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.sps-post-body .entry-content h3 {
	margin: 24px 0 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0.02em;
}

.sps-post-body .entry-content p,
.sps-post-body .entry-content li {
	color: #444444;
	font-size: 17px;
	line-height: 1.8;
}

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

.sps-post-body .entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.sps-post-body .entry-content th,
.sps-post-body .entry-content td {
	padding: 14px 16px;
	border-bottom: 1px solid #ece7e1;
	text-align: left;
	vertical-align: top;
}

.sps-post-body .entry-content th {
	background: #f7f4f1;
	color: #171717;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sps-post-body .entry-content img {
	max-width: 100%;
	height: auto;
}

.sps-post-sidebar {
	position: sticky;
	top: 26px;
	display: grid !important;
	gap: 18px;
}

.sps-sidebar-card {
	display: block;
	background: #ffffff !important;
	border: 1px solid #ece7e1 !important;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.05) !important;
	padding: 22px 20px;
}

.sps-sidebar-card h3 {
	position: relative;
	margin: 0 0 22px;
	padding-bottom: 10px;
	color: #171717;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.sps-sidebar-card h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 2px;
	background: #ef4056;
}

.sps-sidebar-card .ez-toc-title-container {
	display: none;
}

.sps-sidebar-card #ez-toc-container,
.sps-sidebar-card .ez-toc-container,
.sps-sidebar-card .ez-toc-v2_0_82_2-container {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.sps-sidebar-card .ez-toc-list,
.sps-sidebar-card .ez-toc-list-level-1,
.sps-sidebar-card nav ul {
	margin: 0 !important;
	padding-left: 18px !important;
}

.sps-sidebar-card .ez-toc-list li,
.sps-sidebar-card nav ul li {
	margin: 0 0 10px !important;
	line-height: 1.45;
}

.sps-sidebar-card .ez-toc-link {
	color: #444444 !important;
	text-decoration: none !important;
}

.sps-sidebar-card .ez-toc-link:hover,
.sps-sidebar-card .ez-toc-link:focus-visible {
	color: #951a1c !important;
}

.sps-recent-posts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
}

.sps-recent-posts a {
	display: block;
	margin-bottom: 4px;
	color: #171717;
	font-size: 16px;
	line-height: 1.45;
	text-decoration: none;
}

.sps-recent-posts a:hover,
.sps-recent-posts a:focus-visible {
	color: #951a1c;
}

.sps-post-date {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #7a7a7a;
	font-size: 13px;
	line-height: 1.4;
}

.sps-post-date svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.sps-cta-card {
	position: relative;
	overflow: hidden;
	min-height: 255px;
	border-radius: 2px;
	background: #1b1b1b !important;
	color: #ffffff !important;
}

.sps-cta-card__media {
	position: absolute;
	inset: 0;
}

.sps-cta-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sps-cta-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(23, 23, 23, 0.28), rgba(23, 23, 23, 0.48));
}

.sps-cta-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 255px;
	padding: 22px 20px;
}

.sps-cta-card h3 {
	margin: 0 0 12px;
	padding-bottom: 0;
	color: #ffffff;
}

.sps-cta-card h3::after {
	display: none;
}

.sps-cta-card p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	line-height: 1.7;
}

.sps-search-label {
	display: block;
	margin: 0 0 10px;
	color: #171717;
	font-size: 14px;
	font-weight: 500;
}

.sps-search-wrap {
	display: flex !important;
	gap: 8px;
}

.sps-search-wrap input[type='search'] {
	width: 100%;
	min-width: 0;
	padding: 12px 14px;
	border: 1px solid #ddd7d0;
	background: #ffffff;
	color: #171717;
	font: inherit;
}

.sps-search-wrap button {
	padding: 12px 16px;
	border: 1px solid #951a1c;
	background: #951a1c;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight: 500;
}

.sps-search-wrap button:hover,
.sps-search-wrap button:focus-visible {
	background: #b82022;
	border-color: #b82022;
}

.sps-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sps-btn,
.sps-btn-outline {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 2px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.sps-btn {
	background: #951a1c;
	border: 1px solid #951a1c;
	color: #ffffff;
}

.sps-btn:hover,
.sps-btn:focus-visible {
	background: #b82022;
	border-color: #b82022;
	color: #ffffff;
}

.sps-btn-outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff;
}

.sps-end-cta {
	margin-top: 34px;
	padding: 24px;
	background: #171717;
	color: #ffffff;
}

.sps-end-cta h3 {
	margin: 0 0 10px;
	color: #ffffff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.sps-end-cta p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.7;
}

.sps-callout {
	margin: 20px 0;
	padding: 18px 20px;
	background: #fbf7f3;
	border: 1px solid #ead8bf;
	color: #383838;
}

.sps-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	.sps-post-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sps-post-sidebar {
		position: static;
	}
}

@media (max-width: 760px) {
	.sps-post-shell__container {
		width: min(100%, calc(100% - 28px));
	}

	.sps-post-hero__inner {
		padding: 42px 0 38px;
	}

	.sps-post-title {
		max-width: none;
		font-size: clamp(34px, 10.5vw, 46px);
	}

	.sps-post-summary {
		font-size: 16px;
		line-height: 1.7;
	}

	.sps-post-meta {
		font-size: 13px;
	}

	.sps-post-main {
		padding: 20px 0 54px;
	}

	.sps-post-article {
		padding: 20px 18px 24px;
	}

	.sps-post-intro,
	.sps-post-body .entry-content p,
	.sps-post-body .entry-content li {
		font-size: 16px;
		line-height: 1.75;
	}

	.sps-post-body .entry-content h2 {
		font-size: 30px;
	}

	.sps-post-body .entry-content h3 {
		font-size: 22px;
	}

	.sps-btn-row {
		flex-direction: column;
	}

	.sps-btn,
	.sps-btn-outline {
		text-align: center;
	}
}
