/* =======START : SHORT MOBILE CARD DESIGN CODE HOME PAGE
======= */
/* ===== COMMON PHONE LOOK ===== */
.lm-home-short {
  max-width: 460px;
  margin: 0 auto 18px;
  text-align: center;
}
.lm-phone {
  background: #000;
  padding: 10px;
  border-radius: 26px;
  display: inline-block;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  position: relative;
}
.lm-phone::before {
  content:"";
  position:absolute;
  top:6px;
  left:50%;
  transform:translateX(-50%);
  width:80px;
  height:5px;
  border-radius:10px;
  background:#222;
}
.lm-phone-inner {
  background:#f5f5f5;
  border-radius:20px;
  overflow:hidden;
}
.lm-phone-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 10px;
  background:#b30000;
  color:#fff;
}
.lm-logo {
  font-weight:700;
  font-size:14px;
}
.lm-badge {
  background:#fff;
  color:#b30000;
  padding:4px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:600;
}
.lm-phone-image {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lm-phone-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.lm-phone-card {
  background:#fff;
  margin:-16px 12px 12px;
  padding:12px 12px 10px;
  border-radius:20px;
  box-shadow:0 4px 16px rgba(0,0,0,0.25);
font-family: 'Noto Serif Kannada', serif !important;
margin-top: 12px !important;
box-shadow: 0 4px 18px rgba(0,0,0,0.18) !important;
}
.lm-title {
  font-size:15px;
  font-weight:700;
  margin:0 0 4px;
  line-height:1.6;
font-family: 'Noto Serif Kannada', serif !important;
}
.lm-body {
  font-size:13px;
  line-height:1.9;
  max-height:100px;
  overflow:hidden;
  text-align:left;
font-family: 'Noto Serif Kannada', serif !important;
}
/* Main row: left time, right icons+button */
.lm-meta-row {
  margin-top: 10px !important;
  display: flex;
  justify-content: space-between; /* left vs right */
  align-items: center;
  width: 100%;
}
/* RIGHT SIDE → icons + Read More button */
.lm-meta-right {
  display: flex;
  align-items: center;
  gap: 10px;  /* space between icons and read button */
}
.lm-time{
	 font-size:12px;
}
/* Read More clean align in same row */
.lm-read-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  background: #e53935;  
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #e53935;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Noto Serif Kannada', serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.lm-read-btn:hover {
  background: #c62828;    
  color: #ffffff;
}
/* Home – View All Shorts link */
.lm-viewall-wrap {
  margin-top:8px;
margin-bottom:8px;
}
.lm-viewall-link {
  display: inline-flex;
  align-items: center;       /* KEY FIX */
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #e53935;
  text-decoration: none;
  font-family: 'Noto Serif Kannada', serif;
  line-height: 1;
}
.viewall-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px; /* PERFECT ALIGNMENT FIX */
}
.lm-viewall-link:hover .viewall-icon {
  transform: translateX(4px);
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Kannada:wght@400;500;600;700&display=swap');

/* ====== END : SHORT MOBILE CARD DESIGN CODE HOME PAGE
======= */

/*========= START : SHORTS PAGE – REELS STYLE =======*/
/* 1. Main Background */
.lm-reels-shell {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background: #e5e5e5; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    font-family: 'Noto Serif Kannada', serif; 
}
/* 2. The Phone Wrapper */
.lm-phone-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 95vh;
    z-index: 10;
}
/* 3. The Red Bottom Stack/Shadow */
.lm-stack-bottom {
    position: absolute;
    bottom: -10px;
    left: 15px;    
    right: 15px;
    height: 30px;
    background: #b30000; 
    border-radius: 0 0 25px 25px; 
    z-index: -1; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
/* 4. The Viewport (White Card) */
.lm-reels-viewport {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
/* 5. Header Styling */
.lm-topbar {
    position: relative; 
    height: 55px;
    background: #d9232d; 
    display: flex;
    justify-content: center; 
    align-items: center;
    padding: 0 15px;
    z-index: 50;
}
.lm-menu-icon {
    position: absolute; 
    left: 15px;        
    top: 50%;       
    transform: translateY(-50%);
    background: transparent !important; 
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px; 
    width: 30px; 
    height: 30px;
}
.lm-menu-icon div {
    width: 22px; 
    height: 2px; 
    background: #fff; 
    border-radius: 2px;
    display: block;
}
.lm-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 900;
    font-size: 22px; 
    z-index: 55;
}
.lm-pill {
    position: absolute;
    right: 15px; 
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #d9232d;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}
/* 6. Image Area */
.lm-image-area {
    width: 100%;
    height: 55%; 
    background: #000;
}
.lm-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 7. The Overlapping Content Card */
.lm-content-card {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0; right: 0;
    background: #fff;
    border-radius: 20px 20px 0 0; 
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-top: -30px; 
    box-shadow: 0 -4px 10px rgba(0,0,0,0.05);
}

.lm-scroll-area {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 10px;
}
.lm-cat-badge {
    color: #d9232d;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
}
.lm-headline {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 800;
    color: #000;
    margin: 5px 0 10px 0;
}
.lm-text-body {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
/* 8. Footer Section */
.lm-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-top: auto;
}
.lm-ago {
    font-size: 12px;
    color: #888;
}
.lm-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}
.lm-icon-share {
    color: #555;
    display: flex;
}
.lm-icons-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 6px;
    width: auto;
    height: auto;
    min-height: 35px;
    transition: 0.2s;
}
.lm-icon-link {
    display: block; 
	 width: 26px; 
    height: 26px;
	transition: 0.2s;
}
.lm-icon-link img {
	width: 100%; 
	height: 100%; 
	object-fit: contain;
}
.lm-icon-link:hover { transform: scale(1.15); 
}
.lm-read-more {
    color: #d9232d;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}
/* 9. Side Navigation Buttons */
.lm-side-nav {
    position: absolute;
    right: -80px; 
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lm-nav-btn {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    color: #d9232d;
    font-size: 16px;
    display: grid;
    place-items: center;
    transition: 0.2s;
}
.lm-nav-btn:hover {
    transform: scale(1.1);
    background: #fdfdfd;
}
/* Dropdown */
.lm-dropdown {
   position: absolute;
    top: 55px;
    left: 10px;
    background: white; 
    display: none; 
    flex-direction: column; 
    width: 150px; 
    border-radius: 6px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.15); 
    border:1px solid #eee; 
    z-index: 200;
}
.lm-dropdown.show { 
	display: flex; 
}
.lm-dropdown a {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}
/* Animations */
.lm-reel { 
	display: none; 
	width: 100%; 
	height: 100%; 
}
.lm-reel.active { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
/* Mobile Adaptations */
@media (max-width: 400px) {
    .lm-side-nav { 
			display: none !important; 
	} 
.lm-phone-wrapper {
        height: 100vh; 
        max-width: 100%;
        border-radius: 0;
    }
    .lm-reels-viewport { border-radius: 0; }
    
    .lm-content-card {
        border-radius: 20px 20px 0 0;
        bottom: 0;
    }
    .lm-stack-bottom { display: none; } 
}
@media (min-width: 480px) {
   .lm-phone-wrapper { margin-bottom: 20px; }
   .lm-stack-bottom { display: block !important; }
}
.lm-content-card .lm-topbar {
    display: none !important;
}
.lm-footer .lm-topbar {
    display: none !important;
}
.lm-scroll-area .lm-topbar {
    display: none !important;
}
.lm-reels-viewport > .lm-topbar {
    display: flex !important;
    position: sticky;
    top: 0;
    z-index: 999;
}
/* --- START : SHORTS GOOGLE TRANSLATE STYLE --- */
.lm-shorts-tr-wrap {
    position: absolute;
    right: 50px; /* Hamburger Menu (left) logo (center), this is Right side */
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999 !important; /* Force click */
}

/* Dropdown Button Style */
.lm-shorts-tr-wrap select {
    appearance: none; /* Default style remove */
    -webkit-appearance: none;
}

.lm-shorts-tr-wrap .goog-te-combo {
    margin: 0 !important;
    background: #fff;       /* White Box */
    color: #d9232d;         /* Red Text */
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 11px !important;
    font-weight: 800;
    font-family: 'Noto Serif Kannada', sans-serif;
    height: 28px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    min-width: 80px;        /* Minimum Width */
}

/* Hide Junk Google UI */
.lm-shorts-tr-wrap .goog-te-gadget {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.lm-shorts-tr-wrap .goog-te-gadget span,
.lm-shorts-tr-wrap .goog-te-banner-frame {
    display: none !important;
}
/* --- END : SHORTS TRANSLATE STYLE --- */
/*====== END: SHORTS PAGE – REELS STYLE =====*/

/* ========== START AUOT LOAD NEXT POST PAGE ======*/
/* outer wrapper */
.bg-single-wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 12px 40px;
}

/* two-column layout */
.bg-single-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

/* main column + sidebar */
.bg-single-main {
  flex: 1 1 auto;
  min-width: 0;
}
.bg-single-sidebar {
  flex: 0 0 280px;
  max-width: 280px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  padding: 14px 12px 16px;
}

/************* ARTICLE CARD (MAIN + AUTO-LOADED BOTH) ************/

/* main post + auto-loaded post SAME width & look */
.bg-single-article{
	 background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
  padding: 18px 16px 24px;
  margin-bottom: 22px;
  box-sizing: border-box;
}
/* AUTO-LOADED articles (all next posts) */
.bg-autonext-container {
  width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}

/* images inside article */
.bg-single-article img,{
  max-width: 100%;
  height: auto;
  display: block;
}

/************* BREADCRUMB ************/
.bg-breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
  color: #757575;
}
.bg-breadcrumb a {
  color: #1976d2;
  text-decoration: none;
}
.bg-breadcrumb a:hover {
  text-decoration: underline;
}
.bg-bc-sep {
  margin: 0 4px;
}
.bg-bc-current {
  color: #424242;
}

/************* HEADER (DISTRICT + TITLE + META) ************/
.bg-single-header {
  margin-bottom: 10px;
}
.bg-single-badge-row {
  margin-bottom: 6px;
}
.bg-single-district {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ffe6e6;
  color: #c62828;
  font-size: 12px;
  font-weight: 700;
}
.bg-single-title {
  font-size: 24px;
  line-height: 1.3;
  margin: 4px 0 8px;
  font-weight: 800;
}
.bg-single-meta {
  font-size: 13px;
  color: #757575;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.bg-single-author { font-weight: 500; }
.bg-single-sep { opacity: 0.6; }

/************* FEATURED IMAGE ************/
.bg-single-featured {
  margin: 8px 0 14px;
  border-radius: 10px;
  overflow: hidden;
}
.bg-single-featured img {
  width: 100%;
  height: auto;
  display: block;
}

/************* CONTENT ************/
.bg-single-content {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
}
.bg-single-content p {
  margin-bottom: 12px;
}
.bg-single-content h2,
.bg-single-content h3 {
  margin: 18px 0 10px;
}
.bg-single-content ul,
.bg-single-content ol {
  margin-left: 18px;
}

/************* PREV / NEXT LINKS ************/
.bg-single-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
}
.bg-prev-link a,
.bg-next-link a {
  font-size: 13px;
  color: #1976d2;
  text-decoration: none;
}
.bg-prev-link a:hover,
.bg-next-link a:hover {
  text-decoration: underline;
}

/************* RELATED NEWS (BOTTOM GRID) ************/
.bg-related-section {
  margin-top: 22px;
}
.bg-section-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.bg-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.bg-related-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.bg-related-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.bg-related-media {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.bg-related-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-related-title {
  padding: 8px 10px 10px;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bg-related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.09);
}

/************* SIDEBAR LATEST NEWS ************/
.bg-sidebar-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}
.bg-latest-item {
  margin-bottom: 10px;
}
.bg-latest-link {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.bg-latest-media {
  flex: 0 0 70px;
  width: 70px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
}
.bg-latest-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bg-latest-text {
  flex: 1 1 auto;
  min-width: 0;
}
.bg-latest-line {
  font-size: 11px;
  color: #d32f2f;
  font-weight: 700;
}
.bg-latest-title {
  font-size: 13px;
  line-height: 1.3;
  color: #222;
}
.bg-latest-link:hover .bg-latest-title {
  text-decoration: underline;
}

/************* RESPONSIVE ************/
@media (max-width: 992px) {
  .bg-single-layout {
    flex-direction: column;
  }
  .bg-single-sidebar {
    max-width: 100%;
    width: 100%;
  }
  .bg-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .bg-single-wrapper {
    padding: 12px 8px 24px;
  }
  .bg-single-article {
    padding: 14px 10px 18px;
  }
  .bg-single-title {
    font-size: 20px;
  }
  .bg-single-content {
    font-size: 15px;
  }
  .bg-related-grid {
    grid-template-columns: 1fr;
  }
}
/* ✅ AUTO-LOADED POSTS (Below layout – full safe width) */
.bg-autonext-article {
    width: 100% !important;       
    max-width: 100% !important;
    margin: 0 !important;        
    padding: 30px 0 !important;   
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #e0e0e0; 
    font-family: 'Noto Serif Kannada', serif !important;
}
/* Images inside auto-post */
.bg-autonext-article img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure inner elements also use Kannada Font */
.bg-autonext-article h1, 
.bg-autonext-article p, 
.bg-autonext-article a, 
.bg-autonext-article span,
.bg-single-title,
.bg-single-content {
    font-family: 'Noto Serif Kannada', serif !important;
}
/* Fix Image Size (To match main post) */
.bg-autonext-article .bg-single-featured img {
    width: 100%;
    height: auto;
    border-radius: 8px; 
    margin-bottom: 15px;
}

/* Post Title Adjustment */
.bg-autonext-article .bg-single-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 10px;
    color: #000;
}
/* ✅ Social Share Bar */
.bg-social-share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 14px;
  flex-wrap: wrap;
}

