/**
 * Resim Fallback - Minimal
 * Sadece bozuk icon gizle, başka hiçbir şeye dokunma
 */

/* Broken icon gizle */
img::before,
img::after {
    content: none !important;
    display: none !important;
}

img {
    color: transparent !important;
    font-size: 0 !important;
}

/* Bozuk resim class */
img.sn-broken {
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
}

/* Placeholder parent */
.sn-placeholder,
.sn-img-wrapper.sn-placeholder,
.news-card.sn-placeholder,
.slider-card.sn-placeholder,
.news-image.sn-placeholder,
.category-news-card.sn-placeholder,
.category-card-image.sn-placeholder {
    background: url('../img/resim-yok.svg') center/contain no-repeat !important;
    background-color: #f5f5f5 !important;
    min-height: 100px;
    display: block !important;
}

/* Hero image - tam genişlik */
.sn-news-image.sn-placeholder {
    min-height: 400px;
}

/* Anasayfa kartları */
.news-card.sn-placeholder,
.category-news-card.sn-placeholder {
    min-height: 200px;
}

/* Magazin ve küçük kartlar - OVERRIDE */
.sn-img-wrapper.sn-placeholder {
    min-height: 80px !important;
    max-height: 80px !important;
    background: url('../img/resim-yok.svg') center/cover no-repeat #f5f5f5 !important;
}

/* Magazin özel */
.magazin-image.sn-placeholder {
    height: 140px !important;
}

.magazin-thumb.sn-placeholder {
    height: 60px !important;
    width: 80px !important;
}

/* Sidebar ve liste resimleri - daha spesifik */
.side-news-image.sn-placeholder {
    min-height: 80px !important;
    height: 80px !important;
    background: url('../img/resim-yok.svg') center/cover no-repeat #f5f5f5 !important;
}

.sn-sidebar-post-item .sn-post-image .sn-img-wrapper.sn-placeholder {
    min-height: 150px !important;
    height: 150px !important;
    max-height: 150px !important;
    background: url('../img/resim-yok.svg') center center / 70% auto no-repeat #f5f5f5 !important;
}

/* Anasayfa politika küçük haberler */
.side-news-item .side-news-image.sn-placeholder {
    min-height: 60px !important;
    height: 60px !important;
    max-height: 60px !important;
    background: url('../img/resim-yok.svg') center/cover no-repeat #f5f5f5 !important;
}

/* Haber listesi kartları */
.sn-news-card figure.sn-placeholder {
    height: 200px !important;
    min-height: 200px !important;
    background: url('../img/resim-yok.svg') center center / 80% auto no-repeat #f5f5f5 !important;
}
