/* Trend Haber v0.11.89 - Eğitim ana sayfa bloğu */
.education-showcase-v1{
    --edu-accent:#1d4ed8;
    margin-top:16px;
    border-top:4px solid var(--edu-accent);
    overflow:hidden;
}

.education-showcase-v1 .education-head-v1 h2{
    color:#1e3a8a;
}

.education-showcase-v1 .education-head-v1 .view-all-btn{
    background:var(--edu-accent);
    border-color:var(--edu-accent);
    color:#fff;
}

.education-grid-v1{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) minmax(360px,.98fr);
    gap:16px;
    min-width:0;
}

.education-feature-v1{
    position:relative;
    min-width:0;
    min-height:327px;
    overflow:hidden;
    background:#0f172a;
}

.education-feature-v1 > a{
    display:block;
    position:relative;
    width:100%;
    height:100%;
    min-height:327px;
    overflow:hidden;
    color:#fff;
    text-decoration:none;
}

.education-feature-v1 img{
    display:block;
    width:100%;
    height:327px;
    object-fit:cover;
    transition:transform .35s ease;
}

.education-feature-v1:hover img{
    transform:scale(1.025);
}

.education-feature-overlay-v1{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(2,6,23,.04) 30%,rgba(2,6,23,.78) 100%);
    pointer-events:none;
}

.education-feature-content-v1{
    position:absolute;
    left:20px;
    right:20px;
    bottom:22px;
    z-index:2;
}

.education-feature-content-v1 span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 10px;
    margin-bottom:10px;
    border-radius:3px;
    background:var(--edu-accent);
    color:#fff;
    font-size:11px;
    line-height:24px;
    font-weight:900;
    letter-spacing:.025em;
}

.education-feature-content-v1 h3{
    margin:0;
    color:#fff;
    font-size:26px;
    line-height:1.16;
    font-weight:900;
    letter-spacing:-.025em;
    text-shadow:0 2px 12px rgba(0,0,0,.30);
}

.education-side-list-v1{
    display:grid;
    grid-template-rows:repeat(3,minmax(0,1fr));
    min-width:0;
    border-radius:0 0 12px 12px;
    overflow:hidden;
}

.education-side-item-v1{
    min-width:0;
    border-bottom:1px solid #e5e7eb;
}

.education-side-item-v1:last-child{
    border-bottom:0;
}

.education-side-item-v1 a{
    display:grid;
    grid-template-columns:125px minmax(0,1fr);
    align-items:center;
    gap:12px;
    min-height:100px;
    padding:0;
    color:#0f172a;
    text-decoration:none;
}

.education-side-item-v1 img{
    display:block;
    width:125px;
    height:94px;
    object-fit:cover;
}

.education-side-item-v1 h3{
    margin:0;
    padding:8px 12px 8px 0;
    overflow:hidden;
    color:#0f172a;
    font-size:15px;
    line-height:1.25;
    font-weight:800;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-clamp:3;
}

.education-side-item-v1 a:hover h3{
    color:var(--edu-accent);
}

@media(max-width:900px){
    .education-grid-v1{
        grid-template-columns:1fr;
    }

    .education-feature-v1,
    .education-feature-v1 > a{
        min-height:300px;
    }

    .education-feature-v1 img{
        height:300px;
    }

    .education-side-list-v1{
        grid-template-rows:none;
    }
}

@media(max-width:760px){
    .education-showcase-v1{
        margin-top:12px;
    }

    .education-grid-v1{
        gap:10px;
    }

    .education-feature-v1,
    .education-feature-v1 > a{
        min-height:230px;
    }

    .education-feature-v1 img{
        height:230px;
    }

    .education-feature-content-v1{
        left:14px;
        right:14px;
        bottom:15px;
    }

    .education-feature-content-v1 span{
        margin-bottom:7px;
        min-height:21px;
        padding:0 8px;
        font-size:10px;
        line-height:21px;
    }

    .education-feature-content-v1 h3{
        font-size:20px;
        line-height:1.2;
    }

    .education-side-item-v1 a{
        grid-template-columns:112px minmax(0,1fr);
        min-height:84px;
        gap:10px;
    }

    .education-side-item-v1 img{
        width:112px;
        height:82px;
    }

    .education-side-item-v1 h3{
        font-size:13px;
        line-height:1.25;
        -webkit-line-clamp:3;
        line-clamp:3;
    }
}