.bg-share-label {
  font-size: 13px;
  font-weight: 700;
  color: #444;
  margin-right: 4px;
}

.bg-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: transform .15s ease, opacity .15s ease;
}

.bg-share-btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}
.bg-continue-read {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 18px;
  background: #e10600;
  color: #fff;
  font-weight: 600;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
}
.bg-continue-read {
  color: #ffffff !important;
}
.bg-continue-read:hover {
  background: #b80000;
}
/* Platform colors */
.bg-share-btn.wa { background: #25D366; }
.bg-share-btn.fb { background: #1877F2; }
.bg-share-btn.tw { background: #000000; }
.bg-share-btn.tg { background: #229ED9; }

/* ✅ Mobile spacing */
@media (max-width: 768px) {
  .bg-social-share {
    margin: 8px 0 10px;
  }
  .bg-share-btn {
    height: 28px;
    font-size: 11px;
  }
}
.bg-share-btn img {
  display: block;
}
/* ======"READ ALSO" BOX DESIGN ========= */

.kn-read-also-box {
    margin: 20px 0;    
    padding: 10px 15px;
    background: #f9f9f9; 
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-family: 'Noto Serif Kannada', serif;
}
/* Label: ಇದನ್ನೂ ಓದಿ */
.kn-ra-label {
    font-weight: 900;
    color: #000;
    font-size: 16px;
    margin-right: 5px;
}
/* Link Style */
.kn-ra-link {
    font-weight: 700;  
    color: #d32f2f;  
    text-decoration: none;
    font-size: 16px;
}
/* Hover Effect */
.kn-ra-link:hover {
    text-decoration: underline;
    color: #b71c1c;
}
/* Container for auto loaded posts */
.bg-autonext-container {
       width: 100%;
    max-width: 100%; 
    margin: 0 auto 20px auto;
    padding: 0;
    display: block;
    clear: both;
}

/* Ensure loaded posts utilize full width cleanly */
.bg-autonext-article {
     background: #ffffff !important; /* White Background */
    border-radius: 12px !important; /* Rounded Corners */
    box-shadow: 0 8px 28px rgba(0,0,0,0.06) !important; /* Shadow Effect */
    padding: 18px 16px 24px !important; /* Padding inside */
    margin-bottom: 22px !important; /* Gap below */
    box-sizing: border-box;
    width: 100% !important; /* Don't stretch outside */
    border-bottom: none !important; /* Remove line since we use Box now */
    border: 1px solid #f0f0f0; /* Optional: light border */
}

.bg-autonext-article img {
   max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 15px;
}
/* 4. Fonts - Kannada */
.bg-autonext-article h1, 
.bg-autonext-article p, 
.bg-autonext-article a, 
.bg-autonext-article span,
.bg-single-title,
.bg-single-content {
    font-family: 'Noto Serif Kannada', serif !important;
}

/* 5. Title Size Adjustment inside Auto Post */
.bg-autonext-article .bg-single-title {
    font-size: 22px; /* Slightly adjusted for better look */
    font-weight: 800;
    line-height: 1.4;
    margin-top: 5px;
    color: #000;
}

/* ======== END AUOT LOAD NEXT POST PAGE =======*/

/* ======== START LANGUAGE BAR =======*/
.kn-lang-bar-wrapper {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 30px !important; 
    text-align: left !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    padding: 10px 10px;
    font-family: 'Noto Serif Kannada', sans-serif;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; 
}
.kn-lang-bar-wrapper::-webkit-scrollbar {
    display: none;
}

/* 2. Link Colors */
.kn-lang-link {
    text-decoration: none;
    color: #0073aa !important; 
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    padding: 5px 8px; 
    display: inline-block;
}

/* 3. Separator */
.sep {
    color: #ccc;
    font-size: 12px;
    position: relative;
    top: -1px;
}

/* 4. Active Highlight */
.kn-lang-link.current-active {
    color: #d32f2f!important;
    font-weight: 900 !important;
    background-color: #f2f2f2; 
    border-radius: 4px;
}

/* === MOBILE ONLY === */
@media (max-width: 600px) {
    .kn-lang-bar-wrapper {
        margin-top: 10px !important; 
        justify-content: flex-start !important; 
        padding-left: 15px;
    }
}
/* ======= HIGHLIGHT ACTIVE LANGUAGE ======= */
.kn-lang-link.current-active {
    color: #d32f2f !important;  
    font-weight: 700 !important; 
    background: rgba(0, 150, 136, 0.1);
    text-decoration: none;
}
/* ======== END LANGUAGE BAR =======*/

/* ========= START FIX: WHATSAPP ICON OVERLAP ON MOBILE ============ */
@media (max-width: 768px) {
    .joinchat_button,         
    .ht-ctc-chat,             
    #whatsapp_chat_widget,   
    .wa__btn_popup,           
    [id*="whatsapp"],         
    [class*="whatsapp"] {     
        bottom: 75px !important;
    }
}
/* ========= END FIX: WHATSAPP ICON OVERLAP ON MOBILE ============ */

/* === MOBILE DESIGN === */
/* ===== START  HIDE DEFAULT THEME TITLE & IMAGE (TV9 LAYOUT STRUCTURE HTML) ===== */
.single-post .page-header, 
.single-post .post-header,
.single-post .post-thumbnail {
    display: none !important;
}

/* 2. ನ್ಯೂಸ್ ಲೇಔಟ್ ಡಿಸೈನ್ (Previous Same Code) */
.kn-sp-wrapper {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Noto Serif Kannada', serif;
    align-items: flex-start;
}
.kn-sp-main {
    flex: 1; /* Left 70% */
    background: #fff;
    min-width: 0; /* Fix flex overflow */
}
/* Title & Text */
.kn-sp-title { 
	font-size: 28px;
	font-weight: 800; 
	line-height: 1.3;
	color: #000; margin-bottom: 15px; 
}
.kn-sp-feat-img img {
	width: 100%;
	height: auto; 
	border-radius: 6px;
	margin-bottom: 15px;
}

/* Meta */
.kn-sp-meta-row {
	display: flex;
	justify-content: space-between; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 10px 0;
	margin-bottom: 20px; 
}
.kn-meta-left {
	display: flex; 
	align-items: center; 
	gap: 10px;
	font-size: 13px; 
}
.kn-author-icon { 
	font-size: 32px;
	color: #bbb;
}
.kn-meta-text {
	line-height: 1.4;
	color: #333; 
}

/* Share Icons Style */
/* 4 ಐಕಾನ್ ಗೂ ಸೇರಿಸಿ ಒಂದೇ ಅಳತೆ ಸೆಟ್ ಮಾಡೋದು */
.kn-share-wa, 
.kn-share-fb, 
.kn-share-tg, 
.kn-share-ig {
    display: inline-flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff; 
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    text-decoration: none; 
    font-size: 18px; /* ಐಕಾನ್ ಸ್ವಲ್ಪ ದೊಡ್ಡದು */
    transition: 0.3s;
}

/* Mouse Hover Effect */
.kn-share-wa:hover, 
.kn-share-fb:hover, 
.kn-share-tg:hover, 
.kn-share-ig:hover {
    transform: translateY(-3px); /* ಸ್ವಲ್ಪ ಮೇಲೆ ಎಗರುವ ಎಫೆಕ್ಟ್ */
}

/* 1. Whatsapp Green */
.kn-share-wa { background: #25d366; }

/* 2. Facebook Blue */
.kn-share-fb { background: #3b5998; }

/* 3. Telegram Light Blue */
.kn-share-tg { background: #0088cc; }

/* 4. Instagram Gradient Color (Official Style) */
.kn-share-ig { 
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
}
/* Right Sidebar */
.kn-sp-sidebar {
    width: 320px;
    flex-shrink: 0;
    position: sticky; top: 20px;
}
.kn-side-title { 
	border-bottom: 2px solid #ddd; margin-bottom: 15px; 
}
.kn-side-title h3 { 
	border-bottom: 3px solid #d32f2f; 
	display: inline-block; 
	margin-bottom: -2px; 
	padding-bottom: 5px; 
	font-size: 18px;
}

.kn-side-item {
	display: flex;
	gap: 10px; 
	margin-bottom: 15px; 
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #f1f1f1; 
	padding-bottom: 10px; 
}
.kn-side-text h4 { 
	margin: 0; 
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4; 
}
.kn-side-img { 
	width: 90px;
	height: 60px; 
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
}
.kn-side-img img { 
	width: 100%; 
	height: 100%;
	object-fit: cover;
}

/* Mobile */
@media (max-width: 900px) {
    .kn-sp-wrapper { flex-direction: column; }
    .kn-sp-sidebar { width: 100%; position: static; margin-top: 30px; }
    .kn-sp-title { font-size: 22px; }
}
/* ADD GAP BETWEEN HEADER AND CONTENT */
.kn-sp-wrapper {
    margin-top: 40px !important; /* ನಿಮಗೆ ಎಷ್ಟು ಗ್ಯಾಪ್ ಬೇಕೋ ಅಷ್ಟು ಇಲ್ಲಿ ಬದಲಾಯಿಸಿ (30px, 50px..) */
}

/* ಮೊಬೈಲ್ ನಲ್ಲಿ ಗ್ಯಾಪ್ ಕಡಿಮೆ ಬೇಕಿದ್ದರೆ */
@media (max-width: 768px) {
    .kn-sp-wrapper {
        margin-top: 20px !important;
    }
}
/* BREADCRUMB COLOR CHANGE (#d32f2f)*/

/* 1. ಸಾಮಾನ್ಯ ಟೆಕ್ಸ್ಟ್ ಮತ್ತು ಐಕಾನ್ */
.kn-sp-breadcrumb,
.kn-sp-breadcrumb span,
.kn-sp-breadcrumb i {
    color: #d32f2f !important; /* Red Color */
}

/* 2. ಲಿಂಕ್ ಗಳು (Home, Category) */
.kn-sp-breadcrumb a {
    color: #d32f2f !important; /* Red Color */
    font-weight: 600; /* ಸ್ವಲ್ಪ ದಪ್ಪ ಅಕ್ಷರ */
    text-decoration: none;
}

/* 3. ಮೌಸ್ ಬ್ರೆಡ್‌ಕ್ರಮ್ ಮೇಲೆ ಹೋದಾಗ (Hover) */
.kn-sp-breadcrumb a:hover {
    color: #000000 !important; /* ಮೌಸ್ ಇಟ್ಟರೆ ಕಪ್ಪು ಆಗಲಿ (Optional) */
    text-decoration: underline;
}

/* ========================================================
   MOBILE CUSTOMIZATION (HIDE SIDEBAR & NAV + BUTTON)
   ======================================================== */

@media (max-width: 768px) {
    
    /* 1. Hide Sidebar (ಇತ್ತೀಚಿನ ಸುದ್ದಿಗಳು) */
    .kn-sp-sidebar {
        display: none !important;
    }

    /* 2. Hide Previous/Next Navigation (DON'T MISS / UP NEXT) */
    .kn-post-nav-wrapper {
        display: none !important;
    }
    
    /* 3. Hide Tags (ಬೇಕಿದ್ದರೆ ಟ್ಯಾಗ್ಸ್ ಕೂಡ ಹೈಡ್ ಮಾಡಿ, ಬೇಡಂದ್ರೆ ಈ ಲೈನ್ ತೆಗೀರಿ) */
    .kn-sp-tags {
        /* display: none !important; */
    }
    
    /* 4. Continue Reading Button Design */
    .kn-mob-readmore-btn {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding: 12px;
        background: #d32f2f; /* ಕೆಂಪು ಬಟನ್ */
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-family: 'Noto Serif Kannada', serif;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        text-transform: uppercase;
    }
    
    .kn-mob-readmore-btn:hover {
        background: #b71c1c; /* Dark Red Hover */
    }
    
    .kn-mob-readmore-btn i {
        margin-left: 8px;
    }

    .kn-sp-content {
        position: relative;
    } 
    
}
/* ===== END HIDE DEFAULT THEME TITLE & IMAGE (TV9 LAYOUT STRUCTURE HTML) ===== */

/* ===========================
END NEWS 18 STYLE - SOLID RED BOX ICONSTYLE 
===========================*/

/* ===== START MOBILE NEWS LAYOUT CSS ===== */

/* Container Setup */
.kn-mobile-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    font-family: 'Noto Serif Kannada', serif; 
    background: #fff;
    padding: 0 10px; 
}

/* HEADER STYLE */
.kn-header {
    border-top: 3px solid #d32f2f;
    margin-bottom: 15px;
    padding-top: 5px;
    position: relative;
    border-bottom: 1px solid #ddd; 
}

.kn-head-title {
    display: inline-block;
    background: #d32f2f;
    color: #fff; 
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    top: -8px; 
}

/* 1. HERO SECTION */
.kn-hero-link {
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 15px;
    /* Hero Link ಗೆ ಮೌಸ್ ಹೋದರೆ ಏನು ಆಗಬೇಕು ಎನ್ನುವುದನ್ನು ಇಲ್ಲಿ ಹಾಕುವ ಅವಶ್ಯಕತೆ ಇಲ್ಲ */
}
.kn-hero-thumb {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    overflow: hidden; /* ಫೋಟೋ ಬಾಕ್ಸ್ ಬಿಟ್ಟು ಹೊರಗೆ ಬರದಂತೆ ತಡೆಯುತ್ತದೆ */
    margin-bottom: 10px;
}
.kn-hero-thumb img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.5s ease; /* ZOOM: ಸ್ಮೂತ್ ಆಗಿ ಬದಲಾಗಲು */
}
/* HERO ZOOM HOVER EFFECT */
.kn-hero-link:hover .kn-hero-thumb img {
    transform: scale(1.1); /* 10% ದೊಡ್ಡದಾಗುತ್ತದೆ */
}

.kn-hero-title {
    font-size: 19px; 
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    color: #000;
}

/* Common Divider */
.kn-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 15px 0;
}

/* 2. GRID SECTION */
.kn-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.kn-grid-item {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
}
.kn-grid-thumb {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    overflow: hidden; /* Box ಒಳಗೆ ಇರಲು */
    margin-bottom: 8px;
}
.kn-grid-thumb img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.5s ease; /* ZOOM: ಸ್ಮೂತ್ ಟ್ರಾನ್ಸಿಷನ್ */
}
/* GRID ZOOM HOVER EFFECT */
.kn-grid-item:hover .kn-grid-thumb img {
    transform: scale(1.1); /* Zoom Effect */
}

.kn-grid-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    color: #222;
}

/* 3. LIST SECTION */
.kn-list-item-row:last-child .kn-thin-divider { display: none; }

.kn-list-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    text-decoration: none;
    color: #000;
    padding: 12px 0;
}
.kn-list-info { flex: 1; }
.kn-list-title {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    color: #333;
}
.kn-list-thumb {
    width: 100px;
    height: 65px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden; /* Box ಒಳಗೆ ಇರಲು */
}
.kn-list-thumb img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transition: transform 0.5s ease; /* ZOOM: ಸ್ಮೂತ್ ಟ್ರಾನ್ಸಿಷನ್ */
}
/* LIST ZOOM HOVER EFFECT */
.kn-list-link:hover .kn-list-thumb img {
    transform: scale(1.1); /* Zoom Effect */
}

