/* =========================================================
   gardenorbit / gardenorbit – Compact/Narrow Theme (Mobile-first)
   - Same selectors, tighter layout (boxed), reduced paddings
   - Desktop width narrowed; typography slightly condensed
   - Zero HTML/PHP changes required
   ========================================================= */

/* ===== CSS Variables ===== */
:root{
  --primary:#1d3557;
  /* --accent:#e63946; */
  --light:#f1faee;
  --dark:#333;
  --gray:#666;
  --light-gray:#f8f9fa;
  --border:#e0e0e0;
  --shadow:0 4px 12px rgba(0,0,0,.08);
  --transition:all .3s ease;

  /* Narrowing knobs */
  --maxw: 1480px;                 /* site content width cap */
  --mainw: 1480px;               /* outer wrappers that were 1600px */
  --sidebar-w: 340px;            /* sidebars were 280px */
  --container-x: 10px;           /* inner horizontal padding */
  --gutter: .75rem;              /* grid/card spacing */
  --text: 1rem;                  /* base article text shrink from 1.1rem */
  --h1: 1.8rem;                  /* article title tighter */
}

/* ===== Reset / Base ===== */
*{margin:0;padding:0;box-sizing:border-box}
body{
  font-family: "Lato", sans-serif;
  color:var(--dark);
  line-height:1.6;
  background:#fff;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
a{color:var(--primary);text-decoration:none;transition:var(--transition)}
a:hover{color:var(--accent)}
a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
img{max-width:100%;height:auto;display:block}

/* .lcp-img{aspect-ratio:1200/630;object-fit:cover} */
.container{max-width:var(--maxw);margin:0 auto;
  /* padding:0 var(--container-x) */
  text-align: justify;
}

/* ===== Header ===== */
.site-header{
  display:flex;justify-content:space-between;align-items:center;
  position:relative;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.05);
  background-color: black;
}
.header-container{display:flex;justify-content:space-between;align-items:center;gap:10px;max-width:var(--maxw);margin:0 auto;padding:6px var(--container-x)}
.logo img{width:140px;height:auto;display:block;transition:var(--transition)}
.logo:hover img{transform:scale(1.03)}
.ad-slot{
  display:flex;justify-content:center;align-items:center;
  min-height:80px;background:var(--light-gray);border-radius:4px;overflow:hidden;margin:0 6px;
}

