/**
 * Interna Blog.
 */

.fbb-main--single-noticia {
	background: var( --fbb-color-white );
	color: var( --fbb-color-text );
}

.fbb-single-news-container {
	width: 100%;
	max-width: var( --fbb-container-max-width );
	margin-inline: auto;
	padding-inline: var( --fbb-page-gutter );
}

.fbb-single-news-container--narrow {
	max-width: 940px;
}

.fbb-single-news-container--content {
	max-width: 880px;
}

.fbb-single-news-container--media {
	max-width: 1020px;
}

.fbb-single-news-hero {
	padding: 72px 0 56px;
	text-align: center;
}

.fbb-single-news-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 28px;
	color: #9ca3af;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-single-news-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.fbb-single-news-badge,
.fbb-single-news-eyebrow,
.fbb-single-news-card__body > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var( --fbb-color-white );
	background: var( --fbb-color-red );
	border-radius: var( --fbb-radius-pill );
	font-size: 11px;
	font-weight: var( --fbb-font-weight-bold );
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fbb-single-news-badge {
	min-height: 28px;
	margin: 0 0 20px;
	padding: 0 16px;
}

.fbb-single-news h1,
.fbb-single-news-content h2,
.fbb-single-news-related h2,
.fbb-single-news-card h3,
.fbb-single-news-author-card h2 {
	margin: 0;
	color: var( --fbb-color-navy );
	font-weight: var( --fbb-font-weight-bold );
	letter-spacing: 0;
}

.fbb-single-news h1 {
	font-size: clamp( 34px, 4vw, 48px );
	line-height: 1.18;
}

