/* Final authoritative Exness layout layer. Loaded after captured WordPress route CSS. */
html body .shell,
html body main.exness-app-shell,
html body main.exness-app-shell .exness-app-shell__content,
html body .exness-app-shell__footer {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Fireandice widgets/footer correction: final domain-gated overrides. */
html[data-domain="fireandicebikerally.com"] body .fireandice-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 10px !important;
  border-radius: 5px !important;
  background: #fff !important;
}
html[data-domain="fireandicebikerally.com"] body .fireandice-footer-brand .fireandice-footer-logo img {
  display: block !important;
  width: 180px !important;
  height: auto !important;
  aspect-ratio: 300 / 70 !important;
  object-fit: contain !important;
  filter: none !important;
}
html[data-domain="fireandicebikerally.com"] body .fireandice-socials {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}
html[data-domain="fireandicebikerally.com"] body .fireandice-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 1px solid #ffffff99 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #ffffff0d !important;
}
html[data-domain="fireandicebikerally.com"] body .fireandice-socials a:hover { background: #ffffff1c !important; }
html[data-domain="fireandicebikerally.com"] body .fireandice-socials svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) .fireandice-market-widget-frame {
  height: 430px !important;
}
html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) :is(.tradingview-widget-container, .tradingview-widget-container__widget, iframe) {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}
html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame,
html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame tv-forex-table {
  width: 100% !important;
  height: 420px !important;
  min-height: 0 !important;
  touch-action: pan-y !important;
}
@media (max-width: 1024px) {
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) .fireandice-market-widget-frame { height: 380px !important; }
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame,
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame tv-forex-table { height: 390px !important; }
}
@media (max-width: 767px) {
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) .fireandice-market-widget-frame { height: 350px !important; }
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame,
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame tv-forex-table { height: 370px !important; }
}

/* Fireandice FAQ, first-paint, and mobile-header fix. Keep this domain-owned layer last. */
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-item {
  display: block !important;
  margin: 0 !important;
  border-top: 1px solid #e5e5e5 !important;
}
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-item > summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 13px 4px !important;
  color: #222 !important;
  cursor: pointer !important;
  list-style: none !important;
  box-sizing: border-box !important;
}
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-item > summary::-webkit-details-marker { display: none !important; }
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-item > summary::marker { content: ""; }
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-question { min-width: 0; font-weight: 700; }
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-item > summary::after {
  content: "+" !important;
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  border: 0 !important;
  color: currentColor !important;
  font: 700 22px/18px Arial, sans-serif !important;
  text-align: center !important;
  transform: none !important;
}
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-item[open] > summary::after { content: "\2212" !important; }
html[data-domain="fireandicebikerally.com"] body .custom-faq :is(.elementor-accordion-icon, .elementor-tab-title .elementor-accordion-icon, .e-n-accordion-item-title-icon, .fireandice-faq-indicator) { display: none !important; }
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-answer { padding: 0 4px 15px !important; }
html[data-domain="fireandicebikerally.com"] body .custom-faq .fireandice-faq-answer > :last-child { margin-bottom: 0 !important; }

@media (max-width: 1024px) {
  html[data-domain="fireandicebikerally.com"] body .shell { overflow: visible !important; }
  html[data-domain="fireandicebikerally.com"] body .fireandice-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1400 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    transform: none !important;
    contain: none !important;
  }
  html[data-domain="fireandicebikerally.com"] body .fireandice-mobile-header {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }
  html[data-domain="fireandicebikerally.com"] body .fireandice-menu-overlay { z-index: 1500 !important; }
  html[data-domain="fireandicebikerally.com"] body .fireandice-mobile-drawer { z-index: 1600 !important; }
}

html body main.exness-app-shell {
  margin-inline: auto !important;
  padding-inline: max(20px, calc((100% - 1140px) / 2)) !important;
}

