/* Üstte siyah alan */
.single-post .main-page-wrapper::before {
    content: "";
    display: block;
    height: 105px;
    background-color: #000;
}

/* Siyah alttan sonraki beyaz boşluk */
.single-post .content-layout-wrapper {
    margin-top: 50px;
}