/*
Theme Name: Crypto news
Author: webtheme
Description: Premium modern crypto & news WordPress theme inspired by MyThemeShop's Crypto.
Version: 2.0
Tags: news, crypto, blog, magazine
Text Domain: webtheme.shop
*/

/* ==========================================================================
   1. Design Tokens
   ========================================================================== */
:root {
  --bg: #f8fafc;
  --card: #ffffff;
  --border: #e2e8f0;
  --border-soft: #f1f5f9;
  --text: #111827;
  --text-soft: #334155;
  --meta: #64748b;
  --accent: #2563eb;
  --accent-strong: #1d4ed8;
  --gold-bright: #2563eb;
  --navy: #0f172a;
  --navy-2: #1e293b;
  --radius: 4px;
  --radius-sm: 3px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 2px 8px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 8px 16px rgba(15, 23, 42, 0.10);
  --ease: 0.2s ease;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --cat-blue: #2563eb;
  --cat-red: #dc2626;
  --cat-orange: #ea580c;
  --cat-green: #16a34a;
  --cat-purple: #7c3aed;
}

/* ==========================================================================
   2. Reset & Base
   ========================================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  background-color: var(--bg);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; vertical-align: middle; }
a { color: var(--accent); text-decoration: none; transition: color var(--ease); }
a:hover, a:focus { color: var(--accent-strong); }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font);
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  letter-spacing: -0.01em;
}
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; }
.clearfix::after { content: ""; display: table; clear: both; }

.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute; width: 1px; word-wrap: normal !important;
}

/* ==========================================================================
   3. Top Utility Bar
   ========================================================================== */
#primary-navigation { background-color: var(--navy-2); border-bottom: 1px solid rgba(255,255,255,0.06); }
#primary-navigation .container { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
#primary-navigation .navigation ul.menu { display: flex; align-items: center; }
#primary-navigation .navigation ul.menu li { position: relative; }
#primary-navigation .navigation ul.menu li a {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #9aa6b5;
  padding: 8px 12px;
  transition: color var(--ease);
}
#primary-navigation .navigation ul.menu li a:hover,
#primary-navigation .navigation ul.menu li.current-menu-item > a { color: #ffffff; }
.top-nav-social { display: flex; align-items: center; gap: 6px; }
.top-nav-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  font-size: 13px; color: #97a3b2;
  border-radius: 6px;
  transition: color var(--ease), background var(--ease);
}
.top-nav-social a:hover { color: #fff; background: rgba(255,255,255,0.08); }

/* ==========================================================================
   4. Header (logo + social)
   ========================================================================== */
#header { background-color: var(--navy); }
#header .inner-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0;
}
.logo-wrap h1#logo { margin: 0; line-height: 1; }
.logo-wrap #logo a {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
.logo-wrap #logo a span.gold { color: var(--accent); }
.logo-wrap #logo img { max-height: 40px; width: auto; }
.header-social { display: flex; align-items: center; gap: 8px; }
.header-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border-radius: 9px;
  font-size: 15px;
  color: #9aa6b5;
  background: rgba(255,255,255,0.07);
  transition: all var(--ease);
}
.header-social a:hover { color: #ffffff; background: var(--accent); }
.header-social-mobile { display: none; }

/* ==========================================================================
   5. Main Navigation (white bar, gold active)
   ========================================================================== */
.main-menu {
  background-color: #ffffff;
  border-bottom: 2px solid var(--accent);
  box-shadow: 0 1px 0 var(--border);
}
.main-menu .container { display: flex; align-items: center; justify-content: space-between; min-height: 50px; }
#secondary-navigation { position: relative; }
#secondary-navigation .navigation ul.menu { display: flex; align-items: center; }
#secondary-navigation .navigation ul.menu li { position: relative; }
#secondary-navigation .navigation ul.menu > li > a {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text);
  padding: 15px 14px;
  position: relative;
  transition: color var(--ease);
}
#secondary-navigation .navigation ul.menu > li > a::after {
  content: "";
  position: absolute; left: 14px; right: 14px; bottom: 6px;
  height: 2px; border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}
#secondary-navigation .navigation ul.menu > li > a:hover,
#secondary-navigation .navigation ul.menu > li.current-menu-item > a,
#secondary-navigation .navigation ul.menu > li.current_page_item > a { color: var(--accent-strong); }
#secondary-navigation .navigation ul.menu > li > a:hover::after,
#secondary-navigation .navigation ul.menu > li.current-menu-item > a::after,
#secondary-navigation .navigation ul.menu > li.current_page_item > a::after { transform: scaleX(1); }

/* Dropdowns */
#secondary-navigation .navigation ul.sub-menu {
  position: absolute; top: 100%; left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 999;
  padding: 8px;
}
#secondary-navigation .navigation ul.menu li:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
#secondary-navigation .navigation ul.sub-menu li a { font-size: 14px; font-weight: 500; color: var(--text-soft); padding: 9px 12px; border-radius: 6px; display: block; }
#secondary-navigation .navigation ul.sub-menu li a:hover { background: #eff6ff; color: var(--accent); }
#secondary-navigation .navigation ul.sub-menu ul.sub-menu { top: 0; left: 100%; }

