/* The Daily Whistle exact AdSense unit support. Loaded after app.css. */
.ad-slot--adsense {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 90px;
    height: auto !important;
    overflow: visible !important;
    clear: both;
    background: transparent;
    border: 0;
    text-align: center;
}

.ad-slot--adsense .ad-label {
    display: block;
    margin: 4px 0 7px;
    text-align: center;
}

.ad-slot--adsense .adsbygoogle {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
}

.ad-slot--adsense iframe {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .ad-slot--adsense {
        margin: 18px auto;
    }
}
