/* BlockTicker — Frontend Styles
   All theme-override rules use !important to beat Astra's stylesheet.
   Plugin-specific component rules (tables, cards, news) don't need it. */

:root {
  --fxlm-green:  #00d4aa;
  --fxlm-green2: #00b894;
  --fxlm-red:    #ff4d6a;
  --fxlm-dark:   #0a0e1a;
  --fxlm-dark2:  #0f1629;
  --fxlm-card:   #111827;
  --fxlm-border: rgba(255,255,255,0.08);
  --fxlm-borderG:rgba(0,212,170,0.2);
  --fxlm-text:   #e2e8f0;
  --fxlm-muted:  #94a3b8;
  --fxlm-gold:   #f59e0b;
}

/* ── ASTRA OVERRIDES (all !important) ── */
html body,
body.ast-page-builder-template { background-color: var(--fxlm-dark) !important; color: var(--fxlm-text) !important; }

.ast-separate-container .ast-article-single,
.ast-separate-container #primary,
.ast-container, .site-content,
.entry-content, .entry-summary,
.post-content, main#main,
.page-content { background: transparent !important; color: var(--fxlm-text) !important; }

/* Headers */
.site-header, #masthead,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar { background-color: var(--fxlm-dark) !important; border-bottom: 1px solid var(--fxlm-border) !important; box-shadow: none !important; }

