/* =========================================================
 * Bloque Featured para Elementor
 * ========================================================= */

.nfe {
	width: 100%;
}

/* --- Encabezado de sección --- */
.nfe__head {
	position: relative;
	margin-bottom: 28px;
	border-bottom: 1px solid #e6e6e6;
}

.nfe__heading {
	position: relative;
	display: inline-block;
	margin: 0 0 0 0;
	padding-bottom: 12px;
	color: inherit;
	line-height: 1.2;
}

.nfe__heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 60px;
	height: 3px;
	background-color: #d6263a;
}

/* --- Rejilla de columnas --- */
.nfe__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px;
}

.nfe__col {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

/* --- Nota principal --- */
.nfe__main-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background-color: #eee;
}

.nfe__main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.nfe__main-image:hover img {
	transform: scale(1.04);
}

.nfe__badge {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #d6263a;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.nfe__main-body {
	padding-top: 16px;
}

.nfe__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.nfe__author { color: #d6263a; }
.nfe__date {
	color: inherit;
}

.nfe__main-title {
	margin: 0 0 12px;
	line-height: 1.25;
}

.nfe__main-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.nfe__main-title a:hover { color: #d6263a; }

.nfe__excerpt {
	margin: 0 0 18px;
	line-height: 1.6;
	color: inherit;
}

.nfe__btn {
	display: inline-block;
	border: 2px solid #d6263a;
	background-color: transparent;
	color: #d6263a;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	padding: 12px 26px;
	border-radius: 0;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nfe__btn:hover {
	background-color: #d6263a;
	border-color: #d6263a;
	color: #ffffff;
}

/* --- Notas secundarias --- */
.nfe__secondary {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.nfe__sec-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
}

.nfe__secondary .nfe__sec-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.nfe__sec-thumb {
	flex: 0 0 auto;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background-color: #eee;
}

.nfe__sec-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nfe__sec-body {
	flex: 1 1 auto;
	min-width: 0;
}

.nfe__sec-body .nfe__meta {
	margin-bottom: 5px;
	font-size: 0.72rem;
}

.nfe__sec-title {
	margin: 0;
	line-height: 1.3;
}

.nfe__sec-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.nfe__sec-title a:hover { color: #d6263a; }

/* --- Responsivo --- */
@media ( max-width: 1024px ) {
	.nfe__grid { grid-template-columns: 1fr; }
}

@media ( max-width: 767px ) {
}

/* Aviso en el editor */
.nfe-empty {
	padding: 22px;
	text-align: center;
	border: 1px dashed #c4c4c4;
	border-radius: 8px;
	color: #777;
	font-size: 0.95rem;
}
