/*
Theme Name: Koodi Theme
Theme URI: https://koodidev.com
Author: KoodiDev
Author URI: https://koodidev.com
Description: Tema de ingeniería web compatible con Elementor y Tailwind CSS.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: koodi-theme
*/

/* =========================================
   COMPATIBILIDAD CRÍTICA WORDPRESS
   ========================================= */

/* 1. Ajuste para la Admin Bar cuando el header es fixed */
body.admin-bar header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px !important; /* En móviles la barra es más alta */
    }
}

/* 2. Ajustes para el Canvas de Elementor */
html, body {
    overflow-x: hidden; /* Evita scroll lateral accidental */
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px; /* Sincronizado con max-w-7xl de Tailwind */
}