/*
 * Estilos personalizados de Noticias del Vino.
 * Antes vivían como bloques <style> impresos inline en cada carga de página
 * (barra de tendencias, mega-footer, bloque "Más en categoría", firma de autor,
 * cajas de "relacionados"). Extraídos aquí para que el navegador los cachee
 * entre páginas y para unificar marca (color/tipografía) en un solo lugar.
 */

:root {
	--ndv-brand: #8e0e29; /* color de marca único: antes había 3 rojos distintos repartidos por el sitio */
	--ndv-accent-2: #b45309; /* ámbar/roble: segundo color de la paleta EEAT, para no depender solo del rojo */
	--ndv-ink: #171412; /* casi negro con calidez, para las cabeceras EEAT */
	--ndv-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ---- Migas de pan (Rank Math), sobre todas las páginas salvo portada ---- */
.ndv-breadcrumbs {
	font-family: var(--ndv-font);
	font-size: 13px;
	color: #888;
	margin: 0 0 14px;
}
.ndv-breadcrumbs a {
	color: #888;
	text-decoration: none;
}
.ndv-breadcrumbs a:hover {
	color: var(--ndv-brand);
	text-decoration: underline;
}
.ndv-breadcrumbs .last,
.ndv-breadcrumbs span[itemprop="name"]:last-child {
	color: var(--ndv-brand);
	font-weight: 600;
}

/* =====================================================================
   Páginas EEAT (Quiénes Somos, Política Editorial, Contacto, Legal...)
   Sistema visual "revista": cabecera oscura, píldoras, pasos numerados
   y tarjetas de acento de color, en vez de bloques grises repetidos.
   ===================================================================== */
.ndv-eeat-page {
	font-family: var(--ndv-font);
}

/* ---- Cabecera oscura (hero) ---- */
.ndv-eeat-hero {
	background: var(--ndv-ink);
	background-image: linear-gradient(135deg, var(--ndv-ink) 0%, #2a1216 100%);
	border-radius: 8px;
	padding: 44px 36px;
	margin: 0 0 32px;
	text-align: center;
}
.ndv-eeat-hero__eyebrow {
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #e8a5b5;
	font-weight: 700;
	margin: 0 0 10px;
}
.ndv-eeat-hero__title {
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.ndv-eeat-hero__note {
	font-size: 15px;
	color: #d9c9cd;
	margin: 12px 0 0;
	max-width: 60ch;
	margin-left: auto;
	margin-right: auto;
}

.ndv-eeat-lead {
	font-size: 19px;
	line-height: 1.55;
	color: #333;
	margin: 0 0 28px;
}
.ndv-eeat-section {
	margin: 0 0 36px;
}
.ndv-eeat-section h2 {
	font-size: 22px;
	margin: 0 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--ndv-brand);
	display: inline-block;
}
.ndv-eeat-section h3 {
	font-size: 17px;
	margin: 0 0 8px;
}
.ndv-eeat-section p,
.ndv-eeat-section li {
	line-height: 1.7;
}
.ndv-eeat-section a {
	color: var(--ndv-brand);
	text-decoration: underline;
}

/* ---- Etiqueta pequeña reutilizable dentro del contenido (no solo en el hero) ---- */
.ndv-eeat-eyebrow {
	font-size: 12px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #9a9a9a;
	font-weight: 700;
	text-align: center;
	margin: 0 0 14px;
}

/* ---- Píldoras (p.ej. "Trabajamos con") ---- */
.ndv-eeat-pills {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
	margin: 0 0 16px;
}
.ndv-eeat-pill {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 999px;
	padding: 12px 18px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #333;
}

/* ---- Panel (caja gris con datos etiquetados: contacto, identificativos...) ---- */
.ndv-eeat-panel {
	background: #f7f5f3;
	border: 1px solid #ececea;
	border-radius: 10px;
	padding: 24px;
	margin: 0 0 16px;
}
.ndv-eeat-panel__title {
	font-size: 13px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 16px;
}
.ndv-eeat-panel-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}
.ndv-eeat-panel-item__label {
	display: block;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--ndv-brand);
	margin: 0 0 4px;
}
.ndv-eeat-panel-item__value {
	font-size: 15px;
	font-weight: 700;
	color: #111;
}
.ndv-eeat-panel-item__value a {
	color: #111;
	text-decoration: none;
}
.ndv-eeat-panel-item__value a:hover {
	color: var(--ndv-brand);
	text-decoration: underline;
}

