/* Malina SK — independent visual system (not Casea layout) */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Sora:wght@400;500;600;700&display=swap");

:root {
  --main-bg: #120418;
  --nav-bg: rgba(28, 6, 36, 0.72);
  --tabs-bg: #2a0a34;
  --stroke-main: #6b1f78;
  --stroke-accent: #ff4fc4;
  --stroke-gold: #b8ff4a;
  --text-main: #fff5fc;
  --text-secondary: #d9a8e8;
  --text-accent: #ff7ad9;
  --text-nav: #f3d6ff;
  --button-primary-bg: linear-gradient(135deg, #ff3db5 0%, #a12bff 100%);
  --button-primary-stroke: transparent;
  --button-primary-color: #ffffff;
  --button-secondary-bg: transparent;
  --button-secondary-stroke: #ff7ad9;
  --button-secondary-color: #fff5fc;
  --theme-purple: #a12bff;
  --theme-violet: #ff3db5;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --shadow-glow: 0 18px 50px rgba(255, 61, 181, 0.28);
  --sp-bg: var(--main-bg);
  --sp-panel: rgba(42, 10, 52, 0.92);
  --sp-line: rgba(255, 122, 217, 0.35);
  --sp-line-soft: rgba(161, 43, 255, 0.28);
  --sp-copy: var(--text-main);
  --sp-muted: var(--text-secondary);
  --sp-accent: var(--text-accent);
  --sp-cta: #ff3db5;
  --sp-cta-stroke: #b8ff4a;
}

*,
*::before,
*::after {
  font-family: "Sora", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

html {
  font-size: 62.5%;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(255, 61, 181, 0.28), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(161, 43, 255, 0.35), transparent 50%),
    radial-gradient(700px 400px at 50% 100%, rgba(184, 255, 74, 0.08), transparent 60%),
    var(--main-bg) !important;
  scrollbar-color: #ff3db5 #1a0622;
}

body {
  gap: 0 !important;
  color: var(--text-main);
}

h1, h2, h3, .ml-2b05cd5bf4, .ml-4c12c10091, .ml-0d2390232b {
  font-family: "Fraunces", Georgia, serif !important;
  letter-spacing: -0.02em !important;
}

/* Global overflow lock */
html,
body {
  max-width: 100% !important;
  overflow-x: clip !important;
}

img,
video,
canvas {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  max-width: 100%;
}

/* Nav — desktop glass bar (full width, not overflowing pill) */
.ml-50e8031f29 {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 122, 217, 0.28) !important;
  border-radius: 0 !important;
  background: rgba(18, 4, 24, 0.92) !important;
  backdrop-filter: blur(18px) saturate(1.3) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35) !important;
  box-sizing: border-box !important;
}

