/* =========================================================
   GALERİ EKLE - ALT BOŞLUK / ORANTI DÜZELTME
   Bu blok global page-content ve main-wrapper boşluklarını ezer.
========================================================= */

body.ks27-gallery-editor,
body.ks27-gallery-editor .page-container,
body.ks27-gallery-editor .page-content.ks27-gallery-content,
body.ks27-gallery-editor .main-wrapper.ks27-gallery-wrap,
body.ks27-gallery-editor .ks27-gallery-card,
body.ks27-gallery-editor .ks27-gallery-card-body{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    padding-bottom:0 !important;
    margin-bottom:0 !important;
}

body.ks27-gallery-editor .page-content.ks27-gallery-content{
    display:block !important;
    overflow:visible !important;
}

body.ks27-gallery-editor .main-wrapper.ks27-gallery-wrap{
    display:block !important;
    overflow:visible !important;
}

body.ks27-gallery-editor .ks27-gallery-card{
    display:block !important;
}

body.ks27-gallery-editor .ks27-gallery-card-body{
    padding-bottom:18px !important;
}

body.ks27-gallery-editor .ks27-section-box:last-of-type{
    margin-bottom:0 !important;
}

body.ks27-gallery-editor .ks27-actions{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

body.ks27-gallery-editor form{
    margin-bottom:0 !important;
}

@media (max-width:767px){
    body.ks27-gallery-editor .ks27-gallery-card-body{
        padding-bottom:12px !important;
    }

    body.ks27-gallery-editor .ks27-actions{
        margin-top:12px !important;
        padding-top:12px !important;
    }
}