/* FORCE LOCK VIEWPORT WIDTH */
html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
    position: relative;
}

/* ============================================================
   NEWS HERO SECTION STYLES (mega_hero_v3)
   ============================================================ */
.news-hero-v3-wrapper { display: flex; gap: 30px; font-family: 'Noto Serif Kannada', serif; margin-bottom: 50px; background: #fff; padding: 10px 0; }
.sidebar-left-7 { flex: 1; display: flex; flex-direction: column; gap: 12px; border-right: 1px solid #f0f0f0; padding-right: 20px; }
.main-content-right { flex: 2.3; display: flex; flex-direction: column; gap: 25px; }
.big-post-v3-link { text-decoration: none; color: inherit; display: block; overflow: hidden; }
.big-img-container { width: 100%; height: 440px; overflow: hidden; border-radius: 12px; gap:6px; margin-bottom: 22px; background: #eee; }
.big-img-container img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.big-post-v3-link:hover .big-img-container img { transform: scale(1.06); } 
.big-post-title-v3 { font-size: 30px; font-weight: 800; line-height: 1.4; margin: 0 0 10px 0; color: #000; transition: color 0.3s ease; }
.big-post-v3-link:hover .big-post-title-v3 { color: #ed1c24; }
.big-post-meta { font-size: 14px; color: #777; margin-top: 5px; }
.grid-3-v3-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g-item-v3 { text-decoration: none; color: #111; }
.g-img-v3 { width: 100%; height: 135px; overflow: hidden; border-radius: 10px; margin-bottom: 12px; }
.g-img-v3 img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.g-item-v3:hover .g-img-v3 img { transform: scale(1.1); }
.g-item-v3:hover .g-title-v3 { color: #ed1c24; }
.g-title-v3 { font-size: 16px; font-weight: 700; line-height: 1.4; margin: 0; transition: 0.3s; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sidebar-item-v3 { display: flex; gap: 15px; text-decoration: none; color: #111; align-items: flex-start; padding-bottom: 10px; border-bottom: 1px solid #f9f9f9; }
.sidebar-item-v3:last-child { border-bottom: none; }
.sidebar-img-v3 { width: 110px; height: 80px; min-width: 110px; overflow: hidden; border-radius: 8px; }
.sidebar-img-v3 img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.sidebar-item-v3:hover .sidebar-img-v3 img { transform: scale(1.12); }
.sidebar-title-v3 { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.35; transition: 0.3s; }
.sidebar-item-v3:hover .sidebar-title-v3 { color: #ed1c24; }
.sidebar-time-v3 { font-size: 11px; color: #999; margin-top: 5px; }
.side-head-v3 { font-size: 20px; border-bottom: 4px solid #ed1c24; padding-bottom: 8px; margin-bottom: 15px; font-weight: 800; color: #222; }

@media (max-width: 1000px) {
    .news-hero-v3-wrapper { flex-direction: column-reverse; }
    .sidebar-left-7 { border: none; padding-right: 0; margin-top: 30px; }
    .grid-3-v3-container { grid-template-columns: 1fr; }
    .big-img-container { height: 260px; }
    .big-post-title-v3 { font-size: 20px; }
}

/* ============================================================
   SECOND SECTION STYLES (news_dual_list)
   ============================================================ */
.nsl-wrapper-modern { max-width: 100%; margin: 35px 0; font-family: 'Noto Serif Kannada', serif; }
.nsl-header-row-modern { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #ed1c24; padding-bottom: 8px; margin-bottom: 20px; }
.nsl-title-box-modern { display: flex; align-items: center; gap: 10px; }
.nsl-red-bar { width: 5px; height: 28px; background: #ed1c24; border-radius: 2px; }
.nsl-section-title-modern { margin: 0; font-weight: 800; font-size: 22px; color: #111; }
.nsl-view-more { color: #ed1c24; text-decoration: none; font-weight: 700; font-size: 14px; }
.nsl-grid-modern { display: flex; gap: 35px; }
.nsl-col-modern { flex: 1; min-width: 0; }
.nsl-item-modern { display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px solid #f1f1f1; text-decoration: none; color: inherit; align-items: flex-start; }
.nsl-item-modern:hover .nsl-title-modern { color: #ed1c24; }
.nsl-text-area { flex: 1; }
.nsl-title-modern { font-size: 16px; line-height: 1.45; font-weight: 700; color: #1a1a1a; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }
.nsl-img-box-modern { width: 140px; height: 95px; min-width: 140px; overflow: hidden; border-radius: 8px; background:#eee; }
.nsl-img-box-modern img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.nsl-item-modern:hover img { transform: scale(1.1); }
@media (max-width: 768px) {
    .nsl-grid-modern { flex-direction: column; gap: 0; }
    .nsl-img-box-modern { width: 110px; height: 75px; min-width: 110px; }
    .nsl-title-modern { font-size: 15px; }
}