/* Import Font Awesome for social icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* News Detail Container - Match GSTV Live Site */
.NewsDetailWithInfiniteScroll_newsDetailContainer__jTE6G {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
}

/* Breadcrumb - Match GSTV Style */
.NewsDetailWithInfiniteScroll_breadcrumb__fTYlv {
 
  font-size: 14px;
  color: #666;
  padding: 10px 0;
  font-weight: 600;
  text-transform: capitalize;
}

.NewsDetailWithInfiniteScroll_breadcrumb__fTYlv a {
  color: #808080;
  text-decoration: none;
  font-weight: 600;
}

.NewsDetailWithInfiniteScroll_breadcrumb__fTYlv a:hover {
  color: #850e00;
  text-decoration: underline;
}

.NewsDetailWithInfiniteScroll_breadcrumb__fTYlv span {
  color: #850e00;
  font-size: 14px;
  font-weight: 600;
}

/* News Item Container - Match GSTV Layout */


.NewsDetailWithInfiniteScroll_newsItemContainer__2X8_X:last-child {
  border-bottom: none;
}

/* News Title - Match GSTV Typography */
.NewsDetailWithInfiniteScroll_newsTitle__Lm4gU {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
  margin: 0 0 25px 0;
  text-align: left;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
}

/* News Meta - Match GSTV Layout */
.NewsDetailWithInfiniteScroll_newsMeta__6rDH6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  border-top: 2px solid #b1974f42;
  align-items: center;
}

.NewsDetailWithInfiniteScroll_newsDate__OUX21 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.NewsDetailWithInfiniteScroll_newsDate__OUX21 img {
  width: 18px;
  height: 18px;
}

.NewsDetailWithInfiniteScroll_newsActions__JzUUb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Removed .liveTvLink, .googleNewsLink class as requested */



.NewsDetailWithInfiniteScroll_liveTvLink__8c440 img,
.NewsDetailWithInfiniteScroll_googleNewsLink__EsGdQ img {
  height: 28px;
  /* margin-right: 5px; */
  width: auto;
}

