/**
 * Package Bridge CSS
 * Bridges PBS header/footer with the package-creator content.
 */

/* ===== FULL WIDTH OVERRIDES — Break out of GP grid-container ===== */
body.page-template-package-showcase .site,
body.page-template-package-showcase .site.grid-container,
body.page-template-package-showcase .site-content,
body.page-template-package-showcase .content-area,
body.page-template-package-showcase .inside-article,
body.page-template-package-showcase .entry-content,
body.page-template-package-showcase .grid-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.page-template-package-showcase .inside-article {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page-template-package-showcase .entry-header {
    display: none !important;
}

/* Showcase wrapper */
.pbs-package-showcase {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #0a0a1a;
}

.pbs-package-showcase .pbs-showcase-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* Body background */
body.page-template-package-showcase {
    background-color: #0a0a1a;
}

/* ===== Hide LUFA AI nav bar if present ===== */
.pbs-package-showcase .lufa-nav,
.pbs-package-showcase nav.lufa-header,
.pbs-package-showcase .lufa-ai-nav,
.pbs-package-showcase [class*="lufa-nav"] {
    display: none !important;
}

/* ===== Scope pkw-* styles ===== */
.pbs-package-showcase [class*="pkw-"],
.pbs-package-showcase [class*="pkg-"] {
    box-sizing: border-box;
}

/* ===== GP sidebar override ===== */
body.page-template-package-showcase #right-sidebar,
body.page-template-package-showcase #left-sidebar {
    display: none !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .pbs-package-showcase .pbs-showcase-content {
        overflow-x: hidden;
    }
}
