/*
=========================================================
DAILY BHARATH - SAFE VISUAL POLISH
Only reduces surrounding whitespace around ad sections.
DO NOT change AdSense client/slot code.
DO NOT change the size of .adsbygoogle itself.
=========================================================
*/

/* Top advertisement: tighter surrounding space */
.db-ad-top {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

.db-ad-top .db-ad-label {
    margin-top: 0;
    margin-bottom: 1px;
}

/* Keep Breaking immediately after the top ad section */
.db-ad-top + .db-breaking {
    margin-top: 0;
}

/* Mid-page advertisement: tighter spacing */
.db-ad-mid {
    margin-top: 14px;
    margin-bottom: 18px;
}

/* Category advertisement: tighter spacing */
.db-category-ad {
    margin-top: 16px;
    margin-bottom: 18px;
}

/* Keep section transitions compact without touching content */
.db-section + .db-ad-section {
    margin-top: 12px;
}

/* Mobile: slightly tighter, while leaving AdSense sizing untouched */
@media screen and (max-width: 600px) {
    .db-ad-top {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .db-ad-mid {
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .db-category-ad {
        margin-top: 10px;
        margin-bottom: 14px;
    }
}
