.elementor-4173 .elementor-element.elementor-element-25f84a53{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4173 .elementor-element.elementor-element-25f84a53.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-4173 .elementor-element.elementor-element-7f582fa1.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}/* Start custom CSS *//* --- CLARIDAD DE TEXTOS (CONTRASTE ALTO) --- */

/* Títulos principales: Blanco puro para destacar */
#wpforo-wrap .wpf-thread-title a, 
#wpforo-wrap .cat-name, 
#wpforo-wrap #wpforo-title,
#wpforo-wrap .wpf-footer-title span {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

/* Textos secundarios: "Por...", fechas y etiquetas */
/* Cambiamos el gris oscuro por un blanco hueso muy legible */
#wpforo-wrap .wpf-thread-author-name, 
#wpforo-wrap .wpf-thread-author-name span, 
#wpforo-wrap .wpforo-date, 
#wpforo-wrap .wpf-thread-last-date, 
#wpforo-wrap .wpf-thread-last-user a,
#wpforo-wrap .wpf-thread-forum-mobile a,
#wpforo-wrap .wpf-stat-label,
#wpforo-wrap .wpf-breadcrumb i {
    color: #E0E0E0 !important; /* Gris casi blanco */
    opacity: 1 !important;
}

/* Números y estadísticas en las columnas */
#wpforo-wrap .wpf-thread-posts span, 
#wpforo-wrap .wpf-thread-views span,
#wpforo-wrap .wpf-stat-value {
    color: #FFFFFF !important;
    font-size: 15px !important;
}

/* Cabeceras de columna (Estado, Autor, Temas...) */
#wpforo-wrap .wpf-threads-head .wpf-head-box {
    color: #AAAAAA !important; /* Gris claro para diferenciar de los datos */
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

/* --- LIMPIEZA DE FONDOS --- */

/* Eliminamos fondos grises que restan contraste */
#wpforo-wrap .wpf-thread, 
#wpforo-wrap .wpforo-category, 
#wpforo-wrap .wpforo-cat-panel {
    background-color: transparent !important;
}

/* Línea divisoria entre temas para separar visualmente */
#wpforo-wrap .wpf-thread {
    border-bottom: 1px solid #444 !important; /* Gris medio para ver la separación */
}

/* --- ELEMENTOS DE NAVEGACIÓN --- */

/* Menú superior (Forums, Members, etc.) */
#wpforo-wrap #wpf-menu li a {
    color: #FFFFFF !important;
    font-weight: 500 !important;
}

/* Ajuste de iconos para que no se vean apagados */
#wpforo-wrap .wpf-thread-status i,
#wpforo-wrap .wpf-thread-forum i,
#wpforo-wrap .wpf-footer-box svg {
    color: #00D1FF !important; /* Azul brillante para visibilidad rápida */
    fill: #00D1FF !important;
}

/* El texto de "Nuestro miembro más reciente" */
#wpforo-wrap .wpf-newest-member {
    color: #FFFFFF !important;
}/* End custom CSS */