
/* v57 Clean Homepage Rebuild: Ekhon.tv type left sidebar + middle category posts + right sidebar */
.ab-v57-home-shell{
    width:100%;
    max-width:1440px;
    margin:18px auto 32px;
    padding:0 16px;
    box-sizing:border-box;
    display:grid!important;
    grid-template-columns:270px minmax(0,1fr) 270px!important;
    gap:18px!important;
    align-items:start!important;
}
.ab-v57-left,.ab-v57-center,.ab-v57-right{min-width:0}
.ab-v57-sidebar{display:grid;gap:16px;position:static!important}
.ab-v57-widget,.ab-v57-section{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
    overflow:hidden;
}
.ab-v57-widget{padding:14px}
.ab-v57-widget h3{
    margin:0 0 12px;
    font-size:18px;
    line-height:1.25;
    font-weight:900;
    color:#111827;
    border-left:4px solid #ef1b2d;
    padding-left:10px;
}
.ab-v57-timeline a{
    display:block;
    position:relative;
    text-decoration:none;
    color:#111827;
    border-left:2px solid #ef1b2d;
    padding:0 0 13px 14px;
    margin-left:7px;
}
.ab-v57-timeline a:before{
    content:"";
    position:absolute;
    left:-6px;
    top:0;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ef1b2d;
}
.ab-v57-timeline em{
    display:block;
    font-style:normal;
    color:#ef1b2d;
    font-size:12px;
    font-weight:900;
    margin-bottom:4px;
}
.ab-v57-timeline strong{display:block;font-size:13px;line-height:1.45;font-weight:900}
.ab-v57-popular a{
    display:grid;
    grid-template-columns:24px 54px minmax(0,1fr);
    gap:8px;
    align-items:center;
    text-decoration:none;
    color:#111827;
    padding:8px 0;
    border-bottom:1px solid #edf0f5;
}
.ab-v57-popular a:last-child{border-bottom:0}
.ab-v57-popular b{
    width:24px;height:24px;border-radius:8px;background:#ef1b2d;color:#fff;display:grid;place-items:center;font-size:11px;
}
.ab-v57-popular span{height:42px;border-radius:9px;overflow:hidden;background:#f1f5f9}
.ab-v57-popular img{width:100%;height:100%;object-fit:cover;display:block}
.ab-v57-popular strong{font-size:13px;line-height:1.35;font-weight:900}
.ab-v57-video>a{
    height:120px;border-radius:15px;background:linear-gradient(135deg,#111827,#ef1b2d);
    color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;text-align:center;
}
.ab-v57-video>a span{width:44px;height:44px;border-radius:50%;background:#fff;color:#ef1b2d;display:grid;place-items:center;font-size:20px}
.ab-v57-weather{background:linear-gradient(135deg,#0b63ce,#1d4ed8);color:#fff}
.ab-v57-weather h3{color:#fff;border-left-color:#fff}
.ab-v57-weather strong{display:block;font-size:34px;margin:6px 0}
.ab-v57-weather span,.ab-v57-weather small{display:block;color:rgba(255,255,255,.92)}
.ab-v57-social a{
    display:flex;justify-content:space-between;align-items:center;text-decoration:none;
    padding:10px 12px;border-radius:10px;background:#f8fafc;color:#111827;margin-bottom:8px;font-weight:900;
}
.ab-v57-social span{color:#ef1b2d}
.ab-v57-tags a{
    display:inline-flex;margin:4px;padding:8px 10px;border-radius:10px;background:#f8fafc;color:#334155;
    text-decoration:none;font-size:13px;font-weight:800;border:1px solid #edf0f5;
}
.ab-v57-newsletter{background:linear-gradient(135deg,#fff,#fff1f2)}
.ab-v57-newsletter p{margin:0 0 10px;color:#64748b;font-weight:700}
.ab-v57-newsletter input{width:100%;height:42px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;margin-bottom:10px;box-sizing:border-box}
.ab-v57-newsletter button{width:100%;height:42px;border:0;border-radius:10px;background:#ef1b2d;color:#fff;font-weight:900}

/* middle */
.ab-v57-middle-inner{display:grid;gap:18px}
.ab-v57-section{padding:16px}
.ab-v57-section-head{
    display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #111827;margin-bottom:14px;
}
.ab-v57-section-head h2{
    margin:0;font-size:24px;font-weight:900;color:#111827;padding-left:12px;border-left:5px solid #ef1b2d;
}
.ab-v57-section-head a{color:#ef1b2d;text-decoration:none;font-weight:900;font-size:14px}
.ab-v57-post-grid{
    display:grid;
    grid-template-columns:1.25fr 1fr;
    gap:14px;
}
.ab-v57-post{
    display:grid;
    grid-template-columns:96px minmax(0,1fr);
    gap:10px;
    align-items:start;
    border-bottom:1px solid #edf0f5;
    padding-bottom:10px;
}
.ab-v57-post.featured{
    grid-row:span 4;
    display:block;
    border-bottom:0;
    padding-bottom:0;
}
.ab-v57-img{display:block;border-radius:10px;overflow:hidden;background:#f1f5f9;min-height:72px}
.ab-v57-post.featured .ab-v57-img{min-height:260px}
.ab-v57-img img{width:100%;height:100%;object-fit:cover;display:block}
.ab-v57-no-thumb{display:block;width:100%;min-height:72px;background:#f1f5f9}
.ab-v57-post h3{margin:0 0 5px;font-size:18px;line-height:1.35;font-weight:900}
.ab-v57-post:not(.featured) h3{font-size:16px}
.ab-v57-post h3 a{color:#111827;text-decoration:none}
.ab-v57-post p{margin:0 0 6px;color:#64748b;font-size:13px;line-height:1.55}
.ab-v57-post:not(.featured) p{display:none}
.ab-v57-time{color:#64748b;font-size:12px;font-weight:700}

@media(max-width:1200px){
    .ab-v57-home-shell{grid-template-columns:230px minmax(0,1fr) 230px!important;gap:14px!important}
    .ab-v57-post-grid{grid-template-columns:1fr}
    .ab-v57-post.featured{grid-row:auto}
}
@media(max-width:991px){
    .ab-v57-home-shell{display:flex!important;flex-direction:column!important;padding:0 14px!important;gap:16px!important}
    .ab-v57-center{order:1;width:100%}
    .ab-v57-left{order:2;width:100%}
    .ab-v57-right{order:3;width:100%}
    .ab-v57-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
    .ab-v57-sidebar{grid-template-columns:1fr}
    .ab-v57-section{padding:14px;border-radius:15px}
    .ab-v57-section-head h2{font-size:21px}
    .ab-v57-post,.ab-v57-post.featured{display:block}
    .ab-v57-post{padding-bottom:12px}
    .ab-v57-post .ab-v57-img,.ab-v57-post.featured .ab-v57-img{min-height:190px;margin-bottom:8px}
    .ab-v57-post:not(.featured) p{display:block}
}