.kn-thin-divider {
    height: 1px;
    background: #f1f1f1;
    margin: 0;
}

/* ===== END MOBILE NEWS LAYOUT CSS ===== */


/* ===== START HERO BIG POST STYLES  MOBILE PLAIN LIST DESIGN    ===== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Kannada:wght@400;500;700;800&display=swap');

.kannada-news-wrapper {
    width: 100%;
    max-width: 600px; 
    margin: 0 auto;
    background: #fff;
    font-family: 'Noto Serif Kannada', serif;
    padding-bottom: 20px;
}

/* ================= HEADER TITLE STYLE (NEW) ================= */
.kn-block-header {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee; /* ಲೈಟ್ ಲೈನ್ */
    padding-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
}

/* ಕೆಂಪು ಬಣ್ಣದ ಎಡ ಗೆರೆ (Style Accent) */
.kn-block-header::before {
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #d32f2f; /* Red */
    margin-right: 10px;
    border-radius: 2px;
}

.kn-block-title {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    margin: 0;
    text-transform: uppercase;
}

/* ================= ZOOM EFFECT ================= */
.kn-hero-image-wrap,
.kn-list-media {
    overflow: hidden; 
    position: relative;
    border-radius: 8px;
}

.kn-zoom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.kn-link-block:hover .kn-zoom-img,
.kn-list-item:hover .kn-zoom-img {
    transform: scale(1.1);
}