.ml-50e8031f29 .ml-d7e7349d97,
.ml-50e8031f29 .ml-ef75cbcbfd {
  max-width: 1180px !important;
  width: min(1180px, calc(100% - 2.4rem)) !important;
  margin: 0 auto !important;
  padding: 0.8rem 0 !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.ml-caa13f0055 {
  height: 0 !important;
  display: none !important;
}

.ml-18c7bac1b0 {
  border-radius: var(--radius-pill) !important;
  padding: 0.55rem 0.9rem !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.ml-18c7bac1b0.ml-c561f89c27,
.ml-18c7bac1b0[aria-current="page"] {
  background: rgba(255, 61, 181, 0.22) !important;
  color: #fff !important;
}

/* Desktop nav: allow shrink / scroll inside bar, never expand page */
@media screen and (min-width: 1101px) {
  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 {
    min-width: 0 !important;
    gap: 0.8rem !important;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 .ml-650e3320b6 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 0.2rem 0.4rem !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 .ml-650e3320b6::-webkit-scrollbar {
    display: none !important;
  }

  .ml-50e8031f29 .ml-02a197bb29 {
    flex-shrink: 0 !important;
  }

  .ml-50e8031f29 .ml-02a197bb29 .ml-489bc1df9f {
    padding: 0.75rem 1.4rem !important;
    font-size: 1.2rem !important;
  }
}

/* Tablet + mobile: hamburger, hide inline nav */
@media screen and (max-width: 1100px) {
  .ml-50e8031f29 .ml-d7e7349d97 .ml-5f9b31c7c6 {
    display: block !important;
    flex-shrink: 0 !important;
    cursor: pointer;
    z-index: 102;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 {
    position: fixed !important;
    inset: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-120%) !important;
    transition: transform 0.35s ease, opacity 0.35s ease !important;
    background: rgba(8, 2, 12, 0.72) !important;
    backdrop-filter: blur(6px) !important;
    z-index: 101 !important;
    flex-grow: 0 !important;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429.ml-4839670f1d {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.6rem !important;
    margin: 7.2rem 1.6rem 2rem !important;
    padding: 2rem !important;
    max-height: calc(100vh - 9rem) !important;
    overflow-y: auto !important;
    border: 1px solid rgba(255, 122, 217, 0.35) !important;
    border-radius: 22px !important;
    background: #2a0a34 !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5) !important;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 .ml-650e3320b6 {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.4rem !important;
    overflow: visible !important;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 .ml-650e3320b6 .ml-18c7bac1b0 {
    width: 100% !important;
    padding: 1.1rem 1.2rem !important;
    font-size: 1.6rem !important;
    text-align: left !important;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 .ml-02a197bb29 {
    flex-direction: column !important;
    width: 100% !important;
    gap: 1rem !important;
  }

  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 .ml-02a197bb29 .ml-489bc1df9f {
    width: 100% !important;
  }
}

/* Buttons → pills / gradient */
.ml-489bc1df9f {
  border-radius: var(--radius-pill) !important;
  border: none !important;
  background: var(--button-primary-bg) !important;
  color: #fff !important;
  padding: 1rem 2.2rem !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  box-shadow: var(--shadow-glow) !important;
  transition: transform 0.18s ease, filter 0.18s ease !important;
}

.ml-489bc1df9f:hover {
  transform: translateY(-2px) scale(1.02) !important;
  filter: brightness(1.08) !important;
}

.ml-489bc1df9f.ml-d03705d8bc {
  background: transparent !important;
  border: 1.5px solid #ff7ad9 !important;
  box-shadow: none !important;
  color: #fff5fc !important;
}

/* Hero: full-bleed magazine style */
.ml-0650507346,
.ml-ca72d0f220 {
  position: relative !important;
  width: min(1180px, calc(100% - 2.4rem)) !important;
  margin: 2.4rem auto 0 !important;
  border: none !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  min-height: clamp(28rem, 52vh, 46rem) !important;
  display: grid !important;
  place-items: end stretch !important;
  box-shadow: 0 30px 80px rgba(80, 0, 90, 0.45) !important;
}

.ml-0650507346 .ml-3bc2f733f0,
.ml-ca72d0f220 .ml-3bc2f733f0 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.ml-0650507346 .ml-3bc2f733f0 img,
.ml-ca72d0f220 .ml-3bc2f733f0 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.04) !important;
  filter: saturate(1.15) contrast(1.05) !important;
}

.ml-0650507346::after,
.ml-ca72d0f220::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(180deg, rgba(18, 4, 24, 0.15) 0%, rgba(18, 4, 24, 0.35) 35%, rgba(18, 4, 24, 0.92) 100%),
    radial-gradient(600px 280px at 80% 20%, rgba(255, 61, 181, 0.35), transparent 70%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.ml-0650507346 .ml-2a3bbfa3e2,
.ml-ca72d0f220 .ml-2a3bbfa3e2 {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  padding: 3.2rem 3.6rem 4rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  text-align: left !important;
  background: transparent !important;
}

.ml-2b05cd5bf4 {
  font-size: clamp(3.2rem, 5vw, 5.6rem) !important;
  line-height: 1.05 !important;
  max-width: 16ch !important;
  color: #fff !important;
}

.ml-a0723514d7 {
  max-width: 54rem !important;
  font-size: 1.55rem !important;
  color: #f3d6ff !important;
  margin-top: 1.2rem !important;
}

.ml-28c07cd400 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  margin-top: 2rem !important;
}

/* Containers narrower / editorial */
.ml-ef75cbcbfd {
  max-width: 1180px !important;
}

/* Quick facts as chips / soft panel */
.ml-9cbbde5253 {
  margin: 3.2rem auto !important;
  padding: 2.8rem !important;
  border-radius: var(--radius-lg) !important;
  background: linear-gradient(160deg, rgba(255, 61, 181, 0.12), rgba(161, 43, 255, 0.08)) !important;
  border: 1px solid rgba(255, 122, 217, 0.25) !important;
}

.ml-c1aaf6aa9e {
  border-radius: var(--radius-md) !important;
  overflow: hidden !important;
  border: none !important;
  background: rgba(0, 0, 0, 0.25) !important;
}

.ml-c1aaf6aa9e th,
.ml-c1aaf6aa9e td {
  border-color: rgba(255, 122, 217, 0.15) !important;
  padding: 1.2rem 1.4rem !important;
  font-size: 1.4rem !important;
}

.ml-c1aaf6aa9e th {
  width: 34% !important;
  color: #ff7ad9 !important;
  font-weight: 600 !important;
}

/* Category pills — ONLY game category strip, NOT payment logos */
.ml-a157ff6b44 .ml-719bc9c948 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.8rem !important;
  justify-content: center !important;
}

.ml-a157ff6b44 .ml-0cf6c3a454 {
  border-radius: var(--radius-pill) !important;
  border: 1px solid rgba(184, 255, 74, 0.35) !important;
  background: rgba(184, 255, 74, 0.08) !important;
  padding: 0.7rem 1.4rem !important;
  width: auto !important;
  aspect-ratio: auto !important;
}

.ml-a157ff6b44 .ml-b6f48fa8d4 {
  color: #eaffb0 !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

/* Payment methods — compact logo row */
.ml-04058648a8 .ml-719bc9c948 {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(9.6rem, 11rem)) !important;
  justify-content: center !important;
  gap: 1.2rem !important;
  margin-top: 1.6rem !important;
  list-style: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

.ml-04058648a8 .ml-719bc9c948 .ml-0cf6c3a454 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 11rem !important;
  min-height: 4.8rem !important;
  height: 4.8rem !important;
  aspect-ratio: auto !important;
  padding: 0.6rem 1rem !important;
  border-radius: 1.2rem !important;
  border: 1px solid rgba(255, 122, 217, 0.22) !important;
  background: rgba(42, 10, 52, 0.95) !important;
  box-sizing: border-box !important;
}

.ml-04058648a8 .ml-719bc9c948 .ml-0cf6c3a454 img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 7.2rem !important;
  max-height: 3.2rem !important;
  object-fit: contain !important;
}

.ml-04058648a8 > .ml-b6f48fa8d4 {
  text-align: center !important;
  font-size: 1.6rem !important;
  color: #ff7ad9 !important;
}

/* Game cards — tall tiles, title under image, no Casea hover chrome */
.ml-85865b0152 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.6rem !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.ml-b4c5fce02b,
.ml-afca21045c,
.ml-948664f6e4,
.ml-ef75cbcbfd {
  max-width: min(1180px, calc(100% - 2.4rem)) !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.ml-0e8dc24c44,
.ml-0ac7dd16f9,
.ml-f0ca38f6e9c5 {
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #1c0724 !important;
  border: 1px solid rgba(255, 122, 217, 0.2) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35) !important;
  transition: transform 0.2s ease, border-color 0.2s ease !important;
}

.ml-0e8dc24c44:hover,
.ml-0ac7dd16f9:hover {
  transform: translateY(-6px) !important;
  border-color: #ff3db5 !important;
}

/* Slots: tall cover */
.ml-b4c5fce02b .ml-29f297dd65,
.ml-948664f6e4 .ml-29f297dd65 {
  aspect-ratio: 3 / 4 !important;
  min-height: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Live: landscape — do NOT stretch dealer photos */
.ml-afca21045c .ml-29f297dd65,
.ml-afca21045c .ml-0ac7dd16f9 .ml-29f297dd65 {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.ml-afca21045c .ml-29bbbe2d19 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 20% !important;
}

.ml-b4c5fce02b .ml-29bbbe2d19,
.ml-948664f6e4 .ml-29bbbe2d19 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.ml-29f297dd65 {
  min-height: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.ml-29bbbe2d19 {
  border-radius: 0 !important;
}

.ml-13f498f0da {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  border-radius: var(--radius-pill) !important;
  background: #b8ff4a !important;
  color: #1a0620 !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  padding: 0.35rem 0.9rem !important;
}

.ml-ca1bcff205 {
  opacity: 0 !important;
  pointer-events: none !important;
}

.ml-0e8dc24c44:hover .ml-ca1bcff205,
.ml-0ac7dd16f9:hover .ml-ca1bcff205 {
  opacity: 1 !important;
  pointer-events: auto !important;
  background: linear-gradient(180deg, transparent, rgba(18, 4, 24, 0.9)) !important;
}

.ml-e2b0db82ab {
  padding: 1.2rem 1.3rem 1.5rem !important;
  background: linear-gradient(180deg, #24102c, #16061c) !important;
}

.ml-0d2390232b {
  font-size: 1.45rem !important;
  color: #fff !important;
}

.ml-c1a14e6613 {
  color: #c89ad8 !important;
  font-size: 1.2rem !important;
}

/* Live section */
.ml-033a0dc00647 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
  border-radius: var(--radius-pill) !important;
  background: rgba(255, 61, 181, 0.15) !important;
  padding: 0.5rem 1.2rem !important;
  color: #ff7ad9 !important;
  font-weight: 700 !important;
}

/* Bonus strip card */
.ml-41b2f95bde,
section.ml-0650507346.ml-41b2f95bde {
  min-height: 22rem !important;
}

/* Article grid: banner LEFT, text RIGHT (keep) + editorial panel look */
.ml-3458ab-grid,
.ml-b9f0e2a1c3,
[class*="3458"],
.ml-seo-3458ab {
  /* fallback handled below via known hashed class from map */
}

/* Use known content grid class from current build */
body .ml-ef75cbcbfd + * {
  /* no-op */
}

/* seo article layout — class from seo-pages */
body section [class*=""] {
  /* specificity anchors below */
}

/* Direct selectors from current seo-pages.css mapped names:
   content grid is .ml- something — grep used ml- for cx-seo-3458ab */
/* We'll target via structure */
aside[class] > a[data-link],
aside a[href="/go"] {
  border-radius: var(--radius-lg) !important;
}

/* Force article two-column from seo-pages class if present */
.ml-71ac2e.ml-3458ab,
section .ml-71ac2e {
  /* filled by script-injected class updates if needed */
}

/* Explicit from build: look up — we use attribute path in HTML: class contains hashed */
/* Hard override for grid used on home article */
body > section.ml-2c01e6be2d .ml-3458ab,
body .ml-2c01e6be2d > .ml-71ac2e,
body .ml-2c01e6be2d > div:first-child {
  display: grid !important;
}

/* Footer */
.ml-30eb507db2db,
footer {
  margin-top: 4rem !important;
  padding: 3.2rem 0 2.4rem !important;
  border-top: 1px solid rgba(255, 122, 217, 0.2) !important;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35)) !important;
}

/* Cookie banner */
#cookie-consent,
.ml-6295f2cb5e {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
  padding: 1.2rem clamp(1rem, 3vw, 1.6rem) !important;
  border-radius: 0 !important;
}

.ml-f795758d7e {
  width: 100% !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

.ml-2b06060938 {
  max-width: 100% !important;
}

/* Kill fixed table min-widths that blow the page */
.ml-a4db997e9d,
.ml-15beecf197 {
  min-width: 0 !important;
  width: 100% !important;
}

.ml-ec7016868b {
  overflow-x: auto !important;
  max-width: 100% !important;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1200px) {
  .ml-85865b0152,
  .ml-b4c5fce02b .ml-85865b0152,
  .ml-afca21045c .ml-85865b0152 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 900px) {
  .ml-85865b0152,
  .ml-b4c5fce02b .ml-85865b0152,
  .ml-afca21045c .ml-85865b0152 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ml-0650507346,
  .ml-ca72d0f220 {
    width: min(100% - 2rem, 1180px) !important;
    margin-inline: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .ml-0650507346 .ml-2a3bbfa3e2,
  .ml-ca72d0f220 .ml-2a3bbfa3e2 {
    padding: 2.2rem 1.8rem 2.6rem !important;
  }

  .ml-85865b0152,
  .ml-b4c5fce02b .ml-85865b0152,
  .ml-afca21045c .ml-85865b0152 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .ml-9cbbde5253 {
    padding: 1.6rem !important;
    margin-inline: 1rem !important;
  }
}

/* Article: banner left / text right — editorial cards */
.ml-7378919797 {
  display: grid !important;
  grid-template-columns: minmax(260px, 30rem) minmax(0, 1fr) !important;
  grid-template-areas: "banner content" !important;
  gap: 2.8rem !important;
  align-items: start !important;
  margin: 3.2rem auto 4rem !important;
}

.ml-7b0f19f38a {
  grid-area: banner !important;
  position: sticky !important;
  top: 9rem !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  border: 1px solid rgba(184, 255, 74, 0.35) !important;
  background: linear-gradient(165deg, #3a1048, #1a0622) !important;
  box-shadow: 0 20px 50px rgba(161, 43, 255, 0.25) !important;
}

.ml-bdd00a082b {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}

.ml-2c01e6be2d,
.ml-87dadad6fb {
  background: transparent !important;
}

.ml-2c01e6be2d .ml-2a3bbfa3e2,
.ml-87dadad6fb .ml-2a3bbfa3e2 {
  border-radius: 24px !important;
  background: rgba(32, 8, 40, 0.88) !important;
  border: 1px solid rgba(255, 122, 217, 0.18) !important;
  padding: 2.8rem 3rem !important;
}

/* Subpage article hero — split reverse of Casea */
.ml-90cd45965c,
.ml-672522563d {
  display: grid !important;
  grid-template-columns: 1.05fr 1fr !important;
  gap: 0 !important;
  width: min(1180px, calc(100% - 2.4rem)) !important;
  margin: 2.4rem auto !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 122, 217, 0.25) !important;
  background: #1c0724 !important;
  min-height: 28rem !important;
}

.ml-90cd45965c picture,
.ml-672522563d picture,
.ml-90cd45965c > picture,
.ml-672522563d > .ml-3bc2f733f0 {
  order: 1 !important;
  min-height: 100% !important;
}

.ml-90cd45965c > div,
.ml-672522563d > div {
  order: 2 !important;
  padding: 3rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

@media (max-width: 900px) {
  .ml-7378919797 {
    grid-template-columns: 1fr !important;
    grid-template-areas: "banner" "content" !important;
  }
  .ml-7b0f19f38a { position: relative !important; top: auto !important; }
  .ml-90cd45965c,
  .ml-672522563d {
    grid-template-columns: 1fr !important;
  }
}

/* Kill Instrument Sans @font-face dominance */
@font-face {
  font-family: "Instrument Sans";
  src: local("Sora");
  font-display: swap;
}

/* Final adaptive kill-switch: cancel Casea-era tablet "scroll nav" between 768–1100 */
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .ml-50e8031f29 .ml-d7e7349d97 .ml-5f9b31c7c6 {
    display: block !important;
  }
  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 {
    flex-wrap: wrap !important;
  }
  .ml-50e8031f29 .ml-d7e7349d97 .ml-600bc9b429 .ml-64479f2228 .ml-650e3320b6 {
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
  }
}

/* Ensure containers never exceed viewport */
.ml-ef75cbcbfd,
.ml-6581cd8f13,
.ml-7378919797,
.ml-9cbbde5253,
.ml-948664f6e4,
.ml-a157ff6b44,
.ml-0650507346,
.ml-ca72d0f220 {
  max-width: min(1180px, calc(100vw - 2rem)) !important;
  box-sizing: border-box !important;
}


/* Live casino page game grids */
section[aria-labelledby="live-heading"] .ml-29f297dd65,
.ml-afca21045c .ml-85865b0152 .ml-29f297dd65 {
  aspect-ratio: 16 / 9 !important;
}

/* Live-casino inner page cards */
.ml-fcf302d689 .ml-29f297dd65,
.ml-5d93e27584 .ml-29f297dd65,
.ml-c3e9428e0d .ml-29f297dd65 {
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
}

.ml-fcf302d689 .ml-29bbbe2d19,
.ml-5d93e27584 .ml-29bbbe2d19,
.ml-c3e9428e0d .ml-29bbbe2d19 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 18% !important;
}

/* Bonus / data tables: no letter-stacking in narrow columns */
.ml-ec7016868b {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  max-width: 100% !important;
}

.ml-c1aaf6aa9e {
  width: 100% !important;
  min-width: 56rem !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.ml-c1aaf6aa9e th,
.ml-c1aaf6aa9e td {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  vertical-align: middle !important;
  padding: 1.2rem 1.4rem !important;
}

.ml-c1aaf6aa9e th:last-child,
.ml-c1aaf6aa9e td:last-child {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  min-width: 12rem !important;
}

.ml-c1aaf6aa9e th:nth-child(2),
.ml-c1aaf6aa9e td:nth-child(2) {
  min-width: 18rem !important;
}

.ml-5badb401eb {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.8rem !important;
  white-space: normal !important;
}

.ml-15beecf197 {
  min-width: 64rem !important;
}

/* VIP feature card — no text cut off on mobile */
.ml-4d5f18d21f {
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.ml-fc2ef03ff4 {
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 2rem 1.6rem !important;
  min-width: 0 !important;
}

.ml-fc2ef03ff4 h3,
.ml-fc2ef03ff4 > p,
.ml-fc2ef03ff4 li,
.ml-9e9aca932b {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  white-space: normal !important;
  hyphens: auto;
}

.ml-fc2ef03ff4 h3 {
  font-size: clamp(1.8rem, 4.5vw, 2.2rem) !important;
  line-height: 1.25 !important;
}

.ml-f16fe55fc6 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 640px) {
  .ml-fc2ef03ff4 {
    padding: 1.6rem 1.2rem !important;
  }
  .ml-f16fe55fc6 {
    grid-template-columns: 1fr !important;
  }
}
