/* MANSET ALTI 6 HABER + REKLAM FIX */
.headline-fill-strip{
    margin-top:14px !important;
    padding:16px !important;
    border-radius:24px !important;
    background:color-mix(in srgb,var(--theme-surface) 92%,transparent) !important;
    border:1px solid color-mix(in srgb,var(--theme-border) 78%,transparent) !important;
    box-shadow:0 14px 44px color-mix(in srgb,var(--theme-shadow) 8%,transparent) !important;
    backdrop-filter:blur(18px) !important;
}

.fill-title{
    display:flex !important;
    align-items:end !important;
    justify-content:space-between !important;
    margin-bottom:13px !important;
}

.fill-title span{
    color:var(--theme-hot) !important;
    font-size:12px !important;
    letter-spacing:.15em !important;
    text-transform:uppercase !important;
    font-weight:1000 !important;
}

.fill-title strong{
    font-size:23px !important;
    letter-spacing:-.04em !important;
}

.fill-grid-6{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
}

.fill-grid-6 .fill-news{
    display:grid !important;
    grid-template-columns:118px 1fr !important;
    gap:12px !important;
    min-height:126px !important;
    padding:11px !important;
    text-decoration:none !important;
    background:var(--theme-surface-2) !important;
    border:1px solid color-mix(in srgb,var(--theme-border) 80%,transparent) !important;
    border-radius:20px !important;
    transition:.2s ease !important;
}

.fill-grid-6 .fill-news:hover{
    transform:translateY(-3px) !important;
    box-shadow:0 16px 38px color-mix(in srgb,var(--theme-shadow) 10%,transparent) !important;
}

.fill-grid-6 .fill-news img,
.fill-grid-6 .fill-news .image-fallback{
    width:118px !important;
    height:104px !important;
    object-fit:cover !important;
    display:block !important;
    border-radius:15px !important;
}

.fill-grid-6 .fill-news b{
    display:inline-flex !important;
    width:max-content !important;
    background:color-mix(in srgb,var(--theme-hot) 14%,#fff) !important;
    color:var(--theme-hot) !important;
    padding:4px 8px !important;
    border-radius:999px !important;
    font-size:10px !important;
    font-weight:1000 !important;
}

.fill-grid-6 .fill-news h3{
    margin:8px 0 0 !important;
    font-size:15px !important;
    line-height:1.18 !important;
    letter-spacing:-.02em !important;
}

.headline-under-ad{
    margin-top:14px !important;
    min-height:92px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:22px !important;
}

.ad-placeholder-wide{
    width:100% !important;
    min-height:82px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,#dbeafe,#f1f5f9) !important;
    color:#1e293b !important;
    font-weight:900 !important;
}

.award-hot{
    margin-top:18px !important;
}

/* Eski yaziyi kesinlikle gizle */
.fill-title strong:contains("Manşetin Altından"){
    display:none !important;
}

@media(max-width:1120px){
    .fill-grid-6{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:760px){
    .fill-grid-6{
        grid-template-columns:1fr !important;
    }

    .fill-grid-6 .fill-news{
        grid-template-columns:108px 1fr !important;
    }

    .fill-grid-6 .fill-news img,
    .fill-grid-6 .fill-news .image-fallback{
        width:108px !important;
        height:90px !important;
    }
}