/* ---- Fila de iconos sociales circulares (reutiliza el estilo .sig-icon-circle de la firma de autor) ---- */
.ndv-eeat-social-row {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 18px 0 0;
}

/* ---- Pasos numerados (proceso: cómo catamos, cómo reportar un error...) ---- */
.ndv-eeat-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin: 16px 0;
}
.ndv-eeat-step {
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 24px 20px 20px;
}
.ndv-eeat-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--ndv-brand);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 12px;
}
.ndv-eeat-step h3 {
	margin: 0 0 6px;
}
.ndv-eeat-step p {
	font-size: 14px;
	color: #555;
	margin: 0;
}

/* ---- Tarjetas de acento de color, en pares/tríos que alternan tono ---- */
.ndv-eeat-highlights {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
	margin: 16px 0;
}
.ndv-eeat-highlight {
	background: #fff;
	border: 1px solid #ececec;
	border-left: 5px solid var(--ndv-brand);
	border-radius: 6px;
	padding: 20px 22px;
}
.ndv-eeat-highlight h3 {
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .03em;
}
.ndv-eeat-highlight p {
	font-size: 14px;
	color: #555;
	margin: 0;
}
.ndv-eeat-highlight--amber {
	border-left-color: var(--ndv-accent-2);
}
.ndv-eeat-highlight--amber h3 {
	color: var(--ndv-accent-2);
}
.ndv-eeat-highlight--wine h3 {
	color: var(--ndv-brand);
}
.ndv-eeat-highlight--ink {
	border-left-color: var(--ndv-ink);
}
.ndv-eeat-highlight--ink h3 {
	color: var(--ndv-ink);
}

.ndv-eeat-grid-2,
.ndv-eeat-grid-3 {
	display: grid;
	gap: 18px;
	margin: 16px 0;
}
.ndv-eeat-grid-2 { grid-template-columns: repeat(2, 1fr); }
.ndv-eeat-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 782px) {
	.ndv-eeat-grid-2,
	.ndv-eeat-grid-3 { grid-template-columns: 1fr; }
	.ndv-eeat-hero { padding: 32px 22px; }
}

.ndv-eeat-card {
	background: #fafafa;
	border: 1px solid #ececec;
	border-left: 4px solid var(--ndv-brand);
	border-radius: 4px;
	padding: 18px 20px;
}
.ndv-eeat-card h3 {
	color: var(--ndv-brand);
}
.ndv-eeat-card p:last-child {
	margin-bottom: 0;
}

.ndv-eeat-todo {
	background: #fff3cd;
	color: #7a5b00;
	padding: 2px 6px;
	border-radius: 3px;
	font-weight: 600;
	font-size: .92em;
}

.ndv-eeat-admin-only {
	background: #eef4ff;
	border: 1px dashed #4a6cf7;
	color: #1f2d5c;
	padding: 12px 16px;
	border-radius: 4px;
	margin: 0 0 24px;
	font-size: 14px;
}

/* ---- Tarjetas de equipo editorial ---- */
.ndv-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	margin: 18px 0;
}
.ndv-team-grid--extended {
	grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.ndv-team-card {
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	border-top: 4px solid var(--ndv-brand);
	border-radius: 10px;
	padding: 22px 20px 18px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
	transition: box-shadow .2s, transform .2s;
}
.ndv-team-card:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
	transform: translateY(-2px);
}
.ndv-team-card--amber { border-top-color: var(--ndv-accent-2); }
.ndv-team-card--ink { border-top-color: var(--ndv-ink); }

