/*
Theme Name: BondCast V2
Theme URI: https://bondcast.com.br
Author: BondCast
Author URI: https://bondcast.com.br
Description: Minimal WordPress starter theme focused on data display, fully compatible with Elementor. This theme provides fallback templates and lets Elementor Theme Builder handle all layouts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bondcast-v2

BondCast V2 is a minimal theme designed to work seamlessly with Elementor.
It does not impose any styling or layout constraints, allowing full control via Elementor Theme Builder.
*/

/* Reset básico apenas para fallback - Elementor sobrescreverá tudo */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

/* Fallback container - usado apenas quando Elementor não está ativo */
.bc-fallback-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.bc-fallback-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.bc-fallback-header h1 {
    margin: 0;
    font-size: 24px;
}

.bc-fallback-content {
    min-height: 50vh;
}

.bc-fallback-footer {
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

/* Post/Entry fallback */
.bc-entry {
    margin-bottom: 40px;
}

.bc-entry-title {
    margin: 0 0 10px;
    font-size: 28px;
}

.bc-entry-title a {
    color: inherit;
    text-decoration: none;
}

.bc-entry-title a:hover {
    text-decoration: underline;
}

.bc-entry-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.bc-entry-content {
    line-height: 1.8;
}

.bc-entry-content img {
    max-width: 100%;
    height: auto;
}

/* Archive/Search */
.bc-archive-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}

/* 404 */
.bc-404 {
    text-align: center;
    padding: 60px 20px;
}

.bc-404 h1 {
    font-size: 72px;
    margin: 0;
    color: #ccc;
}

.bc-404 p {
    font-size: 18px;
    color: #666;
}

/* Pagination */
.bc-pagination {
    margin-top: 40px;
    text-align: center;
}

.bc-pagination a,
.bc-pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.bc-pagination a:hover {
    background: #f5f5f5;
}

.bc-pagination .current {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* Search form */
.bc-search-form {
    margin: 20px 0;
}

.bc-search-form input[type="search"] {
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
}

.bc-search-form button {
    padding: 10px 20px;
    font-size: 16px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.bc-search-form button:hover {
    background: #555;
}
