body.single-post {
    position: relative;
    background-color: transparent !important;
}

#angie-blurred-bg-layer-b3a63ea5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -999;
    overflow: hidden;
    background-color: #1a1a1a; /* Fallback */
    pointer-events: none;
}

#angie-blurred-bg-layer-b3a63ea5 .cloned-header {
    position: absolute;
    top: 0;
    width: 100%;
    filter: blur(15px);
    opacity: 0.8;
    transform: scale(1.05); /* Hide blurred edges */
    transform-origin: top center;
}

.angie-blurred-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay for readability */
    z-index: 1;
}

/* Make main content pop and stay readable */
body.single-post #content,
body.single-post main,
body.single-post .elementor-location-single {
    background: rgba(30, 30, 30, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    position: relative;
    z-index: 10;
    color: #f1f1f1;
}

body.single-post main p,
body.single-post main h1,
body.single-post main h2,
body.single-post main h3,
body.single-post main span {
    color: inherit;
}

@media (max-width: 768px) {
    body.single-post #content,
    body.single-post main,
    body.single-post .elementor-location-single {
        margin: 20px;
        padding: 25px;
        border-radius: 8px;
    }
}
