/*
Theme Name: BCMS
Theme URI:
Description: Uniwersalny motyw bazowy BreederCMS pod strony hodowli psów/kotów rasowych. Pełna szerokość, kompatybilny z Elementorem. Nagłówek i stopka są projektowane jako szablony Elementora i wybierane w Customizerze (Wygląd → Dostosuj → BCMS: Nagłówek i stopka), a treść strony renderuje się pomiędzy nimi.
Version: 1.0.0
Author: BreederCMS
Text Domain: bcms
Requires at least: 6.6
Requires PHP: 7.4
Tags: full-width, custom-menu, elementor
*/

/* === RESET === */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

/* === PEŁNA SZEROKOŚĆ DLA ELEMENTORA === */

.bcms-site-header,
.bcms-site-main,
.bcms-site-footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bcms-site-header .elementor,
.bcms-site-main .elementor,
.bcms-site-footer .elementor {
    width: 100%;
}

/* === KOMUNIKAT POMOCNICZY (widoczny tylko dla zalogowanego admina) === */

.bcms-placeholder {
    margin: 0;
    padding: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #50575e;
    background: #f6f7f7;
    border: 1px dashed #c3c4c7;
}

.bcms-placeholder a {
    color: #2271b1;
}