html body main.exness-app-shell .exness-app-shell__content {
  width: 100% !important;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html[data-domain="lordmayorshow.org"] body main.exness-app-shell .exness-app-shell__content {
  width: 100% !important;
  max-width: 1140px !important;
  margin-inline: auto !important;
}

html body main.exness-app-shell .source-page-content :is(.e-con, .e-con-inner, .elementor, .elementor-section, .elementor-container, .elementor-column, .elementor-widget, .elementor-widget-container),
html body .exness-app-shell__footer :is(.e-con, .e-con-inner, .elementor, .elementor-section, .elementor-container, .elementor-column, .elementor-widget, .elementor-widget-container) {
  max-width: 100%;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

html body main.exness-app-shell .source-page-content :is(h1, .elementor-heading-title, p) {
  max-width: 100%;
  white-space: normal !important;
}

html body main.exness-app-shell .source-page-content :is(img, picture, video, iframe, svg) {
  max-width: 100% !important;
  height: auto !important;
}

html body main.exness-app-shell .source-page-content :is(.table-responsive, .elementor-widget-html, .elementor-widget-text-editor) > table,
html body main.exness-app-shell .source-page-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

html body .exness-app-shell__footer > footer,
html body .exness-app-shell__footer > .e-con,
html body .exness-app-shell__footer > .elementor-section {
  width: 100% !important;
  max-width: 100% !important;
}

html body .exness-app-shell__footer :is(.e-con-inner, .elementor-container, .footer-inner) {
  width: min(calc(100% - 40px), 1140px) !important;
  max-width: 1140px !important;
  margin-inline: auto !important;
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  html body .shell,
  html body main.exness-app-shell,
  html body main.exness-app-shell .exness-app-shell__content,
  html body main.exness-app-shell .source-page-content,
  html body .exness-app-shell__footer {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body main.exness-app-shell {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  html body main.exness-app-shell .source-page-content :is(.e-con, .e-con-inner, .elementor, .elementor-section, .elementor-container, .elementor-column, .elementor-widget, .elementor-widget-container) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body main.exness-app-shell .source-page-content :is(h1, .elementor-heading-title) {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    font-size: clamp(1.85rem, 10vw, 2.75rem) !important;
    line-height: 1.12 !important;
  }

  html body main.exness-app-shell .source-page-content p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  html body main.exness-app-shell .source-page-content :is(.elementor-button-wrapper, .cta, .cta-container) {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body main.exness-app-shell .source-page-content :is(.elementor-button, a.button, button) {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-align: center;
  }

  html body .exness-app-shell__footer :is(.e-con-inner, .elementor-container, .footer-inner) {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

/* Fireandice layout correction. This is the last app-owned layer after captured CSS. */
html[data-domain="fireandicebikerally.com"] body main.exness-app-shell {
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
  overflow: visible !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-ticker {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e7e7e7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-ticker .tradingview-widget-container,
html[data-domain="fireandicebikerally.com"] body .fireandice-ticker .tradingview-widget-container__widget {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-ticker iframe {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 46px !important;
  border: 0 !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-ticker-placeholder {
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
}

html[data-domain="fireandicebikerally.com"] body main.source-article-page .fireandice-content-shell {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) !important;
  gap: 32px !important;
  width: min(calc(100% - 48px), 1500px) !important;
  max-width: 1500px !important;
  margin: 32px auto 90px !important;
  padding: 0 !important;
  align-items: start !important;
}

html[data-domain="fireandicebikerally.com"] body main.source-article-page .fireandice-article-column,
html[data-domain="fireandicebikerally.com"] body main.source-article-page .exness-app-shell__content,
html[data-domain="fireandicebikerally.com"] body main.source-article-page .source-page-content,
html[data-domain="fireandicebikerally.com"] body main.source-article-page .source-page-content > :is(.e-con, .elementor-section),
html[data-domain="fireandicebikerally.com"] body main.source-article-page .source-page-content :is(.e-con, .e-con-inner, .elementor, .elementor-section, .elementor-container, .elementor-column, .elementor-widget, .elementor-widget-container),
html[data-domain="fireandicebikerally.com"] body main.source-article-page .source-page-content .custom-gradient-header,
html[data-domain="fireandicebikerally.com"] body main.source-article-page .source-page-content .custom-content-block {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section {
  width: 100% !important;
  max-width: 1140px !important;
  margin: 26px auto 40px !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

html[data-domain="fireandicebikerally.com"] body main.source-article-page .fireandice-market-widget-section {
  max-width: none !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame,
html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame .tradingview-widget-container,
html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame .tradingview-widget-container__widget,
html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame tv-forex-table {
  width: 100% !important;
  height: 500px !important;
  min-width: 0 !important;
}

html[data-domain="fireandicebikerally.com"] body .fireandice-widget-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  background: #f7f7f7;
  color: #666;
}

@media (max-width: 1024px) {
  html[data-domain="fireandicebikerally.com"] body main.source-article-page .fireandice-content-shell {
    display: block !important;
    width: calc(100% - 36px) !important;
    max-width: none !important;
  }
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame,
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame .tradingview-widget-container,
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame .tradingview-widget-container__widget,
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame tv-forex-table { height: 440px !important; }
}

@media (max-width: 767px) {
  html[data-domain="fireandicebikerally.com"] body .fireandice-ticker { height: 46px !important; }

  html[data-domain="fireandicebikerally.com"] body main.source-article-page .fireandice-content-shell {
    width: calc(100% - 28px) !important;
    margin: 18px auto 70px !important;
  }

  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section {
    width: 100% !important;
    margin: 20px auto 32px !important;
    padding: 12px !important;
  }

  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame,
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame .tradingview-widget-container,
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame .tradingview-widget-container__widget,
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-frame tv-forex-table {
    height: 400px !important;
  }
}

/* Authoritative fireandice-only widget heights; intentionally last in cascade. */
html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) .fireandice-market-widget-frame { height: 430px !important; }
html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) :is(.tradingview-widget-container, .tradingview-widget-container__widget, iframe) { width: 100% !important; height: 100% !important; min-height: 100% !important; }
html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame,
html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame tv-forex-table { height: 420px !important; min-height: 0 !important; touch-action: pan-y !important; }
@media (max-width: 1024px) {
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) .fireandice-market-widget-frame { height: 380px !important; }
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame,
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame tv-forex-table { height: 390px !important; }
}
@media (max-width: 767px) {
  html[data-domain="fireandicebikerally.com"] body .fireandice-market-widget-section:is([data-fireandice-market-widget="stocks"], [data-fireandice-market-widget="crypto"], [data-fireandice-market-widget="etf"]) .fireandice-market-widget-frame { height: 350px !important; }
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame,
  html[data-domain="fireandicebikerally.com"] body .fireandice-forex-frame tv-forex-table { height: 370px !important; }
}
/* Intent-first content keeps legacy hero/CTA geometry while remaining theme-neutral. */
.intent-first-answer{font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.65}
.intent-scope{box-sizing:border-box;width:100%;max-width:100%;margin:24px 0;padding:20px 24px;border:1px solid rgba(127,127,127,.25);border-radius:12px;background:var(--exness-surface,#fff);color:var(--exness-text,#1f2937)}
.intent-scope h2{margin-top:0;color:inherit!important;font-size:clamp(1.2rem,2vw,1.55rem)!important}
.intent-related-links ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:10px;margin:12px 0 0;padding:0;list-style:none}
.intent-related-links a{display:block;padding:10px 12px;border:1px solid currentColor;border-radius:8px;line-height:1.35;text-decoration:none}
.custom-cta{text-align:center;margin:32px 0}
.custom-cta .custom-content-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border-radius:7px;background:#ffde02;color:#111!important;font-weight:700;text-decoration:none}
@media(max-width:390px){.intent-scope{padding:16px}.intent-related-links ul{grid-template-columns:1fr}.custom-cta .custom-content-btn{box-sizing:border-box;width:100%}}
