*{margin:0;padding:0;box-sizing:border-box;}
.news-widget-wrapper-d45e5528{font-family:Inter,sans-serif;width:100%;}
.news-widget{max-width:1400px;margin:auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.08);animation:fadeIn .6s ease;}
@keyframes fadeIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}
.top-section{display:flex;height:620px;}
.main-news{flex:2;display:flex;flex-direction:column;overflow:hidden;}
.hero-image{flex:1;overflow:hidden;background:#eee; min-height: 250px;}
.hero-image img{width:100%;height:100%;object-fit:cover;display:block;opacity:1;transition:opacity .3s ease, transform .6s ease;}
.hero-image:hover img{transform:scale(1.05);}
.hero-content{padding:12px 16px 8px;}
.category{display:inline-block;background:#ff4d4f;color:#fff;padding:4px 10px;border-radius:20px;font-size:11px;margin-bottom:8px;}
.hero-content h2{font-size:24px;line-height:1.2;margin-bottom:6px;}
.hero-content h2 a{color:inherit;text-decoration:none;transition:.3s;}
.hero-content p{font-size:13px;color:#666;}
.slider-controls{display:flex;gap:10px;align-items:center;padding:10px 16px 14px;}
.progress-wrapper{flex:1;height:4px;background:#eee;border-radius:999px;overflow:hidden;}
.progress{width:0;height:100%;background:#111;}
.nav-btn{width:40px;height:40px;border:none;border-radius:50%;background:#f2f2f2;cursor:pointer;transition:.25s;}
.nav-btn:hover{background:#111;color:#fff;transform:scale(1.08);}
.middle-news{flex:1;padding:14px;display:flex;flex-direction:column;border-left:1px solid #eee;}
.middle-news h3{margin-bottom:12px;}
.nextNewsRow{flex:1;display:flex;flex-direction:column;gap:12px;}
.next-card{flex:1;border:1px solid #eee;border-radius:12px;overflow:hidden;cursor:pointer;background:#fff;display:flex;flex-direction:column;transition:.3s;}
.next-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.08);}
.next-card img{width:100%;height:160px;object-fit:cover;transition:transform .5s;}
.next-card:hover img{transform:scale(1.08);}
.next-card-content{padding:12px;}
.next-card-content h4{margin-bottom:6px;transition:.3s;}
.sidebar-news{flex:1;padding:14px;display:flex;flex-direction:column;border-left:1px solid #eee;}
.sidebar-news h3{margin-bottom:12px;}
.list-wrapper{flex:1;overflow:hidden;}
.newsItems{display:flex;flex-direction:column;}
.news-item{flex:1;display:flex;align-items:center;gap:10px;padding:8px;border-bottom:1px solid #eee;cursor:pointer;transition:.25s; border-left:4px solid transparent;}
.news-item:hover{background:#f8f8f8;transform:translateX(4px);}
.news-item h4{font-size:13px;margin-bottom:3px;transition:.3s;}
.sidebar-news.highlight-enabled .news-item.active{background:#f1f6ff;border-left-color:#1a73e8;}
.news-item img{width:70px;height:50px;object-fit:cover;border-radius:8px;}
.news-item span{font-size:11px;color:#666;}

@media(max-width:900px){
    .top-section{flex-direction:column;height:auto;}
    .main-news{flex:none; min-height: 450px; width:100%;}
    .middle-news,.sidebar-news{width:100%; flex:none;}
    .middle-news,.sidebar-news{border-left:none;border-top:1px solid #eee;}
    .nextNewsRow{flex-direction:row;}
    .next-card{min-height:200px;}
}
@media(max-width:600px){
    .main-news{min-height: 400px;}
    .nextNewsRow{flex-direction:column;}
}