/* Header reklam: yuklenen gorseli 728x90'a kilitleme, dogal oranla genis goster. */
.top-ad{
    width:100% !important;
    min-height:118px !important;
    margin:12px auto 16px !important;
    padding:10px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:rgba(255,255,255,.76) !important;
    border:1px solid rgba(255,255,255,.84) !important;
    border-radius:18px !important;
    box-shadow:0 14px 38px rgba(15,23,42,.08) !important;
    overflow:hidden !important;
}

.top-ad .ad{
    width:100% !important;
    max-width:1100px !important;
    height:118px !important;
    min-height:118px !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow:hidden !important;
}

.top-ad a,
.top-ad .ad-image-link{
    width:100% !important;
    max-width:1100px !important;
    height:118px !important;
    display:block !important;
    margin:0 auto !important;
}

.top-ad img,
.top-ad .ad-image{
    width:100% !important;
    max-width:1100px !important;
    height:118px !important;
    max-height:none !important;
    min-height:0 !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
    margin:0 auto !important;
    border-radius:14px !important;
}

.top-ad iframe,
.top-ad ins{
    width:100% !important;
    max-width:1100px !important;
    height:118px !important;
    min-height:118px !important;
}

@media(max-width:760px){
    .top-ad{
        min-height:auto !important;
        margin:10px auto 14px !important;
        padding:8px !important;
    }

    .top-ad .ad,
    .top-ad a,
    .top-ad .ad-image-link,
    .top-ad img,
    .top-ad .ad-image,
    .top-ad iframe,
    .top-ad ins{
        height:auto !important;
        min-height:auto !important;
    }

    .top-ad img,
    .top-ad .ad-image{
        border-radius:10px !important;
        object-fit:contain !important;
    }
}
