.elementor-31957 .elementor-element.elementor-element-14a7056{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31957 .elementor-element.elementor-element-a4c03d0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3cb3fc2 *//* ================================================================
   Trading hub — Custom CSS (paste into Elementor HTML widget Custom CSS).
   Self-contained: covers the .th__* hub layout AND the .tic-page key-stats
   grid section. Dark TIC styling, gold accents, scoped under .th and
   .tic-page so it does not leak into the rest of the WP theme.
   ================================================================ */

:root {
  --gold: #F5C518;
  --gold-soft: rgba(245,197,24,0.15);
  --gold-line: rgba(245,197,24,0.4);
  --bg-card: rgba(255,255,255,0.04);
  --bg-card-hover: rgba(255,255,255,0.07);
  --line: rgba(255,255,255,0.08);
  --line-soft: rgba(255,255,255,0.04);
  --text: #ffffff;
  --text-dim: #cccccc;
  --text-mute: #aaaaaa;
}

/* ----- Hub wrapper ---------------------------------------------- */
.th, .th * { box-sizing: border-box; }
.th { font-family: inherit; color: var(--text) !important; line-height: 1.65; max-width: 1200px; margin: 0 auto; padding: 24px 0; }
.th a, .th a:link, .th a:visited { color: var(--gold) !important; text-decoration: underline; text-decoration-color: rgba(245,197,24,0.3); }
.th a:hover { text-decoration-color: var(--gold); }

/* ----- Section nav ---------------------------------------------- */
.th__nav { display: flex; flex-wrap: wrap; gap: 6px 24px; align-items: center; padding: 14px 22px; margin: 0 0 32px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; font-size: 13px; }
.th__nav a { color: var(--text-mute) !important; text-decoration: none !important; font-weight: 600; letter-spacing: .02em; }
.th__nav a:hover { color: var(--gold) !important; }
.th__nav-cta { margin-left: auto; padding: 7px 16px; border: 1px solid var(--gold-line); border-radius: 999px; color: var(--gold) !important; }
.th__nav-cta:hover { background: var(--gold-soft); }

/* ----- Intro / hero --------------------------------------------- */
.th__intro { margin: 0 0 40px; padding: 32px 28px; background: var(--bg-card); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 12px; }
.th__eyebrow { display: block; font-size: 11px !important; font-weight: 700 !important; color: var(--text-mute) !important; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 14px !important; }
.th__h1 { font-size: 42px !important; font-weight: 800 !important; color: var(--text) !important; line-height: 1.1 !important; letter-spacing: -0.02em; margin: 0 0 18px !important; padding: 0 !important; background: transparent !important; }
.th__lead { font-size: 17px !important; line-height: 1.7 !important; color: var(--text) !important; margin: 0 0 18px !important; max-width: 880px; }
.th__meta { font-size: 13px !important; color: var(--text-mute) !important; margin: 0 0 24px !important; }

/* Trust strip */
.th__trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.th__trust-item { display: flex; flex-direction: column; gap: 4px; }
.th__trust-value { font-size: 24px; font-weight: 800; color: var(--gold); line-height: 1.1; }
.th__trust-label { font-size: 12px; color: var(--text-mute); line-height: 1.4; }

/* ----- Glance / hero cards -------------------------------------- */
.th__glance-label { display: block; font-size: 11px !important; font-weight: 700 !important; color: var(--text-mute) !important; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 14px !important; }
.th__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none !important; padding: 0 !important; margin: 0 0 14px !important; }
.th__cards > li { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.th__card { display: flex; flex-direction: column; gap: 8px; padding: 22px 20px; background: var(--bg-card); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 12px; text-decoration: none !important; transition: background .15s, border-color .15s; }
a.th__card { color: var(--text) !important; }
a.th__card:hover { background: var(--bg-card-hover); }
.th__card-value { font-size: 30px; font-weight: 800; color: var(--text); line-height: 1.1; }
.th__card-label { font-size: 13px; color: var(--text-dim); line-height: 1.5; }
.th__card-cta { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: .06em; text-transform: uppercase; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line-soft); }

.th__source-note { font-size: 12px !important; color: var(--text-mute) !important; line-height: 1.6; margin: 14px 0 32px !important; font-style: italic; }

