/* LocalCryptoNews — "cryptowire" theme: dark, data-dense crypto news design */

.theme-cryptowire {
  --cw-bg: #090c14;
  --cw-panel: #121627;
  --cw-panel-2: #171c30;
  --cw-border: #262c44;
  --cw-text: #e9edf7;
  --cw-text-dim: #8d94b3;
  --cw-accent: #35d6c7;
  --cw-accent-dim: #1fa89c;
  --cw-blue: #3b6df0;
  --cw-gold: #f0b90b;
  --cw-down: #ff5470;
  --cw-grad: linear-gradient(120deg, #2dd4c8, #3b6df0);
  margin: 0;
  background: var(--cw-bg);
  color: var(--cw-text);
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.theme-cryptowire a {
  color: inherit;
}

.theme-cryptowire .cw-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.theme-cryptowire ::selection {
  background: var(--cw-accent);
  color: #04120d;
}

/* Ticker */
.theme-cryptowire .cw-ticker {
  background: #060810;
  border-bottom: 1px solid var(--cw-border);
  overflow: hidden;
  white-space: nowrap;
  height: 38px;
  display: flex;
  align-items: center;
}

.theme-cryptowire .cw-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding-left: 20px;
  animation: cw-scroll 40s linear infinite;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
}

.theme-cryptowire .cw-ticker:hover .cw-ticker-track {
  animation-play-state: paused;
}

.theme-cryptowire .cw-ticker-loading {
  color: var(--cw-text-dim);
}

.theme-cryptowire .cw-ticker-item {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--cw-text-dim);
}

.theme-cryptowire .cw-ticker-item strong {
  color: var(--cw-text);
  font-weight: 600;
}

.theme-cryptowire .cw-ticker-up { color: var(--cw-accent); }
.theme-cryptowire .cw-ticker-down { color: var(--cw-down); }

@keyframes cw-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Header */
.theme-cryptowire .cw-header {
  border-bottom: 1px solid var(--cw-border);
  background: linear-gradient(180deg, #0d1119, #0b0e14);
  position: sticky;
  top: 0;
  z-index: 20;
}

.theme-cryptowire .cw-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px;
  flex-wrap: wrap;
}

.theme-cryptowire .cw-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
}

.theme-cryptowire .cw-logo-badge {
  display: inline-flex;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(45, 212, 200, 0.35));
}

.theme-cryptowire .cw-logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.theme-cryptowire .cw-logo-text--sm {
  font-size: 17px;
}

.theme-cryptowire .cw-accent {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.theme-cryptowire .cw-nav-list a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--cw-text-dim);
  transition: background 0.15s, color 0.15s;
}

.theme-cryptowire .cw-nav-list a:hover,
.theme-cryptowire .cw-nav-list a.is-active {
  background: rgba(53, 214, 199, 0.12);
  color: var(--cw-accent);
}

.theme-cryptowire .cw-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.theme-cryptowire .cw-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: var(--cw-panel);
  border: 1px solid var(--cw-border);
  border-radius: 999px;
  padding: 3px;
}

.theme-cryptowire .cw-lang-link {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: var(--cw-text-dim);
  letter-spacing: 0.03em;
}

.theme-cryptowire .cw-lang-link.is-active {
  background: var(--cw-grad);
  color: #04141f;
}

.theme-cryptowire .cw-advertise-link {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--cw-grad);
  color: #04141f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.theme-cryptowire .cw-advertise-link:hover {
  filter: brightness(1.08);
}

/* Main layout */
.theme-cryptowire .cw-main {
  padding: 28px 20px 48px;
  min-height: 60vh;
}

.theme-cryptowire .cw-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 700;
  color: var(--cw-accent);
  margin: 0 0 8px;
  text-decoration: none;
}

.theme-cryptowire .cw-meta {
  color: var(--cw-text-dim);
  font-size: 13px;
  margin: 8px 0 0;
}

.theme-cryptowire .cw-section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--cw-border);
}

/* Hero */
.theme-cryptowire .cw-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--cw-border);
}

.theme-cryptowire .cw-hero-main h1 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.15;
  margin: 0 0 14px;
}

.theme-cryptowire .cw-hero-main h1 a {
  text-decoration: none;
  color: #fff;
}

.theme-cryptowire .cw-hero-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid var(--cw-border);
}

.theme-cryptowire .cw-hero-img img {
  display: block;
  width: 100%;
  height: auto;
}

.theme-cryptowire .cw-hero-deck {
  color: var(--cw-text-dim);
  font-size: 16px;
  margin: 0;
}

.theme-cryptowire .cw-trending {
  background: var(--cw-panel);
  border: 1px solid var(--cw-border);
  border-radius: 10px;
  padding: 18px;
}

