/* /assets/css/site.css  (UNIX - LIGHT RED/BLUE THEME) */

@font-face{
  font-family:"VazirFD";
  src:url("/fonts/Vazir-FD.woff2") format("woff2"),
      url("/fonts/Vazir-FD.woff") format("woff"),
      url("/fonts/Vazir-FD.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

/* RESET */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:1240px;margin:0 auto;padding:0 18px}

/* THEME */
:root{
  --bg:#f7f9ff;
  --bg2:#eef3ff;
  --card:#ffffff;
  --card2:#fbfcff;
  --line:rgba(15,23,42,.10);
  --text:#0b1220;
  --muted:#64748b;

  --primary:#ef4444;   /* red */
  --primary2:#3b82f6;  /* blue */
  --accent:#22c55e;
  --warning:#f59e0b;
  --danger:#ef4444;

  --shadow:0 16px 44px rgba(15,23,42,.10);
  --shadow2:0 10px 28px rgba(15,23,42,.10);
  --r:22px;
}

body{
  font-family:"VazirFD",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  direction:rtl;
  line-height:1.95;
  font-size:15px;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 82% 0%, rgba(239,68,68,.14), transparent 55%),
    radial-gradient(900px 520px at 12% 0%, rgba(59,130,246,.12), transparent 58%),
    linear-gradient(180deg,var(--bg) 0%, var(--bg2) 100%);
}

/* LAYOUT */
.page-shell{min-height:100vh;display:flex;flex-direction:column}
.site-main{flex:1;padding:16px 0 26px}
.layout-wrapper{display:block;width:100%}

/* BADGE */
.badge{
  display:inline-flex;align-items:center;gap:6px;
  padding:2px 10px;border-radius:999px;
  font-size:11px;
  background:rgba(59,130,246,.12);
  color:#1d4ed8;
  border:1px solid rgba(59,130,246,.22);
}
.badge.badge-green{
  background:rgba(239,68,68,.10);
  color:#b91c1c;
  border-color:rgba(239,68,68,.22);
}

/* HEADER */
.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.82);
  backdrop-filter: blur(16px);
  border-bottom:1px solid rgba(15,23,42,.10);
  box-shadow:0 14px 30px rgba(15,23,42,.10);
}

.header-top{
  border-bottom:1px solid rgba(15,23,42,.08);
  background:linear-gradient(90deg, rgba(239,68,68,.14), rgba(59,130,246,.12));
}
.header-top-inner{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:8px 0;
}
.top-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.top-link{
  font-size:12px;color:#0f172a;
  padding:4px 10px;border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.10);
  transition:.18s;
}
.top-link:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}
.top-note{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}
.dot{width:8px;height:8px;border-radius:999px;background:var(--primary2);box-shadow:0 0 0 4px rgba(59,130,246,.12)}

.header-main{padding:10px 0 10px; position:relative;}
.header-main-inner{display:flex;align-items:center;justify-content:space-between;gap:14px}

.brand-block{display:flex;align-items:center;gap:12px;min-width:220px}
.brand-logo-img{
  max-height:54px;width:auto;
  filter:drop-shadow(0 10px 16px rgba(2,6,23,.10));
}

/* header actions */
.header-actions{
  display:flex;align-items:center;gap:10px;
  justify-content:flex-end;min-width:240px
}
.header-search{position:relative;min-width:260px}
.header-search input{
  width:100%;
  background:rgba(15,23,42,.04);
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  color:#0b1220;
  padding:9px 12px;
  padding-left:38px;
  font-size:12px;
  outline:none;
}
.header-search input::placeholder{color:rgba(100,116,139,.95)}
.header-search-icon{
  position:absolute;left:12px;top:50%;
  transform:translateY(-50%);
  font-size:14px;opacity:.85;
  color:#0f172a;
}
.header-search button{display:none}

.quick-btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 12px;border-radius:999px;
  background:linear-gradient(135deg, rgba(239,68,68,.18), rgba(59,130,246,.14));
  border:1px solid rgba(59,130,246,.18);
  font-size:12px;font-weight:900;color:#0b1220;
  transition:.18s;
}
.quick-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}

