/*
Theme Name: OCELORA
Theme URI: https://clickcode.com/ocelora
Author: ClickCode
Author URI: https://clickcode.com
Description: Tema base personalizado OCELORA por ClickCode.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ocelora
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ------------------------------------------------
   WordPress-specific overrides & admin bar fixes
   ------------------------------------------------ */

/* Asegurar que el header sticky respete la admin bar */
.admin-bar #masthead {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #masthead {
        top: 46px;
    }
}

/* Gutenberg alignment support */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    max-width: none;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

/* Ocultar títulos de página editados vía WP (se manejan en los templates) */
.home .entry-title,
.page .entry-title {
    display: none;
}