.theme-cryptowire .cw-trending h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cw-text-dim);
  margin: 0 0 12px;
}

.theme-cryptowire .cw-trending ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.theme-cryptowire .cw-trending a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--cw-text);
  align-items: baseline;
}

.theme-cryptowire .cw-trending a:hover {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-trending-rank {
  font-family: "JetBrains Mono", monospace;
  color: var(--cw-accent);
  font-weight: 700;
  flex-shrink: 0;
}

/* Home grid */
.theme-cryptowire .cw-home-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  margin-top: 8px;
}

.theme-cryptowire .cw-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}

.theme-cryptowire .cw-card {
  background: var(--cw-panel);
  border: 1px solid var(--cw-border);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s, transform 0.15s;
}

.theme-cryptowire .cw-card:hover {
  border-color: var(--cw-accent-dim);
  transform: translateY(-2px);
}

.theme-cryptowire .cw-card-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.theme-cryptowire .cw-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.theme-cryptowire .cw-card-cat {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(6, 8, 16, 0.85);
  color: var(--cw-accent);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 4px;
}

.theme-cryptowire .cw-card-cat--inline {
  position: static;
  display: inline-block;
  background: none;
  padding: 0;
  margin-bottom: 6px;
}

/* Category accent colours — quick visual scan across a mixed feed */
.theme-cryptowire .cw-card-cat--bitcoin { color: var(--cw-gold); }
.theme-cryptowire .cw-card-cat--ethereum { color: #a78bfa; }
.theme-cryptowire .cw-card-cat--altcoins { color: #60a5fa; }
.theme-cryptowire .cw-card-cat--defi { color: var(--cw-accent); }
.theme-cryptowire .cw-card-cat--nft-gaming { color: #f472b6; }
.theme-cryptowire .cw-card-cat--regulation { color: #fb923c; }
.theme-cryptowire .cw-card-cat--exchanges { color: #34d399; }
.theme-cryptowire .cw-card-cat--mining { color: #eab308; }
.theme-cryptowire .cw-card-cat--market-analysis { color: #38bdf8; }

.theme-cryptowire .cw-card-cat--sponsored {
  color: var(--cw-gold);
}

.theme-cryptowire .cw-card--sponsored,
.theme-cryptowire .cw-story--sponsored {
  border-color: rgba(240, 185, 11, 0.35);
  background: linear-gradient(180deg, rgba(240, 185, 11, 0.06), var(--cw-panel));
}

.theme-cryptowire .cw-card-thumb--ad {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(45, 212, 200, 0.15), rgba(59, 109, 240, 0.15));
}

.theme-cryptowire .cw-card-body {
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.theme-cryptowire .cw-card-body h3 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.theme-cryptowire .cw-card-body h3 a {
  text-decoration: none;
  color: var(--cw-text);
}

.theme-cryptowire .cw-card-body h3 a:hover {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-card-body p {
  color: var(--cw-text-dim);
  font-size: 13.5px;
  margin: 0 0 auto;
  flex: 1;
}

.theme-cryptowire .cw-card--text .cw-card-body {
  padding-top: 16px;
}

.theme-cryptowire .cw-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.theme-cryptowire .cw-list-row {
  padding: 14px 0;
  border-bottom: 1px solid var(--cw-border);
}

.theme-cryptowire .cw-list-row h3 {
  font-size: 15px;
  margin: 4px 0;
  font-weight: 600;
}

.theme-cryptowire .cw-list-row h3 a {
  text-decoration: none;
  color: var(--cw-text);
}

.theme-cryptowire .cw-list-row h3 a:hover {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-list-row time {
  color: var(--cw-text-dim);
  font-size: 12px;
}

/* Rail */
.theme-cryptowire .cw-rail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.theme-cryptowire .cw-rail-box {
  background: var(--cw-panel);
  border: 1px solid var(--cw-border);
  border-radius: 10px;
  padding: 18px;
}

.theme-cryptowire .cw-rail-box h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cw-text-dim);
  margin: 0 0 12px;
}

.theme-cryptowire .cw-rail-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.theme-cryptowire .cw-rail-cats a {
  text-decoration: none;
  color: var(--cw-text-dim);
  font-size: 14px;
  font-weight: 500;
}

.theme-cryptowire .cw-rail-cats a:hover,
.theme-cryptowire .cw-rail-cats a.is-active {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-widget-note {
  font-size: 12px;
  color: var(--cw-text-dim);
  margin: 0 0 12px;
}

.theme-cryptowire .cw-gauge-wrap {
  display: flex;
  justify-content: center;
}

.theme-cryptowire .cw-mood-gauge {
  --cw-gauge-deg: 180deg;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(closest-side, var(--cw-panel) 66%, transparent 67% 100%),
    conic-gradient(var(--cw-accent) var(--cw-gauge-deg), var(--cw-panel-2) 0);
  color: var(--cw-text-dim);
}

.theme-cryptowire .cw-mood-gauge.is-down {
  background:
    radial-gradient(closest-side, var(--cw-panel) 66%, transparent 67% 100%),
    conic-gradient(var(--cw-down) var(--cw-gauge-deg), var(--cw-panel-2) 0);
}

.theme-cryptowire .cw-gauge-value {
  font-family: "JetBrains Mono", monospace;
  font-size: 24px;
  font-weight: 700;
  color: var(--cw-text);
}

.theme-cryptowire .cw-gauge-label {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 2px;
}

.theme-cryptowire .cw-top-movers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.theme-cryptowire .cw-top-movers li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding: 4px 0;
  border-bottom: 1px dashed var(--cw-border);
}

.theme-cryptowire .cw-top-movers li:last-child { border-bottom: none; }

.theme-cryptowire .cw-mover-symbol {
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}

.theme-cryptowire .cw-mover-price {
  color: var(--cw-text-dim);
  font-family: "JetBrains Mono", monospace;
}

/* --- Ad rail: sponsor cards (exchanges, wallets, tools) --- */
.theme-cryptowire .cw-rail-box--ads {
  border-color: rgba(240, 185, 11, 0.28);
}

.theme-cryptowire .cw-ad-disclosure {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cw-gold);
  margin: -6px 0 10px;
}

.theme-cryptowire .cw-ad-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme-cryptowire .cw-ad-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  border-radius: 8px;
  background: var(--cw-panel-2);
  border: 1px solid var(--cw-border);
  text-decoration: none;
  color: var(--cw-text);
  transition: border-color 0.15s, transform 0.15s;
}

.theme-cryptowire .cw-ad-card:hover {
  border-color: var(--cw-accent-dim);
  transform: translateY(-1px);
}

.theme-cryptowire .cw-ad-kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cw-text-dim);
}

.theme-cryptowire .cw-ad-name {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.theme-cryptowire .cw-ad-title {
  font-size: 12.5px;
  color: var(--cw-accent);
  font-weight: 600;
}

.theme-cryptowire .cw-ad-text {
  font-size: 12px;
  color: var(--cw-text-dim);
  margin: 2px 0 4px;
}

.theme-cryptowire .cw-ad-cta {
  font-size: 12px;
  font-weight: 700;
  color: var(--cw-gold);
}

.theme-cryptowire .cw-advertise-box {
  background: linear-gradient(160deg, rgba(45, 212, 200, 0.1), rgba(59, 109, 240, 0.08));
  border-color: rgba(53, 214, 199, 0.3);
}

.theme-cryptowire .cw-advertise-box h3 {
  color: #fff;
}

.theme-cryptowire .cw-advertise-cta {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--cw-accent);
  text-decoration: none;
}

/* Category / listing pages */
.theme-cryptowire .cw-breadcrumb {
  color: var(--cw-text-dim);
  font-size: 13px;
  margin: 0 0 8px;
}

.theme-cryptowire .cw-breadcrumb a {
  text-decoration: none;
}

.theme-cryptowire .cw-page-h {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 20px;
}

.theme-cryptowire .cw-story {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--cw-border);
}

.theme-cryptowire .cw-story-thumb {
  flex-shrink: 0;
  width: 160px;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.theme-cryptowire .cw-story-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-cryptowire .cw-story h2 {
  font-size: 17px;
  margin: 0 0 6px;
}

.theme-cryptowire .cw-story h2 a {
  text-decoration: none;
  color: var(--cw-text);
}

.theme-cryptowire .cw-story h2 a:hover {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-story p {
  color: var(--cw-text-dim);
  font-size: 14px;
  margin: 0 0 8px;
}

.theme-cryptowire .cw-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
}

.theme-cryptowire .cw-pagination a {
  padding: 8px 16px;
  border-radius: 6px;
  background: var(--cw-panel);
  border: 1px solid var(--cw-border);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.theme-cryptowire .cw-pagination a:hover {
  border-color: var(--cw-accent-dim);
  color: var(--cw-accent);
}

.theme-cryptowire .cw-pagination-status {
  color: var(--cw-text-dim);
  font-size: 13px;
}

/* Article */
.theme-cryptowire .cw-article-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}

.theme-cryptowire .cw-article-header h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
  margin: 0 0 10px;
}

.theme-cryptowire .cw-article-hero {
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--cw-border);
}

.theme-cryptowire .cw-article-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.theme-cryptowire .cw-article-body {
  font-size: 17px;
  line-height: 1.7;
  color: #dbe1ec;
  margin-top: 20px;
}

.theme-cryptowire .cw-article-body p {
  margin: 0 0 1.2em;
}

.theme-cryptowire .cw-article-body a {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-article-body h2,
.theme-cryptowire .cw-article-body h3 {
  color: #fff;
  margin: 1.6em 0 0.6em;
}

.theme-cryptowire .cw-article-body blockquote {
  border-left: 3px solid var(--cw-accent);
  margin: 1.4em 0;
  padding: 4px 0 4px 18px;
  color: var(--cw-text-dim);
  font-style: italic;
}

.theme-cryptowire .cw-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.theme-cryptowire .cw-article-body table th {
  color: #111;
}

.theme-cryptowire .cw-source {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--cw-border);
}

.theme-cryptowire .cw-source a {
  color: var(--cw-accent);
  text-decoration: none;
  font-weight: 600;
}

.theme-cryptowire .article-mid-ad {
  margin: 1.6em 0;
  padding: 16px 18px;
  background: var(--cw-panel);
  border: 1px solid var(--cw-border);
  border-left: 3px solid var(--cw-accent);
  border-radius: 8px;
}

.theme-cryptowire .article-mid-ad-label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--cw-accent);
  font-weight: 700;
}