/* Site title / logo */
.site-title a, .site-title,
.ast-site-identity a { color: #ffffff !important; font-weight: 700 !important; }

/* Nav links */
.main-navigation a,
.ast-header-break-point .main-navigation a,
#site-navigation a,
.primary-navigation a,
.ast-main-header-bar-alignment .menu-link,
.menu-item > a, .menu-item > .menu-link { color: var(--fxlm-text) !important; }
.menu-item:hover > a,
.menu-item:hover > .menu-link,
.current-menu-item > a,
.current-menu-item > .menu-link { color: var(--fxlm-green) !important; }

/* Footer */
.site-footer, #colophon,
.ast-footer-overlay { background-color: var(--fxlm-dark2) !important; border-top: 1px solid var(--fxlm-border) !important; }
.site-footer, .site-footer a,
.site-footer p, #colophon,
#colophon a { color: var(--fxlm-muted) !important; }

/* Body text & headings */
body, p, li, td, th, span, label, input, select, textarea { color: var(--fxlm-text) !important; }
h1, h2, h3, h4, h5, h6,
.entry-title, .page-title,
.ast-page-title { color: #ffffff !important; }
a { color: var(--fxlm-green) !important; text-decoration: none !important; }
a:hover, a:focus { color: var(--fxlm-green2) !important; }

/* Astra page content wrapper */
.ast-separate-container,
.ast-plain-container,
.site-main { background: var(--fxlm-dark) !important; }

/* Remove Astra's white box around content */
.ast-separate-container .ast-article-single { box-shadow: none !important; border: none !important; padding: 0 !important; margin: 0 !important; }
.ast-page-builder-template .entry-content { padding: 0 !important; }

/* ── TICKER ── */
.fxlm-ticker-wrap { background: var(--fxlm-dark2); overflow: hidden; border-bottom: 1px solid var(--fxlm-borderG); padding: 8px 0; width: 100%; }
.fxlm-ticker-inner { display: flex; gap: 36px; animation: fxlm-scroll 60s linear infinite; white-space: nowrap; width: max-content; }
.fxlm-ticker-inner:hover { animation-play-state: paused; }
.fxlm-tick { font-size: 12px; color: var(--fxlm-muted) !important; padding: 0 10px; border-right: 1px solid var(--fxlm-border); display: inline-flex; align-items: center; gap: 6px; }
.fxlm-tick strong { color: #fff !important; font-size: 12px; }
.fxlm-tick em { font-style: normal; font-size: 11px; }
.up   { color: var(--fxlm-green) !important; }
.down { color: var(--fxlm-red)   !important; }
@keyframes fxlm-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── HERO ── */
.fxlm-hero { background: linear-gradient(135deg,#0a0e1a 0%,#0d1a2e 50%,#091520 100%); border-bottom: 1px solid var(--fxlm-border); padding: 60px 24px 52px; text-align: center; }
.fxlm-hero-badge { display: inline-block; background: rgba(0,212,170,.12); border: 1px solid rgba(0,212,170,.3); color: var(--fxlm-green) !important; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; }
.fxlm-hero-title { font-size: clamp(28px,5.5vw,52px) !important; font-weight: 800 !important; color: #fff !important; line-height: 1.15 !important; margin: 0 auto 16px !important; max-width: 700px; }
.fxlm-hero-title span { color: var(--fxlm-green) !important; }
.fxlm-hero-sub { font-size: 17px !important; color: var(--fxlm-muted) !important; margin: 0 auto 32px !important; max-width: 520px; line-height: 1.65 !important; }
.fxlm-hero-stats { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--fxlm-border); }
.fxlm-hero-stat-num { font-size: 30px !important; font-weight: 800 !important; color: var(--fxlm-green) !important; display: block; line-height: 1; }
.fxlm-hero-stat-lbl { font-size: 12px !important; color: var(--fxlm-muted) !important; margin-top: 5px; text-transform: uppercase; letter-spacing: .5px; }

/* ── SECTION HEADERS ── */
.fxlm-section-header { display: flex; align-items: center; gap: 10px; margin: 36px 0 18px; padding-bottom: 14px; border-bottom: 1px solid var(--fxlm-border); }
.fxlm-section-header h2 { font-size: 18px !important; font-weight: 700 !important; color: #fff !important; margin: 0 !important; padding: 0 !important; border: none !important; }
.fxlm-section-badge { font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; background: rgba(0,212,170,.1); color: var(--fxlm-green) !important; border: 1px solid rgba(0,212,170,.2); padding: 3px 10px; border-radius: 12px; margin-left: auto; }

/* ── 2-COL GRID ── */
.fxlm-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 0 0 32px; }
@media (max-width: 768px) { .fxlm-grid-2 { grid-template-columns: 1fr; } }

/* ── TABLES ── */
.fxlm-table-wrap { overflow-x: auto; margin: 0 0 4px; border-radius: 12px; border: 1px solid var(--fxlm-border); background: var(--fxlm-card); }
.fxlm-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.fxlm-table thead { background: rgba(0,0,0,.35); }
.fxlm-table th { padding: 11px 14px; text-align: left; color: var(--fxlm-muted) !important; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; border-bottom: 1px solid var(--fxlm-border); font-weight: 600; }
.fxlm-table td { padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,.04); vertical-align: middle; color: var(--fxlm-text) !important; }
.fxlm-table tr:last-child td { border-bottom: none; }
.fxlm-table tr:hover td { background: rgba(0,212,170,.04); }
.fxlm-table img { vertical-align: middle; margin-right: 7px; border-radius: 50%; }
.fxlm-updated { font-size: 11px; color: var(--fxlm-muted) !important; text-align: right; padding: 7px 14px; margin: 0; }
.fxlm-loading { color: var(--fxlm-muted) !important; font-size: 14px; padding: 32px; text-align: center; background: var(--fxlm-card); border-radius: 12px; border: 1px solid var(--fxlm-border); }

/* ── NEWS ── */
.fxlm-news-feed { display: grid; gap: 12px; }
.fxlm-news-item { display: flex; gap: 14px; padding: 14px 16px; border: 1px solid var(--fxlm-border); border-radius: 12px; background: var(--fxlm-card); transition: border-color .2s, transform .15s; }
.fxlm-news-item:hover { border-color: var(--fxlm-green); transform: translateY(-1px); }
.fxlm-news-img { width: 86px; height: 62px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.fxlm-news-content { flex: 1; min-width: 0; }
.fxlm-news-source { font-size: 10px; font-weight: 700; color: var(--fxlm-green) !important; text-transform: uppercase; letter-spacing: .6px; display: inline-block; background: rgba(0,212,170,.1); padding: 2px 8px; border-radius: 10px; margin-bottom: 5px; }
.fxlm-news-title { display: block; font-size: 14px !important; font-weight: 600 !important; color: var(--fxlm-text) !important; text-decoration: none !important; margin: 0 0 5px; line-height: 1.45; }
.fxlm-news-title:hover { color: var(--fxlm-green) !important; }
.fxlm-news-desc { font-size: 12px !important; color: var(--fxlm-muted) !important; margin: 0 0 5px; line-height: 1.5; }
.fxlm-news-time { font-size: 11px !important; color: #475569 !important; }
.fxlm-news-preview { margin: 20px 0; }

/* ── CHARTS ── */
.fxlm-chart-wrap { margin: 0 0 24px; border-radius: 12px; overflow: hidden; border: 1px solid var(--fxlm-border); background: var(--fxlm-card); }

/* ── SIGNALS ── */
.fxlm-signals-disclaimer { background: rgba(245,158,11,.1); border-left: 3px solid #f59e0b; padding: 12px 16px; border-radius: 0 8px 8px 0; margin-bottom: 20px; font-size: 13px; }
.fxlm-signals-feed { display: flex; flex-direction: column; gap: 10px; }
.fxlm-signal-item { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 8px; padding: 11px 16px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; transition: border-color .2s; }
.fxlm-signal-item:hover { border-color: var(--fxlm-green); }
.fxlm-signal-item a { color: var(--fxlm-text) !important; font-weight: 500; text-decoration: none !important; font-size: 13px; }
.fxlm-signal-source { font-size: 10px; color: var(--fxlm-green) !important; font-weight: 700; background: rgba(0,212,170,.1); padding: 2px 8px; border-radius: 10px; }
.fxlm-signal-time { font-size: 11px; color: #475569 !important; }

/* ── SOCIAL ── */
.fxlm-social-icons { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0; }
.fxlm-social-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; color: #fff !important; font-size: 15px; font-weight: 700; text-decoration: none !important; transition: opacity .2s, transform .2s; }
.fxlm-social-icon:hover { opacity: .85; transform: translateY(-2px); color: #fff !important; }

/* ── BROKERS / AFFILIATE ── */
.fxlm-btn-affiliate { display: inline-block; background: var(--fxlm-green); color: #0a0e1a !important; padding: 10px 22px; border-radius: 8px; font-weight: 700; text-decoration: none !important; font-size: 14px; transition: opacity .2s; }
.fxlm-btn-affiliate:hover { opacity: .88; color: #0a0e1a !important; }
.fxlm-broker-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 20px; margin: 20px 0; }
.fxlm-broker-card { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 14px; padding: 22px; transition: border-color .2s, transform .15s; }
.fxlm-broker-card:hover { border-color: var(--fxlm-green); transform: translateY(-2px); }
.fxlm-broker-card h3 { margin: 0 0 10px; font-size: 16px; color: #fff !important; }
.fxlm-broker-card p { color: var(--fxlm-muted) !important; font-size: 13px; margin: 0 0 16px; }
.fxlm-affiliate-cta { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 12px 0; }
.fxlm-stars { color: #f59e0b; }

/* ── MISC ── */
.fxlm-ad-zone { margin: 24px 0; text-align: center; }
.fxlm-ai-placeholder, .fxlm-ai-analysis, .fxlm-calendar-note { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 12px; padding: 24px; color: var(--fxlm-muted) !important; font-size: 14px; }

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .fxlm-hero { padding: 36px 16px 32px; }
  .fxlm-hero-stats { gap: 20px; }
  .fxlm-news-item { flex-direction: column; }
  .fxlm-news-img { width: 100%; height: 180px; }
  .fxlm-table th, .fxlm-table td { padding: 9px 10px; }
  .fxlm-affiliate-cta { flex-direction: column; align-items: flex-start; }
}

/* ── PAGE HEADER ── */
.fxlm-page-header { padding: 40px 0 30px; border-bottom: 1px solid var(--fxlm-border); margin-bottom: 30px; }
.fxlm-page-header h1 { font-size: clamp(24px,4vw,38px) !important; font-weight: 800 !important; color: #fff !important; margin: 0 0 10px !important; }
.fxlm-page-header p { font-size: 16px !important; color: var(--fxlm-muted) !important; margin: 0 !important; }

/* ── 2-COL LAYOUT (replaces grid — works with WP block wrappers) ── */
.fxlm-col-wrap { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 32px; }
.fxlm-col { flex: 1; min-width: 0; }
@media (max-width: 768px) { .fxlm-col-wrap { flex-direction: column; } }

/* ── CTA STRIP ── */
.fxlm-cta-strip { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(135deg,#0d1a2e,#091a14); border: 1px solid var(--fxlm-borderG); border-radius: 14px; padding: 22px 28px; margin: 32px 0; gap: 16px; flex-wrap: wrap; }
.fxlm-cta-text { display: flex; flex-direction: column; gap: 4px; }
.fxlm-cta-text strong { font-size: 17px !important; color: #fff !important; }
.fxlm-cta-text span { font-size: 13px !important; color: var(--fxlm-muted) !important; }
.fxlm-cta-btn { background: var(--fxlm-green); color: #0a0e1a !important; padding: 12px 26px; border-radius: 8px; font-weight: 700; font-size: 15px; text-decoration: none !important; white-space: nowrap; transition: opacity .2s; }
.fxlm-cta-btn:hover { opacity: .88; color: #0a0e1a !important; }

/* ── AFFILIATE DISCLOSURE ── */
.fxlm-affiliate-disclosure { background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.2); border-radius: 10px; padding: 14px 18px; font-size: 13px !important; color: var(--fxlm-text) !important; margin-bottom: 28px; }

/* ── TOP PICKS STRIP ── */
.fxlm-top-picks { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 36px; }
@media (max-width: 700px) { .fxlm-top-picks { grid-template-columns: 1fr; } }
.fxlm-top-pick { border-radius: 14px; padding: 20px; border: 1px solid var(--fxlm-border); background: var(--fxlm-card); display: flex; flex-direction: column; gap: 10px; transition: transform .15s, border-color .2s; }
.fxlm-top-pick:hover { transform: translateY(-2px); }
.fxlm-pick-gold { border-color: rgba(245,158,11,.4) !important; background: linear-gradient(135deg,#111827,#1a160a) !important; }
.fxlm-pick-silver { border-color: rgba(148,163,184,.3) !important; }
.fxlm-pick-bronze { border-color: rgba(180,120,60,.3) !important; }
.fxlm-pick-rank { font-size: 18px; }
.fxlm-pick-name { font-size: 15px !important; font-weight: 700 !important; color: #fff !important; }
.fxlm-pick-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.fxlm-pick-tags span { font-size: 11px; background: rgba(255,255,255,.07); color: var(--fxlm-muted) !important; padding: 3px 9px; border-radius: 10px; }

/* ── BROKER CARDS (enhanced) ── */
.fxlm-broker-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.fxlm-broker-badge { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 3px 10px; border-radius: 10px; }
.fxlm-badge-top { background: rgba(245,158,11,.15); color: #f59e0b !important; border: 1px solid rgba(245,158,11,.3); }
.fxlm-badge-new { background: rgba(0,212,170,.12); color: var(--fxlm-green) !important; border: 1px solid rgba(0,212,170,.2); }
.fxlm-broker-pros { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 5px; }
.fxlm-broker-pros li { font-size: 13px !important; color: var(--fxlm-text) !important; }
.fxlm-risk-warning { display: block; font-size: 11px !important; color: var(--fxlm-muted) !important; margin-top: 10px; line-height: 1.4; }

/* ── BLOG CARDS (autoblog) ── */
.fxlm-blog-card { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 12px; overflow: hidden; margin-bottom: 20px; transition: border-color .2s, transform .15s; }
.fxlm-blog-card:hover { border-color: var(--fxlm-green); transform: translateY(-2px); }
.fxlm-blog-card .wp-post-image { width: 100%; height: 200px; object-fit: cover; display: block; }
.fxlm-blog-card .wp-block-post-title { padding: 16px 18px 4px; font-size: 16px !important; font-weight: 700 !important; color: #fff !important; }
.fxlm-blog-card .wp-block-post-title a { color: #fff !important; text-decoration: none !important; }
.fxlm-blog-card .wp-block-post-excerpt { padding: 0 18px; font-size: 13px !important; color: var(--fxlm-muted) !important; }
.fxlm-blog-card .wp-block-post-date { padding: 8px 18px 16px; font-size: 11px !important; color: #475569 !important; }

/* ══════════════════════════════════════════════════════════
   BlockTicker v6 — New Component Styles
   ══════════════════════════════════════════════════════════ */

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

body, p, li, td, th, span, label, input, select, textarea {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .entry-title, .page-title, .fxlm-hero-title {
    font-family: 'Space Grotesk', 'DM Sans', sans-serif !important;
}

/* ── HERO v6 — BlockTicker branding ── */
/* Block = white, Ticker = gradient accent */
.fxlm-hero-title span { background: linear-gradient(135deg, #00d4aa, #0099ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.fxlm-hero-title { letter-spacing: -1px !important; }
.fxlm-hero-tagline { font-size: 20px !important; color: var(--fxlm-muted) !important; margin: 0 auto 12px !important; font-weight: 500 !important; letter-spacing: 2px; text-transform: uppercase; }
.fxlm-hero-btns { display: flex; gap: 12px; justify-content: center; margin-top: 28px; }
.fxlm-cta-btn-outline { background: transparent !important; border: 1px solid var(--fxlm-green) !important; color: var(--fxlm-green) !important; }
.fxlm-cta-btn-outline:hover { background: rgba(0,212,170,.1) !important; }

/* ── HOME 2-COL LAYOUT ── */
.fxlm-home-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; margin: 0 0 32px; }
.fxlm-home-main { min-width: 0; }
.fxlm-home-sidebar { min-width: 0; }
@media (max-width: 900px) { .fxlm-home-grid { grid-template-columns: 1fr; } }

/* ── TRENDING BAR ── */
.fxlm-trending-bar { display: flex; align-items: center; gap: 16px; padding: 10px 16px; background: var(--fxlm-dark2); border-bottom: 1px solid var(--fxlm-border); overflow-x: auto; white-space: nowrap; }
.fxlm-trending-label { font-size: 12px; font-weight: 700; color: #ff4d6a !important; letter-spacing: .5px; flex-shrink: 0; }
.fxlm-trending-item { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--fxlm-text) !important; text-decoration: none !important; padding: 4px 10px; border-radius: 8px; background: rgba(255,255,255,.04); transition: background .2s; }
.fxlm-trending-item:hover { background: rgba(0,212,170,.08); }
.fxlm-trending-item img { border-radius: 50%; }
.fxlm-trending-item strong { color: #fff !important; font-size: 11px; }

/* ── BREAKING NEWS BAR ── */
.fxlm-breaking-bar { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: linear-gradient(90deg, rgba(255,77,106,.1), rgba(255,77,106,.02)); border-bottom: 1px solid rgba(255,77,106,.15); overflow: hidden; }
.fxlm-breaking-label { font-size: 11px; font-weight: 700; color: #ff4d6a !important; letter-spacing: .5px; flex-shrink: 0; padding: 3px 8px; background: rgba(255,77,106,.15); border-radius: 6px; }
.fxlm-breaking-scroll { display: flex; gap: 24px; overflow-x: auto; white-space: nowrap; }
.fxlm-breaking-item { font-size: 12px; color: var(--fxlm-text) !important; text-decoration: none !important; padding-right: 24px; border-right: 1px solid var(--fxlm-border); }
.fxlm-breaking-item:hover { color: var(--fxlm-green) !important; }
.fxlm-news-breaking { border-color: rgba(255,77,106,.3) !important; background: linear-gradient(135deg, var(--fxlm-card), rgba(255,77,106,.05)) !important; }
.fxlm-news-breaking-badge { font-size: 10px; font-weight: 700; color: #ff4d6a !important; background: rgba(255,77,106,.12); padding: 2px 8px; border-radius: 8px; display: inline-block; margin-bottom: 4px; }
.fxlm-news-cat { font-size: 10px; color: var(--fxlm-muted) !important; margin-left: 6px; }

/* ── PRICE CARDS ── */
.fxlm-price-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 20px 0; }
.fxlm-price-card { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 14px; padding: 18px; transition: border-color .2s, transform .15s; }
.fxlm-price-card:hover { border-color: var(--fxlm-green); transform: translateY(-2px); }
.fxlm-price-card-top { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.fxlm-price-card-top img { border-radius: 50%; }
.fxlm-price-card-top strong { color: #fff !important; font-size: 14px; display: block; }
.fxlm-price-card-top small { color: var(--fxlm-muted) !important; font-size: 11px; }
.fxlm-price-card-price { font-size: 22px !important; font-weight: 700 !important; color: #fff !important; margin-bottom: 4px; }
.fxlm-price-card-change { font-size: 13px; font-weight: 600; }
.fxlm-price-card-mcap { font-size: 11px; color: var(--fxlm-muted) !important; margin-top: 6px; }

/* ── FEAR & GREED INDEX ── */
.fxlm-fng-widget { display: flex; gap: 24px; align-items: center; background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 14px; padding: 20px 24px; margin: 12px 0; flex-wrap: wrap; }
.fxlm-fng-gauge { text-align: center; flex-shrink: 0; }
.fxlm-fng-circle { width: 90px; height: 90px; border-radius: 50%; background: conic-gradient(var(--fng-color) var(--fng-deg), rgba(255,255,255,.06) 0); display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; position: relative; }
.fxlm-fng-circle::before { content: ''; position: absolute; inset: 6px; border-radius: 50%; background: var(--fxlm-card); }
.fxlm-fng-value { position: relative; font-size: 28px !important; font-weight: 800 !important; }
.fxlm-fng-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.fxlm-fng-history { flex: 1; min-width: 200px; }
.fxlm-fng-history-title { font-size: 11px; color: var(--fxlm-muted) !important; text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 8px; }
.fxlm-fng-bars { display: flex; align-items: flex-end; gap: 4px; height: 60px; }
.fxlm-fng-bar { flex: 1; min-width: 0; border-radius: 4px 4px 0 0; transition: height .3s; display: flex; align-items: flex-start; justify-content: center; }
.fxlm-fng-bar span { font-size: 9px; color: #fff !important; font-weight: 700; margin-top: 2px; }

/* ── CRYPTO CONVERTER ── */
.fxlm-converter { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 14px; padding: 24px; margin: 12px 0; }
.fxlm-converter-row { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.fxlm-converter-field { flex: 1; min-width: 140px; }
.fxlm-converter-field label { display: block; font-size: 11px; color: var(--fxlm-muted) !important; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 5px; }
.fxlm-converter-field input,
.fxlm-converter-field select { width: 100%; padding: 10px 12px; border: 1px solid var(--fxlm-border); border-radius: 8px; background: var(--fxlm-dark); color: var(--fxlm-text) !important; font-size: 14px; outline: none; transition: border-color .2s; }
.fxlm-converter-field input:focus,
.fxlm-converter-field select:focus { border-color: var(--fxlm-green); }
.fxlm-converter-swap { background: rgba(0,212,170,.1); border: 1px solid rgba(0,212,170,.2); color: var(--fxlm-green) !important; padding: 10px 14px; border-radius: 8px; cursor: pointer; font-size: 18px; transition: background .2s; flex-shrink: 0; }
.fxlm-converter-swap:hover { background: rgba(0,212,170,.2); }
.fxlm-converter-result { margin-top: 16px; padding: 14px; background: rgba(0,212,170,.06); border: 1px solid rgba(0,212,170,.15); border-radius: 10px; text-align: center; }
.fxlm-conv-result-value { font-size: 22px !important; font-weight: 700 !important; color: var(--fxlm-green) !important; }

/* ── NEWSLETTER ── */
.fxlm-newsletter { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 14px; padding: 20px 24px; margin: 24px 0; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.fxlm-newsletter-banner { background: linear-gradient(135deg, #0d1a2e, #091a14) !important; border-color: var(--fxlm-borderG) !important; }
.fxlm-newsletter-text { flex: 1; min-width: 200px; }
.fxlm-newsletter-text strong { color: #fff !important; font-size: 16px; display: block; margin-bottom: 4px; }
.fxlm-newsletter-text span { color: var(--fxlm-muted) !important; font-size: 13px; }
.fxlm-newsletter-form { display: flex; gap: 8px; flex-wrap: wrap; }
.fxlm-newsletter-form input { padding: 10px 14px; border: 1px solid var(--fxlm-border); border-radius: 8px; background: var(--fxlm-dark); color: var(--fxlm-text) !important; font-size: 14px; min-width: 220px; outline: none; }
.fxlm-newsletter-form input:focus { border-color: var(--fxlm-green); }
.fxlm-newsletter-msg { font-size: 13px; width: 100%; text-align: center; }

/* ── SEARCH BAR ── */
.fxlm-search-bar { margin: 16px 0; }
.fxlm-search-bar form { display: flex; gap: 8px; }
.fxlm-search-input { flex: 1; padding: 10px 16px; border: 1px solid var(--fxlm-border); border-radius: 10px; background: var(--fxlm-card); color: var(--fxlm-text) !important; font-size: 14px; outline: none; }
.fxlm-search-input:focus { border-color: var(--fxlm-green); }
.fxlm-search-btn { background: var(--fxlm-green); border: none; padding: 10px 18px; border-radius: 10px; cursor: pointer; font-size: 16px; transition: opacity .2s; }
.fxlm-search-btn:hover { opacity: .85; }

/* ── BREADCRUMBS ── */
.fxlm-breadcrumbs { font-size: 12px; color: var(--fxlm-muted) !important; margin: 16px 0 8px; }
.fxlm-breadcrumbs a { color: var(--fxlm-green) !important; text-decoration: none !important; }
.fxlm-breadcrumbs a:hover { text-decoration: underline !important; }
.fxlm-bc-sep { color: #475569 !important; margin: 0 4px; }

/* ── NEWS TABS ── */
.fxlm-news-tabs { display: flex; gap: 6px; margin: 20px 0 12px; flex-wrap: wrap; }
.fxlm-tab { padding: 7px 16px; border: 1px solid var(--fxlm-border); border-radius: 20px; background: transparent; color: var(--fxlm-muted) !important; font-size: 12px; font-weight: 600; cursor: pointer; transition: all .2s; }
.fxlm-tab:hover { border-color: var(--fxlm-green); color: var(--fxlm-green) !important; }
.fxlm-tab.active { background: var(--fxlm-green) !important; color: #0a0e1a !important; border-color: var(--fxlm-green) !important; }

/* ── NEWS GRID LAYOUT ── */
.fxlm-news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.fxlm-news-grid .fxlm-news-item { flex-direction: column; }
.fxlm-news-grid .fxlm-news-img { width: 100%; height: 160px; }

/* ── LEARN PAGE ── */
.fxlm-learn-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 24px 0 36px; }
.fxlm-learn-card { background: var(--fxlm-card); border: 1px solid var(--fxlm-border); border-radius: 14px; padding: 24px; text-align: center; text-decoration: none !important; transition: border-color .2s, transform .15s; display: flex; flex-direction: column; gap: 6px; }
.fxlm-learn-card:hover { border-color: var(--fxlm-green); transform: translateY(-2px); }
.fxlm-learn-icon { font-size: 32px; margin-bottom: 4px; }
.fxlm-learn-card strong { color: #fff !important; font-size: 15px; }
.fxlm-learn-card span { color: var(--fxlm-muted) !important; font-size: 12px; }

/* ── GLOSSARY ── */
.fxlm-glossary { margin: 12px 0; }
.fxlm-glossary-letter { font-size: 24px; font-weight: 800; color: var(--fxlm-green) !important; margin: 24px 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--fxlm-border); }
.fxlm-glossary-term { margin-bottom: 12px; }
.fxlm-glossary-term dt { font-size: 14px; font-weight: 700; color: #fff !important; margin-bottom: 3px; }
.fxlm-glossary-term dd { font-size: 13px; color: var(--fxlm-muted) !important; margin: 0; line-height: 1.5; }
