/* Masaüstünde göster, mobil/tablette gizle */
@media (max-width: 1199.98px) {
    #sticky-right-ad { display: none !important; }
}

/* Varsayılan: sağ üstten sabit dursun */
.sticky-right-ad{
    position: fixed;
    top: 80px;
    right: 16px;
    z-index: 9999;
    width: 160px;
    line-height: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.sticky-right-ad img{
    display: block;
    width: 160px;
    height: auto;
}