.ndv-team-card__top {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 12px;
}
.ndv-team-card__avatar img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 3px solid #fbeaea;
}
.ndv-team-card--amber .ndv-team-card__avatar img { border-color: #fbeee0; }
.ndv-team-card--ink .ndv-team-card__avatar img { border-color: #e8e6e5; }

.ndv-team-card__heading h3 {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.2;
}
.ndv-team-card__heading h3 a {
	color: #111;
	text-decoration: none;
}
.ndv-team-card__heading h3 a:hover {
	color: var(--ndv-brand);
}
.ndv-team-card__role {
	display: inline-block;
	background: #fbeaea;
	color: var(--ndv-brand);
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 3px 9px;
	border-radius: 999px;
	margin: 0 0 6px;
}
.ndv-team-card--amber .ndv-team-card__role { background: #fbeee0; color: var(--ndv-accent-2); }
.ndv-team-card--ink .ndv-team-card__role { background: #ececec; color: var(--ndv-ink); }
.ndv-team-card__count {
	display: block;
	font-size: 12px;
	color: #888;
}

.ndv-team-card__bio {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin: 0 0 12px;
}

.ndv-team-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 12px;
}
.ndv-team-card__tag {
	background: #f7f5f3;
	border: 1px solid #ececea;
	color: #444;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
}

.ndv-team-card__credentials {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.ndv-team-card__credential {
	font-size: 12.5px;
	color: #555;
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.ndv-team-card__credential svg {
	flex: 0 0 auto;
	margin-top: 2px;
	color: var(--ndv-brand);
}
.ndv-team-card--amber .ndv-team-card__credential svg { color: var(--ndv-accent-2); }
.ndv-team-card--ink .ndv-team-card__credential svg { color: var(--ndv-ink); }

.ndv-team-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 14px;
	border-top: 1px solid #f0f0f0;
}
.ndv-team-card__cta {
	font-size: 13px;
	font-weight: 700;
	color: var(--ndv-brand);
	text-decoration: none;
}
.ndv-team-card--amber .ndv-team-card__cta { color: var(--ndv-accent-2); }
.ndv-team-card--ink .ndv-team-card__cta { color: var(--ndv-ink); }
.ndv-team-card__cta:hover {
	text-decoration: underline;
}
.ndv-team-card__socials {
	display: flex;
	gap: 6px;
}
.ndv-team-card__socials .sig-icon-circle {
	width: 30px;
	height: 30px;
}

/* ---- Pie de artículo: categorías y etiquetas ----
 * Sustituye el listado por defecto de GeneratePress (iconos de carpeta/etiqueta,
 * enlaces azules subrayados) por un tratamiento con la marca del sitio:
 * etiqueta "EN:", enlaces en rojo vino, filete punteado.
 * "footer.entry-meta" (elemento <footer>) es el pie del artículo; no confundir
 * con el "div.entry-meta" de la cabecera (fecha/autor), que usa la misma clase
 * pero distinto tag y ya está oculto por otra regla más abajo.
 * La navegación "Anterior/Siguiente" no se estiliza: se desactiva por completo
 * vía el filtro generate_show_post_navigation en functions.php.
 */
footer.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 8px;
	row-gap: 6px;
	margin: 32px 0 24px;
	padding: 18px 0;
	border-top: 1px dotted #cfc0ba;
	border-bottom: 1px dotted #cfc0ba;
	font-family: var(--ndv-font);
}
footer.entry-meta svg {
	display: none; /* fuera los iconos por defecto de carpeta/etiqueta */
}
footer.entry-meta:has(.cat-links, .tags-links)::before {
	content: "EN:";
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	color: #9c8f89;
	line-height: 1;
}
footer.entry-meta .cat-links,
footer.entry-meta .tags-links {
	line-height: 1;
}
footer.entry-meta .cat-links a,
footer.entry-meta .tags-links a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: var(--ndv-brand);
	text-decoration: none;
}
footer.entry-meta .cat-links a:hover,
footer.entry-meta .tags-links a:hover {
	text-decoration: underline;
}

/* ---- Cuerpo del artículo (.entry-content) ---- */
.entry-content img {
	border-radius: 8px;
	height: auto;
	max-width: 100%;
	margin: 1.5em auto;
	display: block;
}
.entry-content figure {
	margin: 1.5em 0;
}
.entry-content figcaption {
	font-size: 13px;
	color: #666;
	text-align: center;
	margin-top: 8px;
}
/* Solo citas de texto reales: los embeds de TikTok/Instagram/X/Pinterest también
   son <blockquote> (así los genera WordPress al pegar la URL), no una cita, y no
   deben llevar borde/fondo/cursiva encima del propio widget. */
.entry-content blockquote:not(.tiktok-embed):not(.instagram-media):not(.twitter-tweet):not(.pinterest-embed) {
	margin: 1.75em 0;
	padding: 0.75em 1.5em;
	border-left: 4px solid var(--ndv-brand);
	background: #fafafa;
	font-style: italic;
	color: #333;
}
.entry-content blockquote.tiktok-embed,
.entry-content blockquote.instagram-media,
.entry-content blockquote.twitter-tweet,
.entry-content blockquote.pinterest-embed {
	margin: 1.75em auto;
}
.entry-content p {
	margin-bottom: 1.25em;
}
/* ---- "Te puede interesar": cinta editorial (shortcodes articulo_relacionado y ndv_random_cat_card_v2) ---- */
.ndv-relacionado-strip {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 28px 0;
	padding: 18px 0;
	border-top: 1px solid #e7e2df;
	border-bottom: 1px solid #e7e2df;
	text-decoration: none;
	color: inherit;
	font-family: var(--ndv-font);
}
.ndv-relacionado-photo {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	background: #f0eeec;
}
.ndv-relacionado-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
	border-radius: 0;
}
.ndv-relacionado-body {
	flex: 1;
	min-width: 0;
}
.ndv-relacionado-kicker {
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ndv-brand);
	font-weight: 700;
	margin: 0 0 4px;
}
.ndv-relacionado-title {
	font-size: 16.5px;
	line-height: 1.3;
	font-weight: 700;
	margin: 0;
	color: #1c1410;
}
.ndv-relacionado-arrow {
	flex: 0 0 auto;
	font-size: 20px;
	color: var(--ndv-brand);
	transition: transform .15s ease;
}
.ndv-relacionado-strip:hover .ndv-relacionado-arrow {
	transform: translateX(3px);
}
@media (max-width: 480px) {
	.ndv-relacionado-photo {
		flex-basis: 52px;
		width: 52px;
		height: 52px;
	}
	.ndv-relacionado-title {
		font-size: 15.5px;
	}
}