/* ================= HERO POST STYLE ================= */
.kn-hero-box { margin-bottom: 10px; }
.kn-link-block { text-decoration: none; color: inherit; display: block; position: relative; }
.kn-hero-image-wrap { width: 100%; height: 220px; margin-bottom: 12px; }

/* HERO BADGE */
.kn-hero-cat-badge {
    position: absolute;
    bottom: 0; left: 0;
    background: #d32f2f; color: #fff;
    font-size: 12px; font-weight: 700;
    padding: 4px 10px;
    border-top-right-radius: 6px;
    z-index: 10; text-transform: uppercase;
}

.kn-hero-title {
    font-size: 20px; line-height: 1.4; font-weight: 800; color: #111;
    margin: 0 0 10px 0; text-align: left;
}

/* ================= LIST ITEMS STYLE ================= */
.kn-list-container { display: flex; flex-direction: column; }
.kn-list-item {
    display: flex; justify-content: space-between;
    align-items: center; text-decoration: none;
    padding: 15px 0; border-top: 1px solid #eeeeee; gap: 15px;
}
.kn-list-text { flex: 1; }

.kn-list-cat-name {
    display: inline-block; font-size: 11px; font-weight: 800;
    color: #d32f2f; margin-bottom: 4px;
    text-transform: uppercase;
}
.kn-list-title {
    font-size: 16px; line-height: 1.5; font-weight: 700; color: #222; margin: 0;
}
.kn-list-item:hover .kn-list-title { color: #d32f2f; }
.kn-list-media { width: 100px; height: 70px; flex-shrink: 0; }

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 480px) {
    .kn-hero-title { font-size: 19px; }
    .kn-hero-image-wrap { height: 200px; }
    .kn-list-title { font-size: 15px; }
    .kn-list-media { width: 95px; height: 65px; }
    .kn-hero-cat-badge { font-size: 11px; padding: 3px 8px; }
}
/* ===== END HERO BIG POST STYLES  MOBILE PLAIN LIST DESIGN ===== */


