/* v2.3: Beyaz içerik yüzeyi ve yalnızca sağ/sol kenarlarda hafif gölge. */

body.hd-site.single-post .hd-centered-entry,
body.hd-site.single .hd-centered-entry {
    background: #f8f7f3 !important;
}

body.hd-site.single-post .hd-centered-entry-shell,
body.hd-site.single .hd-centered-entry-shell {
    background: #fff !important;
    box-shadow:
        -13px 0 28px -22px rgba(11, 34, 26, .28),
        13px 0 28px -22px rgba(11, 34, 26, .28) !important;
}

body.hd-site.page:not(.home) .hd-page-section {
    background: #f8f7f3 !important;
}

body.hd-site.page:not(.home) .hd-page-content,
body.hd-site.single-post .entry-content,
body.hd-site.single .entry-content {
    background: #fff !important;
    box-shadow:
        -13px 0 28px -22px rgba(11, 34, 26, .28),
        13px 0 28px -22px rgba(11, 34, 26, .28) !important;
}

@media (max-width: 760px) {
    body.hd-site.single-post .hd-centered-entry-shell,
    body.hd-site.single .hd-centered-entry-shell,
    body.hd-site.page:not(.home) .hd-page-content,
    body.hd-site.single-post .entry-content,
    body.hd-site.single .entry-content {
        box-shadow:
            -8px 0 20px -17px rgba(11, 34, 26, .24),
            8px 0 20px -17px rgba(11, 34, 26, .24) !important;
    }
}
