.az-ad {
    display: block;
    margin: 10px 0;
}

.az-ad img {
    max-width: 100%;
    height: auto;
}

.az-ad-group {
    position: relative;
    overflow: hidden;
}

.az-ad-item {
    display: none;
}

.az-ad-item:first-child {
    display: block;
}

#az-ad-blocker-notice {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}

#az-ad-blocker-notice button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}