/* ====== STRAT HORIZONTAL SCROLL LAYOUT (DailyHunt Style) ======== */
.kn-hs-wrapper {
    margin-bottom: 30px;
    font-family: 'Noto Serif Kannada', serif; 
    overflow: hidden;
    padding-bottom: 5px;
}

/* --- HEADER STYLE --- */
.kn-hs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.kn-hs-heading {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    color: #000;
    padding-left: 10px;
    line-height: 1;
	 border-left: 4px solid #0056b3; 
}

.kn-hs-viewmore {
    font-size: 13px;
    color: #d32f2f;
    text-decoration: none;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.kn-hs-viewmore:hover {
    background: #d32f2f;
    color: #fff;
}
/* --- SCROLL CONTAINER (The Magic Part) --- */
.kn-hs-scroll-container {
    display: flex; 
    overflow-x: auto; 
    gap: 15px;
    padding-bottom: 15px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: thin;
}
.kn-hs-scroll-container::-webkit-scrollbar {
    height: 4px;
}
.kn-hs-scroll-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

/* --- SINGLE CARD STYLE --- */
.kn-hs-card {
    min-width: 250px; 
    width: 250px;
    text-decoration: none;
    color: inherit;
    display: block;
    flex-shrink: 0; 
}

/* Image */
.kn-hs-image-box {
    width: 100%;
    height: 140px; 
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.kn-hs-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.kn-hs-card:hover img {
    transform: scale(1.05);
}

/* Title */
.kn-hs-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 600px) {
    .kn-hs-card {
        min-width: 200px; 
        width: 200px;
    }
    
    .kn-hs-image-box {
        height: 120px;
    }

    .kn-hs-title {
        font-size: 15px;
    }
}
/* ======END  HORIZONTAL SCROLL LAYOUT (DailyHunt Style) ======== */



/* ===========================
START HERO AND NUMBERED LIST STYLE 
===========================*/
/* CONTAINER */
.red-trend-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    font-family: 'Noto Serif Kannada', serif;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    border-radius: 12px;
    padding-bottom: 20px;
    position: relative;
    /* IMPORTANT for Rounded corners on header image */
    overflow: hidden; 
}

