/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* ── Full width — Astra container override ── */
body.single-post #primary,
body.single-post #main,
body.single-post .site-main,
body.single-post .content-area,
body.single-post .ast-article-single,
body.single-post .entry-content,
body.single-post .ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    background: #000 !important;
}

body.single-post {
    background: #000 !important;
}