/*
Theme Name: Maps4Study
Theme URI: https://seusite.com.br
Author: Maps4Study Dev
Author URI: https://seusite.com.br
Description: Um tema focado em busca e visualização de mapas mentais integrado com API Python.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: education, search, minimal
Text Domain: maps4study
*/

/* O CSS principal é carregado via Tailwind no header, 
   mas aqui você pode adicionar correções específicas para o WordPress 
*/

body {
    background-color: #f9fafb;
}

/* Garante que a barra de administração do WP não quebre o layout fixo do header */
body.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar header {
        top: 46px;
    }
}