/* ----- Cite block ----------------------------------------------- */
.th__cite { background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin: 0 0 48px; }
.th__cite-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 14px 22px; border-bottom: 2px solid var(--gold); }
.th__cite-label { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
.th__cite-note { font-size: 12px; color: var(--text-mute); }
.th__cite-tabs { display: flex; border-bottom: 1px solid var(--line); }
.th__cite-tab { flex: 1; padding: 12px 14px; font: 700 12px/1.4 inherit !important; color: var(--text-mute) !important; background: transparent !important; border: none !important; cursor: pointer; text-transform: none; letter-spacing: 0; }
.th__cite-tab--on { color: var(--text) !important; border-bottom: 2px solid var(--gold) !important; }
.th__cite-panel { display: none; padding: 18px 22px; }
.th__cite-panel--on { display: block; }
.th__cite-ta { width: 100%; min-height: 80px; font: 12px/1.6 'Courier New', monospace !important; color: var(--text) !important; background: rgba(0,0,0,0.3) !important; border: 1px solid var(--line) !important; padding: 12px 14px !important; resize: vertical; }
.th__cite-row { display: flex; align-items: center; gap: 14px; margin-top: 12px; flex-wrap: wrap; }
.th__cite-hint { flex: 1; min-width: 180px; font-size: 11px; color: var(--text-mute); }
.th__cite-btn { font: 700 11px/1.4 inherit !important; padding: 10px 20px !important; background: var(--gold) !important; color: #000 !important; border: none !important; border-radius: 4px; cursor: pointer; text-transform: uppercase; letter-spacing: .05em; }
.th__cite-btn:hover { background: #ffd700 !important; }
.th__cite-btn--ok { background: #4caf50 !important; color: #fff !important; }

/* ----- Section heads -------------------------------------------- */
.th__sec-head { display: flex; align-items: center; gap: 16px; margin: 56px 0 16px; }
.th__sec-h2 { font-size: 28px !important; font-weight: 800 !important; color: var(--text) !important; line-height: 1.2 !important; margin: 0 !important; padding: 0 !important; flex-shrink: 0; }
.th__sec-rule { flex: 1; height: 1px; background: var(--line); }
.th__sec-intro { font-size: 16px !important; color: var(--text-dim) !important; line-height: 1.7 !important; margin: 0 0 24px !important; max-width: 920px; }

/* Counters */
.th__counters { display: flex; gap: 28px; flex-wrap: wrap; padding: 18px 22px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; margin: 0 0 32px; }
.th__counter { display: flex; align-items: center; gap: 10px; }
.th__counter-dot { width: 10px; height: 10px; border-radius: 50%; }
.th__counter-dot--live { background: #6fd573; box-shadow: 0 0 0 4px rgba(111,213,115,0.18); }
.th__counter-dot--soon { background: var(--text-mute); box-shadow: 0 0 0 4px rgba(170,170,170,0.12); }
.th__counter-num { font-size: 22px; font-weight: 800; color: var(--text); }
.th__counter-text { font-size: 13px; color: var(--text-dim); }

/* ----- Cluster + entries ---------------------------------------- */
.th__cluster { margin: 0 0 36px; }
.th__cluster-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; padding: 0 0 12px; border-bottom: 1px solid var(--line); }
.th__cluster-label { font-size: 18px; font-weight: 800; color: var(--text); letter-spacing: -0.01em; }
.th__cluster-count { font-size: 12px; color: var(--text-mute); letter-spacing: .04em; text-transform: uppercase; }

.th__grid { list-style: none !important; padding: 0 !important; margin: 0 !important; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.th__grid > li { margin: 0 !important; padding: 18px 20px !important; background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; list-style: none !important; transition: background .15s, border-color .15s; }
.th__entry--live:hover { background: var(--bg-card-hover); border-color: var(--gold-line); }
.th__entry--soon { opacity: 0.7; }

.th__etitle { display: block; font-size: 16px !important; font-weight: 700 !important; color: var(--text) !important; line-height: 1.4 !important; margin: 0 0 8px !important; text-decoration: none !important; }
a.th__etitle:hover { color: var(--gold) !important; }
.th__edesc, .th__sdesc { font-size: 13px !important; color: var(--text-dim) !important; line-height: 1.55 !important; margin: 0 0 12px !important; }
.th__stitle { display: block; font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.4; margin: 6px 0 8px; }

.th__etags, .th__stags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.th__esrc { font-size: 11px; color: var(--text-mute); font-style: italic; }

.th__badge--live, .th__badge--soon, .th__badge--priority {
  display: inline-block; font-size: 10px; font-weight: 700;
  padding: 3px 9px; border-radius: 12px;
  letter-spacing: .08em; text-transform: uppercase;
}
.th__badge--live { background: rgba(76,175,80,0.18); color: #6fd573; border: 1px solid rgba(76,175,80,0.4); }
.th__badge--soon { background: rgba(255,255,255,0.06); color: var(--text-mute); border: 1px solid rgba(255,255,255,0.12); }
.th__badge--priority { background: var(--gold-soft); color: var(--gold); border: 1px solid var(--gold-line); }

/* ----- Press ---------------------------------------------------- */
.th__press { padding: 32px 28px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; margin: 0 0 48px; }
.th__press-ey { display: block; font-size: 11px !important; font-weight: 700 !important; color: var(--text-mute) !important; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px !important; }
.th__press-h2 { font-size: 28px !important; font-weight: 800 !important; color: var(--text) !important; margin: 0 0 18px !important; padding: 0 !important; }
.th__press-body { font-size: 16px !important; color: var(--text-dim) !important; line-height: 1.7 !important; margin: 0 0 28px !important; }
.th__press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.th__press-item p { margin: 0 !important; }
.th__press-dt { font-size: 11px !important; font-weight: 700 !important; color: var(--gold) !important; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px !important; }
.th__press-dd { font-size: 13px !important; color: var(--text-dim) !important; line-height: 1.6 !important; }

/* ----- Why-cite grid -------------------------------------------- */
.th__why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 48px; }
.th__why-item { padding: 22px 24px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; }
.th__why-title { font-size: 14px !important; font-weight: 700 !important; color: var(--gold) !important; letter-spacing: .04em; margin: 0 0 10px !important; }
.th__why-body { font-size: 13px !important; color: var(--text-dim) !important; line-height: 1.65 !important; margin: 0 !important; }

/* ----- Schedule table ------------------------------------------- */
.th__table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; margin: 0 0 48px; }
.th__table { width: 100%; border-collapse: collapse; font-size: 13px; }
.th__table thead { background: rgba(245,197,24,0.08); }
.th__table thead th { padding: 12px 16px; text-align: left; color: var(--gold) !important; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid var(--gold); }
.th__table tbody tr { border-bottom: 1px solid var(--line); }
.th__table tbody tr:nth-child(odd) { background: rgba(255,255,255,0.025); }
.th__table tbody tr:last-child { border-bottom: none; }
.th__table tbody td { padding: 12px 16px; color: var(--text-dim); }
.th__table tbody td:first-child { font-weight: 700; color: var(--text); }

/* ----- About ---------------------------------------------------- */
.th__about { padding: 36px 32px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 12px; margin: 0 0 24px; }
.th__about-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 32px; }
.th__about-h2 { font-size: 28px !important; font-weight: 800 !important; color: var(--text) !important; margin: 0 0 18px !important; padding: 0 !important; }
.th__about-body { font-size: 15px !important; color: var(--text-dim) !important; line-height: 1.7 !important; margin: 0 0 16px !important; }
.th__about-meta { font-size: 12px !important; color: var(--text-mute) !important; margin: 24px 0 0 !important; padding-top: 16px; border-top: 1px solid var(--line); }
.th__about-links { padding: 22px; background: rgba(0,0,0,0.2); border: 1px solid var(--line); border-radius: 8px; }
.th__about-links-h3 { font-size: 11px !important; font-weight: 700 !important; color: var(--gold) !important; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 14px !important; }
.th__about-link { display: block; padding: 8px 0; font-size: 14px; color: var(--text-dim) !important; text-decoration: none !important; border-bottom: 1px solid var(--line-soft); }
.th__about-link:last-child { border-bottom: none; }
.th__about-link:hover { color: var(--gold) !important; }

/* ----- Responsive ----------------------------------------------- */
@media (max-width: 900px) {
  .th__trust, .th__cards { grid-template-columns: repeat(2, 1fr); }
  .th__press-grid, .th__why-grid { grid-template-columns: 1fr; }
  .th__about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .th__h1 { font-size: 32px !important; }
  .th__sec-h2, .th__press-h2, .th__about-h2 { font-size: 24px !important; }
  .th__trust, .th__cards { grid-template-columns: 1fr; }
  .th__grid { grid-template-columns: 1fr; }
  .th__nav { gap: 8px 16px; padding: 12px 16px; }
  .th__nav-cta { margin-left: 0; }
}

/* ================================================================
   Key UK Trading Statistics — .tic-page key-stats grid
   ================================================================ */

.tic-page { font-family: inherit; font-size: 17px; line-height: 1.75; color: var(--text) !important; width: 100%; }
.tic-page * { box-sizing: border-box; }
.tic-page strong, .tic-page b { font-weight: 700 !important; color: var(--text) !important; }

.tic-page ul.tic-key-stats {
  list-style: none !important;
  margin: 0 0 40px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.tic-page ul.tic-key-stats li {
  background: var(--bg-card) !important;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 20px !important;
  margin: 0 !important;
  line-height: 1.55;
  font-size: 15px !important;
  color: var(--text-dim) !important;
}
.tic-page ul.tic-key-stats li strong { color: var(--gold) !important; font-size: 17px !important; }

.tic-page .tic-stat-actions { display: flex; gap: 6px; margin-top: 12px; justify-content: flex-end; flex-wrap: wrap; }
.tic-page button.tic-stat-copy { font: 700 10px/1.4 inherit !important; color: var(--text-mute) !important; background: transparent !important; border: 1px solid rgba(255,255,255,0.15) !important; padding: 4px 10px !important; border-radius: 3px; cursor: pointer; text-transform: uppercase; letter-spacing: 0.05em; transition: all .15s; }
.tic-page button.tic-stat-copy:hover { color: var(--text) !important; border-color: rgba(245,197,24,0.6) !important; }
.tic-page button.tic-stat-copy--ok { background: #4caf50 !important; color: #fff !important; border-color: #4caf50 !important; }

@media (max-width: 768px) { .tic-page ul.tic-key-stats { grid-template-columns: 1fr !important; } }/* End custom CSS */