/* RED BADGE */
.red-trend-badge {
    background: #e71b26; 
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 15; /* Highest Z-Index */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    pointer-events: none; /* Let clicks pass through to image */
}

/* === HERO SECTION STRUCTURE === */
.red-trend-hero-link {
    display: block;
    position: relative;
    height: 350px; /* Hero Height */
    text-decoration: none;
    overflow: hidden; /* Important: Cuts off the zoomed image */
    cursor: pointer;
}

/* === ZOOMING IMAGE LAYER === */
.red-trend-bg-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    
    /* ANIMATION PROPERTY */
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

/* === THE ZOOM TRIGGER (HOVER) === */
.red-trend-hero-link:hover .red-trend-bg-layer {
    transform: scale(1.1); /* Zooms image by 10% */
}

/* WHITE FADE GRADIENT */
.red-trend-fade {
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 80%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.95) 80%, rgba(255,255,255,1) 100%);
    z-index: 2; /* Above Image, Below Text */
    pointer-events: none;
}

/* CONTENT TEXT */
.red-trend-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5; 
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.red-trend-hero-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    margin: 0 0 8px 0;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    transition: color 0.3s;
}

/* Change Title Color on Hover */
.red-trend-hero-link:hover .red-trend-hero-title {
    color: #e71b26; 
}

.red-trend-date {
    font-size: 13px;
    color: #666;
    display: block;
    font-weight: 600;
}

/* LIST ITEMS */
.red-trend-list { padding: 0 20px; }

.red-trend-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    gap: 15px;
    align-items: flex-start;
}
.red-trend-item:last-child { border-bottom: none; }

.red-trend-item-num {
    font-size: 18px; color: #444; font-weight: 700; min-width: 20px;
}

.red-trend-item-title {
    font-size: 16px; line-height: 1.5; color: #222; font-weight: 600; margin: 0 0 6px;
}
.red-trend-item-link { text-decoration: none; color: inherit; transition: 0.2s; }
.red-trend-item-link:hover .red-trend-item-title { color: #e71b26; }

.red-trend-date-small { font-size: 12px; color: #999; }

.red-trend-more {
    display: inline-block;
    margin: 10px 0 0 20px;
    color: #e71b26; font-size: 14px; font-weight: 700; text-decoration: none;
}
.red-trend-more:hover { text-decoration: underline; }

/* RESPONSIVE */
@media(max-width: 600px) {
    .red-trend-hero-link { height: 300px; }
    .red-trend-hero-title { font-size: 20px; }
}
/* ==========================
END HERO AND NUMBERED LIST STYLE 
===========================*/

/* ===========================
NEWS 18 STYLE WITH RED BOX ICON STYLE 
===========================*/
.n18-wrap {
    width: 100%;
    margin: 20px auto 40px;
    font-family: 'Noto Serif Kannada', serif;
}
/* Header Container */
.n18-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}
.n18-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* ✅ 1. THE ICON BOX (SOLID RED SQUARE) */
.n18-icon-box {
    position: relative;
    width: 28px;   
    height: 28px;   
    background: #d32f2f; 
    display: inline-block;
    border-radius: 2px; 
}
/* ✅ 2. THE WHITE SLASHES INSIDE (//) */
.n18-icon-box::before,
.n18-icon-box::after {
    content: "";
    position: absolute;
    width: 4px;     
    height: 16px;    
    background: #ffffff; 
    top: 50%;
    transform: translateY(-50%) skewX(-20deg); 
}
.n18-icon-box::before {
    left: 8px; 
}
.n18-icon-box::after {
    right: 8px;
}
/* Title Text */
.n18-heading {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #111;
    line-height: 1;
}
/* Read More Link */
.n18-readmore-link {
    font-size: 14px;
    color: #d32f2f;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.n18-readmore-link:hover {
    color: #000;
    text-decoration: underline;
}
/* --- GRID LAYOUT --- */
.n18-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr; 
    gap: 25px;
}
.n18-hero-link { 
	text-decoration: none; 
	color: inherit; 
	display: block;
}
.n18-hero-thumb {
	width: 100%;
	overflow: hidden; 
	border-radius: 8px;
	aspect-ratio: 16/9;
	margin-bottom: 12px; 
}
.n18-hero-thumb img {
	width: 100%;
	height: 100%; 
	object-fit: cover; 
	transition: transform 0.3s;
}
.n18-hero-link:hover .n18-hero-thumb img {
	transform: scale(1.03);
}
.n18-hero-title {
	font-size: 20px; 
	line-height: 1.35; 
	font-weight: 800; 
	color: #000;
	margin: 0 0 10px 0;
}
.n18-hero-excerpt { 
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	display: block;
}
.n18-col-right { 
	display: flex; 
	flex-direction: column;
	gap: 15px;
}
.n18-side-item {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
}
.n18-side-item:last-child { border-bottom: none;
}
.n18-side-link { 
	display: flex; 
	gap: 12px; 
	text-decoration: none; 
	color: inherit; 
	align-items: flex-start; 
}
.n18-side-img { 
	width: 100px;
	height: 65px;
	flex-shrink: 0;
	border-radius: 6px;
	overflow: hidden; 
}
.n18-side-img img {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}
.n18-side-title { 
	margin: 0; 
	font-size: 15px; 
	line-height: 1.35; 
	font-weight: 700;
	color: #222; 
}

