/* Google AdSense display units */
.nukta-adsense {
    margin: 1.25rem auto 1.5rem;
    max-width: 720px;
    width: 100%;
    min-height: 90px;
    overflow: hidden;
}

body.post-page-active .nukta-adsense {
    margin: 1.5rem 0 2rem;
}

.nukta-adsense--in-article {
    margin: 1.25rem auto;
    clear: both;
}

body.post-page-active .post-content .nukta-adsense--in-article {
    margin: 1.5rem 0;
}

.discover-ad-slot {
    margin: 0 0 1rem;
    padding: 0 0.25rem;
    max-width: 100%;
}

.discover-ad-slot .nukta-adsense--discover {
    margin: 0 auto;
    max-width: 1100px;
}
