/**
 * Widget: Últimos Videos — Override Radiocanal
 * Contexto: .ultimos-videos-widget
 *
 * Estética: sutil y moderna, vinculada visualmente al módulo de portada
 * (rojo oscuro) sin ser tan intensa.
 * - Borde izquierdo accent rojo oscuro (eco del border-left del módulo portada)
 * - Fondo rojizo casi transparente (identidad de marca sin saturar)
 * - Ícono rojo completo en el header
 * - Overlay rojo suave al hover del thumbnail
 * - Fecha oculta: solo título y thumbnail
 *
 * @version 1.1.0
 * @since 2026-06-24
 */

/* ========================================
   CONTENEDOR
   ======================================== */

.ultimos-videos-widget {
    background: rgba(230, 57, 70, 0.03);
    border: 1px solid rgba(193, 18, 31, 0.16);
    border-left: 3px solid var(--rc-rojo-oscuro);
    box-shadow: none;
}

/* ========================================
   HEADER
   ======================================== */

.ultimos-videos-widget .uvw-header {
    border-bottom-color: rgba(193, 18, 31, 0.14);
}

.ultimos-videos-widget .uvw-titulo {
    color: var(--rc-negro);
    font-family: var(--rc-font-primary);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.ultimos-videos-widget .uvw-titulo i {
    color: var(--rc-primario);
}

/* ========================================
   ITEM HOVER
   ======================================== */

.ultimos-videos-widget .uvw-item:hover {
    background: rgba(230, 57, 70, 0.06);
}

/* ========================================
   THUMBNAIL: play overlay rojo al hover
   ======================================== */

.ultimos-videos-widget .uvw-play-overlay {
    background: rgba(193, 18, 31, 0.55);
}

/* ========================================
   TÍTULO LINK
   ======================================== */

.ultimos-videos-widget .uvw-titulo-link {
    color: var(--rc-rojo-oscuro);
    font-family: var(--rc-font-primary);
}

.ultimos-videos-widget .uvw-titulo-link:hover {
    color: var(--rc-primario);
}

/* ========================================
   FECHA — oculta en RC (solo título)
   ======================================== */

.ultimos-videos-widget .uvw-fecha {
    display: none;
}
