/**
 * Standard News article layout.
 */

.single-post .flextur-news-container {
	max-width: 1320px;
	padding-bottom: clamp(3rem, 7vw, 6rem);
	padding-top: clamp(2rem, 5vw, 4.5rem);
	width: calc(100% - 40px);
}

.single-post .flextur-news-hero {
	background: #252525;
	height: clamp(320px, 42vw, 560px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.single-post .flextur-news-hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.single-post .flextur-news-hero__overlay {
	align-items: center;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.18) 0%,
		rgba(0, 0, 0, 0.72) 100%
	);
	display: flex;
	inset: 0;
	position: absolute;
}

.single-post .flextur-news-hero__inner {
	margin: 0 auto;
	max-width: 1320px;
	padding: clamp(2rem, 5vw, 4.5rem) 20px;
	text-align: center;
	width: 100%;
}

.single-post .flextur-news-hero__title {
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: clamp(2.4rem, calc(1.4rem + 2.35vw), 4.75rem);
	font-weight: 700;
	line-height: 1.02;
	margin: 0 auto;
	max-width: 1200px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.single-post .flextur-news-container > .row {
	margin-left: 0;
	margin-right: 0;
}

.single-post .flextur-news-container > .row > .fl-content {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.single-post .flextur-news-layout {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	grid-template-columns: minmax(0, 920px) minmax(280px, 320px);
	justify-content: center;
}

.single-post .flextur-news-layout--builder-sidebar {
	grid-template-columns: minmax(0, 1220px);
}

.single-post .flextur-news-article,
.single-post .flextur-news-sidebar {
	min-width: 0;
}

.single-post .flextur-news-article {
	overflow: clip;
}

.single-post .flextur-news-article .fl-row-content,
.single-post .flextur-news-article .fl-row-fixed-width {
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.single-post .flextur-news-article img,
.single-post .flextur-news-article video,
.single-post .flextur-news-article svg {
	height: auto;
	max-width: 100%;
}

.single-post .flextur-news-article iframe {
	max-width: 100%;
	width: 100%;
}

.single-post .flextur-news-article .pp-video-wrapper,
.single-post .flextur-news-article .pp-fit-aspect-ratio {
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.single-post
	.flextur-news-article
	.fl-col-group
	> .fl-col:only-child
	> .fl-col-content
	> .fl-module-rich-text
	> .fl-module-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.single-post .flextur-news-article h1,
.single-post .flextur-news-article h2,
.single-post .flextur-news-article h3,
.single-post .flextur-news-article p,
.single-post .flextur-news-article li {
	overflow-wrap: break-word;
}

.single-post .flextur-news-article table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

.single-post .flextur-news-article__header {
	margin-bottom: 2rem;
}

.single-post .flextur-news-article__header h1 {
	margin-bottom: 0;
}

.single-post .flextur-news-sidebar__inner {
	position: sticky;
	top: 120px;
}

@media (min-width: 900px) {
	.single-post .flextur-news-builder-group {
		align-items: stretch;
		display: flex;
	}

	.single-post
		.flextur-news-builder-sidebar
		> .fl-col-content {
		position: sticky;
		top: 120px;
	}
}

.single-post .flextur-news-widget {
	background: #252525;
	border-top: 8px solid #ffcd00;
	color: #fff;
	margin-bottom: 2rem;
	padding: clamp(1.5rem, 3vw, 2.25rem);
}

.single-post .flextur-news-widget__eyebrow {
	color: #ffcd00;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.single-post .flextur-news-widget__title {
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.1;
	margin-bottom: 1rem;
}

.single-post .flextur-news-widget p {
	color: #fff;
}

.single-post .flextur-news-widget__button {
	background: #ffcd00;
	border: 2px solid #ffcd00;
	border-radius: 999px;
	color: #000;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.75rem;
	padding: 0.875rem 1.25rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.single-post .flextur-news-widget__button:focus,
.single-post .flextur-news-widget__button:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
	text-decoration: none;
}

.single-post .flextur-news-widget__button:focus-visible {
	outline: 3px solid #000;
	outline-offset: 3px;
}

@media (max-width: 1199px) {
	.single-post .flextur-news-layout {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 290px);
	}

	.single-post .flextur-news-layout--builder-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 899px) {
	.single-post .fl-page {
		overflow-x: clip;
	}

	.single-post .flextur-news-container {
		max-width: none;
		padding-top: 0;
		width: 100%;
	}

	.single-post .flextur-news-layout {
		display: block;
		width: 100%;
	}

	.single-post .flextur-news-article {
		max-width: 100%;
		width: 100%;
	}

	.single-post .flextur-news-article .fl-row,
	.single-post .flextur-news-article .fl-row-content-wrap,
	.single-post .flextur-news-article .fl-row-content,
	.single-post .flextur-news-article .fl-col-group,
	.single-post .flextur-news-article .fl-col,
	.single-post .flextur-news-article .fl-col-content,
	.single-post .flextur-news-article .fl-module,
	.single-post .flextur-news-article .fl-module-content {
		min-width: 0;
		max-width: 100%;
	}

	.single-post .flextur-news-article h1 {
		font-size: clamp(2.25rem, 11vw, 3.125rem) !important;
		line-height: 1.08;
	}

	.single-post .flextur-news-hero {
		height: clamp(260px, 80vw, 380px);
	}

	.single-post .flextur-news-sidebar {
		padding: 2rem 20px 0;
	}

	.single-post .flextur-news-sidebar__inner,
	.single-post
		.flextur-news-builder-sidebar
		> .fl-col-content {
		position: static;
	}
}