/* ---- Barra de Tendencias ---- */
.trending-container {
	background: #ffffff;
	border-bottom: 3px solid var(--ndv-brand);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	width: 100%;
	z-index: 99999;
	position: relative;
	font-family: var(--ndv-font);
	user-select: none;
}
.trending-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	min-height: 45px;
}
.trending-label {
	background: var(--ndv-brand);
	color: #ffffff;
	display: flex;
	align-items: center;
	padding: 0 25px 0 20px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	white-space: nowrap;
	flex-shrink: 0;
	z-index: 2;
}
.trend-wrapper {
	display: flex;
	align-items: center;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	padding: 0 15px;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
	flex-grow: 1;
}
.trend-wrapper:active {
	cursor: grabbing;
}
.trend-wrapper::-webkit-scrollbar {
	display: none;
}
.trend-item {
	color: #444;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	pointer-events: auto;
}
.trend-item::before {
	content: "#";
	color: var(--ndv-brand);
	margin-right: 4px;
	opacity: 0.4;
}
.trend-item:hover {
	color: var(--ndv-brand);
}
@media (max-width: 768px) {
	.trending-label {
		padding: 0 15px 0 10px;
		font-size: 9px;
		clip-path: none;
	}
}

/* ---- Mega-footer ---- */
.ndv-mega-footer {
	--ndv-bg: #ffffff;
	--ndv-line: #f1f1f1;
	--ndv-text: #1a1a1a;
	--ndv-muted: #666666;
	--ndv-accent: var(--ndv-brand);
	--ndv-accent-bg: #fcf4f5;

	background: var(--ndv-bg);
	color: var(--ndv-text);
	padding: 40px 20px 0px;
	border-top: 1px solid var(--ndv-line);
	font-family: var(--ndv-font);
}
.ndv-footer-inner {
	max-width: 1300px;
	margin: auto;
}
.ndv-footer-container {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
	gap: 40px;
}
.ndv-col-brand img {
	height: 45px;
	width: auto;
	margin-bottom: 20px;
}
.ndv-col-brand p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--ndv-muted);
	margin-bottom: 18px;
}
.ndv-col h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 25px;
	color: var(--ndv-text);
	font-weight: 700;
	display: flex;
	align-items: center;
}
.ndv-col h4:before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--ndv-accent);
	border-radius: 50%;
	margin-right: 10px;
}
.ndv-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ndv-col li {
	margin-bottom: 12px;
}
.ndv-col a {
	color: var(--ndv-muted);
	text-decoration: none;
	font-size: 14px;
	transition: .2s ease;
	display: inline-block;
}
.ndv-col a:hover {
	color: var(--ndv-accent);
	transform: translateX(5px);
}
.ndv-socials {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 8px;
}
.ndv-socials a {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--ndv-muted);
	transition: 0.3s;
	border: 1px solid #eee;
}
.ndv-socials a svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	display: block;
}
.ndv-socials a:hover {
	background: var(--ndv-accent);
	color: white;
	border-color: var(--ndv-accent);
	transform: translateY(-3px);
}
.ndv-footer-bottom {
	margin-top: 0;
	padding-top: 30px;
	border-top: 1px solid var(--ndv-line);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	font-size: 12px;
	gap: 15px;
	flex-wrap: wrap;
}
@media (max-width: 1200px) {
	.ndv-footer-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.ndv-col-brand {
		grid-column: span 3;
		border-bottom: 1px solid var(--ndv-line);
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
}
@media (max-width: 700px) {
	.ndv-footer-container {
		grid-template-columns: 1fr 1fr;
	}
	.ndv-col-brand {
		grid-column: span 2;
	}
	.ndv-footer-bottom {
		flex-direction: column;
		text-align: center;
	}
}

/* ---- Bloque "Más en categoría" ---- */
#vino-footer-wrapper-js {
	width: 100%;
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	display: none; /* Se muestra tras ser movido por JS */
}
.vino-footer-block {
	padding: 60px 20px;
	box-sizing: border-box;
}
.vino-block-container {
	max-width: 1200px;
	margin: 0 auto;
	font-family: var(--ndv-font);
	color: #333;
}
.vino-section-title-wrapper {
	width: 100%;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 24px;
	text-align: left;
}
.vino-section-title {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 3px solid #000;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: -1px;
	font-size: 1.25rem;
	color: #000;
}
.vino-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
	.vino-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {
	.vino-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
.vino-card {
	cursor: pointer;
	text-decoration: none !important;
	color: inherit !important;
	display: flex;
	flex-direction: column;
}
.vino-img-wrapper {
	overflow: hidden;
	border-radius: 2px;
	aspect-ratio: 16 / 9;
	background-color: #f3f4f6;
	position: relative;
}
.vino-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	display: block;
	margin: 0;
}
.vino-card:hover img {
	transform: scale(1.05);
}
.vino-card-title {
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 600;
	color: #1a1a1a;
	margin-top: 12px;
	transition: color 0.2s;
	text-align: left;
}
.vino-card:hover .vino-card-title {
	color: var(--ndv-brand);
}

