.elementor-3092 .elementor-element.elementor-element-2544db90{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-453a7053 *//* Fondo oscuro global para entradas individuales */
body.single-post,
body.single-post #page,
body.single-post .site,
body.single-post .site-content,
body.single-post .content-area,
body.single-post .entry-content,
body.single-post article,
body.single-post .ast-container,
body.single-post .elementor,
body.single-post .elementor-section,
body.single-post .elementor-widget-container,
body.single-post .elementor-location-single,
body.single-post .elementor-column,
body.single-post .elementor-element,
body.single-post .elementor-widget-wrap {
    background: #000 !important;
}

/* Quitar fondos blancos internos de Elementor */
body.single-post .elementor-section,
body.single-post .elementor-container,
body.single-post .elementor-widget-container {
    background-color: #000 !important;
}

/* Textos en blanco dentro de entradas */
body.single-post .entry-title,
body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5,
body.single-post h6,
body.single-post p,
body.single-post li,
body.single-post span,
body.single-post strong {
    color: #fff !important;
}

/* Enlaces dorados */
body.single-post a {
    color: #f6a622 !important;
}

/* Ocultar comentarios en entradas */
body.single-post .comments-area,
body.single-post #comments,
body.single-post .comment-respond,
body.single-post .comment-form {
    display: none !important;
}

/* Quitar espacios blancos laterales y controlar ancho */
body.single-post .site-content,
body.single-post .content-area,
body.single-post .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* Mejorar visual en Elementor */
body.single-post .elementor {
    width: 100% !important;
}

/* Fondo del body por seguridad */
html,
body {
    background: #000 !important;
}/* End custom CSS */