/* AQL SIDE AD CARDS LOWER POSITION
   Only moves the left/right advertisement cards lower.
   Does not change the beautiful page structure.
*/

@media (min-width: 1050px) {
    .aql-side-ad-rail,
    .aql-left-side-ad,
    .aql-right-side-ad,
    .aql-left-ad-rail,
    .aql-right-ad-rail,
    .community-side-ad-rail,
    .community-clean-side-ad-rail,
    .community-left-ad-rail,
    .community-right-ad-rail,
    .community-independent-safe-side-ads,
    .ad-sidebar,
    .ad-sidebar-left,
    .ad-sidebar-right,
    .side-ad-rail,
    .left-ad-rail,
    .right-ad-rail,
    .aql-public-side-ad-rotation {
        margin-top: 85px !important;
    }

    .aql-side-ad-rail[style*="position: fixed"],
    .aql-left-side-ad[style*="position: fixed"],
    .aql-right-side-ad[style*="position: fixed"],
    .community-side-ad-rail[style*="position: fixed"],
    .ad-sidebar[style*="position: fixed"],
    .ad-sidebar-left[style*="position: fixed"],
    .ad-sidebar-right[style*="position: fixed"],
    .side-ad-rail[style*="position: fixed"],
    .left-ad-rail[style*="position: fixed"],
    .right-ad-rail[style*="position: fixed"] {
        top: 340px !important;
        margin-top: 0 !important;
    }
}

/* On mobile/tablet, do not push anything down */
@media (max-width: 1049px) {
    .aql-side-ad-rail,
    .community-side-ad-rail,
    .ad-sidebar,
    .side-ad-rail {
        margin-top: 0 !important;
    }
}
