/*
* Basic ads style
*/
.gam-ads .ad-top,
.gam-ads .ad-bottom {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.gam-ads .ad-top:empty, .gam-ads .ad-bottom:empty, .gam-ads .shortcode-ads:empty {
    display: none;
}

.gam-ads .ad-top div:empty,
.gam-ads .ad-bottom div:empty {
    position: absolute;
    width: 1rem !important;
    height: 1rem !important;
    opacity: 0;
    pointer-events: none;
}

.shortcode-ads {
    width: 100%;
    position: relative;
    padding: 10px;
}

/*
* We can insert this style within wordpress theme editor also.
* Specify ads style for   ------amcplus.com------
*/
.gam-ads #content-holder,
.gam-ads #content-holder .content-container,
.gam-ads #content-holder .content-container .transition-wrap {
    position: relative!important;
}
