/* Single — Notícias */

.vcomint-news-single {
	width: min(1280px, calc(100vw - 32px));
	margin: 0 auto;
	padding: clamp(72px, 9vw, 124px) 0 72px;
	color: var(--off-white, #f7f2ff);
}

.vcomint-news-single * {
	box-sizing: border-box;
}

.vcomint-news-single__article {
	width: 100%;
}

.vcomint-news-single__hero {
	padding: 8px 0 48px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.vcomint-news-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 26px;
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.46);
}

.vcomint-news-breadcrumb a {
	color: var(--teal-light, #35bfba);
	text-decoration: none;
}

.vcomint-news-breadcrumb strong {
	color: rgba(255,255,255,0.66);
	font-weight: 700;
}

.vcomint-news-single__kicker {
	margin: 0 0 22px;
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.vcomint-news-single__hero h1 {
	max-width: 1150px;
	margin: 0;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(4rem, 8vw, 7.6rem);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.06em;
}

.vcomint-news-single__subtitle {
	max-width: 900px;
	margin: 24px 0 0;
	color: rgba(255,255,255,0.7);
	font-size: clamp(1.08rem, 1.8vw, 1.45rem);
	line-height: 1.72;
}

.vcomint-news-single__byline {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
	color: rgba(255,255,255,0.72);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.vcomint-news-single__byline span:not(:last-child)::after {
	content: "|";
	margin-left: 12px;
	color: rgba(255,255,255,0.38);
}

.vcomint-news-featured-image {
	width: 100%;
	margin: 48px 0;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255,255,255,0.04);
	box-shadow: 0 28px 90px rgba(0,0,0,0.28);
}

.vcomint-news-featured-image img {
	width: 100%;
	height: auto;
	max-height: 680px;
	display: block;
	object-fit: cover;
}

.vcomint-news-featured-image figcaption {
	padding: 14px 18px;
	border-top: 1px solid rgba(255,255,255,0.08);
	color: rgba(255,255,255,0.62);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.68rem;
	line-height: 1.6;
}

.vcomint-news-single__layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}

.vcomint-news-sidebar {
	position: sticky;
	top: 96px;
}

.vcomint-news-info-card {
	padding: 22px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px;
	background: rgba(255,255,255,0.04);
	box-shadow: 0 18px 54px rgba(0,0,0,0.14);
}

.vcomint-news-section-label,
.vcomint-news-summary-card__label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.vcomint-news-section-label::before {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
}

.vcomint-news-info-card div {
	padding: 16px 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.vcomint-news-info-card div:last-of-type {
	border-bottom: 0;
}

.vcomint-news-info-card span {
	display: block;
	margin-bottom: 7px;
	color: rgba(255,255,255,0.52);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vcomint-news-info-card strong,
.vcomint-news-info-card a {
	display: block;
	color: rgba(255,255,255,0.86);
	font-size: 0.95rem;
	line-height: 1.55;
	font-weight: 500;
	text-decoration: none;
}

.vcomint-news-info-card a {
	color: var(--teal-light, #35bfba);
}

.vcomint-news-copy-link {
	width: 100%;
	min-height: 46px;
	margin-top: 18px;
	border: 1px solid rgba(43,189,189,0.42);
	border-radius: 8px;
	background: rgba(43,189,189,0.1);
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
}

.vcomint-news-copy-link:hover,
.vcomint-news-copy-link.is-copied {
	background: var(--teal, #2da3a3);
	color: var(--purple-deep, #180727);
}

.vcomint-news-content-column {
	width: min(880px, 100%);
}

.vcomint-news-summary-card {
	margin-bottom: 32px;
	padding: 26px 30px;
	border-radius: 12px;
	background: #ffffff;
	color: #16052f;
	box-shadow: 0 24px 80px rgba(0,0,0,0.24);
}

.vcomint-news-summary-card__label {
	color: #24464a;
}

.vcomint-news-summary-card__label::before {
	content: none;
}

.vcomint-news-summary-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.vcomint-news-summary-card li {
	position: relative;
	padding-left: 22px;
	color: #2b1d3d;
	font-size: 1rem;
	line-height: 1.7;
}

.vcomint-news-summary-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--teal, #2da3a3);
}

.vcomint-news-highlight {
	margin: 0 0 32px;
	padding: 22px 26px;
	border-left: 4px solid var(--teal, #2da3a3);
	border-radius: 10px;
	background: rgba(255,255,255,0.055);
	color: rgba(255,255,255,0.86);
	font-size: clamp(1.1rem, 1.5vw, 1.32rem);
	line-height: 1.75;
}

.vcomint-news-update {
	margin: 0 0 32px;
	color: rgba(255,255,255,0.72);
	font-size: 0.95rem;
	line-height: 1.7;
}

.vcomint-news-update strong {
	color: rgba(255,255,255,0.9);
}

.vcomint-news-content {
	color: rgba(255,255,255,0.82);
	font-size: clamp(1.05rem, 1.35vw, 1.22rem);
	line-height: 1.95;
}

.vcomint-news-content p {
	margin: 0 0 28px;
}

.vcomint-news-content h2,
.vcomint-news-content h3 {
	margin: 48px 0 16px;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.vcomint-news-content h2 {
	font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.vcomint-news-content h3 {
	font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.vcomint-news-content a {
	color: var(--teal-light, #35bfba);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.vcomint-news-content figure {
	margin: 48px 0;
}

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

.vcomint-news-content figcaption {
	margin-top: 12px;
	color: rgba(255,255,255,0.58);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.68rem;
	line-height: 1.6;
	text-align: center;
}

.vcomint-news-content blockquote {
	margin: 38px 0;
	padding: 22px 26px;
	border-left: 4px solid var(--gold-light, #f4c430);
	background: rgba(244,196,48,0.07);
	color: rgba(255,255,255,0.86);
	border-radius: 8px;
}

.vcomint-news-related {
	margin-top: 56px;
	padding-top: 36px;
	border-top: 1px solid rgba(255,255,255,0.12);
}

.vcomint-news-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.vcomint-news-related__grid a {
	display: block;
	padding: 18px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.04);
	color: var(--off-white, #f7f2ff);
	text-decoration: none;
}

.vcomint-news-related__grid p {
	margin: 0 0 10px;
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vcomint-news-related__grid h3 {
	margin: 0;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: 1.35rem;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

@media (max-width: 1020px) {
	.vcomint-news-single__layout {
		grid-template-columns: 1fr;
	}

	.vcomint-news-sidebar {
		position: static;
	}

	.vcomint-news-content-column {
		width: 100%;
	}

	.vcomint-news-related__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.vcomint-news-single {
		width: min(100% - 24px, 1280px);
		padding-top: 56px;
	}

	.vcomint-news-single__hero h1 {
		font-size: clamp(3.1rem, 15vw, 5rem);
	}

	.vcomint-news-featured-image {
		margin: 32px 0;
	}

	.vcomint-news-summary-card {
		padding: 22px;
	}
}
/* =========================================================
   SINGLE — NOTÍCIAS | Redução de fontes
   ========================================================= */

.vcomint-news-breadcrumb,
.vcomint-news-single__kicker,
.vcomint-news-single__byline,
.vcomint-news-featured-image figcaption,
.vcomint-news-section-label,
.vcomint-news-summary-card__label,
.vcomint-news-info-card span,
.vcomint-news-related__grid p {
	font-size: 0.54rem !important;
	letter-spacing: 0.13em !important;
}

.vcomint-news-single__hero h1 {
	font-size: clamp(2rem, 4vw, 3.8rem) !important;
	line-height: 1.02 !important;
	letter-spacing: -0.04em !important;
}

.vcomint-news-single__subtitle {
	font-size: clamp(0.86rem, 1vw, 1rem) !important;
	line-height: 1.58 !important;
}

.vcomint-news-info-card strong,
.vcomint-news-info-card a {
	font-size: 0.78rem !important;
	line-height: 1.5 !important;
}

.vcomint-news-copy-link {
	font-size: 0.58rem !important;
	letter-spacing: 0.1em !important;
}

.vcomint-news-summary-card li {
	font-size: 0.82rem !important;
	line-height: 1.6 !important;
}

.vcomint-news-highlight {
	font-size: clamp(0.86rem, 1vw, 1rem) !important;
	line-height: 1.6 !important;
}

.vcomint-news-update {
	font-size: 0.78rem !important;
	line-height: 1.55 !important;
}

.vcomint-news-content {
	font-size: clamp(0.82rem, 0.95vw, 0.92rem) !important;
	line-height: 1.72 !important;
}

.vcomint-news-content p {
	margin-bottom: 20px !important;
}

.vcomint-news-content h2 {
	font-size: clamp(1.2rem, 2vw, 1.75rem) !important;
	line-height: 1.15 !important;
	letter-spacing: -0.025em !important;
}

.vcomint-news-content h3 {
	font-size: clamp(1rem, 1.6vw, 1.35rem) !important;
	line-height: 1.18 !important;
	letter-spacing: -0.02em !important;
}

.vcomint-news-content figcaption {
	font-size: 0.54rem !important;
	line-height: 1.5 !important;
}

.vcomint-news-related__grid h3 {
	font-size: 0.95rem !important;
	line-height: 1.15 !important;
	letter-spacing: -0.02em !important;
}