#pull { display: none; }

/* Search */
.header-search form { display: flex; align-items: center; }
.header-search input#s {
  width: 170px; padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 8px 0 0 8px;
  font-family: var(--font); font-size: 13px;
  color: var(--text);
  outline: none;
  background: var(--border-soft);
  transition: border-color var(--ease), background var(--ease);
}
.header-search input#s:focus { border-color: var(--accent); background: #fff; }
.header-search .sbutton {
  height: 34px; width: 38px;
  border: none; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--accent); color: #ffffff;
  cursor: pointer; font-size: 14px;
  transition: background var(--ease);
}
.header-search .sbutton:hover { background: var(--accent-strong); color: #fff; }

/* ==========================================================================
   6. Ticker
   ========================================================================== */
.crypto-price {
  background: var(--navy-2);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.crypto-price .container {
  position: relative; display: flex; align-items: center;
  min-height: 40px; padding: 6px 20px; gap: 0; overflow: hidden;
}
.crypto-price .price-label {
  position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 700;
  color: var(--accent);
  text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--navy-2); padding-right: 12px; z-index: 2; flex-shrink: 0;
}
.crypto-price .price-scroll {
  display: flex; align-items: center; flex: none; width: max-content;
  overflow: visible; white-space: nowrap;
  animation: tickerSlide 18s linear infinite; will-change: transform;
}
.crypto-price .price-scroll:hover { animation-play-state: paused; }
@keyframes tickerSlide { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.crypto-price .coin-price {
  display: inline-flex; align-items: baseline; gap: 6px; flex-shrink: 0;
  font-size: 13px; font-weight: 600;
  color: #c8d0da;
  padding: 2px 14px;
  border-right: 1px solid rgba(255,255,255,0.1);
  white-space: nowrap;
}
.crypto-price .coin-price:last-child { border-right: none; }
.crypto-price .coin-price .ticker-symbol { color: var(--gold-bright); font-weight: 700; }
.crypto-price .coin-price .up { color: #34d399; }
.crypto-price .coin-price .down { color: #f87171; }

/* ==========================================================================
   7. Advertisement Space
   ========================================================================== */
.header-banner { display: none; }

/* ==========================================================================
   8. Page Layout
   ========================================================================== */
#page { padding: 0 0 32px; }
#content_box { overflow: visible; }
.main-layout { display: flex; gap: 32px; align-items: flex-start; }
.main-col { flex: 1; min-width: 0; }
.side-col { flex: 0 0 340px; }

/* ==========================================================================
   9. Featured Area (hero slider + sidebar)
   ========================================================================== */
.featured-area { display: flex; gap: 24px; margin: 16px 0 20px; }
.primary-slider-container { flex: 1; min-width: 0; position: relative; }
#slider { position: relative; height: 460px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.primary-slider-item { display: none; position: absolute; inset: 0; height: 100%; background: var(--navy); }
.primary-slider-item:first-child { display: block; }
.primary-slider-item img { width: 100%; height: 100%; object-fit: cover; }
.slide-caption {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 48px 24px 20px;
  background: linear-gradient(to top, rgba(15,23,42,0.88) 0%, rgba(15,23,42,0.40) 50%, transparent 100%);
  z-index: 2;
}
.slide-title { font-size: 26px; line-height: 1.3; margin-bottom: 8px; }
.slide-title a { color: #ffffff; text-shadow: 0 1px 2px rgba(0,0,0,0.35); }
.slide-title a:hover { color: #dbeafe; }
.slide-post-info {
  display: flex; flex-wrap: wrap; gap: 6px 14px;
  font-size: 12.5px; color: #c9d2dd;
}
.slide-post-info .thecategory a { color: #93c5fd; font-weight: 600; }
.slide-post-info .theauthor a { color: #c9d2dd; }
.slide-post-info .theauthor a:hover { color: #fff; }


.slider-dots { display: flex; gap: 0; margin-top: 14px; height: 3px; background: var(--border); border-radius: 3px; overflow: hidden; }
.slider-dots .dot { flex: 1; height: 3px; width: auto; border-radius: 0; background: transparent; cursor: pointer; position: relative; overflow: hidden; }
.slider-dots .dot.active { background: var(--border); }
.slider-dots .dot.active::after { content: ""; position: absolute; inset: 0; background: var(--accent); transform: scaleX(0); transform-origin: left; animation: cricSlideLine 3s linear forwards; }
@keyframes cricSlideLine { to { transform: scaleX(1); } }

@media (max-width: 850px) { #slider { height: 360px; } }
@media (max-width: 600px) { #slider { height: 250px; } }
@media (max-width: 400px) { #slider { height: 220px; } }

/* Featured sidebar card */
.featured-sidebar .widget {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow-sm);
}
.widget-tabs .wpt-tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 14px; }
.widget-tabs .tab_title a {
  display: block; padding: 8px 12px;
  font-size: 13.5px; font-weight: 600;
  color: var(--meta);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color var(--ease);
}
.widget-tabs .tab_title a.selected { color: var(--accent); border-bottom-color: var(--accent); }
.wpt-panel { display: none; }
.wpt-panel.active { display: block; }
.wpt-item { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border-soft); }
.wpt-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.wpt-thumb { width: 68px; height: 68px; border-radius: var(--radius-sm); overflow: hidden; flex-shrink: 0; }
.wpt-thumb img { width: 100%; height: 100%; object-fit: cover; }
.wpt-title { font-size: 13.5px; line-height: 1.45; font-weight: 600; }
.wpt-title a { color: var(--text); }
.wpt-title a:hover { color: var(--accent-strong); }
.wpt-meta { font-size: 11.5px; color: var(--meta); margin-top: 4px; }

/* ==========================================================================
   10. Section Titles
   ========================================================================== */
.featured-category-title, .post-section-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 18px; font-weight: 700;
  color: var(--text);
  margin: 0 0 16px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.featured-category-title:after, .post-section-title:after {
  content: ""; display: block;
  position: absolute; bottom: -1px; left: 0;
  width: 40px; height: 2px; border-radius: 0;
  background: var(--accent);
}
.featured-category-title i, .post-section-title i { color: var(--accent); font-size: 15px; }
.featured-category-title:hover::after, .post-section-title:hover::after { width: 60px; transition: width 0.3s ease; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.latestPost, .catPost, .archive-card, .archive-featured-card { animation: fadeInUp 0.45s ease both; }
.latestPost:nth-child(2) { animation-delay: 0.06s; } .latestPost:nth-child(3) { animation-delay: 0.12s; } .latestPost:nth-child(4) { animation-delay: 0.18s; }
.widget h3.widget-title { transition: color 0.2s ease; } .widget h3.widget-title:hover { color: var(--accent); }
.latest-posts-section .post-section-title { margin-bottom: 8px; }

/* ==========================================================================
   11. Trending Now
   ========================================================================== */
.small-thumb-posts {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 16px 14px;
  margin-bottom: 20px;
  box-shadow: none;
}
.small-thumb-post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  counter-reset: trending;
}
.latestPost.small-thumb-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px;
  border-radius: var(--radius-sm);
  transition: background var(--ease);
  counter-increment: trending;
}
.latestPost.small-thumb-item:hover { background: var(--border-soft); }
.latestPost.small-thumb-item .featured-thumbnail {
  position: relative;
  width: 64px; height: 64px;
  border-radius: var(--radius-sm);
  overflow: hidden; flex-shrink: 0;
}
.latestPost.small-thumb-item .featured-thumbnail::before {
  content: counter(trending, decimal-leading-zero);
  position: absolute; top: 0; left: 0;
  min-width: 18px; height: 18px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
  background: var(--accent); color: #ffffff;
  font-size: 10px; font-weight: 700;
  border-radius: 0 0 3px 0;
  z-index: 1;
}
.latestPost.small-thumb-item .featured-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.latestPost.small-thumb-item .title { font-size: 13.5px; line-height: 1.45; font-weight: 600; font-family: var(--font); }
.latestPost.small-thumb-item .title a { color: var(--text); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.latestPost.small-thumb-item .title a:hover { color: var(--accent-strong); }

/* ==========================================================================
   12. Latest News Cards
   ========================================================================== */
.latest-posts-section { margin-bottom: 20px; }
.latest-news-layout { display: flex; gap: 20px; align-items: stretch; }
.latest-news-main { flex: 1; min-width: 0; }
.latest-news-side { flex: 0 0 340px; display: block; }
.latest-posts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.latestPost {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: none;
  transition: border-color var(--ease);
  display: flex; flex-direction: column;
  height: 100%;
}
.latestPost:hover { border-color: #cbd5e1; }
.latestPost .featured-thumbnail { overflow: hidden; aspect-ratio: 16 / 10; }
.latestPost .featured-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.latestPost .post-data { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.latestPost .post-info {
  font-size: 12px; color: var(--meta);
  display: flex; flex-wrap: wrap; gap: 4px 12px; margin-bottom: 8px;
}
.latestPost .thecategory a { display: inline-block; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; padding: 2px 6px; border-radius: 3px; background: #eff6ff; color: var(--cat-blue); border: 1px solid #dbeafe; }
.cat-gold { background: #fff7ed !important; color: #c2410c !important; border-color: #fed7aa !important; }
.cat-blue { background: #eff6ff !important; color: #1d4ed8 !important; border-color: #dbeafe !important; }
.cat-green { background: #f0fdf4 !important; color: #15803d !important; border-color: #bbf7d0 !important; }
.cat-red { background: #fef2f2 !important; color: #b91c1c !important; border-color: #fecaca !important; }
.cat-purple { background: #f5f3ff !important; color: #6d28d9 !important; border-color: #ddd6fe !important; }
.latestPost .title { font-size: 18px; line-height: 1.4; margin-bottom: 8px; font-weight: 700; font-family: var(--font); }
.latestPost .title a { color: var(--text); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.latestPost .title a:hover { color: var(--accent); }
.latestPost .post-excerpt { font-size: 13.5px; color: var(--text-soft); line-height: 1.6; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.readMore { margin-top: auto; }
.readMore a {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 6px 12px;
  font-size: 12px; font-weight: 600;
  color: #ffffff; background: var(--accent);
  border-radius: 3px;
  transition: background var(--ease);
}
.readMore a:hover { background: var(--accent-strong); color: #fff; }
.readMore a::after { content: "\2192"; font-size: 12px; }

/* Latest News AJAX pagination */
.latest-posts-grid.loading { opacity: 0.5; pointer-events: none; transition: opacity 0.2s ease; }
.cricpulse-pagination {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  margin: 26px 0 4px;
}
.cricpulse-page-link {
  min-width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 10px;
  font-size: 13.5px; font-weight: 700;
  color: var(--text); background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: all var(--ease);
}
.cricpulse-page-link:hover { border-color: var(--accent); color: var(--accent); }
.cricpulse-page-link.active { background: var(--accent); border-color: var(--accent); color: #ffffff; }
.cricpulse-page-link.disabled { opacity: 0.45; cursor: default; pointer-events: none; }
.cricpulse-page-arrow { font-size: 12px; }
.cricpulse-page-ellipsis { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; height: 34px; color: var(--meta); font-weight: 600; }
.cricpulse-page-hidden { display: none; }
.cricpulse-no-more { font-size: 14px; color: var(--meta); }
@media (max-width: 560px) {
  .cricpulse-pagination { gap: 4px; margin-top: 20px; }
  .cricpulse-page-link { min-width: 32px; height: 32px; padding: 0 8px; font-size: 13px; }
}

/* ==========================================================================
    12b. Category Post Blocks
   ========================================================================== */
.cat-posts-section { margin-top: 20px; }
.cat-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.catPost {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--card);
  box-shadow: none;
  transition: border-color var(--ease);
}
.catPost:hover { border-color: #cbd5e1; }
.catPost .featured-thumbnail { aspect-ratio: 3 / 2; }
.catPost .post-data { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.catPost .cat-excerpt { margin-bottom: 6px; font-size: 12px; -webkit-line-clamp: 1; }
.catPost .cat-title { font-size: 15px; line-height: 1.4; margin-bottom: 8px; }
.catPost .cat-meta { font-size: 11.5px; color: var(--meta); }
@media (max-width: 900px) {
  .cat-posts-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .cat-posts-grid { grid-template-columns: 1fr; }
  .cat-posts-section { margin-top: 34px; }
}

/* ==========================================================================
   13. Sidebar Widgets
   ========================================================================== */
.widget {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: none;
}
.widget h3.widget-title {
  font-size: 15px; font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.widget h3.widget-title:after {
  content: ""; display: block;
  position: absolute; bottom: -1px; left: 0;
  width: 28px; height: 2px; border-radius: 0;
  background: var(--accent);
}
.widget ul li { padding: 9px 0; border-bottom: 1px solid var(--border-soft); font-size: 14px; }
.widget ul li:last-child { border-bottom: none; }
.widget ul li a { color: var(--text-soft); font-size: 14px; transition: color var(--ease), padding-left var(--ease); }
.widget ul li a:hover { color: var(--accent); }
.widget select, .widget input[type="text"], .widget input[type="email"], .widget input[type="search"] {
  width: 100%; padding: 10px 12px;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 13.5px;
}
.widget .tagcloud a {
  display: inline-block; padding: 5px 10px; margin: 0 4px 8px 0;
  font-size: 12.5px !important; font-weight: 500;
  color: var(--text-soft); background: var(--border-soft);
  border-radius: 3px;
  transition: all var(--ease);
}
.widget .tagcloud a:hover { background: var(--accent); color: #ffffff; }

.side-post-item { display: flex; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border-soft); }
.side-post-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.side-post-item > a { flex-shrink: 0; }
.side-post-item img { width: 70px; height: 70px; border-radius: var(--radius-sm); object-fit: cover; }
.side-post-item .post-title { font-size: 13.5px; line-height: 1.45; font-weight: 600; font-family: var(--font); }
.side-post-item .post-title a { color: var(--text); }
.side-post-item .post-title a:hover { color: var(--accent); }
.side-post-meta { font-size: 11.5px; color: var(--meta); }

/* Coin prices widget — sticky till section end */
.widget-coins { position: sticky; top: 20px; z-index: 2; align-self: flex-start; width: 100%; }
.coin-list { display: flex; flex-direction: column; gap: 6px; }
.coin-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--bg);
  transition: border-color var(--ease), background var(--ease);
}
.coin-item:hover { border-color: var(--border); background: var(--border-soft); }
.coin-item.live-flash { background: #dbeafe !important; border-color: var(--accent) !important; animation: coinFlash 0.6s ease; }
.coin-price.live-flash { background: rgba(37,99,235,0.12); border-radius: 3px; animation: coinFlashTicker 0.6s ease; }
@keyframes coinFlash { 0%,100% { background: #dbeafe; } 50% { background: #bfdbfe; } }
@keyframes coinFlashTicker { 0%,100% { background: rgba(37,99,235,0.12); } 50% { background: rgba(37,99,235,0.22); } }
.live-dot { width: 8px; height: 8px; background: #22c55e; border-radius: 50%; display: inline-block; animation: livePulse 1.5s infinite; box-shadow: 0 0 0 0 rgba(34,197,94,0.7); }
@keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.7); } 70% { box-shadow: 0 0 0 7px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.live-stamp { font-size: 10px; color: #64748b; text-align: center; margin-top: 8px; display: flex; align-items: center; justify-content: center; gap: 6px; font-weight: 600; letter-spacing: 0.04em; }
.ticker-live-stamp { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); background: var(--navy-2); padding-left: 12px; font-size: 10px; color: #16a34a; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; letter-spacing: 0.04em; z-index: 2; flex-shrink: 0; }
.coin-icon {
  width: 30px; height: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px; font-weight: 800; letter-spacing: 0.02em;
  box-shadow: 0 2px 6px rgba(37,99,235,0.25);
}
.coin-name { font-size: 13.5px; font-weight: 700; color: var(--text); flex: 1; letter-spacing: 0.01em; text-transform: capitalize; }
.coin-val { font-size: 13px; font-weight: 700; color: var(--text); font-variant-numeric: tabular-nums; }
.coin-change { font-size: 11.5px; font-weight: 700; padding: 2px 7px; border-radius: 6px; font-variant-numeric: tabular-nums; }
.coin-change.up { color: #0a8a57; background: rgba(16, 185, 129, 0.12); }
.coin-change.down { color: #c0392b; background: rgba(239, 68, 68, 0.12); }

/* ==========================================================================
   14. Single Post
   ========================================================================== */
.single-main { align-items: stretch; }
.single-post-container { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 24px; }
.single-header { padding: 24px 28px; border-bottom: 1px solid var(--border-soft); }
.single-header .thecategory a { color: var(--accent); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.single-title { font-size: 28px; line-height: 1.3; font-weight: 800; color: var(--text); margin: 10px 0 12px; }
.single-meta { font-size: 13px; color: var(--meta); display: flex; flex-wrap: wrap; gap: 4px 12px; }
.single-meta .dot { color: var(--border); }
.single-featured { overflow: hidden; border-bottom: 1px solid var(--border-soft); max-height: 520px; }
.single-featured img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.single-content { padding: 30px 34px 36px; font-size: 16.5px; line-height: 1.8; color: var(--text-soft); }
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 { margin: 1.4em 0 0.6em; color: var(--text); }
.single-content p { margin-bottom: 1.3em; }
.single-content ul, .single-content ol { margin-bottom: 1.3em; padding-left: 24px; }
.single-content ul { list-style: disc; }
.single-content ol { list-style: decimal; }
.single-content img { max-width: 100%; height: auto; border-radius: var(--radius-sm); }
.single-content a { text-decoration: underline; }
.single-content blockquote {
  border-left: 3px solid var(--accent);
  padding: 12px 20px; margin: 1.4em 0;
  font-style: italic; color: var(--text-soft);
  background: #f8fafc;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.single-content .page-links { margin-top: 20px; }
.single-comments { margin-top: 20px; padding: 22px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.single-comments h3 { font-size: 18px; margin-bottom: 16px; }

/* Comments */
.commentlist { margin-bottom: 20px; }
.commentlist li { margin-bottom: 16px; }
.comment-body { display: flex; gap: 12px; }
.comment-body .avatar { border-radius: 50%; max-width: 48px; }
.comment-meta { font-size: 12.5px; color: var(--meta); margin-bottom: 6px; }
.comment-meta .fn { font-weight: 600; color: var(--text); }
.comment-content { font-size: 14.5px; color: var(--text-soft); }
.comment-reply-link { font-size: 12.5px; font-weight: 600; color: var(--accent-strong); }
#respond { margin-top: 20px; }
#respond input[type="text"], #respond input[type="email"], #respond textarea {
  width: 100%; padding: 10px 12px;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 14px;
  margin-bottom: 12px;
  background: var(--border-soft);
  transition: border-color var(--ease), background var(--ease);
}
#respond input:focus, #respond textarea:focus { border-color: var(--gold-bright); background: #fff; outline: none; }
#respond textarea { min-height: 120px; resize: vertical; }
#submit {
  display: inline-block; padding: 8px 18px;
  border: none; border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 13px; font-weight: 600;
  color: #ffffff; background: var(--accent);
  cursor: pointer;
  transition: background var(--ease);
}
#submit:hover { background: var(--accent-strong); }

/* ==========================================================================
   15. Category / Archive
   ========================================================================== */
.archive-hero-header {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 20px 0 24px;
  box-shadow: none;
}
.archive-hero-content .cat-badge { font-size: 11px; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.archive-title { font-size: 24px; font-weight: 700; color: var(--text); margin: 6px 0 6px; }
.archive-desc { font-size: 14px; color: var(--text-soft); line-height: 1.6; }
.archive-meta-info { font-size: 12px; color: var(--meta); margin-top: 8px; font-weight: 500; }
.archive-featured-card {
  display: grid; grid-template-columns: 420px 1fr;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: none;
}
.archive-feat-img { height: 250px; overflow: hidden; }
.archive-feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.archive-featured-card:hover .archive-feat-img img { transform: scale(1.03); }
.archive-feat-body { padding: 24px 28px; display: flex; flex-direction: column; justify-content: center; }
.archive-feat-body .cat-badge { color: var(--accent); font-weight: 600; margin-bottom: 6px; display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; }
.archive-feat-title { font-size: 21px; line-height: 1.4; margin-bottom: 10px; font-weight: 700; }
.archive-feat-title a { color: var(--text); }
.archive-feat-title a:hover { color: var(--accent-strong); }
.archive-feat-excerpt { font-size: 14px; color: var(--text-soft); margin-bottom: 16px; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 28px; }
.archive-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: none; transition: border-color var(--ease); display: flex; flex-direction: column; height: 100%; }
.archive-card:hover { border-color: #cbd5e1; }
.archive-card-img { aspect-ratio: 16 / 10; overflow: hidden; }
.archive-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.archive-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.archive-card-body .cat-badge { font-size: 11px; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; display: block; margin-bottom: 6px; }
.archive-card-title { font-size: 17px; line-height: 1.45; margin-bottom: 8px; font-weight: 700; }
.archive-card-title a { color: var(--text); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.archive-card-title a:hover { color: var(--accent); }
.archive-card-excerpt { font-size: 13.5px; color: var(--text-soft); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.archive-card .readMore { margin-top: auto; padding-top: 14px; }

/* Pagination */
.archive-pagination, .pagination { display: flex; justify-content: center; gap: 8px; margin: 30px 0; }
.archive-pagination .page-numbers, .pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 12px;
  background: var(--card); color: var(--text-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13.5px; font-weight: 600;
  transition: all var(--ease);
}
.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover { background: var(--accent); border-color: var(--accent); color: #ffffff; }

/* ==========================================================================
   16. Breadcrumb
   ========================================================================== */
.breadcrumb { font-size: 13px; color: var(--meta); margin: 18px 0; }
.breadcrumb a { color: var(--text-soft); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .separator { margin: 0 8px; color: var(--border); }

/* ==========================================================================
   17. Footer
   ========================================================================== */
#site-footer { background-color: var(--navy); border-top: 3px solid var(--accent); padding-top: 32px; }
.footer-logo { text-align: center; margin-bottom: 20px; }
.footer-logo img { max-height: 44px; width: auto; display: inline-block; }
.footer-logo a { font-size: 22px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: #ffffff; text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-bottom: 30px; }
#site-footer .widget { background: transparent; padding: 0; border: none; border-radius: 0; box-shadow: none; }
#site-footer .widget h3.widget-title { color: #ffffff; border-bottom-color: rgba(255,255,255,0.15); }
#site-footer .widget h3.widget-title:after { background: var(--accent); }
#site-footer .widget p, #site-footer .widget li a { color: #93a0af; font-size: 14px; line-height: 1.6; }
#site-footer .widget li { border-bottom-color: rgba(255,255,255,0.08); }
#site-footer .widget li a:hover { color: #ffffff; }
#site-footer .widget .post-title, #site-footer .widget .entry-title { font-size: 13.5px; color: #e2e8ef; }
#site-footer .widget .post-title a { color: #e2e8ef; }
#site-footer .widget .post-title a:hover { color: #ffffff; }
.footer-recent-item { display: flex; gap: 12px; margin-bottom: 12px; align-items: center; }
.footer-recent-thumb { flex-shrink: 0; width: 60px; height: 60px; border-radius: 4px; overflow: hidden; background: rgba(255,255,255,0.06); }
.footer-recent-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.footer-recent-text { flex: 1; min-width: 0; }
.footer-recent-text a { display: block; font-size: 13.5px; font-weight: 600; color: #e2e8ef; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.footer-recent-text a:hover { color: #ffffff; }
.footer-recent-text span { font-size: 11.5px; color: #93a0af; margin-top: 2px; display: block; }
#site-footer .widget .tagcloud a { background: rgba(255,255,255,0.1); color: #c8d0da; }
#site-footer .widget .tagcloud a:hover { background: var(--accent); color: #ffffff; }
.footer-bottom { background: var(--navy); padding: 16px 0; }
.copyrights { font-size: 13.5px; color: #7c8a99; text-align: center; }
.copyrights a { color: #b8c3cf; }
.copyrights a:hover { color: #ffffff; }
.footer-bottom .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-bottom .copyrights { flex: 1 1 auto; text-align: left; }
.footer-grid.cols-1 { grid-template-columns: 1fr; }
.footer-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.footer-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.footer-social { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 7px;
  font-size: 13px; color: #9aa6b5; background: rgba(255,255,255,0.07);
  transition: all var(--ease);
}
.footer-social a:hover { color: #ffffff; background: var(--accent); }
#site-header.sticky-top { position: sticky; top: 0; z-index: 100; box-shadow: 0 6px 16px rgba(16, 24, 32, 0.14); }

/* ==========================================================================
   18. Buttons / Misc
   ========================================================================== */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 16px;
  font-size: 13px; font-weight: 600;
  color: #ffffff; background: var(--accent);
  border-radius: var(--radius-sm);
  transition: background var(--ease);
}
.btn-primary:hover { background: var(--accent-strong); }
.no-posts-msg { text-align: center; padding: 40px; color: var(--meta); }

/* ==========================================================================
   19. Responsive
   ========================================================================== */

/* Tablet */
@media (max-width: 1024px) {
  .side-col { flex-basis: 300px; }
  .featured-area { gap: 24px; }
  .small-thumb-post-wrapper { grid-template-columns: repeat(2, 1fr); }
}

/* ≤850px */
@media (max-width: 850px) {
  .container { padding: 0 16px; }
  .main-layout { flex-direction: column; gap: 28px; }
  .side-col { flex-basis: auto; width: 100%; }
  .widget-coins { position: static; }
  .latest-news-layout { flex-direction: column; }
  .latest-news-side { flex-basis: auto; width: 100%; position: static; top: auto; }
  .featured-area { flex-direction: column; }
  .primary-slider-item { height: 360px; }
  .archive-featured-card { grid-template-columns: 1fr; }
  .archive-feat-img { height: 220px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid.cols-4 { grid-template-columns: 1fr 1fr; }

  /* Mobile menu — professional */
  #pull {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 14px; color: #fff; background: var(--accent); border: none; border-radius: var(--radius-sm);
    font-size: 13px; font-weight: 600; font-family: var(--font); cursor: pointer; transition: background var(--ease);
  }
  #pull:hover, #pull.active { background: var(--accent-strong); }
  #secondary-navigation .navigation.mobile-menu-wrapper {
    display: none;
    position: fixed; top: 0; left: 0; bottom: 0;
    width: 300px; max-width: 85vw; height: 100vh;
    background: #ffffff;
    box-shadow: 4px 0 24px rgba(15,23,42,0.18);
    z-index: 1000;
    overflow-y: auto;
    border-right: 1px solid #e2e8f0;
    animation: slideLeft 0.32s cubic-bezier(0.4,0,0.2,1);
  }
  #secondary-navigation .navigation.mobile-menu-wrapper::before {
    content: "MENU"; display: block; padding: 16px 20px 14px; background: var(--accent); color: #ffffff;
    font-weight: 700; font-size: 13px; letter-spacing: 0.08em; border-bottom: 2px solid var(--accent-strong);
    pointer-events: none;
  }
  #secondary-navigation .navigation.mobile-menu-wrapper ul.menu > li > a { pointer-events: auto; position: relative; z-index: 1; }
  @keyframes slideLeft { from { transform: translateX(-100%); opacity: 0.9; } to { transform: translateX(0); opacity: 1; } }
  @keyframes slideDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
  #secondary-navigation .navigation.mobile-menu-active { display: block; }
  #secondary-navigation .navigation ul.menu { display: block; padding: 8px 0; }
  #secondary-navigation .navigation ul.menu > li { border-bottom: 1px solid #f1f5f9; }
  #secondary-navigation .navigation ul.menu > li:last-child { border-bottom: none; }
  #secondary-navigation .navigation ul.menu > li > a { padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; font-weight: 500; white-space: nowrap; font-size: 15px; letter-spacing: 0.01em; color: #1e293b; border-left: 3px solid transparent; transition: all 0.2s ease; }
  #secondary-navigation .navigation ul.menu > li > a:hover { background: #f8fafc; color: var(--accent); border-left-color: var(--accent); padding-left: 24px; }
  #secondary-navigation .navigation ul.menu > li.current-menu-item > a { background: #eff6ff; color: var(--accent); border-left-color: var(--accent); font-weight: 600; }
  #secondary-navigation .navigation ul.menu > li > a::after { display: none; }
  #secondary-navigation .navigation ul.sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0; display: none; background: #f8fafc; border-top: 1px solid #f1f5f9; }
  #secondary-navigation .navigation ul.sub-menu li a { padding: 12px 20px 12px 36px; font-size: 13.5px; color: #475569; border-left: 3px solid transparent; }
  #secondary-navigation .navigation ul.sub-menu li a:hover { background: #eff6ff; color: var(--accent); border-left-color: var(--accent); }
  .mobile-menu-overlay { display: none; position: fixed; inset: 0; background: rgba(15,23,42,0.45); z-index: 90; }
  .mobile-menu-overlay.active { display: block; }
  #site-header.menu-open { z-index: 101; }
  #secondary-navigation .navigation ul.menu li.menu-item-has-children > a::after { content: "\f107"; font-family: FontAwesome; margin-left: auto; transition: transform 0.2s; display: inline-block !important; }
  #secondary-navigation .navigation ul.menu li.menu-item-has-children.sub-open > a::after { transform: rotate(180deg); }
  .header-search { display: none; }
}

/* ≤600px — compact front page, single & category */
@media (max-width: 600px) {
  .container { padding: 0 14px; }
  body { font-size: 14.5px; }
  .header-social { display: none; }
  .header-social-mobile { display: flex; align-items: center; gap: 6px; }
  .header-social-mobile a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; font-size: 14px; color: var(--text-soft); background: transparent; border-radius: 50%; transition: all var(--ease); }
  .header-social-mobile a:hover { color: var(--accent); background: var(--border-soft); }
  #header .inner-header { padding: 12px 0; justify-content: center; }
  #pull { background: transparent; color: var(--text); border: 1px solid var(--border); }
  #pull:hover, #pull.active { background: transparent; color: var(--accent); border-color: var(--accent); }
  .logo-wrap #logo a { font-size: 18px; }
  .logo-wrap #logo img { max-height: 34px; }

  .featured-area { margin: 14px 0 20px; gap: 20px; }
  .primary-slider-item { height: 250px; }
  .slide-title { font-size: 20px; }
  .slide-caption { padding: 40px 18px 14px; }
  .slide-post-info { font-size: 11.5px; }

  .small-thumb-posts { padding: 16px; margin-bottom: 20px; }
  .small-thumb-post-wrapper { grid-template-columns: 1fr; gap: 8px; }
  .latestPost.small-thumb-item .featured-thumbnail { width: 58px; height: 58px; }
  .latestPost.small-thumb-item .title { font-size: 13px; }
  .featured-category-title, .post-section-title { font-size: 17px; margin-bottom: 14px; }

  .latest-posts-grid { grid-template-columns: 1fr; gap: 18px; }
  .latestPost .post-data { padding: 14px 16px 16px; }
  .latestPost .title { font-size: 17px; }
  .latestPost .post-excerpt { font-size: 13.5px; }

  .main-layout { gap: 20px; }

  /* single.php — 2px left/right gap, compact */
  .main-layout.single-main { padding-left: 2px; padding-right: 2px; margin-top: 6px; gap: 16px; }
  .single-post-container { border-radius: 0; }
  .single-header { padding: 16px; }
  .single-title { font-size: 22px; line-height: 1.3; margin: 8px 0 10px; overflow-wrap: break-word; word-break: break-word; }
  .single-meta { font-size: 12px; gap: 4px 10px; }
  .single-featured { max-height: 340px; }
  .single-content { padding: 18px 16px 22px; font-size: 15.5px; line-height: 1.75; }
  .single-comments { margin-top: 12px; padding: 16px; border-radius: 0; }
  .single-comments h3 { font-size: 16px; }

  /* category/archive compact */
  .archive-hero-header { padding: 18px 18px; margin: 12px 0 20px; }
  .archive-title { font-size: 21px; }
  .archive-featured-card { margin-bottom: 18px; }
  .archive-feat-body { padding: 16px 18px; }
  .archive-feat-title { font-size: 18px; }
  .archive-grid { grid-template-columns: 1fr; gap: 16px; }
  .archive-card-body { padding: 14px 16px 16px; }
  .archive-card-title { font-size: 16px; }

  .header-banner { margin: 12px auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid.cols-2, .footer-grid.cols-4 { grid-template-columns: 1fr; }
  #site-footer { padding-top: 28px; }
  .footer-bottom { padding: 14px 0; }
  .footer-bottom .container { justify-content: center; }
  .footer-bottom .copyrights { width: 100%; text-align: center; }
}

/* Mobile slider - no right gap */
@media (max-width: 600px) {
  .featured-area { padding-left: 0; padding-right: 0; }
  .primary-slider-container { margin-left: 0; margin-right: 0; }
  #slider { border: none; box-shadow: var(--shadow-md); }
  .primary-slider-item { border-left: none; }
}

/* ≤400px */
@media (max-width: 400px) {
  .container { padding: 0 10px; }
  .primary-slider-item { height: 220px; }
  .slide-title { font-size: 18px; }
  .single-title { font-size: 20px; }
  .single-content { font-size: 15px; }
  .archive-title { font-size: 19px; }
  .crypto-price .price-label { display: none; }
  .main-layout.single-main { padding-left: 2px; padding-right: 2px; }
  .ticker-live-stamp { right: 10px; font-size: 9px; padding-left: 8px; }
  .crypto-price .container { padding-right: 90px; }
}