.fbb-single-news-lead {
	max-width: 760px;
	margin: 26px auto 0;
	color: #7a7f89;
	font-size: 17px;
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-single-news-lead p {
	margin: 0;
}

.fbb-single-news-lead p + p {
	margin-top: 12px;
}

.fbb-single-news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	justify-content: center;
	margin-top: 32px;
	color: #8f96a3;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-single-news-meta time,
.fbb-single-news-meta span {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.fbb-single-news-meta span::before,
.fbb-single-news-meta time::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 8px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.fbb-single-news-featured {
	margin: 0;
	text-align: center;
}

.fbb-single-news-featured__image,
.fbb-single-news-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1.72;
	border-radius: 8px;
}

.fbb-single-news-featured__image {
	height: auto;
	object-fit: cover;
}

.fbb-single-news-placeholder {
	display: grid;
	place-items: center;
	color: #a3a3a3;
	background: var( --fbb-color-gray-page-bg );
	font-size: 13px;
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-single-news-featured figcaption {
	margin-top: 14px;
	color: #8f96a3;
	font-size: 12px;
	font-style: italic;
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-single-news-share {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	color: #8f96a3;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-single-news-share--top {
	margin-top: 18px;
}

.fbb-single-news-share a {
	display: inline-grid;
	width: 30px;
	height: 30px;
	place-items: center;
	color: var( --fbb-color-navy );
	border: 1px solid rgba( 0, 35, 120, .45 );
	border-radius: 50%;
	font-size: 11px;
	font-weight: var( --fbb-font-weight-bold );
	text-decoration: none;
	text-transform: uppercase;
}

.fbb-single-news-content {
	padding-top: 70px;
}

.fbb-single-news-content > * {
	margin-top: 0;
	margin-bottom: 24px;
}

.fbb-single-news-content p,
.fbb-single-news-content li {
	color: #6f7682;
	font-size: 16px;
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.8;
}

.fbb-single-news-content h2 {
	margin-top: 38px;
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 1.35;
}

.fbb-single-news-content h3 {
	margin: 32px 0 16px;
	color: var( --fbb-color-navy );
	font-size: 20px;
	line-height: 1.35;
}

.fbb-single-news-content ul,
.fbb-single-news-content ol {
	padding-left: 22px;
}

.fbb-single-news-content a {
	color: var( --fbb-color-navy );
	font-weight: var( --fbb-font-weight-bold );
}

.fbb-single-news-content blockquote {
	margin: 34px 0;
	padding: 24px 28px;
	color: var( --fbb-color-navy );
	background: var( --fbb-color-gray-page-bg );
	border-left: 4px solid var( --fbb-color-navy );
	border-radius: 0 8px 8px 0;
	font-size: 17px;
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.7;
}

.fbb-single-news-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.fbb-single-news-footer {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-top: 54px;
	padding-top: 28px;
	border-top: 1px solid #e6e8ed;
}

.fbb-single-news-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: #8f96a3;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-bold );
}

.fbb-single-news-tags a,
.fbb-single-news-tags span:not(:first-child) {
	padding: 6px 10px;
	color: #687083;
	border: 1px solid #d8dce5;
	border-radius: var( --fbb-radius-pill );
	text-decoration: none;
}

.fbb-single-news-post-nav {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 24px;
	margin-top: 38px;
}

.fbb-single-news-post-nav a {
	display: grid;
	gap: 8px;
	color: var( --fbb-color-navy );
	text-decoration: none;
}

.fbb-single-news-post-nav a:nth-child( 2 ) {
	text-align: right;
}

.fbb-single-news-post-nav span {
	color: #9ca3af;
	font-size: 11px;
	font-weight: var( --fbb-font-weight-bold );
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fbb-single-news-post-nav strong {
	font-size: 14px;
	line-height: 1.45;
}

.fbb-single-news-author {
	margin-top: 62px;
	padding: 56px 0;
	background: var( --fbb-color-gray-page-bg );
}

.fbb-single-news-author-card {
	display: grid;
	grid-template-columns: auto minmax( 0, 1fr );
	gap: 24px;
	align-items: center;
	padding: 32px;
	background: var( --fbb-color-white );
	border: 1px solid #e6e8ed;
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba( 0, 35, 120, .08 );
}

.fbb-single-news-author-card__avatar {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	color: var( --fbb-color-white );
	background: var( --fbb-color-navy );
	border-radius: 50%;
	font-size: 13px;
	font-weight: var( --fbb-font-weight-bold );
}

.fbb-single-news-author-card h2 {
	font-size: 20px;
	line-height: 1.3;
}

.fbb-single-news-author-card .fbb-rich-text {
	margin: 10px 0 0;
	color: #6f7682;
	font-size: 14px;
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-single-news-author-card a,
.fbb-single-news-card__body > a {
	display: inline-flex;
	margin-top: 14px;
	color: var( --fbb-color-navy );
	font-size: 12px;
	font-weight: var( --fbb-font-weight-bold );
	text-decoration: none;
}

.fbb-single-news-related {
	padding: 72px 0 80px;
}

.fbb-single-news-eyebrow {
	min-height: auto;
	margin: 0 0 12px;
	padding: 0;
	color: var( --fbb-color-red );
	background: transparent;
	border-radius: 0;
}

.fbb-single-news-related h2 {
	font-size: clamp( 30px, 3vw, 40px );
	line-height: 1.22;
}

.fbb-single-news-related__grid {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 28px;
	margin-top: 38px;
}

.fbb-single-news-card {
	overflow: hidden;
	background: var( --fbb-color-white );
	border: 1px solid #e6e8ed;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba( 0, 35, 120, .08 );
}

.fbb-single-news-card__media {
	display: block;
	color: #a3a3a3;
	background: var( --fbb-color-gray-page-bg );
	text-decoration: none;
}

.fbb-single-news-card__image,
.fbb-single-news-card__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1.65;
}

.fbb-single-news-card__image {
	height: auto;
	object-fit: cover;
}

.fbb-single-news-card__placeholder {
	display: grid;
	place-items: center;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-single-news-card__body {
	display: grid;
	padding: 22px;
}

.fbb-single-news-card__body > span {
	justify-self: start;
	min-height: 22px;
	padding: 0 10px;
	font-size: 9px;
}

.fbb-single-news-card time {
	margin-top: 14px;
	color: #9ca3af;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-single-news-card h3 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.4;
}

.fbb-single-news-card h3 a {
	color: inherit;
	text-decoration: none;
}

.fbb-single-news-card p {
	margin: 12px 0 0;
	color: #6f7682;
	font-size: 14px;
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-single-news-related__all {
	display: table;
	margin: 40px auto 0;
	padding: 14px 24px;
	color: var( --fbb-color-navy );
	border: 2px solid var( --fbb-color-navy );
	border-radius: var( --fbb-radius-pill );
	font-size: 12px;
	font-weight: var( --fbb-font-weight-bold );
	text-decoration: none;
	text-transform: uppercase;
}

/* Tablet e abaixo (≤1023px) */
@media ( max-width: 1023px ) {
	.fbb-single-news-related__grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}

/* Mobile (≤767px) */
@media ( max-width: 767px ) {
	.fbb-single-news-hero {
		padding: 52px 0 40px;
	}

	.fbb-single-news h1 {
		font-size: 30px;
	}

	.fbb-single-news-meta,
	.fbb-single-news-footer,
	.fbb-single-news-author-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.fbb-single-news-footer {
		display: grid;
	}

	.fbb-single-news-post-nav,
	.fbb-single-news-related__grid,
	.fbb-single-news-author-card {
		grid-template-columns: 1fr;
	}

	.fbb-single-news-post-nav a:nth-child( 2 ) {
		text-align: left;
	}

	.fbb-single-news-content {
		padding-top: 48px;
	}
}
