/* NightUO Rev7 - detay resimleri eskisi gibi normal boyutta gosterir */

/* Sistem detay ana resmi: onceki revlerdeki 100% zorlamasini kaldirir */
body.sistem-detay-body .sistem-detail-image {
    width: auto !important;
    max-width: 100% !important;
    text-align: center !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 0 24px !important;
}

body.sistem-detay-body .sistem-detail-image img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
}

/* Sistem/haber icerigine eklenen resimler de sayfayi kaplamasin */
body.sistem-detay-body .sistem-content-full img,
.news-detail .news-content-full img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 520px !important;
    object-fit: contain !important;
}

/* Haber detay kapak resmi eski oranina yakin kalsin */
.news-detail .news-image {
    width: auto !important;
    max-width: 50% !important;
    display: inline-block !important;
    overflow: visible !important;
    background: transparent !important;
}

.news-detail .news-image img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    object-fit: contain !important;
}

@media (max-width: 768px) {
    .news-detail .news-image {
        max-width: 100% !important;
    }

    body.sistem-detay-body .sistem-detail-image img,
    .news-detail .news-image img {
        max-height: none !important;
    }
}
