/* v2.8: İçerik ile dış zemin arasındaki keskin dikey sınırı yumuşatır. */

body.hd-site.single-post .hd-centered-entry,
body.hd-site.single .hd-centered-entry,
body.hd-site.page:not(.home) .hd-page-section {
    background: linear-gradient(
        90deg,
        #f8f6f1 0%,
        #faf9f6 17%,
        #fff 34%,
        #fff 66%,
        #faf9f6 83%,
        #f8f6f1 100%
    ) !important;
}

body.hd-site.single-post .hd-centered-entry-shell,
body.hd-site.single .hd-centered-entry-shell {
    background: transparent !important;
    box-shadow: none !important;
}

body.hd-site.page:not(.home) .hd-page-content,
body.hd-site.single-post .entry-content,
body.hd-site.single .entry-content {
    background: rgba(255, 255, 255, .58) !important;
    border-color: rgba(255, 255, 255, .3) !important;
    box-shadow: 0 0 72px 28px rgba(255, 255, 255, .62) !important;
}

@media (max-width: 760px) {
    body.hd-site.single-post .hd-centered-entry,
    body.hd-site.single .hd-centered-entry,
    body.hd-site.page:not(.home) .hd-page-section {
        background: linear-gradient(
            90deg,
            #f8f6f1 0%,
            #fff 12%,
            #fff 88%,
            #f8f6f1 100%
        ) !important;
    }

    body.hd-site.page:not(.home) .hd-page-content,
    body.hd-site.single-post .entry-content,
    body.hd-site.single .entry-content {
        box-shadow: 0 0 35px 12px rgba(255, 255, 255, .55) !important;
    }
}
