/* Artigo / notícia */
body.has-fcf-single-post .hero-section,
body.has-fcf-single-post .entry-header,
body.has-fcf-single-post .page-title,
body.has-fcf-single-post .ct-breadcrumbs,
body.has-fcf-single-post .post-navigation,
body.has-fcf-single-post .ct-related-posts,
body.has-fcf-single-post .ct-author-box {
	display: none !important;
}

body.has-fcf-single-post main.site-main {
	padding-top: 0 !important;
}

body.has-fcf-single-post #main-container {
	background: #fff;
}

.fcf-single-post {
	--fcf-single-hero-height: 60vh;
	--fcf-single-hero-height: 60dvh;
	--fcf-single-panel-overlap: clamp(72px, 10vh, 132px);
	--fcf-single-panel-pad-x: clamp(24px, 4vw, 72px);
	--fcf-single-panel-pad-y: clamp(32px, 4.5vw, 56px);
	color: var(--fcf-blue-900, #051e33);
}

.fcf-single-post__hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	height: var(--fcf-single-hero-height);
	min-height: var(--fcf-single-hero-height);
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	background: var(--fcf-blue-700, #183e67);
}

.fcf-single-post__hero-image {
	position: absolute;
	inset: 0;
	background-position: center 22%;
	background-repeat: no-repeat;
	background-size: cover;
}

.fcf-single-post__hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		to top,
		rgba(5, 30, 51, 0.82) 0%,
		rgba(5, 30, 51, 0.52) 32%,
		rgba(5, 30, 51, 0.22) 62%,
		rgba(5, 30, 51, 0) 100%
	);
	pointer-events: none;
}

.fcf-single-post__main {
	position: relative;
	z-index: 2;
	margin-top: calc(var(--fcf-single-panel-overlap) * -1);
	padding-bottom: clamp(48px, 8vh, 96px);
}

.fcf-single-post__container {
	width: var(--theme-container-width, min(100%, var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))));
	max-width: var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))));
	margin-inline: auto;
}

.fcf-single-post__panel {
	background: #fff;
	padding: var(--fcf-single-panel-pad-y) var(--fcf-single-panel-pad-x);
}

.fcf-single-post__category {
	display: inline-block;
	margin: 0 0 18px;
	color: #a2bacc;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: var(--fcf-h5-size);
	font-weight: var(--fcf-h5-weight);
	letter-spacing: var(--fcf-h5-spacing);
	line-height: var(--fcf-h5-line);
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.fcf-single-post__category:hover,
.fcf-single-post__category:focus-visible {
	color: var(--fcf-blue-900, #051e33);
	opacity: 0.82;
	outline: none;
}

.fcf-single-post__title {
	margin: 0 0 clamp(32px, 4.5vh, 52px) !important;
	padding: 0 !important;
	border: 0 !important;
	max-width: min(920px, 100%);
	color: var(--fcf-blue-900, #051e33) !important;
	background: none !important;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif) !important;
	font-size: var(--fcf-h1-size) !important;
	font-weight: var(--fcf-h1-weight) !important;
	font-synthesis: none;
	line-height: var(--fcf-h1-line) !important;
	letter-spacing: var(--fcf-h1-spacing) !important;
	text-transform: uppercase;
	text-wrap: pretty;
}

.fcf-single-post__date {
	display: block;
	margin: 0 0 clamp(28px, 4vh, 40px);
	color: #111827;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: var(--fcf-h5-size);
	font-weight: var(--fcf-h5-weight);
	font-synthesis: none;
	letter-spacing: var(--fcf-h5-spacing);
	line-height: var(--fcf-h5-line);
	text-transform: uppercase;
}

.fcf-single-post__content {
	max-width: none;
	color: #111827;
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
	font-size: var(--fcf-body-size);
	line-height: var(--fcf-body-line);
}

.fcf-single-post__content > :first-child {
	margin-top: 0;
}

.fcf-single-post__content p {
	margin: 0 0 1.35em;
}

.fcf-single-post__content h2,
.fcf-single-post__content h3,
.fcf-single-post__content h4 {
	margin: 1.6em 0 0.75em;
	color: var(--fcf-blue-900, #051e33);
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.fcf-single-post__content a {
	color: var(--fcf-blue-700, #183e67);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.fcf-single-post__content img,
.fcf-single-post__content video,
.fcf-single-post__content iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: clamp(24px, 4vh, 40px) 0;
}

.fcf-single-post__content .wp-block-embed,
.fcf-single-post__content .wp-block-video,
.fcf-single-post__content figure.wp-block-embed,
.fcf-single-post__content figure.wp-block-video {
	margin: clamp(28px, 4vh, 48px) 0;
}

.fcf-single-post__content .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
}

.fcf-single-post__content .wp-block-embed__wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

@media (max-width: 768px) {
	.fcf-single-post {
		--fcf-single-panel-overlap: clamp(64px, 12vh, 96px);
	}

	.fcf-single-post__hero-image {
		background-position: center 18%;
	}

	.fcf-single-post__category {
		margin-bottom: 14px;
	}

	.fcf-single-post__title {
		max-width: none;
		margin-bottom: clamp(24px, 5vh, 36px) !important;
	}

	.fcf-single-post__date {
		margin-bottom: 24px;
	}
}

@media (min-width: 1000px) {
	.fcf-single-post__title {
		max-width: min(1040px, 100%);
	}
}