/* NAV */
.nav-wrapper{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 0 10px;
  gap:10px;
}
.nav-toggle-input{display:none}
.nav-toggle-btn{
  display:none;
  flex-direction:column;justify-content:center;align-items:center;gap:4px;
  width:42px;height:42px;border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(15,23,42,.04);
  cursor:pointer;
}
.nav-toggle-btn span{height:2px;width:18px;border-radius:999px;background:#0f172a}

.nav-menu{
  display:flex;gap:8px;align-items:center;
  padding:0;
  flex-wrap:nowrap;
  overflow-x:auto;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}
.nav-item{
  padding:7px 14px;
  font-size:13px;white-space:nowrap;
  color:#0b1220;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.10);
  border-radius:999px;
  transition:.18s;
}
.nav-item-home{
  background:linear-gradient(90deg, rgba(239,68,68,.95), rgba(59,130,246,.90));
  border-color:transparent;
  color:#fff;
  font-weight:950;
}
.nav-item:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}

/* MOBILE */
@media (max-width: 980px){
  .header-top{display:none !important;}
  .header-actions{display:none !important;}
  .nav-toggle-btn{display:flex !important;}

  .header-main-inner{position:relative;}
  .nav-wrapper{justify-content:flex-start;z-index:9999;}

  .nav-menu{
    display:none !important;
    position:fixed !important;
    top:68px !important;
    right:12px !important;
    left:12px !important;

    background:rgba(255,255,255,.98) !important;
    border:1px solid rgba(15,23,42,.12) !important;
    box-shadow:0 22px 46px rgba(15,23,42,.12) !important;
    border-radius:18px !important;
    padding:10px !important;

    gap:10px !important;
    flex-direction:column !important;
    flex-wrap:nowrap !important;

    max-height:70vh !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch;
  }

  .nav-toggle-input:checked ~ .nav-menu{display:flex !important;}

  .nav-menu .nav-item{
    width:100% !important;
    display:block !important;
    text-align:right !important;
  }
}

/* BLOCKS */
.block{
  background:var(--card);
  border-radius:var(--r);
  padding:16px 16px 18px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  margin-bottom:16px;
}
.block-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.block-title{
  font-size:15px;font-weight:980;color:#0f172a;
  display:inline-flex;align-items:center;gap:10px;
}
.block-title .icon{
  width:26px;height:26px;border-radius:999px;
  background:linear-gradient(135deg, rgba(239,68,68,.95), rgba(59,130,246,.90));
  display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;color:#fff;
  box-shadow:0 10px 18px rgba(2,6,23,.12);
}
.muted{color:var(--muted)}

/* HOME LAYOUT (FULL WIDTH - no sidebar) */
.news-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.news-side{display:none !important;}

/* HERO */
.hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:14px}
@media (max-width:980px){.hero-grid{grid-template-columns:1fr}}

