/**
 * OVERRIDE ESPECÍFICO PARA HEADER DEL FEED ITEM EN MODO OSCURO
 * Este archivo debe cargarse al final para sobrescribir cualquier gradiente
 * 
 * @author MrGreen Development Team
 * @version 1.0.0
 * @since 2025-01-08
 */

/* ===== SOBRESCRIBIR GRADIENTE DEL HEADER DEL FEED ITEM - MÁXIMA PRIORIDAD ===== */
/* Esta regla sobrescribe cualquier gradiente que pueda estar definido en otros archivos */
.dark-mode .feed-item:not(.feed-item--shared) > .feed-card > .feed-item__header:first-child,
.dark-mode .feed-item:not(.feed-item--shared) > .feed-card > .feed-item_header:first-child,
.dark-mode .feed-item > .feed-card > .feed-item__header:first-child,
.dark-mode .feed-item > .feed-card > .feed-item_header:first-child,
.dark-mode .feed-item > .glass-card > .feed-item__header:first-child,
.dark-mode .feed-item > .glass-card > .feed-item_header:first-child,
.dark-mode .feed-card > .feed-item__header:first-child,
.dark-mode .feed-card > .feed-item_header:first-child,
.dark-mode .glass-card > .feed-item__header:first-child,
.dark-mode .glass-card > .feed-item_header:first-child {
    background: #0F0F0F !important;
    background-color: #0F0F0F !important;
    background-image: none !important;
    background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    border-bottom: 1px solid rgba(112, 114, 120, 0.4) !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: none !important;
    color: #E4E6EB !important;
}

/* Regla adicional para cualquier variante del header */
.dark-mode [class*="feed-item"][class*="header"]:first-child,
.dark-mode [class*="feed-item_header"]:first-child,
.dark-mode [class*="feed-item__header"]:first-child {
    background: #0F0F0F !important;
    background-color: #0F0F0F !important;
    background-image: none !important;
    background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
}