/* Share Buttons - Match GSTV Style */
.NewsDetailWithInfiniteScroll_shareButtons__1taIz {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.NewsDetailWithInfiniteScroll_shareButtons__1taIz span {
  font-size: 14px;
  color: #212529;
  font-weight: 600;
  margin-right: 10px;
}

.NewsDetailWithInfiniteScroll_shareBtn___r1y4,
.NewsDetailWithInfiniteScroll_bookmarkBtn__B8ZwG {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  transition: all 0.2s;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.NewsDetailWithInfiniteScroll_shareBtn___r1y4:hover,
.NewsDetailWithInfiniteScroll_bookmarkBtn__B8ZwG:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* .shareBtn.facebook {
  color: #1877f2;
  border-color: #1877f2;
}
.shareBtn.facebook i.fab.fa-facebook-f, .shareBtn.whatsapp i.fab.fa-whatsapp {
  color:#000;
}
.shareBtn.facebook:hover {
  background-color: #1877f2;
  color: white;
}

.shareBtn.twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}

.shareBtn.twitter:hover {
  background-color: #1da1f2;
  color: white;
}

.shareBtn.whatsapp {
  color: #25d366;
  border-color: #25d366;
}

.shareBtn.whatsapp:hover {
  background-color: #25d366;
  color: white;
}

.shareBtn.telegram {
  color: #0088cc;
  border-color: #0088cc;
}

.shareBtn.telegram:hover {
  background-color: #0088cc;
  color: white;
} */

.NewsDetailWithInfiniteScroll_bookmarkBtn__B8ZwG {
  color: #6c757d;
  border-color: #6c757d;
}

.NewsDetailWithInfiniteScroll_bookmarkBtn__B8ZwG:hover {
  background-color: #6c757d;
  color: white;
}

.NewsDetailWithInfiniteScroll_bookmarkBtn__B8ZwG img {
  width: 18px;
  height: 18px;
}

/* Featured Image - Match GSTV Style */
.NewsDetailWithInfiniteScroll_newsImageContainer__HB1Gp {
  /* margin: 30px 0; */
  text-align: center;
  background: #f8f9fa;
  /* padding: 20px; */
  border-radius: 8px;
}

.NewsDetailWithInfiniteScroll_newsFeaturedImage__x3ToQ {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.NewsDetailWithInfiniteScroll_newsFeaturedImage__x3ToQ:hover {
  transform: scale(1.02);
}

/* Source - Match GSTV Style */
.NewsDetailWithInfiniteScroll_newsSource__oZYnR {
  margin: 20px 0;
  font-size: 14px;
  color: #666;
  padding: 10px 15px;
  background: #f8f9fa;
  border-left: 4px solid #dc3545;
  border-radius: 0 4px 4px 0;
}

.NewsDetailWithInfiniteScroll_newsSource__oZYnR strong {
  color: #dc3545;
  font-weight: 700;
}

/* News Content - Match GSTV Typography */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC {
  font-size: 18px;
  line-height: 1.8;
  color: #2c3e50;
  margin: 30px 0;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
  text-align: justify;
}

.NewsDetailWithInfiniteScroll_newsContent__A_WgC p {
  margin-bottom: 20px;
  text-indent: 0;
}

.NewsDetailWithInfiniteScroll_newsContent__A_WgC h1,
.NewsDetailWithInfiniteScroll_newsContent__A_WgC h2,
.NewsDetailWithInfiniteScroll_newsContent__A_WgC h3,
.NewsDetailWithInfiniteScroll_newsContent__A_WgC h4,
.NewsDetailWithInfiniteScroll_newsContent__A_WgC h5,
.NewsDetailWithInfiniteScroll_newsContent__A_WgC h6 {
  margin: 30px 0 20px 0;
  color: #2c3e50;
  font-weight: 700;
}

.NewsDetailWithInfiniteScroll_newsContent__A_WgC img {
  max-width: 100%;
  height: auto;
  margin: 25px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.NewsDetailWithInfiniteScroll_newsContent__A_WgC blockquote {
  border-left: 4px solid #dc3545;
  padding-left: 20px;
  margin: 25px 0;
  font-style: italic;
  color: #666;
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
}

.NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe {
  max-width: 100%;
  margin: 25px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Enhanced Embedded Content Styles */

/* Twitter Tweet Embed */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC .NewsDetailWithInfiniteScroll_twitter-tweet__Y_QNn {
  margin: 25px auto !important;
  max-width: 550px;
}

/* Hide Twitter embeds completely until fully loaded - prevents any blinking */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC .NewsDetailWithInfiniteScroll_twitter-embed-loading__p4N5R {
  display: none !important;
}

/* Twitter embed container */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC .NewsDetailWithInfiniteScroll_twitter-embed__HMuif {
  min-height: 250px;
  margin: 25px 0;
}

/* Smooth fade-in transition when loaded */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC .NewsDetailWithInfiniteScroll_twitter-embed__HMuif:not(.NewsDetailWithInfiniteScroll_twitter-embed-loading__p4N5R) {
  transition: opacity 0.3s ease-in-out;
}

/* Social Media Embeds Container */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC div[style*="margin: 20px 0"] {
  margin: 25px 0 !important;
}

/* YouTube Embed Responsive */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*="youtube.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 315px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*="youtube.com"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

/* Facebook Embed */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*="facebook.com"] {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* Instagram Embed */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*="instagram.com"] {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  max-width: 400px;
  margin: 0 auto;
}

/* PDF Embed */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*=".pdf"] {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  background: #f5f5f5;
  min-height: 600px;
}

/* Reddit Embed */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*="reddit.com"] {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

/* Embedded Content Headers */
.NewsDetailWithInfiniteScroll_newsContent__A_WgC div[style*="background: #4267B2"],
.NewsDetailWithInfiniteScroll_newsContent__A_WgC div[style*="background: linear-gradient"],
.NewsDetailWithInfiniteScroll_newsContent__A_WgC div[style*="background: #1DA1F2"],
.NewsDetailWithInfiniteScroll_newsContent__A_WgC div[style*="background: #FF4500"],
.NewsDetailWithInfiniteScroll_newsContent__A_WgC div[style*="background: #dc3545"],
.NewsDetailWithInfiniteScroll_newsContent__A_WgC div[style*="background: #28a745"] {
  font-family: 'Hind Vadodara', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Mobile Responsive Embeds */
@media (max-width: 768px) {
  .NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe {
    width: 100% !important;
    max-width: 100% !important;
  }

  .NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*="youtube.com"] {
    height: 250px;
    min-height: 250px;
  }

  .NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*="instagram.com"] {
    height: 400px;
  }

  .NewsDetailWithInfiniteScroll_newsContent__A_WgC iframe[src*=".pdf"] {
    height: 400px;
    min-height: 400px;
  }
}

/* Tags - Match GSTV Style */
.NewsDetailWithInfiniteScroll_newsTags__gi0mW {
  margin: 40px 0;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  border: 1px solid #dee2e6;
}

.NewsDetailWithInfiniteScroll_newsTags__gi0mW strong {
  color: #dc3545;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
}

.NewsDetailWithInfiniteScroll_tagLink__W2Zz7 {
  display: inline-block;
  background: #dc3545;
  color: white;
  padding: 8px 15px;
  margin: 5px 8px 5px 0;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

.NewsDetailWithInfiniteScroll_tagLink__W2Zz7:hover {
  background: #c82333;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* News Separator - Match GSTV Style */
.NewsDetailWithInfiniteScroll_newsSeparator__HI2T8 {
  border: none;
  height: 3px;
  background: linear-gradient(to right, #dc3545, #f8f9fa, #dc3545);
  margin: 50px 0;
  border-radius: 2px;
}

/* Loading States */
.NewsDetailWithInfiniteScroll_newsDetailLoading__Di4sa,
.NewsDetailWithInfiniteScroll_loadingMore__3iCes {
  text-align: center;
  padding: 40px 20px;
}

.NewsDetailWithInfiniteScroll_loadingSpinner__RbmJF {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: NewsDetailWithInfiniteScroll_spin__4jq3u 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes NewsDetailWithInfiniteScroll_spin__4jq3u {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.NewsDetailWithInfiniteScroll_loadingMore__3iCes {
  padding: 30px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  margin: 40px 0;
  text-align: center;
  border: 2px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

.NewsDetailWithInfiniteScroll_loadingMore__3iCes p {
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #495057;
}

.NewsDetailWithInfiniteScroll_loadingMore__3iCes small {
  color: #6c757d;
  font-size: 14px;
  font-style: italic;
}

/* Load More Button */
.NewsDetailWithInfiniteScroll_loadMoreButton__MpoMi {
  text-align: center;
  margin: 30px 0;
}

.NewsDetailWithInfiniteScroll_loadMoreBtn__BdmtQ {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.NewsDetailWithInfiniteScroll_loadMoreBtn__BdmtQ:hover {
  background: linear-gradient(135deg, #c82333 0%, #a71e2a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.NewsDetailWithInfiniteScroll_loadMoreBtn__BdmtQ:active {
  transform: translateY(0);
}

.NewsDetailWithInfiniteScroll_loadMoreBtn__BdmtQ:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.6;
}

/* Scroll Trigger Area */
.NewsDetailWithInfiniteScroll_scrollTrigger___swRg {
  /* Invisible trigger area for infinite scroll */
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

/* Debug mode - make trigger visible */
.NewsDetailWithInfiniteScroll_scrollTrigger___swRg.NewsDetailWithInfiniteScroll_debug__p_IX_ {
  opacity: 0.1;
  background: #ff0000;
  border: 2px dashed #ff0000;
}

/* Also Read Section Styles */
.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E {
  line-height: 1.8;
}

.NewsDetailWithInfiniteScroll_alsoReadSection__A9zwT {
  margin: 40px 0;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  position: relative;
}

.NewsDetailWithInfiniteScroll_alsoReadSection__A9zwT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #dc3545 0%, #ff6b6b 100%);
  border-radius: 8px 8px 0 0;
}

.NewsDetailWithInfiniteScroll_alsoReadTitle__KHvdC {
  font-size: 22px;
  font-weight: 700;
  color: #dc3545;
  margin: 0 0 25px 0;
  text-align: left;
  font-family: 'Noto Sans Gujarati', sans-serif;
  position: relative;
  padding-left: 15px;
}

.NewsDetailWithInfiniteScroll_alsoReadTitle__KHvdC::before {
  content: '📰';
  position: absolute;
  left: -5px;
  top: 0;
  font-size: 18px;
}

.NewsDetailWithInfiniteScroll_alsoReadItems__ofa9M {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.NewsDetailWithInfiniteScroll_alsoReadItem__Npn3U {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.NewsDetailWithInfiniteScroll_alsoReadItem__Npn3U:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #dc3545;
}

.NewsDetailWithInfiniteScroll_alsoReadLink__BIX3g {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.NewsDetailWithInfiniteScroll_alsoReadImage__gsKDx {
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.NewsDetailWithInfiniteScroll_alsoReadItem__Npn3U:hover .NewsDetailWithInfiniteScroll_alsoReadImage__gsKDx {
  transform: scale(1.05);
}

.NewsDetailWithInfiniteScroll_alsoReadText__yJxFC {
  display: block;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  font-family: 'Noto Sans Gujarati', sans-serif;
  min-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.NewsDetailWithInfiniteScroll_alsoReadItem__Npn3U:hover .NewsDetailWithInfiniteScroll_alsoReadText__yJxFC {
  color: #dc3545;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .NewsDetailWithInfiniteScroll_alsoReadItems__ofa9M {
    grid-template-columns: 1fr;
  }

  .NewsDetailWithInfiniteScroll_alsoReadSection__A9zwT {
    margin: 20px 0;
    padding: 20px 15px;
  }

  .NewsDetailWithInfiniteScroll_alsoReadTitle__KHvdC {
    font-size: 18px;
  }
}

/* Error State */
.NewsDetailWithInfiniteScroll_newsDetailError__cw7_q {
  text-align: center;
  padding: 40px 20px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  color: #721c24;
}

.NewsDetailWithInfiniteScroll_retryButton__D4SGk {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}

.NewsDetailWithInfiniteScroll_retryButton__D4SGk:hover {
  background: #0056b3;
}

/* No More Data */
.NewsDetailWithInfiniteScroll_noMoreData__fFpWg {
  text-align: center;
  padding: 20px;
  color: #666;
  font-style: italic;
}

/* Responsive Design - Match GSTV Mobile Layout */
@media (max-width: 768px) {
  .NewsDetailWithInfiniteScroll_newsDetailContainer__jTE6G {
    padding: 0 10px;
  }

  .NewsDetailWithInfiniteScroll_newsTitle__Lm4gU {
    font-size: 26px;
    line-height: 1.2;
  }

  .NewsDetailWithInfiniteScroll_newsMeta__6rDH6 {
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 0;
    align-items: center;
  }

  .NewsDetailWithInfiniteScroll_newsActions__JzUUb {
    width: auto;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 10px;
  }

  .NewsDetailWithInfiniteScroll_shareButtons__1taIz {
    flex-wrap: wrap;
    gap: 10px;
  }

  .NewsDetailWithInfiniteScroll_shareButtons__1taIz span {
    width: 100%;
    margin-bottom: 5px;
  }

  .NewsDetailWithInfiniteScroll_newsContent__A_WgC {
    font-size: 16px;
    text-align: left;
  }

  .NewsDetailWithInfiniteScroll_newsTags__gi0mW {
    padding: 15px;
  }

  .NewsDetailWithInfiniteScroll_newsImageContainer__HB1Gp {
    /* padding: 10px; */
    /* margin: 20px 0; */
  }
}

@media (max-width: 480px) {
  .NewsDetailWithInfiniteScroll_newsDetailContainer__jTE6G {
    padding: 0 8px;
  }

  .NewsDetailWithInfiniteScroll_newsTitle__Lm4gU {
    font-size: 22px;
    line-height: 1.2;
  }

  .NewsDetailWithInfiniteScroll_newsContent__A_WgC {
    font-size: 15px;
    line-height: 1.6;
  }

  .NewsDetailWithInfiniteScroll_shareButtons__1taIz span {
    font-size: 12px;
  }

  .NewsDetailWithInfiniteScroll_shareBtn___r1y4,
  .NewsDetailWithInfiniteScroll_bookmarkBtn__B8ZwG {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .NewsDetailWithInfiniteScroll_newsTags__gi0mW {
    padding: 10px;
  }

  .NewsDetailWithInfiniteScroll_tagLink__W2Zz7 {
    padding: 6px 12px;
    font-size: 11px;
    margin: 3px 5px 3px 0;
  }
}

/* Live News Box Styles */
.NewsDetailWithInfiniteScroll_liveNewsBox__vBe_P {
  background: #fff;
  border: 2px solid #dc3545;
  border-radius: 12px;
  margin: 30px 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.1);
}

.NewsDetailWithInfiniteScroll_liveNewsHeader__eSBmd {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.NewsDetailWithInfiniteScroll_liveIndicator__0LQZx {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 20px;
}

.NewsDetailWithInfiniteScroll_liveDot__SxO61 {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: NewsDetailWithInfiniteScroll_pulse__nYdem 1.5s ease-in-out infinite;
}

@keyframes NewsDetailWithInfiniteScroll_pulse__nYdem {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}

.NewsDetailWithInfiniteScroll_liveText__UMcdS {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

.NewsDetailWithInfiniteScroll_liveNewsTitle__nukQ1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
}

.NewsDetailWithInfiniteScroll_liveNewsContent__usOai {
  padding: 20px;
  max-height: 500px;
  overflow-y: auto;
}

.NewsDetailWithInfiniteScroll_liveNewsItem__zcajM {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}

.NewsDetailWithInfiniteScroll_liveNewsItem__zcajM:last-child {
  border-bottom: none;
}

.NewsDetailWithInfiniteScroll_liveNewsItem__zcajM:hover {
  background-color: #f8f9fa;
}

.NewsDetailWithInfiniteScroll_liveNewsTime__8qU0I {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #dc3545;
  min-width: 80px;
  padding: 4px 10px;
  background: #fff5f5;
  border-radius: 6px;
  text-align: center;
}

.NewsDetailWithInfiniteScroll_liveNewsTextWrapper__28SpZ {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.NewsDetailWithInfiniteScroll_liveNewsTitle__nukQ1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #2c3e50;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
}

.NewsDetailWithInfiniteScroll_liveNewsDesc__rxaks {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
}
.NewsDetailWithInfiniteScroll_liveNewsDesc__rxaks img { width: 100%; }

.NewsDetailWithInfiniteScroll_liveNewsDesc__rxaks p {
  margin: 0;
  padding: 0;
}

/* Legacy support for old class name */
.NewsDetailWithInfiniteScroll_liveNewsText__3_xt3 {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
}

/* Responsive styles for live news box */
@media (max-width: 768px) {
  .NewsDetailWithInfiniteScroll_liveNewsBox__vBe_P {
    margin: 20px 0;
  }

  .NewsDetailWithInfiniteScroll_liveNewsHeader__eSBmd {
    padding: 12px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .NewsDetailWithInfiniteScroll_liveNewsTitle__nukQ1 {
    font-size: 18px;
  }

  .NewsDetailWithInfiniteScroll_liveNewsContent__usOai {
    padding: 15px;
    max-height: 400px;
  }

  .NewsDetailWithInfiniteScroll_liveNewsItem__zcajM {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }

  .NewsDetailWithInfiniteScroll_liveNewsTime__8qU0I {
    min-width: auto;
    width: fit-content;
  }

  .NewsDetailWithInfiniteScroll_liveNewsTitle__nukQ1 {
    font-size: 15px;
  }

  .NewsDetailWithInfiniteScroll_liveNewsDesc__rxaks {
    font-size: 14px;
  }

  .NewsDetailWithInfiniteScroll_liveNewsText__3_xt3 {
    font-size: 15px;
  }
}

/* News Default Text Styles */
.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd {
  margin: 30px 0 0 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #2c3e50;
  font-family: 'Noto Sans Gujarati', 'Mukti', Arial, sans-serif;
}
.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd img { width: 100% !important; height: auto !important; border: 0 !important; }
.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd p {
  margin: 0 0 15px 0;
}

.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd p:last-child {
  margin-bottom: 0;
}

.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd strong,
.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd b {
  font-weight: 700;
  color: #1a1a1a;
}

.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd a:hover {
  color: #c82333;
  border-bottom-color: #c82333;
}

/* Responsive styles for news default text */
@media (max-width: 768px) {
  .NewsDetailWithInfiniteScroll_newsDefaultText__JNHSd {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.7;
  }
}

/* GSTV App Promotion Styles */
/* Reusing the existing .download-app styles from global CSS */
/* The app promotion section now uses the same design as RightSidebar */
.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .download-app {
  margin: 25px 0;
}

/* Live TV Badge */
.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .live-tv-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #c8102e;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .live-tv-badge:hover {
  background-color: #a00d25;
  transform: scale(1.05);
}

.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .live-tv-badge img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .live-tv-badge span {
  font-family: 'Noto Sans Gujarati', sans-serif;
  letter-spacing: 0.5px;
}

/* Responsive Share Buttons */
.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .desktop-share-buttons {
  display: block;
}

.NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .mobile-share-buttons-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .desktop-share-buttons {
    display: none;
  }

  .NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .mobile-share-buttons-wrapper {
    display: block;
  }

  .NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .live-tv-badge {
    padding: 5px 10px;
    font-size: 12px;
  }

  .NewsDetailWithInfiniteScroll_newsContentWrapper__m_t2E .live-tv-badge img {
    width: 14px;
    height: 14px;
  }
}