.theme-cryptowire .article-mid-ad p {
  margin: 6px 0;
  color: var(--cw-text-dim);
}

.theme-cryptowire .article-mid-ad a {
  color: var(--cw-accent);
  font-weight: 600;
  text-decoration: none;
}

/* Contact page (dark override of shared site-contact.css) */
.theme-cryptowire .site-contact-title,
.theme-cryptowire .site-contact-intro,
.theme-cryptowire .site-contact-empty {
  color: var(--cw-text);
}

.theme-cryptowire .site-contact-intro {
  color: var(--cw-text-dim);
}

.theme-cryptowire .site-contact-breadcrumb {
  color: var(--cw-text-dim);
}

.theme-cryptowire .site-contact-card {
  background: var(--cw-panel);
  border: 1px solid var(--cw-border);
  border-left: 4px solid var(--cw-accent);
  box-shadow: none;
}

.theme-cryptowire .site-contact-card-title {
  color: #fff;
}

.theme-cryptowire .site-contact-card-desc {
  color: var(--cw-text-dim);
}

.theme-cryptowire .site-contact-card-email {
  color: var(--cw-accent) !important;
}

/* Footer */
.theme-cryptowire .cw-footer {
  border-top: 1px solid var(--cw-border);
  background: #080a10;
  padding: 40px 0 20px;
  margin-top: 40px;
}

