/* Injected SEO — same palette as casino SPA */
.landing-seo {
  --seo-accent: var(--color-main-first, #047cfc);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 32px 16px 88px;
  display: none;
  clear: both;
  background: var(--color-main-background, #20242d);
  color: var(--color-text-first, #828f9a);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.55;
  border-top: 1px solid var(--color-fifth-background, #2d3340);
}

.landing-seo.landing-seo--mounted {
  display: block !important;
}

.landing-seo *,
.landing-seo *::before,
.landing-seo *::after {
  box-sizing: border-box;
}

.landing-seo__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 8px 16px;
}

.landing-seo__title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-text-sixth, #d8d8d8);
}

.landing-seo h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-sixth, #d8d8d8);
}

.landing-seo h3 {
  margin: 24px 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-fourth, #aab0bd);
}

.landing-seo p {
  margin: 0 0 12px;
  color: var(--color-text-first, #828f9a);
}

.landing-seo a {
  color: var(--seo-accent);
  text-decoration: none;
}

/* Casino shell clips overflow; without this the SEO block is below the
   visible page and looks like empty dark space. */
html.landing-seo-page,
html:has(#landing-seo),
html.landing-seo-page body,
html:has(#landing-seo) body {
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html.landing-seo-page .app,
html:has(#landing-seo) .app,
html.landing-seo-page .content,
html:has(#landing-seo) .content,
html.landing-seo-page .content.home,
html:has(#landing-seo) .content.home,
html.landing-seo-page .content.sport,
html:has(#landing-seo) .content.sport,
html.landing-seo-page .wrapper,
html:has(#landing-seo) .wrapper,
html.landing-seo-page .contentWrapper,
html:has(#landing-seo) .contentWrapper,
html.landing-seo-page .documentScrollLayout,
html:has(#landing-seo) .documentScrollLayout,
html.landing-seo-page .documentScrollContentShell,
html:has(#landing-seo) .documentScrollContentShell,
html.landing-seo-page .documentScrollContainer,
html:has(#landing-seo) .documentScrollContainer,
html.landing-seo-page #scrollArea,
html:has(#landing-seo) #scrollArea,
html.landing-seo-page .mainContainer,
html:has(#landing-seo) .mainContainer {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

html.landing-seo-page #landing-seo,
html:has(#landing-seo) #landing-seo {
  flex: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .landing-seo {
    padding: 40px 24px 64px;
  }
}
