/*
Theme Name: Astra Child - BKCPL
Template: astra
Version: 2.0.0
*/

/* Reset for BKCPL full-width pages */
.page-template-bkcpl-full #content,
.page-template-bkcpl-full .site-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.page-template-bkcpl-full .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.page-template-bkcpl-full article {
    margin: 0 !important;
    padding: 0 !important;
}
.page-template-bkcpl-full .site-header,
.page-template-bkcpl-full .site-footer,
.page-template-bkcpl-full #masthead,
.page-template-bkcpl-full #colophon {
    display: none !important;
}

/* BKCPL base styles */
body.bkcpl-custom {
    background: #010102 !important;
    color: #f7f8f8 !important;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
}
