/*
Theme Name: Cenáculo Acolhimento
Theme URI: https://cenaculoacolhimento.com.br
Description: Tema personalizado com TODA a página Home editável via WordPress Admin. Assets autocontidos (CSS, JS, IMG, VIDEO).
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
Author: Cenáculo Acolhimento
Author URI: https://cenaculoacolhimento.com.br
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cenaculo
Tags: funeral, streaming, custom-design, responsive, editable
*/

/* ============================================
   IMPORTANTE:
   
   Os estilos CSS são carregados via functions.php
   usando wp_enqueue_style() na ordem correta:
   
   1. variables.css  - Variáveis CSS
   2. base.css       - Estilos base
   3. components.css - Componentes
   4. home.css       - Estilos da home
   5. style.css      - Este arquivo (últimas customizações)
   
   NÃO use @import aqui para evitar problemas de
   carregamento e performance.
   ============================================ */

/* ============================================
   ESTILOS ESPECÍFICOS DO WORDPRESS ADMIN
   ============================================ */

/* Ajustes para o editor do WordPress */
.wp-block {
    max-width: 100%;
}

/* Admin Bar Fix */
body.admin-bar {
    margin-top: 32px !important;
}

body.admin-bar header {
    top: 32px !important;
}

/* Estilos para preview no admin */
.editor-styles-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* ============================================
   UTILITÁRIOS
   ============================================ */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

/* ============================================
   RESPONSIVIDADE
   ============================================ */

@media (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px !important;
    }
    
    body.admin-bar header {
        top: 46px !important;
    }
}

/* ============================================
   CUSTOMIZAÇÕES ADICIONAIS DO TEMA
   ============================================ */

/* Adicione suas customizações específicas aqui */