/* Mobile */
@media (max-width: 768px) {
    .n18-grid {
			grid-template-columns: 1fr; gap: 20px; 
	}
    .n18-heading { font-size: 20px; }
 
    .n18-icon-box {
			width: 26px; 
			height: 26px; }
}
/* === MOBILE DESIGN === */

/* ====== START TICKER SHORT CODE FALSH NEW/* ====== START TICKER SHORT CODE FALSH NEWS ======== */
/* Container Bar */
.kn-logo-ticker-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    background: #FFFF; 
    border-bottom: 2px solid #ddd;
    height: 50px;
    overflow: hidden;
    position: relative;
    font-family: 'Noto Serif Kannada', sans-serif;
    box-sizing: border-box;
}

/* 1. LEFT SIDE LOGO (Same as before) */
.kn-ticker-logo-box {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    z-index: 10; 
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    position: relative;
    flex-shrink: 0; 
}

.kn-ticker-logo-box img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

/* 2. SCROLLING AREA FIX */
.kn-ticker-content {
    flex: 1; 
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

/* The Moving Track */
.kn-ticker-moving-track {
    display: flex;
    align-items: center;
    white-space: nowrap; 
    will-change: transform;
    /*: width fit-content */
    width: max-content; 
    /* Animation: 40s*/
    animation: knInfiniteScroll 40s linear infinite; 
}

/* Mouse Hover: Pause */
.kn-ticker-moving-track:hover {
    animation-play-state: paused;
}

/* 3. NEW ANIMATION LOGIC (Start from 0 to -50%) */
/* -50% ಯಾಕಂದ್ರೆ ನಾವು PHP ಯಲ್ಲಿ ಕಂಟೆಂಟ್ ಅನ್ನು ಡಬಲ್ ಮಾಡಿದ್ದೇವೆ.
   ಅರ್ಧದಷ್ಟು ಸರಿದಾಗ ಮತ್ತೆ ಮೊದಲಿನಿಂದ ಲೂಪ್ ಆಗುತ್ತೆ (No Gap). */
@keyframes knInfiniteScroll {
    0% { transform: translateX(0); } 
    100% { transform: translateX(-50%); } 
}

/* 4. NEWS ITEMS */
.kn-ticker-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    margin: 0 20px; /* Gap between news */
}

.kn-tick-thumb {
    width: 35px;
    height: 25px;
    object-fit: cover;
    margin-right: 8px;
    border-radius: 3px;
    flex-shrink: 0;
}

.kn-tick-title {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.kn-tick-sep {
    color: #ccc;
    font-size: 16px;
    margin-right: 5px;
}
/* ======END TICKER SHORT CODE FALSH NEWS ======== */ 

/* ======START HERO BIG POST WIRE STYLE NEWS SECTION (Vertical Stack with Author & Read Time) ======== */ 
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Kannada:wght@400;600;700&family=Merriweather:wght@300;400;700&display=swap');

/* MAIN CONTAINER (White Background) */
.wire-wrapper {
    background: #ffffff; /* WHITE BACKGROUND as requested */
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Noto Serif Kannada', serif; 
    padding: 20px;
    box-sizing: border-box;
}

/* === SECTION HEADER === */
/* ಆ "EDITOR'S PICK" ಸ್ಟೈಲ್ */
.wire-main-header {
    border-bottom: 4px solid #d32f2f; 
    margin-bottom: 25px;
    text-align: left;
}

.wire-head-label {
    background: #d32f2f; 
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    display: inline-block;
    letter-spacing: 0.5px;
}

/* === CARD LAYOUT === */
.wire-card {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee; /* Thin separator line */
    padding-bottom: 25px;
}
.wire-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* 1. IMAGE */
.wire-img-container {
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #f0f0f0;
}
.wire-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.wire-card:hover img {
    transform: scale(1.05); /* Slight Zoom on Hover */
}

/* 2. CATEGORY (RED) */
.wire-cat {
    display: block;
    color: #b90000; /* Deep Red color */
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    font-family: sans-serif; /* Category usually sans-serif */
}

/* 3. TITLE (SERIF) */
.wire-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}
.wire-title a {
    color: #000;
    text-decoration: none;
}
.wire-title a:hover {
    color: #b90000;
}

/* 4. META INFO */
.wire-meta {
    display: flex;
    justify-content: space-between; /* Author Left, Time Right */
    font-size: 13px;
    color: #666;
    font-family: sans-serif;
    border-top: 1px solid transparent; /* Just for spacing */
}

.wire-author {
    font-weight: 600;
    color: #333;
}

.wire-time {
    color: #888;
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .wire-img-container { height: 200px; }
    .wire-title { font-size: 18px; }
    .wire-wrapper { padding: 15px; }
}
/* ======END HERO BIG POST WIRE STYLE NEWS SECTION (Vertical Stack with Author & Read Time) ======== */



/* ======START  Category Pills (Buttons)  ======== */
/* Container */
.kn-tab-wrapper { 
	margin-bottom: 30px; background: #fff; 
	font-family: 'Noto Serif Kannada', serif; 
}
.kn-hs-header {
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #eee; 
}
.kn-hs-heading { 
	font-size: 18px;
	 font-weight: 800;   
	border-left: 4px solid #d32f2f;   padding-left: 10px;
	color: #000;
	margin: 0; 
}

