	/*
Theme Name: MCM Extreme
Version: 41.0 (FINAL PLATINUM - Auto 2-Column Menus + All Fixes)
*/

/* --- 0. RESET & GLOBALS --- */
:root {
    --mcm-vino: #990000;
    --mcm-white: #ffffff;
    --mcm-black: #000000;
    --mcm-gray-bg: #f9f9f9;
    --mcm-font-title: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
body, html {
    background-color: var(--mcm-white) !important;
    font-family: 'Georgia', serif;
    color: #111;
    margin: 0; padding: 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
a:hover { color: var(--mcm-vino); }
ul, li { list-style: none; padding: 0; margin: 0; } 

/* Tipografía */
h1, h2, h3, h4, h5, h6,
.entry-title, .section-title, .mcm-card-title, .page-title, .comments-title, .widget-title {
    font-family: var(--mcm-font-title);
    letter-spacing: -0.5px;
    font-weight: 700;
}

/* Fotos Redondeadas Globales */
.featured-image-container img, .entry-content img, .related-thumb img, 
.mcm-archive-media img, .wp-block-image img, .mcm-card-media img, .avatar {
    border-radius: 12px !important;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* --- 1. ESTRUCTURA Y ESPACIADO GLOBAL (25px) --- */
.single-article, 
.mcm-archive-container,
.mcm-home-section:first-child { 
    margin-top: 25px !important; 
    padding-top: 0 !important;
}

/* --- 2. HEADER & BRANDING --- */
#mcm-branding-row { background: #fff; padding: 0; text-align: center; border-bottom: 1px solid #f2f2f2; }
.logo-wrapper { display: flex; justify-content: center; padding: 15px 0; }
.mcm-main-logo { 
    width: 300px !important; 
    height: auto; 
    display: block; 
}

/* --- 3. NAVEGACIÓN (Lógica JS) --- */
#mcm-navbar {
    background: #fff; border-bottom: 2px solid #000;
    width: 100%; height: 50px; position: relative; z-index: 9999;
}
#mcm-navbar.is-fixed { position: fixed; top: 0; left: 0; box-shadow: 0 4px 10px rgba(0,0,0,0.08); }

.mcm-nav-container { display: flex; justify-content: space-between; align-items: center; height: 100%; }

.mcm-nav-item.left { width: 60px; height: 100%; display: flex; align-items: center; justify-content: flex-start; }
.mcm-nav-item.center { flex-grow: 1; display: flex; justify-content: center; align-items: center; height: 100%; }
.mcm-nav-item.right { width: 60px; }

/* Menú Escritorio */
.mcm-desktop-menu-wrap { height: 100%; display: flex; align-items: center; }
.mcm-main-menu { display: flex; gap: 20px; }
.mcm-main-menu > li > a { 
    font-weight: 800; font-size: 11px; text-transform: uppercase; font-family: sans-serif; 
    height: 50px; line-height: 50px; display: block; 
}
.mcm-main-menu > li > a:hover { 
    color: var(--mcm-vino); text-decoration: underline; text-decoration-color: var(--mcm-vino);
    text-decoration-thickness: 3px; text-underline-offset: 4px; 
}

/* SUBMENÚS: LÓGICA DE COLUMNAS (RECUPERADO) */
.mcm-main-menu li { position: relative; }
.mcm-main-menu .sub-menu {
    display: none; position: absolute; top: 50px; left: -15px; background: #fff;
    border: 1px solid #eee; min-width: 200px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 10000;
}
.mcm-main-menu li:hover > .sub-menu { display: block; }
.mcm-main-menu .sub-menu a { display: block; padding: 10px 20px; font-size: 11px; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid #f9f9f9; }

/* REGLA MÁGICA: Si hay más de 10 elementos, dividir en 2 columnas */
.mcm-main-menu .sub-menu:has(li:nth-child(11)) {
    width: 440px;       /* Ancho doble */
    columns: 2;         /* Divide en 2 columnas */
    column-gap: 0;      /* Sin hueco extra */
}
/* Soporte manual por si usas la clase 'mcm-mega-menu' */
.mcm-main-menu > li.mcm-mega-menu > .sub-menu { width: 440px; columns: 2; }

/* Elementos Móviles */
#mcm-burger-trigger { display: none; background: none; border: none; cursor: pointer; color: #000; height: 100%; align-items: center; }
.mcm-mobile-logo-link, .mcm-sticky-logo-link { display: none; }
.is-fixed .mcm-sticky-logo-link { display: block; margin-left: 10px; }
.mcm-sticky-logo { height: 24px; width: auto; }

/* --- 4. PORTADA (HOME) --- */
.mcm-home-container { padding-bottom: 60px; }
.mcm-home-section { margin-bottom: 60px; }

.section-header { display: flex; align-items: center; margin-bottom: 25px; }
.section-title { font-size: 24px; margin: 0; padding-right: 20px; text-transform: uppercase; }
.section-line { flex-grow: 1; height: 4px; background-color: #000; }

.mcm-hero-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: auto auto; gap: 30px; }
.hero-main { grid-column: 1 / 2; grid-row: 1 / 3; }
.hero-main .mcm-card-media img { height: 480px; }
.mcm-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.mcm-card-media { position: relative; margin-bottom: 15px; overflow: hidden; }
.mcm-card-media img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.3s; }
.mcm-card:hover .mcm-card-media img { transform: scale(1.05); }

.mcm-cat-overlay { 
    position: absolute; bottom: 0; left: 0; background: #000; color: #fff; 
    font-size: 13px; font-weight: 800; padding: 10px 15px; text-transform: uppercase; font-family: sans-serif;
}
.mcm-card-title { font-size: 18px; line-height: 1.3; margin: 0 0 10px 0; }

/* --- 5. SINGLE ARTICLE (Detalle) --- */
.single-article { padding-bottom: 60px; }
.content-limit { max-width: 820px; margin: 0 auto; }

/* CAPTIONS (PIES DE FOTO) */
.mcm-caption,
.entry-content figcaption,
.wp-caption-text { 
    text-align: right; font-size: 11px !important; line-height: 1.3 !important; 
    color: #555; /* Gris oscuro elegante */
    margin-top: 6px; font-style: italic; font-family: sans-serif; display: block;
}

/* Categoría Centrada y Corta */
.mcm-entry-cat { margin-bottom: 10px !important; text-align: left; }
.mcm-entry-cat a {
    font-weight: 800; font-size: 13px !important; text-transform: uppercase;
    font-family: sans-serif; color: #000; position: relative;
    display: inline-block; padding: 0 0 6px 0 !important; border-bottom: none !important;
    line-height: 1;
}
.mcm-entry-cat a::after {
    content: ''; position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%); width: 30px; height: 2px;
    background-color: var(--mcm-vino);
}

.entry-title { font-size: 3rem; line-height: 1.1; color: #000; margin-bottom: 15px !important; margin-top: 20px; }

/* Autor */
.mcm-author-box {
    display: flex; align-items: center; gap: 15px; 
    padding: 10px 0 5px !important; margin-bottom: 15px !important;
    border-top: 1px solid #eee; border-bottom: 1px solid #eee;
}
.mcm-avatar img { border-radius: 50% !important; width: 50px; height: 50px; }
.mcm-meta-info { font-family: sans-serif; font-size: 13px; color: #333; }
.mcm-author-name { font-weight: 700; text-transform: uppercase; }

/* Contenido */
.entry-content { font-size: 21px; line-height: 1.8; color: #111; }
.single-article .entry-content p:first-child { margin-top: 0 !important; }

/* Share Buttons */
.mcm-share-section {
    margin: 0 0 15px 0 !important; padding-top: 25px; border-top: 1px solid #eee;
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.share-label { font-weight: 800; font-size: 12px; font-family: sans-serif; text-transform: uppercase; }
.mcm-btn-share {
    display: inline-flex; align-items: center; justify-content: center;
    background-color: var(--mcm-gray-bg); color: #444 !important; border: 1px solid #e5e5e5;
    font-family: sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase;
    height: 44px; padding: 0 20px; border-radius: 4px; transition: all 0.2s;
}
.mcm-btn-share:hover { background-color: #000; color: #fff !important; }
.mcm-btn-share svg { width: 14px !important; height: 14px !important; fill: currentColor; }
.mcm-btn-share.facebook svg { margin-right: 6px; }
.mcm-btn-share.icon-only { padding: 0; width: 44px; justify-content: center; }

/* --- 6. REDES SOCIALES (WIDGETS Y MENÚS) --- */
.widget_social_icons ul, .social-icons ul, .menu-social-container ul {
    display: flex !important; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none !important;
}
.widget_social_icons li, .social-icons li, .menu-social-container li {
    margin: 0 !important; padding: 0 !important;
}
.widget_social_icons a, .social-icons a, .menu-social-container a {
    display: inline-flex !important; align-items: center; justify-content: center;
    width: 36px !important; height: 36px !important;
    background-color: #333; color: #fff !important;
    border-radius: 50% !important;
    font-size: 16px; text-decoration: none; transition: 0.3s;
}
.widget_social_icons a:hover, .social-icons a:hover {
    background-color: var(--mcm-vino); transform: translateY(-2px);
}
.widget_social_icons svg, .widget_social_icons i { width: 16px; height: 16px; fill: currentColor; }

/* --- 7. ARTÍCULOS RELACIONADOS --- */
.mcm-related-wrapper { margin-top: 10px !important; padding-top: 20px !important; border-top: 4px solid #000; }
.related-heading { margin-bottom: 15px !important; font-size: 24px; text-transform: uppercase; }
.mcm-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.related-item { margin-bottom: 20px; }
.related-thumb img { width: 100%; height: 180px; object-fit: cover; margin-bottom: 10px; }
.related-cat a { font-size: 10px; text-transform: uppercase; font-weight: 800; color: var(--mcm-vino); }
.related-title { font-size: 16px; line-height: 1.2; margin-top: 5px; }

/* --- 8. COMENTARIOS --- */
.comments-area { margin-top: 50px; padding-top: 30px; border-top: 1px solid #eee; }
.comments-title { font-size: 24px; margin-bottom: 30px; text-transform: uppercase; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-body { margin-bottom: 30px; border-bottom: 1px solid #f5f5f5; padding-bottom: 30px; }
.comment-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.comment-author img { width: 40px; height: 40px; border-radius: 50%; }
.comment-metadata { font-size: 12px; color: #999; text-transform: uppercase; font-weight: 700; }
.comment-content p { font-size: 16px; line-height: 1.6; color: #333; }
.reply a { font-size: 11px; text-transform: uppercase; font-weight: 800; color: var(--mcm-vino); }

.comment-respond { background: #f9f9f9; padding: 30px; border-radius: 8px; margin-top: 40px; }
.comment-reply-title { font-size: 18px; text-transform: uppercase; margin-bottom: 20px; display: block; }
.comment-form p { margin-bottom: 15px; }
.comment-form label { display: block; font-size: 11px; text-transform: uppercase; font-weight: 700; margin-bottom: 5px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
    width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 4px; background: #fff; box-sizing: border-box;
}
.form-submit .submit {
    background: #000; color: #fff; border: none; padding: 12px 25px; 
    text-transform: uppercase; font-weight: 800; font-size: 12px; cursor: pointer; border-radius: 4px;
}

/* --- 9. ARCHIVOS & PAGINACIÓN --- */
.mcm-archive-container { padding-bottom: 60px; }
.mcm-archive-header { margin-bottom: 40px !important; }
.mcm-archive-header .page-title { font-size: 32px; font-weight: 800; text-transform: uppercase; }
.mcm-archive-divider { width: 100%; height: 4px; background-color: #000; margin-top: 15px; }

.mcm-archive-item { 
    display: grid; grid-template-columns: 1fr 350px; gap: 30px; 
    border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 40px; 
}
.mcm-item-title { font-size: 24px; margin-bottom: 15px; }
.mcm-item-author { display: flex; align-items: center; gap: 10px; margin-top: 15px; font-size: 12px; font-weight: 700; text-transform: uppercase; font-family: sans-serif; }
.mcm-item-author img { border-radius: 50% !important; width: 30px; height: 30px; }
.mcm-archive-media img { height: 220px; width: 100%; object-fit: cover; }

/* OCULTAR CAPTIONS EN ARCHIVOS */
.mcm-overlay-cat,
.mcm-archive-item figcaption, 
.mcm-archive-item .wp-caption-text,
.mcm-archive-media figcaption,
.mcm-archive-media .wp-caption-text {
    display: none !important;
}

/* PAGINACIÓN ESTILIZADA */
.mcm-pagination, .pagination { 
    margin-top: 40px; text-align: center; display: block; width: 100%; clear: both; 
}
.mcm-pagination .nav-links, .pagination { 
    display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; 
}
.page-numbers, .mcm-pagination a, .mcm-pagination span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 36px; height: 36px; padding: 0 10px;
    background: #fff; border: 1px solid #ddd; color: #333;
    text-decoration: none; font-weight: 700; font-size: 13px; font-family: sans-serif;
    border-radius: 4px; transition: all 0.2s;
}
.page-numbers.current, .mcm-pagination .current {
    background: #000; color: #fff; border-color: #000;
}
.page-numbers:hover:not(.current), .mcm-pagination a:hover {
    background: var(--mcm-vino); color: #fff; border-color: var(--mcm-vino);
}

/* --- 10. FOOTER --- */
#mcm-footer { background-color: #000; color: #fff; padding: 60px 0 30px; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 30px; }
.footer-widget .widget-title, .footer-title { 
    color: #fff; font-size: 14px; text-transform: uppercase; border-bottom: 2px solid #333; 
    padding-bottom: 10px; margin-bottom: 20px; font-weight: 800; letter-spacing: 1px; 
}

.footer-widget a, .footer-legal-widget a {
    color: #ccc; text-decoration: none; font-family: sans-serif; font-size: 11px; font-weight: 700;
    text-transform: uppercase; display: inline-block; padding: 5px 0;
}
.footer-widget a:hover { color: #fff; }
.footer-widget li { margin-bottom: 10px; border-bottom: 1px solid #222; padding-bottom: 10px; }

.footer-legal-row { border-top: 1px solid #222; padding-top: 30px; margin-bottom: 20px; text-align: center; }
.footer-legal-widget ul { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; }
.footer-bottom { text-align: center; border-top: 1px solid #222; padding-top: 30px; font-size: 12px; color: #999; }

/* --- 11. PANEL MÓVIL (JS Logic) --- */
#mcm-mobile-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7); z-index: 2147483647;
    visibility: hidden; opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
#mcm-mobile-overlay.is-active { visibility: visible; opacity: 1; pointer-events: auto; }

.mcm-mobile-inner {
    width: 300px; height: 100%; background: #fff; position: absolute; top: 0; left: -320px;
    transition: left 0.3s ease; overflow-y: auto; box-shadow: 5px 0 15px rgba(0,0,0,0.2);
}
#mcm-mobile-overlay.is-active .mcm-mobile-inner { left: 0; }
#mcm-mobile-close { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 24px; cursor: pointer; padding: 10px; }
.mcm-mobile-content { padding: 60px 20px 20px; }
.mcm-mobile-menu a { 
    display: block; padding: 15px 0; color: #000; font-weight: 700; font-size: 15px; 
    border-bottom: 1px solid #eee; font-family: sans-serif; text-transform: uppercase; 
}

/* --- 12. MEDIA QUERIES --- */
@media (max-width: 1024px) {
    .entry-title { font-size: 2rem; }
    .mcm-desktop-menu-wrap, #mcm-branding-row { display: none !important; }
    #mcm-burger-trigger, .mcm-mobile-logo-link { display: block !important; }
    #mcm-burger-trigger { display: flex !important; }
    
    /* REPARACIÓN LOGO MÓVIL */
    .mcm-mobile-logo { 
    height: 30px; 
    width: auto; /* Mantiene la proporción basada en el height */
    aspect-ratio: 108 / 30; /* Ayuda al navegador a reservar el espacio exacto */
    display: block; 
}
    
    .mcm-hero-grid, .mcm-related-grid, .footer-grid, .mcm-archive-item { grid-template-columns: 1fr; }
    .hero-main { grid-column: auto; grid-row: auto; }
    .hero-main .mcm-card-media img { height: 300px; }
    .mcm-archive-media { order: -1; }
    
    .mcm-main-menu > li.mcm-mega-menu > .sub-menu { width: 100%; display: block; }
}

@media (max-width: 600px) {
    .mcm-grid-3 { grid-template-columns: 1fr; }
    .footer-legal-widget ul { flex-direction: column; gap: 10px; }
}

/* --- SUBTÍTULO (BAJADA DE ARTÍCULO) --- */
.mcm-subtitle {
    font-family: Georgia, 'Times New Roman', serif; /* Toque clásico de periódico */
    font-size: 1.35rem;        /* Tamaño grande pero menor que el H1 */
    line-height: 1.4;
    font-weight: 400;
    font-style: italic;        /* Cursiva elegante */
    color: #444;               /* Gris oscuro, no negro */
    margin-bottom: 25px;       /* Espacio antes de la foto */
    margin-top: 0;
}

/* Ajuste móvil */
@media (max-width: 768px) {
    .mcm-subtitle {
        font-size: 1.2rem;
        line-height: 1.35;
        margin-bottom: 20px;
    }
}

/* --- RELATED STORIES (INLINE) --- */
.mcm-inline-related {
    margin: 35px 0;
    padding: 0;
    border-top: 2px solid #000;
    font-family: var(--mcm-font-title);
    clear: both;
}

.mcm-inline-header {
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0;
    color: #000;
}

.mcm-inline-link {
    display: flex !important;
    align-items: center; /* <--- CAMBIO CLAVE: Centra verticalmente la foto y el texto */
    gap: 20px;
    text-decoration: none;
    color: #000;
    transition: opacity 0.2s;
}

.mcm-inline-link:hover {
    opacity: 0.7;
    color: var(--mcm-vino);
}

.mcm-inline-thumb {
    flex-shrink: 0;
    width: 100px;
}

.mcm-inline-thumb img {
    width: 100px !important;
    height: 100px !important; /* Forzamos cuadrado para consistencia */
    object-fit: cover;
    border-radius: 8px !important; /* Bordes redondeados Platinum */
    display: block;
}

.mcm-inline-title {
    font-size: 1.3rem !important; /* Un poco más de peso visual */
    font-weight: 700;
    line-height: 1.3;
    margin: 0 !important; /* Eliminamos margen del H3 para el centrado */
    font-family: var(--mcm-font-title);
}

.mcm-inline-divider {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}
/* Ajuste Móvil */
@media (max-width: 600px) {
    .mcm-inline-title { font-size: 1.1rem; }
    .mcm-inline-thumb { width: 80px; }
}

/* Separador entre Autor y Fecha */
.mcm-meta-sep::before {
    content: "|";       /* La barra separadora */
    margin: 0 10px;     /* Espacio a los lados (10px) */
    color: #ccc;        /* Un gris suave para que no pese visualmente */
    font-weight: 300;   
}

/* --- ESTILO LETRA CAPITAL (DROP CAP) --- */
/* Solo funciona si PHP ha confirmado que el idioma es válido */

.mcm-has-dropcap .entry-content > p:first-of-type::first-letter {
    float: left;            /* Flota a la izquierda del texto */
    font-size: 3.8rem;      /* Tamaño grande y señorial */
    line-height: 0.8;       /* Altura ajustada para que no empuje mucho hacia abajo */
    margin-right: 12px;     /* Espacio con el resto del texto */
    margin-top: 5px;        /* Pequeño ajuste vertical */
    margin-bottom: -5px;    /* Evita huecos debajo */
    font-weight: 700;       /* Negrita */
    color: var(--mcm-vino); /* Tu color corporativo (#990000) */
    font-family: 'Georgia', serif; /* Mantenemos el estilo clásico */
}

/* Ajuste para móviles (para que no ocupe media pantalla) */
@media (max-width: 768px) {
    .mcm-has-dropcap .entry-content > p:first-of-type::first-letter {
        font-size: 3rem;
        margin-right: 10px;
    }
}

/* --- BARRA DE PROGRESO SUPERIOR --- */
#mcm-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px; /* Grosor de la línea */
    background: transparent;
    z-index: 99999; /* Siempre encima de todo */
}

#mcm-progress-bar {
    height: 4px;
    background: var(--mcm-vino); /* Tu color rojo corporativo */
    width: 0%;
    transition: width 0.1s ease;
}

/* --- AJUSTES METADATOS --- */
.mcm-updated-label {
    font-weight: 700;
    color: #555;
    margin-right: 3px;
}

.mcm-reading-time {
    color: #666;
    font-style: italic;
    white-space: nowrap; /* Que no se parta en dos líneas */
}

/* Separador vertical */
.mcm-meta-sep::before {
    content: "|";
    margin: 0 10px;
    color: #ccc;
    font-weight: 300;
}

/* Asegurar que todos los botones de compartir mantengan el tamaño */
.mcm-share-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Colores de marca opcionales al hacer hover */
.mcm-btn-share.telegram:hover { background-color: #0088cc !important; border-color: #0088cc; }
.mcm-btn-share.weibo:hover { background-color: #e6162d !important; border-color: #e6162d; }
.mcm-btn-share.reddit:hover { background-color: #ff4500 !important; border-color: #ff4500; }
.mcm-btn-share.whatsapp:hover { background-color: #25d366 !important; border-color: #25d366; }

/* Para que se vean bien en el estilo Platinum que llevamos */
.mcm-btn-share.icon-only svg {
    width: 18px !important;
    height: 18px !important;
}
/* Color corporativo de Reddit al pasar el ratón */
.mcm-btn-share.reddit:hover {
    background-color: #ff4500 !important; /* Naranja Reddit */
    color: #fff !important;
    border-color: #ff4500;
}

/* Optimización de los iconos en el grid de compartir */
.mcm-share-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* --- OPTIMIZACIÓN DE ENLACES EN EL TEXTO (SEO & UX) --- */
.entry-content p a, 
.entry-content li a {
    color: var(--mcm-vino) !important;
    text-decoration: underline !important;
    text-decoration-color: rgba(153, 0, 0, 0.3) !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 3px !important;
    font-weight: 600 !important;
}

.entry-content p a:hover, 
.entry-content li a:hover {
    text-decoration-color: var(--mcm-vino) !important; /* Subrayado intenso al pasar el ratón */
    background-color: rgba(153, 0, 0, 0.05);           /* Fondo muy sutil */
    color: #000 !important;                            /* Texto a negro en el hover */
}

/* Exclusiones para no romper el diseño de otros bloques */
.entry-content .mcm-inline-related a, 
.entry-content .mcm-share-links a, 
.entry-content .mcm-btn-share a,
.entry-content a img {
    text-decoration: none !important;
    background-color: transparent !important;
}