.hero-main-card{
  position:relative;border-radius:22px;overflow:hidden;
  background:linear-gradient(180deg,#0b1220,#0b1220);
  min-height:310px;
  box-shadow:0 20px 50px rgba(2,6,23,.20);
}
.hero-main-thumb{position:relative;max-height:270px;overflow:hidden}
.hero-main-thumb img{width:100%;height:270px;object-fit:cover;transform:scale(1.02);transition:transform .45s ease}
.hero-main-card:hover .hero-main-thumb img{transform:scale(1.08)}
.hero-main-overlay{
  position:absolute;inset:0;
  background:
    radial-gradient(900px 420px at 10% 0%, rgba(239,68,68,.22), transparent 60%),
    radial-gradient(900px 420px at 90% 0%, rgba(59,130,246,.18), transparent 62%),
    linear-gradient(0deg, rgba(0,0,0,.88), transparent 58%);
}
.hero-main-body{position:absolute;inset:auto 0 0 0;padding:16px 16px 14px;color:#f8fafc}
.hero-main-cat{
  display:inline-flex;align-items:center;gap:8px;
  padding:3px 10px;border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:11px;border:1px solid rgba(255,255,255,.16);
}
.hero-main-title{font-size:22px;font-weight:990;margin:8px 0 6px}
.hero-main-meta{font-size:11px;color:rgba(226,232,240,.94);display:flex;gap:10px;flex-wrap:wrap}
.hero-main-excerpt{margin:10px 0 0;font-size:12px;color:rgba(226,232,240,.92);line-height:1.85}

.hero-side-list{display:flex;flex-direction:column;gap:10px}
.hero-side-item{
  display:grid;grid-template-columns:118px minmax(0,1fr);
  gap:10px;padding:10px;border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(249,251,255,.96));
  border:1px solid rgba(15,23,42,.10);
  transition:.18s;
}
.hero-side-item:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(15,23,42,.12)}
.hero-side-thumb img{width:100%;height:82px;object-fit:cover;border-radius:14px}
.hero-side-title{font-size:13px;font-weight:950;margin:0 0 6px;color:#0f172a}
.hero-side-meta{font-size:11px;color:var(--muted);display:flex;gap:6px;flex-wrap:wrap}

/* NEWS GRID */
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media (max-width:1100px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:740px){.news-grid{grid-template-columns:1fr}}

.news-card{
  border-radius:18px;overflow:hidden;
  background:var(--card);
  border:1px solid rgba(15,23,42,.10);
  display:flex;flex-direction:column;min-height:100%;
  transition:.2s ease;
}
.news-card:hover{box-shadow:0 18px 40px rgba(15,23,42,.12);transform:translateY(-2px)}
.news-thumb{position:relative;height:175px;overflow:hidden;background:#0b1220}
.news-thumb img{width:100%;height:100%;object-fit:cover}
.news-thumb::after{
  content:"";
  position:absolute;
  inset:auto 10px 10px 10px;
  height:48%;
  background:linear-gradient(0deg,rgba(0,0,0,.82),transparent);
  border-radius:18px;
  pointer-events:none
}
.news-cat-pill{
  position:absolute;right:12px;bottom:12px;
  padding:3px 10px;border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#1d4ed8;
  font-size:11px;z-index:2;
  border:1px solid rgba(59,130,246,.22);
}
.news-body{padding:10px 12px 12px}
.news-title{font-size:14px;font-weight:980;margin:0 0 6px;color:#0f172a}
.news-meta{font-size:11px;color:var(--muted);margin-bottom:6px;display:flex;gap:8px;flex-wrap:wrap}
.news-excerpt{font-size:12px;color:#334155;margin:0;line-height:1.85}

/* LIST */
.news-list{display:flex;flex-direction:column;gap:10px}
.news-row{
  display:grid;grid-template-columns:122px minmax(0,1fr);
  gap:10px;align-items:stretch;
  padding:10px;border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(249,251,255,.96));
  border:1px solid rgba(15,23,42,.10);
  transition:.18s;
}
.news-row:hover{box-shadow:0 16px 34px rgba(15,23,42,.12);transform:translateY(-1px)}
.news-row-thumb img{width:100%;height:84px;border-radius:14px;object-fit:cover}
.news-row-title{font-size:13px;font-weight:980;margin:0 0 6px}
.news-row-excerpt{font-size:12px;color:#334155;margin:0}
.news-row-meta{font-size:11px;color:var(--muted);display:flex;gap:8px;flex-wrap:wrap}

/* PAGINATION */
.pagination{
  display:flex;align-items:center;justify-content:center;gap:8px;
  padding-top:14px;flex-wrap:wrap
}
.page-link{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:38px;height:38px;
  padding:0 12px;border-radius:999px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,23,42,.10);
  color:#0f172a;font-size:12px;font-weight:900;
  transition:.18s;
}
.page-link:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}
.page-link.active{
  background:linear-gradient(90deg, rgba(239,68,68,.95), rgba(59,130,246,.90));
  color:#fff;border-color:transparent
}

/* SINGLE */
.single-wrapper{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,0.9fr);gap:18px}
@media (max-width:980px){.single-wrapper{grid-template-columns:1fr}}

.single-article{
  background:var(--card);
  border-radius:24px;
  padding:18px 18px 20px;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:var(--shadow);
}
.single-cat{font-size:11px;margin-bottom:8px;color:var(--muted)}
.single-cat a{
  display:inline-flex;align-items:center;gap:8px;
  padding:3px 10px;border-radius:999px;
  background:rgba(59,130,246,.10);
  border:1px solid rgba(59,130,246,.22);
  color:#1d4ed8;
}
.single-title{font-size:26px;font-weight:990;margin:10px 0 8px;color:#0b1220;line-height:1.55}
.single-meta{font-size:11px;color:var(--muted);margin-bottom:12px;display:flex;gap:10px;flex-wrap:wrap}
.single-thumb img{
  width:100%;max-height:480px;object-fit:cover;
  border-radius:20px;margin-bottom:14px;
  border:1px solid rgba(15,23,42,.10)
}
.single-body{font-size:14px;color:#0b1220;line-height:2}
.single-body a{color:#1d4ed8;text-decoration:underline}
.single-body h2,.single-body h3,.single-body h4{color:#0f172a}
.single-tags{margin-top:14px;font-size:12px;color:var(--muted)}
.single-tags .badge{margin-right:6px}

/* SHARE */
.share-bar{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin:10px 0 12px;
  padding:10px 12px;
  border-radius:16px;
  background:linear-gradient(90deg, rgba(239,68,68,.08), rgba(59,130,246,.08));
  border:1px solid rgba(15,23,42,.10);
}
.share-title{font-size:12px;color:var(--muted);font-weight:900}
.share-actions{display:flex;gap:8px;flex-wrap:wrap}
.share-actions a{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 10px;border-radius:999px;
  background:rgba(255,255,255,.85);
  border:1px solid rgba(15,23,42,.10);
  font-size:12px;font-weight:900;
  transition:.18s;
}
.share-actions a:hover{transform:translateY(-1px);box-shadow:var(--shadow2)}

/* SIDEBAR */
.side-list{display:flex;flex-direction:column;gap:10px}
.side-item{
  display:grid;grid-template-columns:92px minmax(0,1fr);
  gap:10px;padding:10px;border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(249,251,255,.96));
  border:1px solid rgba(15,23,42,.10);
  transition:.18s;
}
.side-item:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(15,23,42,.12)}
.side-thumb img{width:100%;height:68px;object-fit:cover;border-radius:14px}
.side-title{font-size:13px;font-weight:980;line-height:1.75;color:#0f172a}
.side-meta{font-size:11px;color:var(--muted);display:flex;gap:8px;flex-wrap:wrap}

/* FOOTER (ONE PIECE) */
.site-footer{
  background:linear-gradient(90deg, rgba(239,68,68,.08), rgba(59,130,246,.08));
  color:#0b1220;
  margin-top:20px;
  border-top:1px solid rgba(15,23,42,.10);
}
.footer-inner{padding:16px 18px 12px}
.footer-one{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  flex-wrap:wrap;
}
.footer-about{font-size:13px;color:#334155}
.footer-links{display:flex;gap:10px;flex-wrap:wrap}
.footer-links a{
  font-size:12px;
  padding:6px 10px;border-radius:999px;
  background:rgba(255,255,255,.85);
  border:1px solid rgba(15,23,42,.10);
}
.footer-links a:hover{text-decoration:underline}
.footer-bottom{
  border-top:1px solid rgba(15,23,42,.10);
  text-align:center;
  padding:10px 0 8px;
  font-size:12px;
  color:#475569;
}

/* CONTENT IMAGES */
.single-body img{
  max-width:100%;
  height:auto;
  border-radius:14px;
  display:block;
  margin:12px auto;
  border:1px solid rgba(15,23,42,.10);
}

/* VIDEO */
.video-embed{
  width:100%;
  max-width:100%;
  overflow:hidden;
  border-radius:14px;
  background:#000;
  border:1px solid rgba(15,23,42,.10);
  margin:12px auto;
}
.video-embed video,
.video-embed iframe{
  display:block;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  aspect-ratio:16/9;
  border:0;
}
/* ADD/APPEND TO /assets/css/site.css */

/* NAV JS OPEN SUPPORT */
@media (max-width: 980px){
  .nav-menu.is-open{display:flex !important;}
}

/* TOAST */
.toast{
  position:fixed;
  bottom:18px;
  right:18px;
  z-index:99999;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(15,23,42,.92);
  color:#fff;
  font-size:12px;
  opacity:0;
  transform:translateY(8px);
  transition:.2s ease;
  box-shadow:0 18px 40px rgba(2,6,23,.25);
}
.toast.show{opacity:1;transform:translateY(0)}

/* POPULAR TOP */
.popular-top{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:10px;
}
@media (max-width: 980px){
  .popular-top{grid-template-columns:1fr;}
}
.popular-top-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(249,251,255,.98));
  transition:.18s;
}
.popular-top-card:hover{transform:translateY(-1px);box-shadow:0 18px 40px rgba(15,23,42,.12)}
.popular-top-thumb{position:relative;height:140px;overflow:hidden;background:#0b1220}
.popular-top-thumb img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .45s ease}
.popular-top-card:hover .popular-top-thumb img{transform:scale(1.08)}
.popular-top-overlay{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 60%);
}
.popular-top-badge{
  position:absolute;right:10px;bottom:10px;
  padding:3px 10px;border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(15,23,42,.10);
  font-size:11px;font-weight:900;
}
.popular-top-body{padding:10px 12px 12px}
.popular-top-cat{font-size:11px;color:var(--muted);margin-bottom:6px}
.popular-top-title{font-size:13px;font-weight:980;line-height:1.8;color:#0f172a}

/* DARK THEME */
html[data-theme="dark"]{
  --bg:#070b14;
  --bg2:#0b1220;
  --card:rgba(15,23,42,.72);
  --card2:rgba(15,23,42,.62);
  --line:rgba(226,232,240,.10);
  --text:#e5e7eb;
  --muted:#9aa7bf;

  --shadow:0 18px 46px rgba(0,0,0,.38);
  --shadow2:0 12px 32px rgba(0,0,0,.34);
}
html[data-theme="dark"] body{
  background:
    radial-gradient(900px 520px at 82% 0%, rgba(239,68,68,.14), transparent 55%),
    radial-gradient(900px 520px at 12% 0%, rgba(59,130,246,.12), transparent 58%),
    linear-gradient(180deg,var(--bg) 0%, var(--bg2) 100%);
}
html[data-theme="dark"] .site-header{
  background:rgba(2,6,23,.72);
  border-bottom:1px solid rgba(226,232,240,.10);
}
html[data-theme="dark"] .top-link,
html[data-theme="dark"] .nav-item,
html[data-theme="dark"] .page-link,
html[data-theme="dark"] .share-actions a,
html[data-theme="dark"] .footer-links a{
  background:rgba(15,23,42,.56);
  border-color:rgba(226,232,240,.10);
  color:var(--text);
}
html[data-theme="dark"] .block,
html[data-theme="dark"] .single-article,
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .hero-side-item,
html[data-theme="dark"] .news-row,
html[data-theme="dark"] .side-item,
html[data-theme="dark"] .popular-top-card{
  background:var(--card);
  border-color:rgba(226,232,240,.10);
}
html[data-theme="dark"] .news-title,
html[data-theme="dark"] .side-title,
html[data-theme="dark"] .popular-top-title,
html[data-theme="dark"] .single-title,
html[data-theme="dark"] .block-title{
  color:var(--text);
}
html[data-theme="dark"] .news-excerpt,
html[data-theme="dark"] .news-row-excerpt,
html[data-theme="dark"] .footer-about{
  color:rgba(226,232,240,.82);
}

/* OVERRIDE: top popular under header - 3 columns small & minimal (like related) */
.single-top-popular .single-top-popular-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.single-top-popular .single-top-popular-item{
  flex:0 0 calc(33.333% - 7px);
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:10px;
  padding:10px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.90), rgba(249,251,255,.96));
  border:1px solid rgba(15,23,42,.10);
  transition:.18s;
  min-width:0;
}
.single-top-popular .single-top-popular-item:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(15,23,42,.12);
}