/* Scroll Pills */
.kn-tab-pills {
    display: flex;              
    flex-wrap: nowrap;        
    align-items: center;
    overflow-x: auto;           
    gap: 12px;                 
    padding: 10px 5px 15px 5px; 
    width: 100%;               
    background: #fff;
    -webkit-overflow-scrolling: touch; 
    cursor: grab; 
}

.kn-tab-pills::-webkit-scrollbar {
    height: 6px;         
    display: block !important; 
}

.kn-tab-pills::-webkit-scrollbar-track {
    background: #f1f1f1;    
    border-radius: 10px;     
}

.kn-tab-pills::-webkit-scrollbar-thumb {
    background: #bbb;        
    border-radius: 10px;
}

.kn-tab-pills::-webkit-scrollbar-thumb:hover {
    background: #d32f2f;    
}

.kn-tab-pills {
    scrollbar-width: thin;   
    scrollbar-color: #bbb #f1f1f1;
}

/* 3. Button Stability */
.kn-pill-btn {
    flex-shrink: 0;          
    white-space: nowrap;      
}

.kn-pill-btn {
  border: 1px solid #e0e0e0;        background: #fcfcfc; 
	color: #555;
  padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 500;
    white-space: nowrap; 
	cursor: pointer;
	transition: 0.2s; outline: none;
	font-family: inherit;
}
.kn-pill-btn:hover { 
 border-color: #0056b3 !important; 
    color: #0056b3 !important;   
    background-color: #f0f8ff !important; 
}
.kn-pill-btn.active { 
	background: #d32f2f; 
	color: #fff; 
	border-color: #d32f2f; 
	font-weight: 700; 
	box-shadow: 0 2px 5px rgba(211,47,47,0.3); 
}

/* Content Grid/Scroll */
.kn-hs-scroll-container { display: flex; 
overflow-x: auto; 
gap: 15px; 
	padding: 15px 10px; 
	min-height: 180px; 
	scroll-behavior: smooth; scrollbar-width: thin; 
}
.kn-hs-card { 
	min-width: 250px;
	width: 250px; 
	display: block; 
	text-decoration: none; 
	flex-shrink: 0; 
}
.kn-hs-image-box { 
	width: 100%;
	height: 140px; 
	border-radius: 8px; 
	overflow: hidden; 
	margin-bottom: 8px;
}
.kn-hs-image-box img { 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
}
.kn-hs-title { 
	font-size: 15px;
	line-height: 1.4;
	color: #000;
	margin: 0; 
	font-weight: 700; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; overflow: hidden; 
}
/* ======END Category Pills (Buttons)  ======== */


/* ======START SHOP PAGE LIST VIEW  ======== */
/* CONTAINER */
.kn-shop-wrapper {
    background: #fff;
    max-width: 600px;
    margin: 0 auto 30px;
    font-family: 'Noto Serif Kannada', sans-serif;
}

/* HEADER STYLE */
.kn-shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 10px;
}

.kn-shop-heading {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

/* VIEW MORE BUTTON STYLE */
.kn-view-more-btn {
    font-size: 13px;
    font-weight: 600;
    color: #d32f2f; /* Red Text */
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 6px 16px;
    text-decoration: none;
    transition: 0.2s;
    background: #fff;
}
.kn-view-more-btn:hover {
    border-color: #d32f2f;
    background: #fff5f5; /* Light Red BG on Hover */
}
.kn-view-more-btn i { font-size: 11px; margin-left: 4px; }

/* LIST ITEMS */
.kn-shop-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    gap: 15px;
}
.kn-shop-item:last-child { border-bottom: none; }

.kn-shop-text { flex: 1; }

.kn-shop-title {
    font-size: 16px;
    font-weight: 600; /* Bold Title */
    line-height: 1.4;
    color: #222;
    margin: 0 0 5px 0;
}
.kn-shop-item:hover .kn-shop-title { color: #d32f2f; }

.kn-shop-price { font-size: 14px; font-weight: 700; color: #d32f2f; }

.kn-shop-image {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}
.kn-shop-image img { width: 100%; height: 100%; object-fit: cover; }

/* MOBILE RESPONSIVE */
@media(max-width: 480px) {
    .kn-shop-heading { font-size: 18px; }
    .kn-shop-title { font-size: 15px; }
    .kn-shop-image { width: 90px; height: 65px; }
}

/* ======END SHOP PAGE LIST VIEW  ======== */

/* --- FIXED NAV CSS START --- */
.kn-post-nav-wrapper { 
    margin-top: 30px; 
    border-top: 1px solid #eee; 
    border-bottom: 1px solid #eee; 
    padding: 20px 0; 
    font-family: 'Noto Serif Kannada', serif;
}

.kn-nav-container { 
    display: flex; 
    justify-content: space-between; 
    gap: 15px; 
}

.kn-nav-box { 
    width: 48%; 
    flex: 1; 
}

/* Common Link Style */
.kn-nav-link { 
    display: flex; 
    align-items: flex-start; /* Top align icon & text */
    text-decoration: none; 
    color: #000; 
    gap: 12px; /* Gap between arrow and text */
    transition: 0.3s;
}

.kn-nav-link:hover .kn-nav-title { 
    color: #d32f2f; 
}

/* Arrow Icon Style */
.kn-nav-arrow { 
    font-size: 24px; /* Icon size slightly big like TV9 */
    color: #d32f2f;  /* Red color */
    line-height: 1;
    margin-top: 5px; /* Adjust vertical position */
    flex-shrink: 0;
}

/* Text Styles */
.kn-nav-info { flex: 1; }

.kn-nav-label { 
    display: block; 
    font-size: 11px; 
    font-weight: 800; 
    color: #999; 
    text-transform: uppercase; 
    margin-bottom: 4px; 
    font-family: sans-serif; 
    letter-spacing: 0.5px;
}

.kn-nav-title { 
    margin: 0; 
    font-size: 15px; 
    line-height: 1.4; 
    font-weight: 700; 
    color: #222; 
}

/* --- RIGHT SIDE SPECIFIC FIX --- */
.kn-nav-right .right-link {
    justify-content: flex-end; /* Push content to right */
    text-align: right;         /* Text alignment right */
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .kn-nav-container {
        gap: 20px;
    }
    .kn-nav-arrow { font-size: 18px; }
}
/* --- FIXED NAV CSS END --- */
/* Fix Image Width/Height Issue */
img {
    height: auto;
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}