/* ===== TARGIDJ FULL-WIDTH RESET ===== */
/* Wymusza pełną szerokość i usuwa kontenery Kadence wokół naszej strony */
body.page-template-page-targidj {
    background: #060810 !important;
    margin: 0 !important;
}
.page-template-page-targidj .site-main,
.page-template-page-targidj .content-area,
.page-template-page-targidj .entry-content,
.page-template-page-targidj #content,
.page-template-page-targidj .site-container,
.page-template-page-targidj .content-container,
.page-template-page-targidj .entry-content > * {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Usuń pasek tytułu strony / breadcrumb generowany przez Kadence */
.page-template-page-targidj .entry-header,
.page-template-page-targidj .page-header,
.page-template-page-targidj .kadence-page-title-wrap,
.page-template-page-targidj .entry-hero,
.page-template-page-targidj .kt-page-title-bar,
.page-template-page-targidj .site-content-title-area,
.page-template-page-targidj nav.breadcrumbs,
.page-template-page-targidj .breadcrumb-trail {
    display: none !important;
}
