.news2026 {
	--news-green: #008318;
	--news-green-dark: #006914;
	--news-border: #d8ded8;
	--news-muted: #667085;
	--news-soft: #f6f8f6;
	color: #222;
}
.news2026__breadcrumbs { color: var(--news-muted); font-size: 13px; margin-bottom: 10px; }
.news2026__hero {
	align-items: center;
	background: #fff;
	border: 1px solid var(--news-border);
	border-radius: 8px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 16px;
}
.news2026__eyebrow {
	color: var(--news-green-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	margin: 0 0 6px;
	text-transform: uppercase;
}
.news2026 h1,
.news2026 h2 {
	color: #1d2b1d;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: none !important;
	text-shadow: none !important;
}
.news2026 h1 { font-size: 30px !important; margin: 0 0 8px !important; }
.news2026__hero p { margin-bottom: 0; max-width: 760px; }
.news2026__primary,
.news2026__primary:visited {
	align-items: center;
	background: var(--news-green) !important;
	border: 1px solid var(--news-green) !important;
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 700;
	gap: 6px;
	padding: 9px 13px;
	text-decoration: none !important;
}
.news2026__primary:hover { background: var(--news-green-dark) !important; border-color: var(--news-green-dark) !important; color: #fff !important; }
.news2026__ghost {
	background: #fff;
	border: 1px solid var(--news-border);
	border-radius: 8px;
	color: #344054 !important;
	display: inline-flex;
	padding: 9px 13px;
	text-decoration: none !important;
}
.news2026__panel,
.news2026__item,
.article-view__hero,
.article-comment {
	background: #fff;
	border: 1px solid var(--news-border);
	border-radius: 8px;
}
.news2026__panel { margin-bottom: 14px; padding: 14px; }
.news2026__search label { color: #344054; display: block; font-weight: 700; margin-bottom: 6px; }
.news2026__search-row { align-items: end; display: flex; gap: 8px; }
.news2026__search-field {
	flex: 1 1 360px;
	max-width: 560px;
	position: relative;
}
.news2026__search input {
	border: 1px solid #cfd8cf;
	border-radius: 8px;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}
.news2026__tag-suggestions {
	background: #fff;
	border: 1px solid var(--news-border);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
	display: grid;
	gap: 4px;
	left: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	z-index: 20;
}
.news2026__tag-suggestions[hidden] { display: none; }
.news2026__tag-suggestions button {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 7px;
	color: #344054;
	display: flex;
	justify-content: space-between;
	min-height: 34px;
	padding: 7px 9px;
	text-align: left;
	width: 100%;
}
.news2026__tag-suggestions button:hover,
.news2026__tag-suggestions button.is-active {
	background: #eef7ef;
	color: var(--news-green-dark);
}
.news2026__tag-suggestions small {
	color: var(--news-muted);
	font-size: 11px;
}
.news2026__list { display: grid; gap: 10px; }
.news2026__item { padding: 14px; }
.news2026__item h2 { font-size: 21px !important; line-height: 1.25; margin: 0 0 8px !important; }
.news2026__item p { line-height: 1.55; margin-bottom: 10px; }
.news2026__meta { color: var(--news-muted); font-size: 12px; margin: 0 0 4px !important; }
.news2026__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.news2026__tags a,
.news2026__tags span,
.news2026__tag {
	background: var(--tag-bg, #eef7ef);
	border: 1px solid var(--tag-border, #cce7d0);
	border-radius: 999px;
	color: var(--tag-color, var(--news-green-dark)) !important;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 8px;
	text-decoration: none !important;
}
.news2026__tags a:hover,
.news2026__tag:hover {
	background: var(--tag-bg, #eef7ef);
	border-color: var(--tag-border, #cce7d0);
	color: var(--tag-color, var(--news-green-dark)) !important;
	filter: saturate(1.08) brightness(.98);
}
.news2026__tag--empty {
	font-weight: 600;
}
.news2026__tags--inline {
	display: inline-flex;
	margin: 0;
}
.news2026__tags--inline .sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.article-view__breadcrumbs { margin-bottom: 10px; }
.article-view__hero { margin-bottom: 14px; padding: 14px 16px; }
.article-view__title { color: #1d2b1d; font-family: Georgia, "Times New Roman", serif; font-size: 28px !important; line-height: 1.22; margin: 0 0 10px !important; text-shadow: none !important; text-transform: none !important; }
.article-view__summary { font-size: 15px; line-height: 1.55; margin-bottom: 12px; }
.article-view__meta {
	align-items: center;
	border-top: 1px solid var(--news-border);
	display: grid;
	gap: 12px;
	grid-template-columns: 132px minmax(0, 1fr);
	padding-top: 12px;
}
.article-view__author {
	color: var(--news-muted);
	font-size: 12px;
	text-align: center;
}
.article-view__author img {
	border: 1px solid #d0d5dd;
	border-radius: 7px;
	display: block;
	height: 90px;
	margin: 0 auto 6px !important;
	object-fit: cover;
	width: 120px;
}
.article-view__byline,
.article-view__stats,
.article-view__comment-state,
.article-view__comment-status,
.article-comment__meta { color: var(--news-muted); font-size: 13px; }
.article-view__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}
.article-view__actions,
.article-comment__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}
.article-view__actions li {
	display: inline-flex;
	margin: 0;
	padding: 0;
}
.article-view__actions a,
.article-view__actions button,
.article-view__actions .vol-bookmark-login,
.article-view__actions .vol-bookmark-button,
.article-comment__actions a,
.article-comment__actions button,
.article-comment__action,
.article-comment__votes .btn-like {
	align-items: center;
	background: #fff;
	border: 1px solid var(--news-border);
	border-radius: 7px;
	color: #344054 !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 400;
	gap: 5px;
	line-height: 1.2;
	padding: 7px 10px;
	text-decoration: none !important;
}
.article-view__actions a:hover,
.article-view__actions button:hover,
.article-view__actions .vol-bookmark-login:hover,
.article-view__actions .vol-bookmark-button:hover,
.article-view__actions .vol-bookmark-button:focus,
.article-comment__actions a:hover,
.article-comment__actions button:hover,
.article-comment__votes .btn-like:hover {
	background: var(--news-soft);
	color: var(--news-green-dark) !important;
	text-decoration: none;
}
ul.article-view__actions a,
ul.article-view__actions a:hover {
	background: transparent;
	border: 0;
}
.article-view__actions .vol-bookmark-action form {
	margin: 0;
}
.article-view__actions .vol-bookmark-button:after {
	font-size: 12px;
	font-weight: 400;
}
.article-view__content { font-size: 15px; line-height: 1.6; }
.article-view__content img { height: auto; max-width: 100%; }
.article-view__section { border-top: 1px solid var(--news-border); margin-top: 18px; padding-top: 12px; }
.article-view__section-label {
	background: var(--news-green) !important;
	border-radius: 7px;
	color: #fff !important;
	display: block;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 8px;
	padding: 7px 10px;
	text-shadow: none !important;
	text-transform: none !important;
}
.news2026__sources {
	border-top: 1px solid var(--news-border);
	margin-top: 22px;
	padding-top: 14px;
}
.news2026__sources-title {
	color: #1f2937 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 10px;
	text-shadow: none !important;
}
.news2026__sources ul { margin: 0; padding-left: 18px; }
.news2026__sources li { margin: 6px 0; }
.news2026__sources span { color: var(--news-muted); display: block; font-size: 12px; }
.recomendado { margin: 6px 0; }
.recomendado a { color: #344054 !important; text-decoration: none; }
.recomendado a:hover { color: var(--news-green-dark) !important; text-decoration: underline; }
.article-comment { margin: 10px 0; padding: 12px; }
.article-comment__number { color: var(--news-green-dark); font-weight: 700; margin-right: 6px; }
.article-comment__body { line-height: 1.55; }
.article-comment__footer { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-top: 10px; }
.article-comment__action--danger { color: #991b1b !important; }
.article-view__comment-form { margin-top: 12px; }
.article-view__comment-textarea {
	border: 1px solid #cfd8cf;
	border-radius: 8px;
	display: block;
	min-height: 150px;
	padding: 10px 12px;
	resize: vertical;
	width: 100%;
}
.article-view__comment-textarea:focus { border-color: var(--news-green); box-shadow: 0 0 0 3px rgba(0, 131, 24, .12); outline: none; }
.article-view__comment-submit { margin-top: 14px; }
.article-view__comment-status.is-error { color: #991b1b; }
.article-view__comment-status.is-success { color: var(--news-green-dark); }
.articleContribution2026__pager {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 14px 0;
}
.articleContribution2026__pager a,
.articleContribution2026__pager span {
	border: 1px solid var(--news-border);
	border-radius: 7px;
	color: #344054 !important;
	padding: 6px 9px;
}
.articleContribution2026__pager .is-active { background: var(--news-green); border-color: var(--news-green); color: #fff !important; }
.articleContribution2026__pager .is-disabled { color: #98a2b3 !important; pointer-events: none; }
@media (max-width: 760px) {
	.news2026__hero,
	.news2026__search-row { align-items: stretch; flex-direction: column; }
	.news2026__search-field { flex-basis: auto; max-width: none; }
	.article-view__meta { grid-template-columns: 1fr; }
	.article-view__author { text-align: left; }
	.article-view__author img {
		display: inline-block;
		margin: 0 8px 0 0 !important;
		vertical-align: middle;
	}
}
