/* Container generale per gli annunci */
div[id^="4w_adv_container_"] {
    display: block;
    margin: 20px auto;
    text-align: center;
    clear: both;
    max-width: 100%;
    overflow: hidden;
}

/* Header masthead */
.adhub-header-ad {
    max-width: 970px;
    margin: 20px auto;
    text-align: center;
}

/* Footer banner */
.adhub-footer-ad {
    max-width: 728px;
    margin: 20px auto;
    text-align: center;
}

/* Sidebar ads */
.adhub-sidebar-top-ad {
    margin-bottom: 20px;
}

.adhub-sidebar-bottom-ad {
    margin-top: 20px;
}

/* Mobile sticky */
/*
.adhub-sticky-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}*/

/* Sticky TV */
.adhub-sticky-tv {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 998;
}

/* Native ad */
.adhub-native-single {
    margin: 30px 0;
    clear: both;
}

/* Media queries */
@media (max-width: 1024px) {
    .adhub-header-ad {
        max-width: 100%;
        padding: 0 15px;
    }

    .adhub-footer-ad {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .adhub-sticky-tv {
        display: none;
    }

    div[id^="4w_adv_container_"] {
        margin: 10px auto;
    }
}

div[id^="4w_adv_container_"] {
    /* Le tue proprietà CSS qui */
    display: block;
    margin: 20px auto;
    text-align: center;
    clear: both;
    max-width: 100%;
    overflow: hidden;
}


.adhub-sidebar-top-ad {
    max-width: 300px !important;
    height: 600px !important;
    overflow: hidden;
}

.adhub-sidebar-bottom-ad {
    max-width: 300px !important;
    height: 250px !important;
    overflow: hidden;
}

