/*
Theme Name: Hello Easy Pages
Theme URI: https://github.com/empreendehub/hello-easypage
Author: WP Easy Pages
Author URI: https://empreendehub.com
Description: Tema shell mínimo e limpo para o WP Easy Pages Themekit. Delega cabeçalho, rodapé, post único, listagens, página inicial e 404 aos slots do plugin WP Easy Pages (wep_render_slot). Funciona em modo fallback mesmo sem o plugin. Recomenda o plugin WP Easy Pages para o fluxo completo de slots.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-easypage
Tags: minimal, clean, blog, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ---------- Fallback markup (quando os slots estão vazios / plugin inativo) ---------- */
/* Mínimo para o site não ficar "cru". O estilo real vem dos templates de slot + CSS global (SPEC-024). */

.wep-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.wep-fallback-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
    background: #fff;
}
.wep-fallback-header .wep-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.wep-site-title {
    font-weight: 700;
    text-decoration: none;
    font-size: 1.25rem;
    color: inherit;
}
.wep-fallback-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.wep-fallback-footer {
    border-top: 1px solid #e5e5e5;
    padding: 1rem 0;
    color: #666;
    background: #fff;
}

.wep-fallback-main {
    padding: 2rem 0;
    min-height: 50vh;
}

.wep-entry-title {
    margin-top: 0;
    line-height: 1.2;
}
.wep-entry-title a {
    text-decoration: none;
    color: inherit;
}
.wep-entry-content {
    line-height: 1.6;
}

.wep-fallback-archive-item,
.wep-fallback-single,
.wep-fallback-page,
.wep-fallback-front {
    margin-bottom: 1.5rem;
}
.wep-fallback-archive-item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}
.wep-fallback-archive-item:last-child {
    border-bottom: 0;
}
.wep-entry-summary {
    color: #555;
}

.wep-archive-header {
    margin-bottom: 2rem;
}
.wep-pagination {
    margin-top: 2rem;
}

.wep-fallback-search form {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}
.wep-fallback-search input[type="search"] {
    flex: 1;
}