/* ---- Firma de autor ---- */
.byline,
.posted-on,
.author-info,
.post-author-meta {
	display: none !important;
}
.signature-v5-palmero {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-family: var(--ndv-font);
	color: #333;
	clear: both;
}
.sig-header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.sig-left-side {
	display: flex;
	align-items: center;
	gap: 15px;
}
.sig-avatar-wrapper img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
.sig-name {
	font-size: 24px;
	font-weight: 800;
	margin: 0 !important;
	color: #000;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
.sig-name-link {
	color: inherit;
	text-decoration: none;
}
.sig-name-link:hover {
	color: var(--ndv-brand);
	text-decoration: underline;
}
.author-links-minimal {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 6px;
}
.author-links-minimal a {
	color: #666 !important;
	text-decoration: none !important;
	line-height: 1;
	transition: 0.2s;
}
.author-links-minimal a:hover {
	color: #000 !important;
	opacity: 0.8;
}
.sig-right-side-meta {
	text-align: right;
	color: #666;
	font-size: 13px;
}
.sig-meta-item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin-bottom: 2px;
}
.sig-icon-clock {
	color: #999;
}
.sig-separator-line {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 15px 0;
}
.sig-footer-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.sig-footer-left {
	display: flex;
	align-items: center;
	gap: 12px;
}
.sig-icon-circle {
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.2s;
	color: #000;
	text-decoration: none !important;
	background: none; /* reset por si el elemento es <button>, para que no se vea distinto de los <a> vecinos */
	padding: 0;
	font: inherit;
}
.sig-icon-circle:hover {
	background: #000;
	color: #fff;
}
.sig-v-divider {
	width: 1px;
	height: 24px;
	background: #ddd;
	margin: 0 10px;
}
.sig-gn-button {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 20px;
	border: 1px solid #999;
	border-radius: 50px;
	text-decoration: none !important;
	color: #000 !important;
	font-weight: 700;
	font-size: 14px;
	transition: 0.2s;
}
.sig-gn-button:hover {
	border-color: #000;
}
.sig-gn-button img {
	width: 20px;
	height: 20px;
}
@media (max-width: 768px) {
	.sig-header-flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.sig-right-side-meta {
		text-align: left;
		width: 100%;
	}
	.sig-meta-item {
		justify-content: flex-start;
	}
	.sig-footer-left {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}
