.ad-banner,
.ad-banner-wide {
    min-height: 100px;
    overflow: hidden;
}
.ad-container {
    margin: 12px 0;
    text-align: center;
    overflow: hidden;
    min-height: 100px;
}
.ad-label {
    font-size: 7px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ad-sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    padding: 3px 0;
    overflow: hidden;
}
.grid-ad-card,
.grid-ad-wrapper {
    min-height: 250px;
}
.grid-ad-wrapper {
    display: flex;
    align-items: stretch;
}
.grid-ad-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.grid-ad-card ins.adsbygoogle {
    min-height: 100px !important;
    width: 100% !important;
}
.ad-rewarded {
    min-height: 100px;
}
.ad-rewarded ins.adsbygoogle {
    min-height: 90px;
}
@media (max-width: 768px) {
    .ad-container {
        margin: 6px 0;
        min-height: 80px;
    }
    .ad-banner,
    .ad-banner-wide {
        min-height: 80px;
    }
    .grid-ad-card,
    .grid-ad-wrapper {
        min-height: 200px;
    }
    .grid-ad-card ins.adsbygoogle,
    .grid-ad-wrapper ins.adsbygoogle {
        min-height: 200px !important;
    }
    .ad-sticky-bottom {
        padding: 2px 0;
    }
}
