/*
Theme Name:  Hello Elementor Child
Theme URI:   
Description: Child theme de Hello Elementor
Author:      Luis Angel Gutierrez
Author URI:  LuisAngelGutierrez.com
Template:    hello-elementor
Version:     1.0.0
Text Domain: hello-elementor-child
*/

@import url("../hello-elementor/style.css");

/* ===== HEADER: Mantener logo y botón en fila en mobile ===== */
@media (max-width: 767px) {

  /* Contenedor grid interno: forzar 2 columnas */
  .elementor-element-9eb8aea {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  /* Logo: ocupa el espacio disponible a la izquierda */
  .elementor-element-e1dfe9c {
    flex: 1 1 auto !important;
  }

  /* Botón: se queda a la derecha sin encoger */
  .elementor-element-08192b0 {
    flex: 0 0 auto !important;
  }

  /* Que la imagen del logo no se desborde */
  .elementor-element-e1dfe9c img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Opcional: reducir tamaño del botón en mobile */
  .elementor-element-08192b0 .elementor-button {
    font-size: 11px !important;
    padding: 8px 12px !important;
  }
}