/**
Theme Name: Astra Child
Author: Softipal
Author URI: https://dev.bistec.softipal.com/
Description: Esta plantilla esta optimizada para el correcto funcionamiento de tu web.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ================================================== */
/* FIX PARA GRID DE ELEMENTOR EN EL EDITOR */
/* ================================================== */

/* Solo aplica en el editor de Elementor */
body.elementor-editor-active .elementor-section {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Asegura que todas las columnas tengan misma altura en editor */
body.elementor-editor-active .elementor-column {
    min-height: 200px !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Los widgets ocupan toda la altura disponible */
body.elementor-editor-active .elementor-widget {
    height: 100% !important;
    flex-grow: 1 !important;
}

/* Para grids específicos con 4 columnas */
body.elementor-editor-active .elementor-section .elementor-container {
    align-items: stretch !important;
}

/* Opcional: Ayuda visual en el editor */
body.elementor-editor-active .elementor-column {
    border: 1px dashed #ccc !important;
}