/* --- FIX PARA EL EDITOR GRIDBOX --- */

/* 1. Solo aplicar cuando el editor de Gridbox esté activo */
.ba-editor-interface svg, 
.ba-editor-interface .ba-item-stitch svg, 
.ba-editor-interface .ba-edit-item svg,
.ba-editor-interface [class*="ba-icon-"] svg {
    width: 18px !important; /* Tamaño ideal para trabajar */
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    display: inline-block !important;
}

/* 2. Controlar los contenedores (Círculos de control) */
.ba-editor-interface .ba-item-stitch, 
.ba-editor-interface .ba-edit-item,
.ba-editor-interface .ba-button-add {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(255,255,255,0.9); /* Para que resalten */
    border-radius: 50%;
}

/* --- FIX PARA EL LOGO --- */

header img, 
.brand-logo img, 
img[src*="logo-climaymn"] {
    max-height: 150px !important;
    width: auto !important;
    height: auto !important;
}