/* ==========================================
   DAILYPOST INDEX PAGE
   MODERN NEWS ARCHIVE STYLE
========================================== */


.snt-premium-index{
    max-width:1150px;
    margin:40px auto;
    padding:0 20px;
}


/* FILTER */

.snt-premium-filter{

    background:#fff;
    border:1px solid #edf0f5;
    border-radius:22px;
    padding:22px;
    margin-bottom:38px;

    box-shadow:
    0 10px 30px rgba(15,23,42,.06);

}


.snt-filter-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;

}


.snt-filter-field span{

    display:block;
    font-size:14px;
    font-weight:700;
    color:#64748b;
    margin-bottom:8px;

}


.snt-filter-field input,
.snt-filter-field select{

    width:100%;
    height:48px;

    border:1px solid #e2e8f0;
    border-radius:14px;

    padding:0 16px;

    font-size:15px;
    color:#1e293b;

    background:#fff;

}


.snt-filter-submit{

    margin-top:18px;

    width:100%;
    height:48px;

    border:none;
    border-radius:14px;

    background:#d71920;
    color:white;

    font-size:16px;
    font-weight:700;

    cursor:pointer;

}



/* CONTENT */

.snt-premium-layout{

    display:grid;
    grid-template-columns:260px 1fr;
    gap:32px;

}



/* SIDEBAR */

.snt-premium-kanal{

    background:white;

    border:1px solid #edf0f5;

    border-radius:20px;

    padding:18px;

    height:max-content;

}


.snt-premium-kanal-title{

    font-size:18px;

    font-weight:800;

    margin-bottom:18px;

    color:#111827;

}


.snt-premium-kanal a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 16px;

    margin-bottom:5px;

    border-radius:12px;

    text-decoration:none;

    color:#1e293b;

    font-weight:700;

    transition:.2s;

}


.snt-premium-kanal a:hover,
.snt-premium-kanal a.active{

    background:#d71920;

    color:#fff;

}




/* ARTICLE LIST */


.snt-premium-item{

    display:flex;

    gap:22px;

    padding:0 0 28px;

    margin-bottom:28px;

    border-bottom:1px solid #edf0f5;

}



.snt-premium-thumb{

    flex-shrink:0;

    width:260px;

    height:150px;

    border-radius:22px;

    overflow:hidden;

    background:#f1f5f9;

}


.snt-premium-thumb img{

    width:100%;
    height:100%;

    object-fit:cover;

}



.snt-premium-placeholder{

    width:100%;
    height:100%;

    display:flex;

    justify-content:center;
    align-items:center;

    background:#111827;

    color:white;

    font-weight:800;

}



.snt-premium-content{

    flex:1;

}



.snt-premium-headline{

    margin:0 0 12px;

}


.snt-premium-headline a{

    font-size:25px;

    line-height:1.35;

    color:#111827;

    text-decoration:none;

    font-weight:800;

}


.snt-premium-headline a:hover{

    color:#d71920;

}



.snt-premium-category{

    color:#d71920;

    font-weight:700;

    font-size:15px;

    margin-bottom:8px;

}


.snt-premium-time{

    color:#64748b;

    font-size:14px;

}




/* LOAD MORE */


.snt-loadmore-btn{

    border:none;

    background:#111827;

    color:white;

    padding:12px 30px;

    border-radius:999px;

    font-weight:700;

}



/* MOBILE */

@media(max-width:900px){

.snt-filter-grid{

grid-template-columns:1fr;

}


.snt-premium-layout{

grid-template-columns:1fr;

}


.snt-premium-item{

flex-direction:column;

}


.snt-premium-thumb{

width:100%;
height:220px;

}


.snt-premium-headline a{

font-size:20px;

}


}


/* ==========================================
   DAILYPOST INDEX COMPACT NEWS STYLE
========================================== */


.snt-premium-index{
    max-width:1100px;
    margin:30px auto;
    padding:0 18px;
}


/* FILTER LEBIH RINGKAS */

.snt-premium-filter{
    padding:18px;
    border-radius:18px;
    margin-bottom:28px;
}


.snt-filter-field span{
    font-size:13px;
}


.snt-filter-field input,
.snt-filter-field select{
    height:42px;
    font-size:14px;
    border-radius:12px;
}


.snt-filter-submit{
    height:44px;
    font-size:14px;
    border-radius:12px;
}


/* LAYOUT */

.snt-premium-layout{
    grid-template-columns:220px 1fr;
    gap:28px;
}



/* SIDEBAR */

.snt-premium-kanal{
    border-radius:16px;
    padding:15px;
}


.snt-premium-kanal-title{
    font-size:16px;
    margin-bottom:14px;
}


.snt-premium-kanal a{

    padding:11px 13px;

    font-size:14px;

    border-radius:10px;

}


/* LIST BERITA */

.snt-premium-item{

    gap:18px;

    padding-bottom:20px;

    margin-bottom:20px;

}


/* THUMBNAIL */

.snt-premium-thumb{

    width:200px;

    height:115px;

    border-radius:16px;

}



/* JUDUL */

.snt-premium-headline{

    margin-bottom:8px;

}


.snt-premium-headline a{

    font-size:19px;

    line-height:1.35;

    font-weight:750;

}



/* KATEGORI */

.snt-premium-category{

    font-size:13px;

    margin-bottom:5px;

}


/* META */

.snt-premium-time{

    font-size:13px;

}



/* MOBILE */

@media(max-width:900px){

    .snt-premium-layout{

        grid-template-columns:1fr;

    }


    .snt-premium-thumb{

        width:100%;

        height:180px;

    }


    .snt-premium-headline a{

        font-size:18px;

    }

}