/* ===== Navigation ===== */
.site-nav{
  position:sticky;top:0;z-index:1000;
  background:#9e0000;border-top:1px solid #700000;border-bottom:1px solid #000;
  transition:all .3s ease;
}
.site-nav.scrolled{background:#f5f5f5;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.nav-container{display:flex;justify-content:center;max-width:var(--maxw);margin:0 auto}
.nav-menu{
  display:flex;gap:.75rem;list-style:none;padding:.4rem 0;margin:0;
  overflow-x:auto;white-space:nowrap;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;
}
.nav-menu::-webkit-scrollbar{display:none}
.nav-menu li{flex:0 0 auto;position:relative;padding:0 6px}
.site-nav.scrolled a{
  color:#000;
}
.nav-menu a{font-weight:600;font-size:1.1rem;position:relative;color:#ffffff;display:inline-block}
.nav-menu a::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:var(--accent);transition:var(--transition)}
/* point/dot separator */
.nav-menu li:not(:last-child)::after{
  content:"•";position:absolute;right:-6px;top:50%;transform:translateY(-50%);
  font-size:12px;color:#999
}
@media (min-width:768px){
  .nav-menu{overflow:visible;justify-content:center}
}

/* ===== Breadcrumb ===== */
.breadcrumb{/* margin:12px 0 20px; */ max-width:var(--maxw);
  /* margin:6px auto 10px;
  padding:0 var(--container-x) */
}
.breadcrumb ol{display:flex;flex-wrap:wrap;list-style:none;font-size:.86rem;color:#000;gap:0}
.breadcrumb li:not(:last-child)::after{content:"›";margin:0 6px;color:var(--gray)}
.breadcrumb a{color:#000}
.breadcrumb a:hover{color:var(--accent)}

/* ===== Article Header / Meta ===== */
.article-header{/* margin-bottom:24px */ max-width:var(--maxw);margin:0 auto;padding:0 var(--container-x)}
.article-title{font-size:var(--h1);line-height:1.25;color:var(--primary);margin:6px 0 0}
.category-tag{
  display:inline-block;background:transparent;color:#aa1414;border:2px solid #aa1414;
  border-radius:16px;padding:3px 10px;font-size:.7rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase;transition:var(--transition)
}
.category-tag:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow)}
.meta-row{
  display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;background:transparent;border:none;box-shadow:none;padding:0;flex-wrap:wrap
}
.author-block{display:flex;align-items:center;gap:10px}
.author-block img{
  /* width:28px;height:28px; */
  border-radius:50%;object-fit:cover;border:2px solid var(--light);box-shadow:var(--shadow)}
.author-text span{font-weight:600;color:var(--primary);font-size:.99rem}
.author-text time{font-size:.78rem;color:var(--gray)}
.share-block{display:flex;gap:8px}
.share-btn{
  width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  background:var(--light);color:inherit;
}
.share-btn:hover{transform:scale(1.08);box-shadow:0 4px 8px rgba(0,0,0,.2);background:var(--accent);color:#fff}
.share-btn.fb{background:#3b5998;color:#fff}
.share-btn.tw{background:#1da1f2;color:#fff}

/* ===== Article Content ===== */
.article-content{max-width:var(--maxw);margin:0 auto;
  margin-top:10px;

  text-align:justify}
.article-content p{font-size:18px}
.article-content p a{color:#aa1414;text-decoration:underline}
.article-content h1,.article-content h2{
  position:relative;
  padding:0px 2px 0px 2px;
  /* margin:.9rem 0 .65rem */
}
.article-content h1::after{content:"";position:absolute;left:0;bottom:0;width:70px;height:3px;background:var(--accent)}
.article-content h2{
  /* font-size:1rem */
}
.article-title{
  font-size:1rem;
}
.article-title.single{
  font-size:1.5rem;
  text-transform: capitalize;
}
.article-content h2::after{content:"";position:absolute;left:0;bottom:0;width:54px;height:2px;background:var(--accent)}
.article-content img{
  width:100%!important;max-width:100%!important;height:auto!important;display:block!important;
  margin:18px auto;box-shadow:var(--shadow);
  object-fit:cover!important;transition:transform .5s ease;
}
.article-content img:hover{transform:scale(1.015)}

/* ===== FAQ ===== */
.faq-section{max-width:var(--maxw);margin:28px auto 0;padding:0 var(--container-x)}
.faq-section h2{font-size:1.6rem;color:var(--primary);margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--border)}
.faq-item{margin-bottom:12px;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:var(--transition)}
.faq-item:hover{border-color:var(--accent)}
.faq-item summary{
  padding:6px 10px;background:var(--light-gray);cursor:pointer;font-weight:700;font-size:.8rem;color:var(--primary);
  list-style:none;position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:1.1rem;transition:var(--transition)}
.faq-item[open] summary::after{content:"−"}
.faq-item[open]{border-color:var(--accent);box-shadow:0 5px 15px rgba(230,57,70,.1)}
.faq-item div{padding:14px;background:#fff}

/* ===== Cards / Lists ===== */
.article-card{background:#fff;border-radius:6px}
.article-list{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:0.5rem;
  
  max-width:var(--maxw);margin:0 auto;
  /* padding:0 var(--container-x) */
}
@media (min-width:768px){
  .article-list{
    /* gap:calc(var(--gutter) + .25rem) */
  }
}
@media (min-width:992px){
  /* narrower desktop: 3 cols instead of 4 */
  .article-list{grid-template-columns:repeat(3,1fr)}
}

/* ===== Layout: Sidebars ===== */
.main-wrapper{
  display:flex;max-width:var(--mainw);margin:12px auto 0;flex-wrap:wrap;gap:10px;
  /* padding:0 var(--container-x) */
}
.left-sidebar{flex:0 0 var(--sidebar-w);order:1}
.main-content-container{flex:1;
  order:2;
  min-width:0}
.right-sidebar{flex:0 0 var(--sidebar-w);order:3}
.sidebar{
  background:#f8f9fa;border-radius:8px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.05);
  content-visibility:auto;contain-intrinsic-size:600px 480px;
}
.sidebar h3{font-size:1.05rem;color:#1d3557;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--accent)}
.sidebar ul{list-style:none;padding:0;margin:0 0 18px}
.sidebar li{margin-bottom:10px}
.sidebar a{color:#455A64;display:block;padding:6px 0;transition:var(--transition);font-weight:600}
.sidebar a:hover{color:var(--accent);padding-left:4px}
@media (max-width:1200px){
  .left-sidebar,.right-sidebar{flex:0 0 calc(50% - 8px)}
  .main-content-container{order:1;flex:1 0 100%;margin-bottom:14px}
}
@media (max-width:768px){
  .left-sidebar,.right-sidebar{flex:0 0 100%;display:none}
  .sidebar{padding:14px}
  .mobile-sidebars{display:block;order:3;width:100%}
  .mobile-sidebars .left-sidebar,.mobile-sidebars .right-sidebar{display:block;margin-bottom:14px}
}

/* ===== Footer (dark) ===== */
.site-footer{background:#0d1117;color:#c9d1d9;padding:28px 0;margin-top:20px}
.site-footer .container{max-width:var(--maxw)}
.site-footer a{color:#c9d1d9}
.site-footer a:hover{text-decoration:underline}
.footer-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}
.footer-brand p{margin-top:10px;color:#9aa4af;line-height:1.6}
.footer-heading{font-size:.95rem;margin:0 0 10px;color:#fff}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin:6px 0}
.copyright{text-align:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-size:.88rem;margin-top:16px}
@media (min-width:768px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:1100px){
  .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))} /* fewer columns for narrow feel */
}
@media (max-width:520px){
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{text-align:center}
  .footer-brand img{margin:0 auto;display:block}
}

/* ===== Typography scale across sections ===== */
article h1,section h1,nav h1,aside h1{font-size:1.3rem;line-height:1.3;font-weight:700;margin:.9rem 0}
@media (max-width:768px){article h1,section h1,nav h1,aside h1{font-size:1.45rem}}
@media (max-width:480px){article h1,section h1,nav h1,aside h1{font-size:1.35rem}}

/* ===== Responsive tweaks ===== */
@media (max-width:992px){
  .header-container{flex-direction:column;gap:10px}
  .ad-slot{width:100%;max-width:640px;min-height:70px}
}
@media (max-width:768px){
  .site-nav{position:static}
  .breadcrumb ol{font-size:.8rem}
  .category-tag{font-size:.72rem;padding:3px 9px}
  .meta-row{flex-direction:row;align-items:center;justify-content:space-between}
  .author-block,.share-block{flex-direction:row;width:auto;margin-top:0}
  .article-title{font-size:1.6rem!important;text-align:justify}
  .article-content h2{font-size:1rem!important;text-align:justify}
  .article-content p{font-size:1.02rem!important}
  .faq-item summary{padding:6px;font-size:.78rem!important}
  .nav-menu{padding:8px 0}
}
@media (max-width:480px){
  .article-title{font-size:1.35rem!important;text-align:justify}
  .article-content{font-size:.95rem!important;text-align:justify}
  .faq-section h2{font-size:1.45rem}
  .sub_heading{font-size:14px;margin:5px 0}
  .breadcrumb ol{font-size:.6rem}
  .article-card{margin:0;padding:0}
  .top-menu-bar{display:none}
}
.sub_heading{font-size:14px;margin:5px 0}

/* ===== Breaking Bar ===== */
.breaking{margin:.25rem .5rem;background:#d60000;color:#fff;border-radius:999px;max-width:var(--maxw)}
.breaking:hover{background:#c40000}
.breaking__wrap{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;min-height:28px}
.breaking__label{font:700 .78rem/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:.12rem .42rem;background:rgba(255,255,255,.12);border-radius:999px;white-space:nowrap}
.breaking__sep{width:1px;height:1em;background:rgba(255,255,255,.35)}
.breaking__text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:.82rem}
.breaking__text:hover,.breaking__text:focus{color:#fff;text-decoration:underline;text-underline-offset:2px;outline:0}
.breaking__close{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:transparent;cursor:pointer;line-height:1}
.breaking__close:hover{background:rgba(255,255,255,.22)}
.breaking__dismiss{display:none}
.breaking__dismiss:checked + .breaking__wrap{display:none}
@media (min-width:768px){.breaking{margin:.4rem auto}}

/* ===== Motion safety ===== */
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* ===== Top Utility Menu ===== */
.top-menu-bar{
  
  /* background:#000;color:#fff; */
  font-size:.82rem;line-height:1;position:relative;z-index:20}

.top-menu-wrap{
  width:100%;max-width:var(--maxw);margin:0 auto;
  /* padding:.45rem .6rem; */
  display:flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;
  gap:.6rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none
}
.top-menu-wrap::-webkit-scrollbar{display:none}
.top-menu-left{flex:0 0 auto;white-space:inherit}
.top-menu-time time{font-variant-numeric:tabular-nums}
.top-menu-links{
  list-style:none;margin:0;padding:0;
  display:flex;align-items:center;gap:.6rem;white-space:inherit;
  flex:0 0 auto;margin-left:auto
}
.top-menu-links li{display:inline}
.top-menu-links a{color:#dbeafe;text-decoration:none;font-weight:600}
.top-menu-links a:hover{text-decoration:underline;opacity:.9}
@media (max-width:480px){
  .top-menu-bar{font-size:.78rem}
  .top-menu-wrap{gap:.45rem}
  .top-menu-links{gap:.45rem}
}

/* ===== Card styling on archives ===== */
.article-list .article-card{
  background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:2px;
  box-shadow:0 2px 6px rgba(0,0,0,.08);padding:2px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.article-list .article-card:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 12px rgba(0,0,0,.12);
  border-color:rgba(0,0,0,.18);
}

/* ===== Single post: no card look ===== */
.article-content .article-card{background:transparent;border:0;box-shadow:none;padding:0;text-align:justify}

/* ===== Related Posts — Compact List ===== */
.related-posts-section{margin:10px 0;max-width:var(--maxw);padding:0 var(--container-x)}
.related-posts-title{margin:0 0 6px;font-size:.98rem;line-height:1.2;font-weight:700;color:#1d3557}
.related-posts-list{display:block}
.related-post-list-item{border-bottom:1px solid rgba(0,0,0,.08)}
.related-post-list-item:last-child{border-bottom:0}
.related-post-link{display:flex;align-items:center;gap:10px;padding:8px 0;text-decoration:none;color:#111;-webkit-tap-highlight-color:transparent}
.related-post-thumb{flex:0 0 44px;width:44px;height:44px;border-radius:8px;overflow:hidden;background:#f3f4f6}
.related-post-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.related-post-list-content{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}
.related-post-list-title{font-size:.93rem;line-height:1.25;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.related-post-list-meta{font-size:.76rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.related-post-link:hover .related-post-list-title{color:#1d3557}
.related-post-link:focus-visible{outline:2px solid #e63946;outline-offset:2px;border-radius:6px}
@media (max-width:380px){
  .related-post-link{gap:8px}
  .related-post-list-title{font-size:.9rem}
  .related-post-list-meta{font-size:.74rem}
}
@media (min-width:600px){
  .related-post-link{padding:10px 0}
  .related-post-list-title{font-size:.98rem}
}
@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
}

/* ===== Pagination (unchanged styles, boxed width) ===== */
.pagination,.pagination *{box-sizing:border-box}
.pagination{
  --pg-bg:#ffffff;--pg-text:#111827;--pg-accent:#2563eb;--pg-border:#e5e7eb;--pg-hover:#f3f4f6;--pg-shadow:0 6px 18px rgba(0,0,0,.06);
  display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.6rem;margin:1.25rem auto;width:fit-content;background:var(--pg-bg);
  border:1px solid var(--pg-border);border-radius:9999px;box-shadow:var(--pg-shadow);
 
  max-width:calc(var(--maxw) - 2*var(--container-x))
}
.pagination a{
  display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;color:var(--pg-text);
  text-decoration:none;font-weight:600;letter-spacing:.01em;border-radius:9999px;border:1px solid transparent;
  transition:transform .12s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease;position:relative;isolation:isolate
}
.pagination .prev,.pagination .next{min-width:7rem;justify-content:center;color:var(--pg-accent)}
.pagination a:hover{background:var(--pg-hover);transform:translateY(-1px)}
.pagination a:active{transform:translateY(0)}
.pagination a:focus-visible{outline:none;border-color:color-mix(in oklab,var(--pg-accent) 65%,white);
  box-shadow:0 0 0 2px #fff,0 0 0 4px color-mix(in oklab,var(--pg-accent) 65%,transparent)}
.pagination::after{content:"";width:6px;height:6px;background:var(--pg-border);border-radius:50%;margin-left:.25rem;margin-right:.25rem;order:0}
.pagination a + a{order:1}
@media (max-width:460px){
  .pagination{flex-direction:column;gap:.5rem;border-radius:1rem;padding:.6rem;width:100%;max-width:22rem}
  .pagination::after{display:none}
  .pagination .prev,.pagination .next{width:100%}
}
@media (prefers-color-scheme:dark){
  .pagination{--pg-bg:#0b1220;--pg-text:#e5e7eb;--pg-accent:#60a5fa;--pg-border:#1f2937;--pg-hover:#111827;--pg-shadow:0 8px 24px rgba(0,0,0,.35);border-color:var(--pg-border)}
  .pagination a:hover{background:var(--pg-hover)}
}
.pagination a[aria-disabled="true"]{pointer-events:none;opacity:.45;filter:saturate(.6);border-color:transparent;transform:none}

/******************************* Trending Bar ******************************/
.nb-container{max-width:var(--maxw);margin:0 auto;padding:0 var(--container-x)}
.nb-bar{
  display:flex;align-items:center;gap:10px;
  font-size:13px;color:#111;padding:6px 0;border-bottom:1px solid #eaeaea;white-space:nowrap
}
/* Google News icon */
.nb-g {
  background: #4285F4;  
}
.nb-g:before {
  mask: url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/googlenews.svg') no-repeat;
  -webkit-mask: url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/googlenews.svg') no-repeat;
}

.nb-left{display:flex;align-items:center;gap:6px;flex:0 0 auto;font-weight:700;color:#444}
.nb-icon{display:inline-flex}
.nb-label{color:#111}
.nb-ticker{flex:1 1 auto;overflow:hidden}
.nb-list{display:flex;align-items:center;gap:10px;overflow-x:auto;list-style:none;padding:0;margin:0;scrollbar-width:none;-ms-overflow-style:none}
.nb-list::-webkit-scrollbar{display:none}
.nb-list li{flex:0 0 auto;position:relative;padding-inline:8px; text-transform:capitalize}
.nb-list li:first-child{padding-left:0}
.nb-list li:not(:first-child){border-left:1px solid #d8d8d8}
.nb-list a{color:darkred;text-decoration:none;font-weight:600;font-size:16px;colo}
.nb-list a:hover{text-decoration:underline}
.nb-social{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:6px}
.nb-follow{font-weight:700;color:#111;margin-right:4px}
.nb-soc{display:inline-flex;width:26px;height:26px;border-radius:50%;align-items:center;justify-content:center;color:#fff;text-decoration:none}
.nb-soc:before{content:"";width:16px;height:16px;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;background:#fff}
.nb-wa{background:#25D366}.nb-wa:before{mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/whatsapp.svg') no-repeat;-webkit-mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/whatsapp.svg') no-repeat}
.nb-fb{background:#1877F2}.nb-fb:before{mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/facebook.svg') no-repeat;-webkit-mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/facebook.svg') no-repeat}
.nb-x{background:#000}.nb-x:before{mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/x.svg') no-repeat;-webkit-mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/x.svg') no-repeat}
.nb-yt{background:#FF0000}.nb-yt:before{mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/youtube.svg') no-repeat;-webkit-mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/youtube.svg') no-repeat}
.nb-tg{background:#0088cc}.nb-tg:before{mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/telegram.svg') no-repeat;-webkit-mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/telegram.svg') no-repeat}
.nb-ig{background:#E4405F}.nb-ig:before{mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/instagram.svg') no-repeat;-webkit-mask:url('https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/instagram.svg') no-repeat}
@media (max-width:768px){.nb-bar{font-size:12px;gap:8px;padding:6px 0}.nb-soc{width:24px;height:24px}}
@media (max-width:520px){.nb-bar{font-size:11px}.nb-follow{display:none}}

/* ===== Live Timeline (nb-tl scoped) ===== */
.nb-tl{
  --rail:#ffbcbc;--dot:#f1332f;--time:#222;--title:#111;
  
}
/* header */
.nb-tl .nb-tl-head{display:flex;align-items:center;gap:.4rem;margin:0 0 .5rem}
.nb-tl .nb-tl-badge{
  background:#f1332f;color:#fff;font-size:11px;font-weight:800;padding:.2rem .5rem;
  border-radius:999px;letter-spacing:.5px;text-transform:uppercase
}
.nb-tl .nb-tl-title{font-weight:800;color:var(--title);font-size:14px;display:flex;align-items:center;gap:.3rem}
.nb-tl .nb-tl-title .fire{color:#f1332f;font-size:15px}
.nb-tl .nb-tl-refresh{margin-left:auto;border:0;background:#fff;border-radius:8px;
  padding:.18rem .45rem;font-size:12px;cursor:pointer;box-shadow:0 0 0 1px #eee inset}
.nb-tl .nb-tl-refresh:active{transform:scale(.98)}

/* list + vertical rail */
.nb-tl .nb-tl-list{position:relative;margin:0;padding:0;list-style:none;max-height:520px;overflow:auto}
.nb-tl .nb-tl-list::before{
  content:"";position:absolute;left:11px;top:0;bottom:0;width:2px;background:var(--rail);
  z-index:0
}
/* item */
.nb-tl .nb-tl-item{
  position:relative;display:grid;grid-template-columns:22px 1fr;column-gap:8px;
  align-items:start;padding:.28rem 0 .46rem;z-index:1
}
/* bullet */
.nb-tl .nb-tl-bullet{
  width:8px;height:8px;border-radius:50%;background:var(--dot);
  margin:.2rem 0 0 7px;position:relative;z-index:2;box-shadow:0 0 0 2px #ffe6e6
}
/* blinking for latest bullet */
@keyframes nbBlink{0%{opacity:1;}50%{opacity:.3;}100%{opacity:1;}}
.nb-tl .nb-tl-item.latest .nb-tl-bullet{animation:nbBlink 1.2s infinite}

/* text */
.nb-tl .nb-tl-link{color:var(--title);text-decoration:none;font-size:13px;font-weight:700;display:block}
.nb-tl .nb-tl-link:hover{text-decoration:underline}
.nb-tl .nb-tl-time{display:block;margin-top:.18rem;font-size:11px;color:var(--time);font-weight:600}

/* scrollbar */
.nb-tl .nb-tl-list::-webkit-scrollbar{width:6px}
.nb-tl .nb-tl-list::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:6px}
@media (max-width:720px){.nb-tl .nb-tl-list{max-height:360px}}



/* ================= Live Blog (lbpost-*) =================
   Visuals: slim soft-red vertical line + solid red dots centered on it
   Alignment enforced with px + !important
*/
.lbpost{ --lb-accent:#ef4444; --lb-line:#fecaca; --lb-muted:#6b7280; --lb-border:#e5e7eb; --lb-bg:#fff;
  margin:24px 0 !important;  background:var(--lb-bg) !important;
    border-radius:14px !important;
}
.lbpost__head{ display:flex !important; align-items:center !important; gap:8px !important; margin:0 0 12px !important; }
.lbpost__title{ margin:0 !important; font-size:18px !important; font-weight:800 !important; }
.lbpost__pulse{ width:10px !important; height:10px !important; border-radius:9999px !important; background:var(--lb-accent) !important;
  box-shadow:0 0 0 0 rgba(239,68,68,.6) !important; animation:lbpost-pulse 1.5s infinite !important; }
@keyframes lbpost-pulse{0%{box-shadow:0 0 0 0 rgba(239,68,68,.6);}70%{box-shadow:0 0 0 10px rgba(239,68,68,0);}100%{box-shadow:0 0 0 0 rgba(239,68,68,0);}}

/* Vertical line */
.lbpost__list{ position:relative !important; margin:0 !important; padding:0 0 0 32px !important; list-style:none !important; }
.lbpost__list:before{
  content:"" !important; position:absolute !important;
  left:18px !important; top:8px !important; bottom:8px !important;
  width:2px !important; background:var(--lb-line) !important;   /* soft red line */
}

/* Items */
.lbpost__item{ position:relative !important; display:flex !important; gap:12px !important; padding:14px 0 !important;
  border-bottom:1px dashed var(--lb-border) !important; }
.lbpost__item:last-child{ border-bottom:0 !important; }

/* Dot exactly on line */
.lbpost__dot{
  position:absolute !important; left:-13px !important; top:18px !important;   /* same X as line */
  width:12px !important; height:12px !important; border:2px solid #fff !important;
  border-radius:50% !important; background:var(--lb-accent) !important;
  transform:translateX(-50%) !important; box-sizing:content-box !important;
}

/* Body & text */
.lbpost__body{ flex:1 1 auto !important; min-width:0 !important; }
.lbpost__time{ display:inline-block !important; font-size:13px !important; font-weight:700 !important; color:#111 !important; margin:0 0 4px !important; }
.lbpost__headline{ margin:0 0 6px !important; font-size:16px !important; font-weight:800 !important; line-height:1.3 !important; }
.lbpost__content{ font-size:15px !important; line-height:1.6 !important; color:#111 !important; }
.lbpost__content p{ margin:6px 0 !important; }

/* Share buttons: real SVGs, accessible */
.lbpost__share{ display:flex !important; align-items:center !important; gap:8px !important; margin-top:6px !important; }
.lbpost__sharebtn{
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  gap:6px !important; height:30px !important; padding:0 10px !important;
  border-radius:9999px !important; text-decoration:none !important; font-size:12px !important; font-weight:700 !important; color:#fff !important;
}
.lbpost__sharebtn svg{ display:block !important; }
.lbpost__sharebtn--fb{ background:#1877F2 !important; }
.lbpost__sharebtn--wa{ background:#25D366 !important; color:#073b2a !important; }
.lbpost__permalink{ font-size:12px !important; color:var(--lb-muted) !important; text-decoration:none !important; }
.lbpost__permalink:hover{ text-decoration:underline !important; }
.lbpost__sr{ position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }

@media (max-width:640px){
  .lbpost{ padding:12px !important; }
  .lbpost__list{ padding-left:30px !important; }
  .lbpost__dot{ top:16px !important; }
  .lbpost__headline{ font-size:15px !important; }
  .lbpost__content{ font-size:15px !important; }
}
/* Blinking red dot for Live Updates */
.lbpost__blink {
  width:12px !important;
  height:12px !important;
  border-radius:50% !important;
  background:#ef4444 !important; /* red */
  display:inline-block !important;
  animation:lbpost-blink 1s infinite !important;
}

@keyframes lbpost-blink {
  0%, 50%, 100% { opacity:1; }
  25%, 75% { opacity:0; }
}


/* ===== Taza Khabar Sidebar (left-sidebar*) ===== */
.left-sidebar{margin:0 0 1rem}
.left-sidebar-box{
  position:relative;background:#fff;border:2px solid #000;border-radius:14px;
  padding:2.4rem 0.9rem 0.9rem
}
/* badge */
.left-sidebar-badge{
  position:absolute;left:50%;transform:translateX(-50%);top:-18px;
  background:#000;color:#fff;font-weight:800;line-height:1;
  padding:.45rem .8rem;border-radius:16px;display:grid;place-items:center;
  min-width:88px;box-shadow:0 2px 0 rgba(0,0,0,.04)
}
.left-sidebar-badge-line1{font-size:.92rem}
.left-sidebar-badge-line2{font-size:.92rem}
/* numbered list */
.left-sidebar-list{list-style:none;margin:0;counter-reset:leftSidebarCount}
.left-sidebar-list li{
  counter-increment:leftSidebarCount;display:grid;grid-template-columns:22px 1fr;
  gap:.6rem;padding:.75rem .2rem;border-top:1px solid #f0f0f0
}
.left-sidebar-list li:first-child{border-top:0}
.left-sidebar-list li::before{
  content:counter(leftSidebarCount);font-weight:700;font-size:1.05rem;color:#111;
  line-height:1.2
}
.left-sidebar-list a{
  color:#111;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;
  -webkit-line-clamp:2;overflow:hidden
}
.left-sidebar-list a:hover{text-decoration:underline}
/* compact on very small screens */
@media (max-width:420px){
  .left-sidebar-box{padding-top:2.2rem}
  .left-sidebar-list li{padding:.6rem .1rem}
  .left-sidebar-badge{top:-16px}
}


/* ===== Taza Khabar Sidebar (right-sidebar*) ===== */
/* Base: mobile-first (full width). On larger screens it sits on the RIGHT. */
.right-sidebar { margin: 0 0 1rem; }

/* Box */
.right-sidebar-box{
  position:relative;background:#fff;border:2px solid #000;border-radius:14px;
  padding:2.4rem 0.9rem 0.9rem
}

/* Badge */
.right-sidebar-badge{
  position:absolute;left:50%;transform:translateX(-50%);top:-18px;
  background:#000;color:#fff;font-weight:800;line-height:1;
  padding:.45rem .8rem;border-radius:16px;display:grid;place-items:center;
  min-width:88px;box-shadow:0 2px 0 rgba(0,0,0,.04)
}
.right-sidebar-badge-line1{font-size:.92rem}
.right-sidebar-badge-line2{font-size:.92rem}

/* Numbered list */
.right-sidebar-list{list-style:none;margin:0;counter-reset:rightSidebarCount}
.right-sidebar-list li{
  counter-increment:rightSidebarCount;display:grid;grid-template-columns:22px 1fr;
  gap:.6rem;padding:.75rem .2rem;border-top:1px solid #f0f0f0
}
.right-sidebar-list li:first-child{border-top:0}
.right-sidebar-list li::before{
  content:counter(rightSidebarCount);font-weight:700;font-size:1.05rem;color:#111;
  line-height:1.2
}
.right-sidebar-list a{
  color:#111;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;
  -webkit-line-clamp:2;overflow:hidden
}
.right-sidebar-list a:hover{text-decoration:underline}

/* Compact on very small screens */
@media (max-width:420px){
  .right-sidebar-box{padding-top:2.2rem}
  .right-sidebar-list li{padding:.6rem .1rem}
  .right-sidebar-badge{top:-16px}
}

/* ===== Make it a RIGHT SIDEBAR on wider screens ===== */
@media (min-width: 768px){
  /* Works for most layouts (floats) */
  .right-sidebar{
    width:320px;           /* adjust as needed */
    float:right;           /* place on the right */
    margin-left:1rem;      /* gap from main content */
    margin-right:0;
  }

  /* If your parent uses Flexbox, this also helps */
  .right-sidebar{
    order:2;               /* appear after main content in flex containers */
    align-self:flex-start; /* keep the box from stretching */
    margin-left:auto;      /* push it to the right in flex/grid layouts */
    float:none;            /* neutralize float when Flex is active */
  }
}


/* mbnav-* : compact, CWV-friendly mobile-only buttons */
.mbnav-btn{
  position:fixed; top:50%; transform:translateY(-50%);
  z-index:50; width:44px; height:44px;
  display:none; /* hidden by default, shown on mobile below */
  align-items:center; justify-content:center;
  border:1px solid #e5e7eb; border-radius:9999px;
  background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.08);
  text-decoration:none; color:#111;
  -webkit-tap-highlight-color: transparent;
}
.mbnav-btn svg{width:20px;height:20px;display:block}
.mbnav-prev{left:8px}
.mbnav-next{right:8px}
@media (max-width:768px){
  .mbnav-btn{display:inline-flex}
}

/* Mobile-only: dark (black) with 0.5 opacity, flush to edges */
@media (max-width:768px){
  .mbnav-btn{
    background: rgba(0,0,0,.5) !important;
    color:#fff !important;
    border-color: rgba(0,0,0,.5) !important;
    box-shadow:0 2px 8px rgba(0,0,0,.25) !important;
  }
  .mbnav-prev{ left:0 !important; }
  .mbnav-next{ right:0 !important; }
}

 /* ===== Related block — desktop cards ===== */
.related-news-inline{
  margin:1.25rem 0;
  padding:0;
  background:transparent;
  border:0;
}
.related-news-inline .rni-head{ text-align:center;   }
.related-news-inline .rni-head h3{
  margin:0 0 .35rem 0; font-size:1.05rem; font-weight:700;
}
.related-news-inline .rni-head h3:after{
  content:""; display:block; margin:.35rem auto 0; width:72px; height:3px;
  border-radius:3px; background:#1e90ff;
}

/* Desktop/tablet: grid cards */
.related-news-inline .rni-list{
  display:grid; gap:1rem; grid-template-columns:1fr;
}
@media (min-width:580px){ .related-news-inline .rni-list{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:900px){ .related-news-inline .rni-list{ grid-template-columns:repeat(3,1fr); } }

.related-news-inline .rni-item{
  display:flex; flex-direction:column; 
  border-radius:14px; overflow:hidden;
}
.related-news-inline .rni-thumb{
  width:100%; aspect-ratio:16/9; object-fit:cover; display:block;
}
.related-news-inline .rni-meta{
   /* padding:.65rem .8rem; */
   font-size:0.5rem;
   }
.related-news-inline .rni-title{
  padding:0px 5px 0px 5px;
  margin:0; font-size:.95rem; font-weight:700; 
   -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.related-news-inline .rni-title a{ color:#111; text-decoration:none; }
.related-news-inline .rni-title a:hover{ text-decoration:underline; }
.related-news-inline .rni-date{ display:none; }

/* ===== Mobile: list layout (image LEFT, title RIGHT) ===== */
@media (max-width:560px){
  .related-news-inline .rni-list{ display:block; }

  .related-news-inline .rni-item{
    display:flex; flex-direction:row; align-items:flex-start;
    gap:.6rem;
     /* padding:.5rem 0; */
      border:0; border-bottom:1px solid #e5e7eb;
    border-radius:0;
  }
  .related-news-inline .rni-item:last-child{ border-bottom:0; }

  /* image left */
  .related-news-inline .rni-item > a{
    order:1; flex:0 0 96px; display:block;
  }
  .related-news-inline .rni-thumb{
    width:96px; height:72px; object-fit:cover; border-radius:6px;
  }

  /* text right */
  .related-news-inline .rni-meta{
    order:2; flex:1 1 auto; min-width:0; padding:0; margin:0;
    /* font-size:20px; */
  }
  .related-news-inline .rni-title{
    /* font-size:0.8rem; */
    padding:15px;
   
     line-height:1.25; font-weight:600; margin:0;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
  }
}

/* === Compact Survey Sidebar Styles (same design) === */
.survey-box{
  background:#fff;
  border:1px solid #ddd;
  border-radius:8px;
  padding:1rem .8rem;
  margin:0 0 1rem;
 
  font-size:.9rem;
  line-height:1.3;
}
.survey-badge{
  position:relative;
  display:inline-block;
  background:#111;
  color:#fff;
  font-weight:600;
  font-size:.75rem;
  padding:.2rem .6rem;
  border-radius:12px;
  margin-bottom:.6rem;
}
.survey-title{
  font-weight:700;
  font-size:.95rem;
  margin:0 0 .6rem;
}
.survey-q{margin-bottom:.7rem}
.survey-qtext{
  font-weight:600;
  margin-bottom:.35rem;
  font-size:.85rem;
}
.survey-opt{
  display:flex;
  align-items:center;
  gap:.4rem;
  padding:.35rem .5rem;
  border:1px solid #eee;
  border-radius:6px;
  margin-bottom:.35rem;
  cursor:pointer;
}
.survey-opt input{accent-color:#111}
.survey-opt span{flex:1}
.survey-opt:hover{background:#fafafa}
.survey-submit{
  width:100%;
  background:#111;
  color:#fff;
  border:none;
  border-radius:6px;
  padding:.45rem;
  font-weight:600;
  font-size:.85rem;
  cursor:pointer;
}
.survey-submit:hover{background:#000}
.survey-msg{
  margin-top:.5rem;
  font-weight:600;
  color:#0a7a2f;
  font-size:.85rem;
}
.survey-results{margin-top:.6rem}
.rs-row{margin-bottom:.45rem}
.rs-row-head{
  display:flex;
  justify-content:space-between;
  font-size:.8rem;
  margin-bottom:.2rem;
}
.rs-prg{height:6px;background:#eee;border-radius:4px;overflow:hidden}
.rs-prg b{display:block;height:100%;background:#111}
.d-none{display:none!important}

.red-link-live {
  background-color: red;
  color: white !important; /* force white color */
  padding: 3px 8px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between dot and text */
  font-weight: bold;
}

.red-link-live:hover {
  background-color: darkred;
}

.live-dot {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


        /* Container for the news bar */
        .news-container {
            width: 100%;
            max-width: 1000px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            /* Removed border-radius as requested */
        }
        
        /* Main news bar styling */
        .news-bar {
            height: 35px; /* Even more compact height */
            background-color: white; /* White background */
            display: flex;
            align-items: center;
            overflow: hidden;
            position: relative;
        }

        /* Styling for the "Breaking News" title section */
        .news-title {
            background-color: #c62828; /* Dark Red background for the title */
            color: white;
            padding: 0 15px;
            height: 100%;
            display: flex;
            align-items: center;
            font-weight: 700;
            font-size: 0.95rem; /* Slightly reduced font size */
            flex-shrink: 0;
            z-index: 10;
            position: relative;
        }

        /* Blinking indicator for the title section */
        .news-title::before {
            content: '';
            display: inline-block;
            width: 7px;
            height: 7px;
            background-color: white;
            border-radius: 50%;
            margin-right: 8px;
            animation: blink 1s infinite;
        }

        @keyframes blink {
            0% { opacity: 1; }
            50% { opacity: 0; }
            100% { opacity: 1; }
        }

        /* Main ticker wrapper for the scrolling content */
        .news-ticker-wrapper {
            flex-grow: 1;
            overflow: hidden;
            position: relative;
            height: 100%;
        }

        /* The ticker content itself, which will be animated */
        .news-ticker {
            display: flex;
            align-items: center;
            white-space: nowrap;
            height: 100%;
            animation: marquee 20s linear infinite; /* Faster animation speed */
        }

        /* Pause animation on hover */
        .news-bar:hover .news-ticker {
            animation-play-state: paused;
        }

        /* Individual news item styling */
        .news-item {
            color: #333; /* Dark gray text color for contrast */
            font-size: 0.9rem; /* Slightly smaller font size */
            padding: 0 20px;
            position: relative;
        }

        /* Bullet point styling between news items */
        .news-item::after {
            content: "•";
            position: absolute;
            right: 0;
            color: #c62828; /* Red bullet point */
            font-size: 1.1rem;
            top: 50%;
            transform: translateY(-50%);
        }

        /* Remove bullet point from the last item */
        .news-item:last-child::after {
            content: none;
        }

        /* Keyframes for the continuous marquee animation */
        @keyframes marquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }

        /* Responsive design for smaller screens */
        @media (max-width: 768px) {
            .news-bar {
                height: 30px;
            }

            .news-title {
                font-size: 0.8rem;
                padding: 0 10px;
            }

            .news-title::before {
                width: 5px;
                height: 5px;
                margin-right: 5px;
            }

            .news-item {
                font-size: 0.75rem;
                padding: 0 10px;
            }
        }


        .live-badge {
  display: inline-block;
  background: #e60023; /* red */
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 2px 8px 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
 
  vertical-align: middle;
}

/* ===== Live Timeline (nb-tl scoped) ===== */
.nb-tl{
  --rail:#ffbcbc;--dot:#f1332f;--time:#555;--title:#111;--bg:#fff;
}
/* header */
.nb-tl .nb-tl-head{display:flex;align-items:center;gap:.4rem;margin:0 0 .5rem}
.nb-tl .nb-tl-badge{
  background:#f1332f;color:#fff;font-size:11px;font-weight:800;padding:.2rem .5rem;
  border-radius:999px;letter-spacing:.5px;text-transform:uppercase
}
.nb-tl .nb-tl-title{font-weight:800;color:var(--title);font-size:14px;display:flex;align-items:center;gap:.3rem}
.nb-tl .nb-tl-title .fire{color:#f1332f;font-size:15px}
.nb-tl .nb-tl-refresh{margin-left:auto;border:0;background:var(--bg);border-radius:8px;
  padding:.18rem .45rem;font-size:12px;cursor:pointer;box-shadow:0 0 0 1px #eee inset}
.nb-tl .nb-tl-refresh:active{transform:scale(.98)}

/* list + vertical rail */
.nb-tl .nb-tl-list{position:relative;margin:0;padding:0;list-style:none;max-height:520px;overflow:auto}
.nb-tl .nb-tl-list::before{
  content:"";position:absolute;left:11px;top:0;bottom:0;width:2px;background:var(--rail);
  z-index:0
}

/* item (thumb left, content right) */
.nb-tl .nb-tl-item{
  position:relative;display:grid;grid-template-columns:22px 56px 1fr;column-gap:10px;
  align-items:center;padding:.34rem 0 .5rem;z-index:1
}
/* bullet (blinks for latest) */
.nb-tl .nb-tl-bullet{
  width:8px;height:8px;border-radius:50%;background:var(--dot);
  margin:.2rem 0 0 7px;position:relative;z-index:2;box-shadow:0 0 0 2px #ffe6e6
}
@keyframes nbBlink{0%{opacity:1;}50%{opacity:.3;}100%{opacity:1;}}
.nb-tl .nb-tl-item.latest .nb-tl-bullet{animation:nbBlink 1.2s infinite}

/* thumbnail */
.nb-tl .nb-tl-thumbwrap{width:56px;height:56px;display:block;position:relative;flex:0 0 56px}
.nb-tl .nb-tl-thumb{
  width:56px;height:56px;object-fit:cover;border-radius:8px;background:#f5f5f5;
  display:block;box-shadow:0 0 0 1px #eee inset;
}

/* text */
.nb-tl .nb-tl-body{min-width:0}
.nb-tl .nb-tl-link{color:var(--title);text-decoration:none;font-size:13px;font-weight:700;display:block;line-height:1.25}
.nb-tl .nb-tl-link:hover{text-decoration:underline}
.nb-tl .nb-tl-time{display:block;margin-top:.18rem;font-size:11px;color:var(--time);font-weight:600;white-space:nowrap}

/* scrollbar */
.nb-tl .nb-tl-list::-webkit-scrollbar{width:6px}
.nb-tl .nb-tl-list::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:6px}
@media (max-width:720px){
  .nb-tl .nb-tl-list{max-height:360px}
  .nb-tl .nb-tl-item{grid-template-columns:22px 52px 1fr}
  .nb-tl .nb-tl-thumbwrap{width:52px;height:52px}
  .nb-tl .nb-tl-thumb{width:52px;height:52px}
}

/* Corporate Metal Prices Widget */
.metal-prices-card {
  background: #fff;
  border: 1px solid #e2e5e9;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);

  display: flex;
  flex-direction: column;
}

.metal-prices-card .mp-header {
  text-align: center;
  margin-bottom: 15px;
}

.metal-prices-card .mp-header h3 {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.metal-prices-card .mp-header .subtitle {
  font-size: 13px;
  color: #7f8c8d;
  margin: 2px 0 0 0;
}

.metal-prices-card .metal-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.metal-prices-card .metal-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 6px;
}

.metal-prices-card .metal-row:last-child {
  border-bottom: none;
}

.metal-prices-card .metal-row span {
  color: #34495e;
}

.metal-prices-card .metal-row strong {
  color: #1a1a1a;
  font-weight: 600;
}

.metal-prices-card .update-time {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

/* Footer Button */
.metal-prices-card .mp-footer {
  margin-top: 15px;
  text-align: center;
}

.metal-prices-card .btn-view {
  display: inline-block;
  background: #2c3e50;
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.metal-prices-card .btn-view:hover {
  background: #1a252f;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .metal-prices-card {
    padding: 12px;
  }
  .metal-prices-card .mp-header h3 {
    font-size: 16px;
  }
  .metal-prices-card .metal-row {
    font-size: 14px;
  }
}

/* Highlight + Blink Animation for Price Values */
.metal-prices-card .metal-row strong {
  color: #1a1a1a;
  font-weight: 600;
  animation: priceBlink 3s infinite;
  background: linear-gradient(90deg, #fff7cc, #fffde7);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Blinking + glowing effect */
@keyframes priceBlink {
  0%   { color: #1a1a1a; background-color: #fff7cc; box-shadow: 0 0 0px rgba(212,175,55,0.2); }
  50%  { color: #d35400; background-color: #fff3b0; box-shadow: 0 0 8px rgba(212,175,55,0.5); }
  100% { color: #1a1a1a; background-color: #fff7cc; box-shadow: 0 0 0px rgba(212,175,55,0.2); }
}

:root{
  --mtab-h:40px;                 /* compact content height */
  --mtab-py:6px;                 /* vertical padding inside bar */
  --mtab-reserved:calc(var(--mtab-h) + (var(--mtab-py) * 2));
  --mtab-bg:#000;
  --mtab-sep:rgba(255,255,255,.08);
  --mtab-fg:rgba(255,255,255,.85);
  --mtab-fg-dim:rgba(255,255,255,.70);
}
/* Hidden on desktop */
.mtab{display:none}

@media (max-width:768px){
  /* Prevent content underlap (CLS-safe) */
  body{padding-bottom:calc(var(--mtab-reserved) + env(safe-area-inset-bottom))}

  /* Bar */
  .mtab{
    position:fixed;left:0;right:0;bottom:0;z-index:60;display:block;
    background:var(--mtab-bg);border-top:1px solid var(--mtab-sep);
    min-height:var(--mtab-h);
    padding:var(--mtab-py) env(safe-area-inset-right)
            calc(var(--mtab-py) + env(safe-area-inset-bottom))
            env(safe-area-inset-left);
  }

  /* 5 columns grid */
  .mtab__list{
    margin:0;padding:0;list-style:none;height:100%;
    display:grid;grid-template-columns:repeat(5,1fr);
    align-items:center;justify-items:center;
  }

  /* Items */
  .mtab__item{
    height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:3px;text-decoration:none;color:var(--mtab-fg-dim);
    font-size:10px;line-height:1;font-weight:600;
    -webkit-tap-highlight-color:transparent;touch-action:manipulation;
  }
  .mtab__item:focus-visible{outline:2px solid rgba(255,255,255,.35);outline-offset:2px;border-radius:6px}

  /* Icon + label */
  .mtab__icon{width:20px;height:20px;display:block;flex:0 0 20px}
  .mtab__label{display:block;margin:0}
  .mtab__underline{width:18px;height:2px;border-radius:1px;background:#fff;opacity:0}

  /* Active */
  .mtab__item[aria-current="page"],.mtab__item--active{color:var(--mtab-fg)}
  .mtab__item[aria-current="page"] .mtab__underline,
  .mtab__item--active .mtab__underline{opacity:1}

  /* Ultra-compact on tiny phones */
  @media (max-width:360px){
    .mtab__icon{width:18px;height:18px}
    .mtab__label{font-size:9px}
    .mtab__underline{width:16px}
  }
}
@media (prefers-reduced-motion:reduce){.mtab__underline{transition:none}}

.article-main-content{
    padding:10px;
}



/****************************************this is index page top stories********************************************/
.home-page-title{
  font-size:17px;
}
.hn-top-news {
  display: flex;
  flex-direction: row;   /* side by side */
  background: #a50000;
  color: #fff;
  /* border-radius: 8px; */
  overflow: hidden;
  gap: 15px;             /* spacing between image and text */
  padding: 15px;
  align-items: stretch;  /* keep image and text same height */
  margin-bottom:10px;
}

/* Image section (left) */
.hn-main-image {
  flex: 1;
  position: relative;
  min-width: 250px; /* ensures image doesn’t shrink to 0 */
}

.hn-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keep proportions */
   
  display: block;
    border:5px solid #fff;
}

.hn-overlay-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: red;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 6px;
 
}

/* Text section (right) */
.hn-right-content {
  flex: 1.2;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
}

.hn-main-headline {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}
.hn-main-headline ul li{
  list-style-type: circle;
}

.hn-main-headline a {
  color: #fff;
  text-decoration: none;
}

.hn-main-headline a:hover {
  text-decoration: underline;
}

.hn-sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hn-sidebar-links li {
  font-size: 14px;
  margin-bottom: 10px;
  border-left: 3px solid #fff;
  padding-left: 8px;
}

.hn-sidebar-links a {
  color: #fff;
  text-decoration: none;
}

.hn-sidebar-links a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .hn-top-news {
    flex-direction: column; /* stack on small screens */
  }

  .hn-main-image {
    min-width: 100%;
  }
}





/****************************************this is index page top stories********************************************


/***********************************************thisnis for sidebar fixed**************************************************/


/* ===== LEFT SIDEBAR ===== */
.left-sidebar {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 20px;               /* distance from top while scrolling */
  align-self: flex-start;
  height: fit-content;     /* sidebar height adapts to its content */
}

/* ===== RIGHT SIDEBAR ===== */
.right-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  height: fit-content;
}

/* ===== CONTENT AREA LAYOUT ===== */
.content-area {
  display: block;
  padding: 20px;
}



/*********************************************thisis end for sidebar fixed******************************************************/
 /* wrap span + h1 in one row */
span[aria-label="Live"],
.article-title.single {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  color:#2e0101;  
}

/* badge styling */
span[aria-label="Live"] {
  background: #d32f2f;     /* deep red */
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 10px;      /* spacing before H1 */
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* pulsing dot inside badge */
span[aria-label="Live"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: live-pulse 1.2s infinite ease-in-out;
}

@keyframes live-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}


.article-image-caption {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin: 4px 0 12px;  /* 4px gap from image, 12px below before next paragraph */
    line-height: 1.3;
}
.article-image-caption {
    background: #f5f5f5;      /* light grey background */
    color: #333;              /* dark text for readability */
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 10px;        /* space inside the box */
     /* stick to image, add space below */
    text-align: center;
    border-radius: 0 0 4px 4px; /* rounded bottom corners */
}

blockquote.twitter-tweet {
  all: revert;
}


.gc-wrapper { max-width:1260px; margin:0 auto; margin-bottom:5px; }
.gc-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.gc-col { background:#fff; border-radius:6px; box-shadow:0 1px 4px rgba(0,0,0,.08); border:1px solid #eee; overflow:hidden; display:flex; flex-direction:column; }

/* Header */
.gc-header { 
  display:flex; 
  justify-content:space-between; 
  align-items:center; 
  padding:8px 8px 4px 8px;
  font-weight:700; 
  font-size:18px; 
  color:#fff; 
  background:#A50000; 
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:6px;
}
.gc-header .gc-viewall { 
  color:#fff; 
  font-size:16px; 
  text-decoration:none; 
  font-weight:normal; 
  transition:0.2s;
}
.gc-header .gc-viewall:hover { color:#ffcc00; }

/* Featured */
.gc-featured { display:block; padding:8px; }
.gc-featured a { display:block; text-decoration:none; }
.gc-featured img { width:100%; height:auto; display:block; border-radius:4px; }
.gc-featured h3 { margin:10px 0 0; font-size:16px; line-height:1.4; color:#111; font-weight:700; text-align:center; }

/* List */
.gc-list { list-style:none; padding:0; margin:0; flex:1; }
.gc-list li { border-top:1px solid #f0f0f0; }
.gc-list li a { display:flex; flex-direction:column; gap:2px; padding:8px 10px; text-decoration:none; }
.gc-title { font-size:14px; font-weight:600; color:#222; line-height:1.4; }
.gc-meta { font-size:12px; color:#777; display:flex; gap:8px; flex-wrap:wrap; }
.gc-badge { color:#c0392b; font-weight:700; }
.gc-list li a:hover .gc-title { color:#0066cc; }

/* Remove footer since View All moved to header */
.gc-footer { display:none; }

/* Mobile adjustments */
@media(max-width:900px){
  .gc-grid { grid-template-columns:1fr; }

  /* Featured: side-by-side layout */
  .gc-featured a { 
    display:flex; 
    gap:10px; 
    align-items:center; 
    text-decoration:none; 
  }

  .gc-featured picture,
  .gc-featured img {
    width:120px; 
    flex:0 0 120px; 
    height:80px; 
    object-fit:cover; 
    border-radius:4px;
  }

  .gc-featured h3 { 
    flex:1; 
    text-align:left; 
    margin:0; 
    font-size:15px; 
    line-height:1.4; 
    color:#111; 
    font-weight:700;
  }

  .gc-list li a { flex-direction:column; padding:6px 8px; }
}


/* Unique gardenorbit sidebar styles */
.gc-left-sidebar-box { padding: 12px; background: #fff;   }
.gc-left-sidebar-list { list-style: none !important; margin: 0; padding: 0; }
.gc-left-sidebar-item { margin-bottom: 12px; }
.gc-sidebar-link { 
  display: flex; 
  align-items: center; 
  text-decoration: none; 
  color: #222; 
  gap: 10px;
}
.gc-sidebar-thumb img { 
  width: 80px; 
  height: 55px; 
  object-fit: cover; 
 
  flex-shrink: 0; 
}
.gc-sidebar-content { flex: 1; }
.gc-sidebar-title { 
  display: block; 
  font-size: 16px; 
  font-weight: 600; 
  line-height: 1.4; 
  margin-bottom: 4px;
}
.gc-sidebar-time { font-size: 12px; color: #777; }

/* Unique gardenorbit right sidebar styles */
.gc-right-sidebar-box { padding: 12px; background: #fff; }
.gc-right-sidebar-list { list-style: none !important; margin: 0; padding: 0; }
.gc-right-sidebar-item { margin-bottom: 12px; }
.gc-right-sidebar-link { 
  display: flex; 
  align-items: center; 
  text-decoration: none; 
  color: #222; 
  gap: 10px;
}
.gc-right-sidebar-thumb img { 
  width: 80px; 
  height: 55px; 
  object-fit: cover; 
  border-radius: 4px; 
  flex-shrink: 0; 
}
.gc-right-sidebar-content { flex: 1; }
.gc-right-sidebar-title { 
  display: block; 
  /* font-size: 12px;  */
  font-weight: 600; 
  line-height: 1.4; 
  margin-bottom: 4px;
}
.gc-right-sidebar-time { font-size: 12px; color: #777; }


/* ===== Compact container (NOT full width) ===== */
.poll-wrap{display:flex;justify-content:center}
.poll-card{
  width:100%; 
  margin:.75rem 0 0; padding:.6rem .6rem .65rem;
  border:1px solid #e5e7eb; border-radius:12px;
  background:#fff; font-size:.92rem; box-shadow:0 6px 22px rgba(17,24,39,.06);
}

/* ===== Header with colorful accent, title stays visible ===== */
.poll-head{display:flex;align-items:center;gap:.5rem;margin:0 0 .45rem}
.poll-head .dot{width:10px;height:10px;border-radius:50%;background:conic-gradient(from 180deg,#ff6a3d,#ff3d81,#7a5cff,#22c55e,#ff6a3d);box-shadow:0 0 0 3px rgba(125,125,255,.08)}
.poll-title{margin:0;font-size:1rem;line-height:1.2;font-weight:800;letter-spacing:.1px;background:linear-gradient(90deg,#111,#6b7280);-webkit-background-clip:text;background-clip:text;color:transparent;padding:4px;}

/* ===== Grid (two-per-row options) ===== */
.poll-form{margin:0}
.poll-grid{margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}

/* Colorful option chips — compact */
.poll-option{
  display:flex;align-items:center;gap:.4rem;
  padding:.38rem .45rem; border-radius:10px; border:1px solid #e5e7eb;
  cursor:pointer; min-height:34px; background:linear-gradient(180deg,#f9fafb,#f3f4f6);
  transition:transform .04s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
  box-shadow:0 1px 0 rgba(0,0,0,.02) inset;
}
.poll-option:hover{ transform:translateY(-1px); border-color:#d1d5db }
.poll-option input{width:16px;height:16px;margin:0;accent-color:#111}
.poll-option .text{line-height:1.15;font-size:.9rem}

/* Subtle color tints per tile */
.poll-option:nth-child(4n+1){ background:linear-gradient(180deg,#fff7ed,#ffedd5) }   /* amber */
.poll-option:nth-child(4n+2){ background:linear-gradient(180deg,#f0f9ff,#e0f2fe) }   /* sky */
.poll-option:nth-child(4n+3){ background:linear-gradient(180deg,#f5f3ff,#ede9fe) }   /* violet */
.poll-option:nth-child(4n+0){ background:linear-gradient(180deg,#ecfdf5,#d1fae5) }   /* emerald */

/* SELECTED state (JS toggles .selected on the label) */
.poll-option.selected{
  border-color:#111;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 0 0 2px rgba(17,17,17,.08);
}

/* Button */
.poll-btn{
  margin-top:.55rem;width:100%;height:36px;border:0;border-radius:10px;
  background:linear-gradient(90deg,#111,#4b5563);color:#fff;font-size:.86rem;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(17,24,39,.12);
}
.poll-btn:disabled{opacity:.6;cursor:not-allowed}

/* Meta */
.poll-meta{margin:.35rem 0 0;font-size:.8rem;color:#6b7280}

/* Results — colorful bars that match the tiles */
.poll-results{margin-top:.55rem;display:grid;gap:.45rem}
.poll-result-row .row-top{display:flex;justify-content:space-between;font-size:.82rem;margin-bottom:.15rem}
.poll-result-row .label{font-weight:600;color:#111}
.poll-result-row .value{color:#374151}
.poll-result-row .bar{position:relative;height:9px;border-radius:999px;overflow:hidden;background:#eef2f7}
.poll-results .poll-result-row:nth-child(4n+1) .fill{ background:linear-gradient(90deg,#fb923c,#f97316) }
.poll-results .poll-result-row:nth-child(4n+2) .fill{ background:linear-gradient(90deg,#38bdf8,#0ea5e9) }
.poll-results .poll-result-row:nth-child(4n+3) .fill{ background:linear-gradient(90deg,#a78bfa,#7c3aed) }
.poll-results .poll-result-row:nth-child(4n+0) .fill{ background:linear-gradient(90deg,#34d399,#10b981) }
.poll-result-row .fill{position:absolute;top:0;left:0;bottom:0;width:0%;transition:width .45s ease;border-radius:999px}

/* Tiny note */
.poll-note{margin-top:.32rem;font-size:.8rem;color:#475569}

/* Mobile tweaks */
@media (max-width:420px){
  .poll-card{padding:.55rem}
  .poll-grid{gap:.35rem}
  .poll-option{min-height:32px;padding:.34rem .42rem}
  .poll-btn{height:34px}
}

 /* Inline tags like "Tags : Bollywood | ..." */
.post-tags-inline {
  font-size: 0.9rem;
  color: #000;
  margin: 1rem 0;
}

.post-tags-inline strong {
  font-weight: 600;
  margin-right: 0.3rem;
}

.post-tags-inline a {
  color: #000;
  text-decoration: underline;
}

.post-tags-inline a:hover {
  text-decoration: none;
  color: #0077cc;
}

.post-tags-inline .sep {
  margin: 0 0.4rem;
  color: #444;
}


.social-follow {
  text-align: center;
  margin: 25px auto;
  font-family: Arial, sans-serif;
}

.end-note {
  font-size: 12px;
  color: #555;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 10px;
}

.follow-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Buttons Base */
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.social-btn img {
  width: 18px;
  height: 18px;
}

/* Platform Colors */
.social-btn.google { background: #fff; border: 2px solid #4285F4; }
.social-btn.facebook { background: #1877F2; }
.social-btn.twitter { background: #000; }
.social-btn.instagram { 
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
}
.social-btn.youtube { background: #FF0000; }

/* Hover */
.social-btn:hover {
  transform: scale(1.15);
  opacity: 0.9;
}

/* Mobile Compact */
@media (max-width: 600px) {
  .social-links { gap: 8px; }
  .social-btn { width: 32px; height: 32px; }
}

/* 🌿 Compact Right Sidebar Style — Bold Title Version */

/* Heading */
.gc-right-sidebar-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1d3557;
  border-left: 3px solid #e63946;
  padding-left: 6px;
  line-height: 1.2;
}

.gc-right-sidebar-subtitle {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: normal;
}

/* List */
.gc-right-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Item */
.gc-right-sidebar-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  transition: all 0.2s ease;
}

.gc-right-sidebar-item:last-child {
  border-bottom: none;
}

/* Link */
.gc-right-sidebar-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 8px;
}

/* Thumbnail */
.gc-right-sidebar-thumb {
  position: relative;
  overflow: hidden;
  width: 80px;   /* smaller size for compactness */
  height: 60px;
  border-radius: 6px;
  flex-shrink: 0;
}

.gc-right-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.gc-right-sidebar-thumb:hover img {
  transform: scale(1.05);
}

/* Badge */
.gc-latest-badge {
  position: absolute;
  top: 6px;
  left: -24px;
  background: linear-gradient(135deg, #ff3d3d, #ff6b6b);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 28px;
  transform: rotate(-45deg);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  letter-spacing: 0.5px;
  z-index: 5;
  opacity: 0.95;
}

/* Content */
.gc-right-sidebar-content {
  flex: 1;
  line-height: 1.1; /* tighter */
}

/* 🔹 Bold Title for Right Sidebar Posts */
.gc-right-sidebar-title {
  font-size: 0.9rem;          /* slightly larger */
  font-weight: 700;           /* bold */
  color: #111;                /* darker for contrast */
  display: block;
  line-height: 1.3;
  margin-bottom: 2px;
  transition: color 0.2s ease;
}

.gc-right-sidebar-title:hover {
  color: #e63946;
}

/* Time */
.gc-right-sidebar-time {
  font-size: 0.75rem;
  color: #999;
}

/* 🌿 Compact Left Sidebar Style — Bold Title Version */

/* Heading */
.gc-left-sidebar-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1d3557;
  border-left: 3px solid #e63946;
  padding-left: 6px;
  line-height: 1.2;
}

.gc-left-sidebar-subtitle {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: normal;
}

/* List */
.gc-left-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Item */
.gc-left-sidebar-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  transition: all 0.2s ease;
}

.gc-left-sidebar-item:last-child {
  border-bottom: none;
}

/* Link */
.gc-sidebar-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 8px;
}

/* Thumbnail */
.gc-sidebar-thumb {
  width: 80px;     /* Compact size */
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.gc-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  transition: transform 0.3s ease;
}

.gc-sidebar-thumb:hover img {
  transform: scale(1.05);
}

/* Content */
.gc-sidebar-content {
  flex: 1;
  line-height: 1.1; /* tighter */
}

/* 🔹 Bold Title for Left Sidebar Posts */
.gc-sidebar-title {
  font-size: 0.9rem;
  font-weight: 700;     /* bold */
  color: #111;
  display: block;
  margin-bottom: 2px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.gc-sidebar-title:hover {
  color: #e63946;
}

/* Time */
.gc-sidebar-time {
  font-size: 0.75rem;
  color: #999;
}

/* 🤖 AI Overview | Shorts Feed (Static version for sidebar) */
.gc-ai-overview-box {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 2px solid #eee;
  position: relative;
}
.gc-ai-overview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.gc-ai-overview-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1d3557;
  margin: 0;
}
.gc-ai-overview-title span {
  color: #e63946;
  font-weight: 500;
  font-size: 0.8rem;
  margin-left: 4px;
}
.gc-ai-btn-group {
  display: flex;
  gap: 4px;
}
.gc-ai-scroll-btn {
  background: #e63946;
  color: #fff;
  border: none;
  font-size: 1rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gc-ai-scroll-btn:hover {
  background: #c82333;
}
.gc-ai-overview-scroll {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-bottom: 4px;
}
.gc-ai-overview-scroll::-webkit-scrollbar {
  height: 5px;
}
.gc-ai-overview-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}
.gc-ai-card {
  flex: 0 0 auto;
  width: 140px;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gc-ai-card img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.gc-ai-card p {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 6px 8px;
  margin: 0;
  color: #111;
}
.gc-ai-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


.sn-ai-brief-box {
  border:2px solid #8a2be2;
  border-radius:12px;
  background:#fff;
  margin:20px 0;
  padding:16px;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
  font-family:system-ui, sans-serif;
}
.sn-ai-brief-box .brief-header {
  margin-bottom:12px;
}
.sn-ai-brief-box .brief-header-text {
  display:flex;align-items:center;gap:8px;
}
.sn-ai-brief-box .brief-icon {font-size:20px;line-height:1;}
.sn-ai-brief-box .brief-title {margin:0;font-size:18px;font-weight:700;}
.sn-ai-brief-box .brief-subtitle {margin:4px 0 0 28px;font-size:13px;color:#666;}
.sn-ai-brief-box .brief-list {list-style:none;margin:0;padding:0;}
.sn-ai-brief-box .brief-list li {
  position:relative;
  padding-left:20px;
  margin:8px 0;
  font-size:15px;
}
.sn-ai-brief-box .brief-list li::before {
  content:'';position:absolute;left:0;top:.6em;
  width:8px;height:8px;border-radius:50%;
  background:#8a2be2;
}
.sn-ai-brief-box .brief-footer {
  margin-top:14px;
  display:flex;justify-content:space-between;align-items:center;
  border-top:1px dashed #eee;
  padding-top:10px;
  font-size:13px;
}
.sn-ai-brief-box .brief-link {
  color:#5d3fd3;font-weight:600;text-decoration:none;
}
.sn-ai-brief-box .brief-link:hover {text-decoration:underline;}
@media(max-width:600px){
  .sn-ai-brief-box{margin:14px 8px;padding:12px;}
  .sn-ai-brief-box .brief-title{font-size:16px;}
  .sn-ai-brief-box .brief-list li{font-size:14px;}
}

.brief-title::after,
.brief-list li::after {
  content: '|';
  margin-left:2px;
  animation: blink 1s infinite;
  color:#8a2be2;
}
@keyframes blink { 0%,50%{opacity:1} 51%,100%{opacity:0} }


/* 🔥 Trending News (Sidebar version) */
.gc-trending-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-top: 12px;
 font-family: "Lato", sans-serif;
}

.gc-trending-header {
  background: #c00;
  padding: 6px 10px;
}

.gc-trending-header h3 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

.gc-trending-container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 4px;
  background: #fafafa;
}

.gc-trending-scroll {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.gc-trending-scroll::-webkit-scrollbar {
  display: none;
}

.gc-trend-tag {
  flex: 0 0 auto;
  background: transparent;
  border: 1px solid #e63946;
  color: #e63946;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 20px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.gc-trend-tag:hover {
  background: #e63946;
  color: #fff;
}

.gc-trend-btn {
  background: #ddd;
  border: none;
  color: #333;
  font-size: 1rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  flex-shrink: 0;
}
.gc-trend-btn:hover {
  background: #e63946;
  color: #fff;
}

.gc-trend-left { margin-right: 4px; }
.gc-trend-right { margin-left: 4px; }



/* Pagination — Responsive Enhancement */
.pagination {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  border-radius: 4px;
  background: #f5f5f5;
  text-decoration: none;
  color: #333;
  font-size: 0.93rem;
  transition: all 0.2s ease;
  min-width: 36px;
}

.pagination a:hover {
  background: #d14d00;
  color: #fff;
}

.pagination .current {
  background: #d14d00;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .pagination a,
  .pagination span {
    padding: 5px 10px;
    font-size: 0.88rem;
  }
}

@media (max-width: 480px) {
  .pagination {
    gap: 4px;
  }
  .pagination a,
  .pagination span {
    padding: 4px 8px;
    font-size: 0.85rem;
  }
}

 
/* ====== Global Responsive Table ====== */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Header */
table th {
  background: #1d3557;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 14px 16px;
  white-space: nowrap;
}

/* Table Data */
table td {
  background: #fff;
  color: #333;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

/* Row Hover */
table tbody tr:hover td {
  background-color: #f8f9fa;
  transition: 0.3s;
}

/* Bold Highlights */
table td strong {
  color: #0a58ca;
  font-weight: 600;
}

/* Zebra striping */
table tr:nth-child(even) td {
  background-color: #fafafa;
}

/* Mobile Optimization: Keep table layout but smaller font */
@media (max-width: 768px) {
  table {
    font-size: 13px;
  }

  table th,
  table td {
    padding: 10px 8px;
  }

  table th {
    white-space: normal;
  }
}
 
