/* Article Ad Space - Better Separation */
.post-text .article-ad-space {
    margin: 30px 0 !important;
    padding: 0 !important;
    clear: both !important;
    display: block !important;
    float: none !important;
    width: 100%;
}

.article-ad-space .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.article-ad-space .row {
    margin-left: 0;
    margin-right: 0;
}

.article-ad-space .bn-content {
    text-align: center;
}

.article-ad-space img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Ensure proper spacing */
.post-text > p {
    margin-bottom: 15px;
    clear: both;
}

/* Add spacing before and after ad */
.post-text > .article-ad-space {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .post-text .article-ad-space {
        margin: 20px 0 !important;
    }
}
