﻿
/* V82.20 - Ana sayfa Köşe Yazıları: dikey kart + blok blok sola kaydırma */
.home-column-strip{
    margin:28px 0 24px;
    border:1px solid #e3e8f0;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(15,23,42,.055);
    overflow:hidden;
}
.home-column-strip-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:17px 20px 14px;
    border-bottom:1px solid #edf1f5;
}
.home-column-strip-head>div{min-width:0}
.home-column-strip-head span{
    display:block;
    margin-bottom:3px;
    color:#e11d2e;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.7px;
}
.home-column-strip-head h2{
    margin:0;
    color:#111d33;
    font-size:21px;
    line-height:1.18;
    font-weight:900;
}
.home-column-strip-head>a{
    flex:0 0 auto;
    color:#e11d2e;
    font-size:12px;
    font-weight:850;
    text-decoration:none;
}
.home-column-marquee{
    width:100%;
    overflow:hidden;
    padding:18px 16px 20px;
}
.home-column-track{
    display:flex;
    gap:16px;
    width:max-content;
    transform:translate3d(0,0,0);
    will-change:transform;
}
.home-column-card{
    display:flex;
    flex-direction:column;
    flex:0 0 220px;
    width:220px;
    min-height:282px;
    border:1px solid #e2e7ef;
    border-radius:17px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 4px 14px rgba(15,23,42,.045);
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.home-column-card:hover{
    transform:translateY(-2px);
    border-color:#ccd5e1;
    box-shadow:0 10px 24px rgba(15,23,42,.09);
}
.home-column-author{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    padding:17px 14px 12px;
    background:linear-gradient(180deg,#f8fafc 0,#fff 100%);
    text-align:center;
    text-decoration:none!important;
}
.home-column-photo{
    display:block;
    width:92px!important;
    height:92px!important;
    min-width:92px;
    max-width:92px!important;
    min-height:92px;
    max-height:92px!important;
    margin:0!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:center top!important;
    border:4px solid #fff!important;
    box-shadow:0 4px 14px rgba(15,23,42,.16);
}
.home-column-photo-fallback{
    display:flex!important;
    align-items:center;
    justify-content:center;
    background:#111d33;
    color:#fff;
    font-size:34px;
    font-weight:900;
}
.home-column-author-copy{
    display:block;
    width:100%;
    min-width:0;
}
.home-column-author-copy strong{
    display:block;
    overflow:hidden;
    color:#111d33;
    font-size:16px;
    line-height:1.25;
    font-weight:900;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.home-column-author-copy small{
    display:block;
    margin-top:4px;
    overflow:hidden;
    color:#64748b;
    font-size:12px;
    line-height:1.25;
    font-weight:650;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.home-column-latest{
    display:flex;
    min-width:0;
    flex:1 1 auto;
    flex-direction:column;
    justify-content:flex-start;
    padding:12px 14px 15px;
    border-top:1px solid #edf1f5;
    color:#111827!important;
    text-decoration:none!important;
}
.home-column-latest span{
    display:block;
    margin-bottom:7px;
    color:#e11d2e;
    font-size:10px;
    line-height:1;
    font-weight:950;
    letter-spacing:.6px;
}
.home-column-latest b{
    display:-webkit-box;
    overflow:hidden;
    color:#111827;
    font-size:13px;
    line-height:1.4;
    font-weight:850;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.home-column-latest:hover b{color:#e11d2e}
.home-column-strip.is-paused .home-column-card{transition:none}

@media(max-width:900px){
    .home-column-card{
        flex-basis:205px;
        width:205px;
    }
}
@media(max-width:700px){
    .home-column-strip{margin:22px 0 20px;border-radius:16px}
    .home-column-strip-head{padding:14px 15px 12px}
    .home-column-strip-head h2{font-size:17px}
    .home-column-strip-head>a{font-size:11px}
    .home-column-marquee{padding:14px 12px 16px}
    .home-column-track{gap:12px}
    .home-column-card{
        flex-basis:185px;
        width:185px;
        min-height:258px;
    }
    .home-column-photo{
        width:82px!important;height:82px!important;
        min-width:82px;max-width:82px!important;
        min-height:82px;max-height:82px!important
    }
    .home-column-author-copy strong{font-size:14px}
    .home-column-author-copy small{font-size:11px}
    .home-column-latest b{font-size:12px}
}
@media(prefers-reduced-motion:reduce){
    .home-column-marquee{overflow-x:auto}
    .home-column-track{transform:none!important;transition:none!important}
}
