/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1778211084
Updated: 2026-05-08 03:31:24

*/

/* 1. Atacamos directamente al contenedor que encontraste */
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    display: none !important;
}


/* Forzar columnas en contenedores de 800px */
.um-form .um-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
}

.um-form .um-col-1-2 {
    width: 50% !important;
    float: none !important;
    margin: 0 !important;
}

/* Solo colapsar en móviles de verdad (menos de 600px) */
@media (max-width: 600px) {
    .um-form .um-row {
        flex-wrap: wrap !important;
    }
    .um-form .um-col-1-2 {
        width: 100% !important;
    }
}

/* 1. Reset de la tipografía y colores de la tarjeta */
div.um-713.um-login, 
div.um-713.um-logout,
.um-form {
    background: #ffffff !important;
    border: none !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* 2. FORZAR COLOR NEGRO en el nombre y enlaces */
/* He añadido selectores de Elementor para que no te los sobreescriba */
.um-713 .um-name a, 
.um-713 .um-misc-ul li a,
.um-713 .um-misc-ul li a:visited {
    color: #000000 !important;
    font-family: 'DM Sans', sans-serif !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* 3. Estilo de la lista (quitar los puntos de la lista que se ven en image_61cc00) */
.um-713 .um-misc-ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    text-align: center !important;
}

.um-713 .um-misc-ul li {
    display: block !important;
    margin-bottom: 10px !important;
}

/* 4. El botón de Logout con estilo moderno */
.um-713 .um-misc-ul li:last-child a {
    background: #000000 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    margin-top: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 5. Quitar la línea gris horizontal */
.um-713 .um-misc-ul {
    border-top: none !important;
}