.single-top-popular .single-top-popular-thumb{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  background:#0b1220;
}
.single-top-popular .single-top-popular-thumb img{
  width:100%;
  height:68px;
  object-fit:cover;
  display:block;
}
.single-top-popular .single-top-popular-overlay{
  position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(0,0,0,.55), transparent 65%);
}
.single-top-popular .single-top-popular-badge{
  position:absolute;
  right:8px;
  bottom:8px;
  font-size:11px;
  padding:2px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(15,23,42,.10);
  color:#b91c1c;
  font-weight:950;
}

.single-top-popular .single-top-popular-body{min-width:0}
.single-top-popular .single-top-popular-cat{
  font-size:11px;
  color:var(--muted);
  margin-bottom:6px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.single-top-popular .single-top-popular-text{
  font-size:13px;
  font-weight:980;
  line-height:1.75;
  color:#0f172a;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

@media (max-width: 1100px){
  .single-top-popular .single-top-popular-item{flex-basis:calc(50% - 5px);}
}
@media (max-width: 740px){
  .single-top-popular .single-top-popular-item{flex-basis:100%;}
}

/* dark */
html[data-theme="dark"] .single-top-popular .single-top-popular-item{
  background:rgba(255,255,255,.04);
  border-color:rgba(226,232,240,.10);
}
html[data-theme="dark"] .single-top-popular .single-top-popular-text{
  color:var(--text);
}