.theme-cryptowire .cw-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1.2fr;
  gap: 28px;
}

.theme-cryptowire .cw-footer-advertise .cw-advertise-box {
  padding: 16px;
  border-radius: 10px;
}

.theme-cryptowire .cw-footer-advertise .cw-advertise-box h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cw-text-dim);
}

.theme-cryptowire .cw-footer-brand p {
  color: var(--cw-text-dim);
  font-size: 13.5px;
  max-width: 40ch;
  margin: 10px 0 0;
}

.theme-cryptowire .cw-footer-links,
.theme-cryptowire .cw-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.theme-cryptowire .cw-footer-links h3,
.theme-cryptowire .cw-footer-contact h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cw-text-dim);
  margin: 0 0 6px;
}

.theme-cryptowire .cw-footer-links a {
  color: var(--cw-text-dim);
  text-decoration: none;
  font-size: 14px;
}

.theme-cryptowire .cw-footer-links a:hover {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-footer .site-contact-email {
  color: var(--cw-text-dim);
  font-size: 13px;
}

.theme-cryptowire .cw-footer .site-contact-email:hover {
  color: var(--cw-accent);
}

.theme-cryptowire .cw-footer-meta {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--cw-border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  color: var(--cw-text-dim);
  font-size: 12.5px;
}

.theme-cryptowire .cw-footer-meta a {
  color: var(--cw-text-dim);
}

.theme-cryptowire .cw-disclaimer {
  margin: 0;
}

@media (max-width: 900px) {
  .theme-cryptowire .cw-hero,
  .theme-cryptowire .cw-home-grid,
  .theme-cryptowire .cw-article-layout {
    grid-template-columns: 1fr;
  }

  .theme-cryptowire .cw-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .theme-cryptowire .cw-story-thumb {
    width: 120px;
  }

  .theme-cryptowire .cw-header-inner {
    justify-content: flex-start;
  }

  .theme-cryptowire .cw-header-actions {
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .theme-cryptowire .cw-footer-grid {
    grid-template-columns: 1fr;
  }

  .theme-cryptowire .cw-advertise-link span {
    display: none;
  }
}
