/* CasinoMENA front-end system */
:root {
  --cm-ink: #0b1324;
  --cm-ink-2: #15213a;
  --cm-ink-3: #22304c;
  --cm-accent: #d9a441;
  --cm-accent-strong: #bd8430;
  --cm-accent-soft: #fff4d9;
  --cm-secondary: #0e8f79;
  --cm-secondary-strong: #08705f;
  --cm-secondary-soft: #e7f7f3;
  --cm-bg: #f4f6fa;
  --cm-surface: #ffffff;
  --cm-surface-2: #f9fafc;
  --cm-border: #dde3ed;
  --cm-border-strong: #cbd3e1;
  --cm-text: #172033;
  --cm-muted: #637087;
  --cm-danger: #b94747;
  --cm-success: #13745f;
  --cm-shadow-sm: 0 8px 24px rgba(11, 19, 36, 0.07);
  --cm-shadow: 0 22px 60px rgba(11, 19, 36, 0.11);
  --cm-shadow-dark: 0 26px 80px rgba(0, 0, 0, 0.24);
  --cm-radius-sm: 10px;
  --cm-radius: 18px;
  --cm-radius-lg: 28px;
  --cm-container: 1220px;
  --cm-reading: 790px;
  --cm-header-height: 78px;
  --cm-transition: 180ms ease;
  --cm-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Tahoma, sans-serif;
  --cm-font-ar: Tahoma, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--cm-bg);
  color: var(--cm-text);
  font-family: var(--cm-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.cm-direction-rtl {
  font-family: var(--cm-font-ar);
  letter-spacing: 0;
}

body.cm-nav-open,
body.cm-search-open {
  overflow: hidden;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
[type="button"],
[type="submit"] {
  cursor: pointer;
}

a {
  color: var(--cm-secondary-strong);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--cm-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--cm-ink);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 0.65em;
  text-wrap: balance;
}

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin-block: 0 1.2em;
}

::selection {
  background: var(--cm-accent);
  color: var(--cm-ink);
}

:focus-visible {
  outline: 3px solid var(--cm-accent);
  outline-offset: 3px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--cm-surface);
  clip: auto !important;
  clip-path: none;
  color: var(--cm-ink);
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  line-height: normal;
  padding: 14px 18px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

.cm-container {
  margin-inline: auto;
  max-width: var(--cm-container);
  padding-inline: 24px;
  width: 100%;
}

.cm-site-shell {
  min-height: 100vh;
}

.cm-site-main {
  min-height: 48vh;
}

.cm-icon {
  flex: 0 0 auto;
  height: 1.25em;
  width: 1.25em;
}

.cm-eyebrow,
.cm-card-kicker,
.cm-admin-eyebrow {
  color: var(--cm-secondary-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cm-direction-rtl .cm-eyebrow,
.cm-direction-rtl .cm-card-kicker {
  letter-spacing: 0;
}

.cm-topbar {
  background: #07101f;
  color: #d9e0eb;
  font-size: 0.78rem;
}

.cm-topbar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 36px;
}

.cm-topbar p,
.cm-topbar__links {
  align-items: center;
  display: flex;
  gap: 9px;
  margin: 0;
}

.cm-topbar .cm-icon {
  color: var(--cm-accent);
}

.cm-topbar a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.cm-topbar a:hover {
  color: #fff;
}

.cm-age-badge {
  background: rgba(217, 164, 65, 0.16);
  border: 1px solid rgba(217, 164, 65, 0.48);
  border-radius: 999px;
  color: #ffe7af;
  font-weight: 800;
  padding: 2px 8px;
}

.cm-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-block-end: 1px solid rgba(203, 211, 225, 0.75);
  box-shadow: 0 5px 20px rgba(11, 19, 36, 0.04);
  inset-block-start: 0;
  position: sticky;
  transition: box-shadow var(--cm-transition), transform var(--cm-transition);
  z-index: 1000;
}

.admin-bar .cm-site-header {
  inset-block-start: 32px;
}

.cm-site-header.is-scrolled {
  box-shadow: 0 12px 36px rgba(11, 19, 36, 0.11);
}

.cm-header__inner {
  align-items: center;
  display: flex;
  gap: 26px;
  min-height: var(--cm-header-height);
}

.cm-header__brand {
  flex: 0 0 auto;
}

.cm-brand {
  line-height: 1;
}

.cm-brand .custom-logo-link,
.cm-brand__fallback {
  align-items: center;
  color: var(--cm-ink);
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}

.cm-brand__fallback {
  direction: ltr;
  unicode-bidi: isolate;
}

.cm-brand .custom-logo {
  height: auto;
  max-height: 54px;
  max-width: 220px;
  width: auto;
}

.cm-brand__mark {
  align-items: center;
  background: linear-gradient(145deg, var(--cm-accent), #f4d17d);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(217, 164, 65, 0.26), inset 0 0 0 1px rgba(11, 19, 36, 0.08);
  color: var(--cm-ink);
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.08em;
  position: relative;
  transform: rotate(-5deg);
  width: 42px;
}

.cm-brand__mark span + span {
  margin-inline-start: -1px;
}

.cm-brand__wordmark {
  align-items: baseline;
  display: inline-flex;
  font-size: 1.3rem;
  letter-spacing: -0.045em;
}

.cm-brand__wordmark strong {
  font-weight: 800;
}

.cm-brand__wordmark b {
  color: var(--cm-secondary);
  font-weight: 900;
}

.cm-brand__wordmark small {
  color: var(--cm-muted);
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0;
}

.cm-primary-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.cm-menu,
.cm-menu ul,
.cm-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-menu {
  align-items: center;
  display: flex;
  gap: 3px;
  justify-content: center;
}

.cm-menu > li {
  position: relative;
}

.cm-menu > li > a {
  border-radius: 9px;
  color: var(--cm-ink-2);
  display: block;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
  padding: 12px 9px;
  text-decoration: none;
  white-space: nowrap;
}

.cm-menu > li > a:hover,
.cm-menu > li.current-menu-item > a,
.cm-menu > li.current-menu-ancestor > a,
.cm-menu > li:focus-within > a {
  background: var(--cm-secondary-soft);
  color: var(--cm-secondary-strong);
}

.cm-menu .menu-item-has-children > a {
  padding-inline-end: 25px;
  position: relative;
}

.cm-menu .menu-item-has-children > a::after {
  border-block-end: 1.5px solid currentColor;
  border-inline-end: 1.5px solid currentColor;
  content: "";
  height: 6px;
  inset-block-start: 48%;
  inset-inline-end: 10px;
  position: absolute;
  transform: translateY(-65%) rotate(45deg);
  transition: transform var(--cm-transition);
  width: 6px;
}

.cm-menu .sub-menu {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: 14px;
  box-shadow: var(--cm-shadow);
  inset-block-start: calc(100% + 10px);
  inset-inline-start: 0;
  min-width: 235px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  transform: translateY(-6px);
  transition: opacity var(--cm-transition), transform var(--cm-transition), visibility var(--cm-transition);
  visibility: hidden;
  z-index: 20;
}

.cm-menu > li:nth-last-child(-n + 2) .sub-menu {
  inset-inline-end: 0;
  inset-inline-start: auto;
}

.cm-menu li:hover > .sub-menu,
.cm-menu li:focus-within > .sub-menu,
.cm-menu li.is-submenu-open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.cm-menu .sub-menu::before {
  content: "";
  height: 12px;
  inset-block-start: -12px;
  inset-inline: 0;
  position: absolute;
}

.cm-menu .sub-menu a {
  align-items: center;
  border-radius: 9px;
  color: var(--cm-text);
  display: flex;
  font-size: 0.86rem;
  font-weight: 650;
  gap: 10px;
  padding: 10px 12px;
  text-decoration: none;
}

.cm-menu .sub-menu a:hover,
.cm-menu .sub-menu .current-menu-item > a {
  background: var(--cm-bg);
  color: var(--cm-secondary-strong);
}

.cm-submenu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  display: none;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.cm-header__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.cm-language-switcher {
  align-items: center;
  background: var(--cm-bg);
  border: 1px solid var(--cm-border);
  border-radius: 999px;
  display: flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 2px;
  padding: 3px;
}

.cm-language-switcher a,
.cm-language-switcher span {
  border-radius: 999px;
  color: var(--cm-muted);
  display: inline-flex;
  line-height: 1;
  padding: 7px 9px;
  text-decoration: none;
}

.cm-language-switcher > span {
  padding-inline: 2px;
}

.cm-language-switcher .is-current,
.cm-language-switcher [aria-current="page"] {
  background: var(--cm-ink);
  color: #fff;
}

.cm-icon-button,
.cm-menu-toggle {
  align-items: center;
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: 10px;
  color: var(--cm-ink);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: background var(--cm-transition), border-color var(--cm-transition), transform var(--cm-transition);
}

.cm-icon-button {
  padding: 0;
  width: 42px;
}

.cm-icon-button:hover,
.cm-menu-toggle:hover {
  background: var(--cm-secondary-soft);
  border-color: #9acfc5;
  color: var(--cm-secondary-strong);
}

.cm-menu-toggle {
  display: none;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 8px;
  padding-inline: 12px;
}

.cm-mobile-nav__head,
.cm-mobile-nav__utilities {
  display: none;
}

.cm-nav-scrim {
  background: rgba(5, 10, 20, 0.63);
  inset: 0;
  position: fixed;
  z-index: 1190;
}

.cm-search-panel {
  align-items: flex-start;
  background: rgba(5, 10, 20, 0.78);
  inset: 0;
  padding: 13vh 24px 24px;
  position: fixed;
  z-index: 1300;
}

.cm-search-panel:not([hidden]) {
  display: flex;
  justify-content: center;
}

.cm-search-panel__inner {
  background: var(--cm-surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--cm-radius-lg);
  box-shadow: var(--cm-shadow-dark);
  max-width: 720px;
  padding: 24px;
  width: 100%;
}

.cm-search-panel__head {
  align-items: center;
  display: flex;
  font-size: 1.15rem;
  justify-content: space-between;
  margin-block-end: 20px;
}

.cm-search-form__control {
  align-items: center;
  background: var(--cm-surface);
  border: 1px solid var(--cm-border-strong);
  border-radius: 14px;
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 6px 7px 6px 16px;
}

.cm-search-form__control:focus-within {
  border-color: var(--cm-secondary);
  box-shadow: 0 0 0 4px rgba(14, 143, 121, 0.12);
}

.cm-search-form__control > .cm-icon {
  color: var(--cm-muted);
}

.cm-search-form input {
  background: transparent;
  border: 0;
  flex: 1;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.cm-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 11px;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  padding: 11px 17px;
  text-decoration: none;
  transition: background var(--cm-transition), border-color var(--cm-transition), box-shadow var(--cm-transition), color var(--cm-transition), transform var(--cm-transition);
}

.cm-button:hover {
  transform: translateY(-1px);
}

.cm-button .cm-icon {
  height: 1.05em;
  width: 1.05em;
}

.cm-button--large {
  border-radius: 13px;
  font-size: 0.95rem;
  min-height: 52px;
  padding: 14px 21px;
}

.cm-button--small {
  border-radius: 9px;
  font-size: 0.76rem;
  min-height: 36px;
  padding: 8px 12px;
}

.cm-button--primary {
  background: linear-gradient(135deg, var(--cm-accent), #efc56e);
  border-color: #edc36a;
  box-shadow: 0 10px 22px rgba(217, 164, 65, 0.22);
  color: var(--cm-ink);
}

.cm-button--primary:hover {
  background: linear-gradient(135deg, #e1ad48, #f5d384);
  box-shadow: 0 14px 28px rgba(217, 164, 65, 0.3);
  color: var(--cm-ink);
}

.cm-button--secondary {
  background: var(--cm-secondary);
  border-color: var(--cm-secondary);
  color: #fff;
}

.cm-button--secondary:hover {
  background: var(--cm-secondary-strong);
  color: #fff;
}

.cm-button--ghost {
  background: var(--cm-surface);
  border-color: var(--cm-border-strong);
  color: var(--cm-ink);
}

.cm-button--ghost:hover {
  background: var(--cm-bg);
  border-color: var(--cm-secondary);
  color: var(--cm-secondary-strong);
}

.cm-button--glass {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.cm-button--glass:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.cm-button--light {
  background: #fff;
  border-color: #fff;
  color: var(--cm-ink);
}

.cm-text-link,
.cm-section-heading__link {
  align-items: center;
  color: var(--cm-secondary-strong);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 7px;
  text-decoration: none;
}

.cm-text-link:hover,
.cm-section-heading__link:hover {
  color: var(--cm-ink);
}

.cm-text-link--light {
  color: #e9f9f5;
}

.cm-text-link--light:hover {
  color: #fff;
}

.cm-text-button {
  background: transparent;
  border: 0;
  color: var(--cm-muted);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 8px;
  text-decoration: underline;
}

.cm-home-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(217, 164, 65, 0.18), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(14, 143, 121, 0.18), transparent 32%),
    linear-gradient(145deg, #07101f 0%, #0d1930 52%, #10223d 100%);
  color: #dce4ef;
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.cm-home-hero::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 92%);
  pointer-events: none;
  position: absolute;
}

.cm-home-hero__glow {
  background: var(--cm-accent);
  border-radius: 50%;
  filter: blur(100px);
  height: 260px;
  inset-block-start: 15%;
  inset-inline-end: -100px;
  opacity: 0.11;
  position: absolute;
  width: 260px;
}

.cm-home-hero__grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  min-height: 660px;
  padding-block: 76px 96px;
  position: relative;
  z-index: 1;
}

.cm-home-hero__copy {
  max-width: 720px;
}

.cm-hero-kicker {
  align-items: center;
  background: rgba(14, 143, 121, 0.14);
  border: 1px solid rgba(79, 196, 174, 0.28);
  border-radius: 999px;
  color: #bff5e9;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 8px;
  margin-block-end: 20px;
  padding: 7px 12px;
}

.cm-home-hero h1 {
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.55rem);
  letter-spacing: -0.052em;
  line-height: 1.04;
  margin-block-end: 22px;
  max-width: 860px;
}

.cm-direction-rtl .cm-home-hero h1 {
  font-size: clamp(2.3rem, 4.5vw, 4.05rem);
  letter-spacing: 0;
  line-height: 1.22;
}

.cm-home-hero__lead {
  color: #bec9d8;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.8;
  max-width: 680px;
}

.cm-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block: 30px 26px;
}

.cm-hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.cm-hero-trust-list > span {
  align-items: center;
  color: #cad4e0;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 7px;
}

.cm-hero-trust-list .cm-icon,
.cm-hero-trust-list strong {
  color: var(--cm-accent);
}

.cm-home-hero__visual {
  height: 470px;
  position: relative;
}

.cm-hero-orbit {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  position: absolute;
}

.cm-hero-orbit--one {
  height: 420px;
  inset: 25px;
  width: 420px;
}

.cm-hero-orbit--two {
  border-color: rgba(217, 164, 65, 0.23);
  height: 300px;
  inset: 85px;
  width: 300px;
}

.cm-hero-compare-card {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  color: #fff;
  position: absolute;
}

.cm-hero-compare-card--main {
  border-radius: 24px;
  inset-block-start: 92px;
  inset-inline-start: 40px;
  padding: 30px;
  transform: rotate(-3deg);
  width: 330px;
}

.cm-hero-compare-card--main > span {
  align-items: center;
  background: linear-gradient(135deg, var(--cm-accent), #f3d17b);
  border-radius: 15px;
  color: var(--cm-ink);
  display: flex;
  height: 52px;
  justify-content: center;
  margin-block-end: 34px;
  width: 52px;
}

.cm-hero-compare-card strong {
  display: block;
  font-size: 1.15rem;
  margin-block-end: 8px;
}

.cm-hero-compare-card small {
  color: #b9c6d6;
  display: block;
  line-height: 1.55;
}

.cm-hero-compare-card--small {
  align-items: center;
  border-radius: 17px;
  display: flex;
  gap: 13px;
  inset-block-start: 48px;
  inset-inline-end: 0;
  padding: 18px;
  transform: rotate(5deg);
}

.cm-hero-compare-card--small span {
  color: var(--cm-accent);
}

.cm-hero-compare-card--small strong {
  font-size: 0.9rem;
  margin: 0;
}

.cm-hero-compare-card--badge {
  border-radius: 18px;
  inset-block-end: 48px;
  inset-inline-end: 32px;
  padding: 18px 22px;
  transform: rotate(3deg);
}

.cm-hero-compare-card--badge strong {
  color: var(--cm-accent);
  font-size: 1.5rem;
}

.cm-home-content {
  padding-block-end: 86px;
  position: relative;
}

.cm-quick-paths {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius-lg);
  box-shadow: var(--cm-shadow);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block-start: -50px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.cm-quick-path {
  align-items: center;
  background: var(--cm-surface);
  color: var(--cm-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  min-height: 104px;
  padding: 22px;
  text-decoration: none;
  transition: background var(--cm-transition), color var(--cm-transition);
}

.cm-quick-path + .cm-quick-path {
  border-inline-start: 1px solid var(--cm-border);
}

.cm-quick-path > span {
  align-items: center;
  background: var(--cm-secondary-soft);
  border-radius: 13px;
  color: var(--cm-secondary-strong);
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.cm-quick-path > .cm-icon {
  color: var(--cm-muted);
  height: 18px;
  width: 18px;
}

.cm-quick-path:hover {
  background: linear-gradient(145deg, #fff, var(--cm-accent-soft));
  color: var(--cm-ink);
}

.cm-section {
  margin-block: 80px;
}

.cm-section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-block-end: 28px;
}

.cm-section-heading > div {
  max-width: 740px;
}

.cm-section-heading h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
  margin: 0;
}

.cm-direction-rtl .cm-section-heading h2 {
  letter-spacing: 0;
}

.cm-section-heading p:not(.cm-eyebrow) {
  color: var(--cm-muted);
  margin: 10px 0 0;
  max-width: 720px;
}

.cm-disclosure {
  align-items: flex-start;
  background: #fffbf0;
  border: 1px solid #eedcb4;
  border-radius: 13px;
  color: #5d4a25;
  display: flex;
  font-size: 0.78rem;
  gap: 10px;
  margin-block: 20px 26px;
  padding: 13px 15px;
}

.cm-disclosure > span {
  color: var(--cm-accent-strong);
  margin-block-start: 2px;
}

.cm-disclosure p {
  margin: 0;
}

.cm-casino-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-casino-card {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  box-shadow: var(--cm-shadow-sm);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  position: relative;
  transition: border-color var(--cm-transition), box-shadow var(--cm-transition), transform var(--cm-transition);
}

.cm-casino-card:hover {
  border-color: #c5d3df;
  box-shadow: var(--cm-shadow);
  transform: translateY(-3px);
}

.cm-casino-card__topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 28px;
}

.cm-rank {
  align-items: center;
  background: var(--cm-ink);
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 30px;
}

.cm-card-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cm-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 850;
  gap: 5px;
  line-height: 1;
  padding: 7px 9px;
}

.cm-badge .cm-icon {
  height: 12px;
  width: 12px;
}

.cm-badge--featured {
  background: var(--cm-accent-soft);
  color: #845d13;
}

.cm-badge--new {
  background: var(--cm-secondary-soft);
  color: var(--cm-secondary-strong);
}

.cm-casino-card__main {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 86px minmax(0, 1fr);
  margin-block: 18px 16px;
}

.cm-casino-logo,
.cm-review-logo,
.cm-table-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--cm-border);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.cm-casino-logo {
  aspect-ratio: 1.35 / 1;
  border-radius: 13px;
  padding: 9px;
}

.cm-casino-logo__image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.cm-casino-logo__placeholder {
  align-items: center;
  background: linear-gradient(145deg, var(--cm-ink), var(--cm-ink-3));
  border-radius: 10px;
  color: var(--cm-accent);
  display: flex;
  font-size: 1.1rem;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  min-height: 52px;
  width: 100%;
}

.cm-casino-card__identity h3 {
  font-size: 1.08rem;
  margin: 0 0 8px;
}

.cm-casino-card__identity h3 a {
  color: var(--cm-ink);
  text-decoration: none;
}

.cm-card-meta {
  align-items: center;
  color: var(--cm-muted);
  display: flex;
  font-size: 0.74rem;
  gap: 5px;
  margin: 7px 0 0;
}

.cm-card-meta .cm-icon {
  height: 13px;
  width: 13px;
}

.cm-rating {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.cm-rating__score {
  color: var(--cm-ink);
  font-size: 1.3rem;
  font-weight: 900;
}

.cm-rating__out {
  color: var(--cm-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.cm-rating__track {
  background: #e5e9f0;
  border-radius: 999px;
  display: block;
  height: 5px;
  margin-inline-start: 7px;
  overflow: hidden;
  position: relative;
  top: -2px;
  width: 60px;
}

.cm-rating__track > span {
  background: linear-gradient(90deg, var(--cm-accent-strong), var(--cm-accent));
  border-radius: inherit;
  display: block;
  height: 100%;
}

.cm-rating--compact .cm-rating__score {
  font-size: 1rem;
}

.cm-casino-card__bonus {
  background: linear-gradient(145deg, #faf7ed, #fffdf8);
  border: 1px solid #ebdfc4;
  border-radius: 12px;
  margin-block-end: 13px;
  padding: 12px;
}

.cm-casino-card__bonus span {
  color: var(--cm-muted);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  margin-block-end: 3px;
  text-transform: uppercase;
}

.cm-casino-card__bonus strong {
  color: var(--cm-ink);
  display: block;
  font-size: 0.92rem;
  line-height: 1.4;
}

.cm-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-block-end: 14px;
}

.cm-chip {
  background: var(--cm-bg);
  border: 1px solid var(--cm-border);
  border-radius: 999px;
  color: var(--cm-muted);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 5px 8px;
}

.cm-casino-card__actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-block-start: auto;
}

.cm-compare-check {
  align-items: center;
  color: var(--cm-muted);
  cursor: pointer;
  display: flex;
  font-size: 0.73rem;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  margin-block-start: 13px;
}

.cm-compare-check input {
  accent-color: var(--cm-secondary);
  height: 16px;
  width: 16px;
}

.cm-table-wrap {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  box-shadow: var(--cm-shadow-sm);
  max-width: 100%;
  overflow: auto;
}

.cm-comparison-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1000px;
  width: 100%;
}

.cm-comparison-table th,
.cm-comparison-table td {
  border-block-end: 1px solid var(--cm-border);
  padding: 16px;
  text-align: start;
  vertical-align: middle;
}

.cm-comparison-table thead th {
  background: var(--cm-ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 2;
}

.cm-comparison-table thead th:first-child {
  border-start-start-radius: calc(var(--cm-radius) - 1px);
}

.cm-comparison-table thead th:last-child {
  border-start-end-radius: calc(var(--cm-radius) - 1px);
}

.cm-comparison-table tbody tr:last-child th,
.cm-comparison-table tbody tr:last-child td {
  border-block-end: 0;
}

.cm-comparison-table tbody tr:hover {
  background: #fbfcfe;
}

.cm-table-casino {
  align-items: center;
  color: var(--cm-ink);
  display: flex;
  font-size: 0.86rem;
  gap: 10px;
  min-width: 180px;
  text-decoration: none;
}

.cm-table-logo {
  border-radius: 9px;
  height: 45px;
  padding: 4px;
  width: 58px;
}

.cm-table-logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.cm-table-actions {
  min-width: 145px;
}

.cm-table-actions .cm-text-link {
  display: flex;
  margin-block-start: 8px;
}

.cm-country-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-country-card {
  align-items: center;
  background: linear-gradient(145deg, var(--cm-surface), #f9fbfd);
  border: 1px solid var(--cm-border);
  border-radius: 15px;
  color: var(--cm-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  min-height: 82px;
  padding: 18px;
  text-decoration: none;
  transition: border-color var(--cm-transition), box-shadow var(--cm-transition), transform var(--cm-transition);
}

.cm-country-card > span {
  align-items: center;
  background: var(--cm-accent-soft);
  border-radius: 11px;
  color: var(--cm-accent-strong);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.cm-country-card > .cm-icon {
  color: var(--cm-muted);
  height: 17px;
  width: 17px;
}

.cm-country-card:hover {
  border-color: #c5b178;
  box-shadow: var(--cm-shadow-sm);
  color: var(--cm-ink);
  transform: translateY(-2px);
}

.cm-discovery-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.cm-discovery-panel {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius-lg);
  padding: 28px;
}

.cm-discovery-panel .cm-section-heading {
  margin-block-end: 18px;
}

.cm-discovery-panel .cm-section-heading h2 {
  font-size: 1.5rem;
}

.cm-discovery-panel .cm-related-links {
  margin: 0;
}

.cm-discovery-panel .cm-related-links > .cm-section-heading {
  display: none;
}

.cm-discovery-panel .cm-link-card-grid {
  grid-template-columns: 1fr;
}

.cm-link-card-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-link-card {
  align-items: center;
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: 14px;
  color: var(--cm-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 94px;
  padding: 16px;
  text-decoration: none;
  transition: background var(--cm-transition), border-color var(--cm-transition), box-shadow var(--cm-transition), transform var(--cm-transition);
}

.cm-link-card:hover {
  background: #fffdf8;
  border-color: #d9c28c;
  box-shadow: var(--cm-shadow-sm);
  color: var(--cm-ink);
  transform: translateY(-2px);
}

.cm-link-card__icon {
  align-items: center;
  background: var(--cm-secondary-soft);
  border-radius: 11px;
  color: var(--cm-secondary-strong);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.cm-link-card strong,
.cm-link-card small {
  display: block;
}

.cm-link-card strong {
  font-size: 0.88rem;
  line-height: 1.35;
}

.cm-link-card small {
  color: var(--cm-muted);
  font-size: 0.68rem;
  line-height: 1.45;
  margin-block-start: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cm-link-card__arrow {
  color: var(--cm-muted);
  height: 16px;
  width: 16px;
}

.cm-methodology-panel {
  align-items: stretch;
  background:
    radial-gradient(circle at 88% 15%, rgba(217, 164, 65, 0.13), transparent 30%),
    linear-gradient(145deg, #0a1427, #12233d);
  border-radius: var(--cm-radius-lg);
  color: #c9d3df;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  overflow: hidden;
  padding: 46px;
  position: relative;
}

.cm-methodology-panel h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.3vw, 3rem);
  letter-spacing: -0.04em;
}

.cm-methodology-panel__copy > p:not(.cm-eyebrow) {
  max-width: 560px;
}

.cm-methodology-steps {
  display: grid;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-methodology-steps li {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: grid;
  gap: 5px 16px;
  grid-template-columns: 52px 1fr;
  padding: 17px 20px;
}

.cm-methodology-steps li:first-child {
  border-start-start-radius: 15px;
  border-start-end-radius: 15px;
}

.cm-methodology-steps li:last-child {
  border-end-start-radius: 15px;
  border-end-end-radius: 15px;
}

.cm-methodology-steps li > span {
  color: var(--cm-accent);
  font-size: 0.77rem;
  font-weight: 900;
  grid-row: 1 / span 2;
}

.cm-methodology-steps strong {
  color: #fff;
}

.cm-methodology-steps small {
  color: #aab8ca;
}

.cm-responsible-panel {
  align-items: center;
  background: linear-gradient(135deg, var(--cm-secondary-strong), #0a7f6a 58%, #0f957d);
  border-radius: var(--cm-radius-lg);
  color: #e8fffa;
  display: grid;
  gap: 26px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 34px;
}

.cm-responsible-panel__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 18px;
  display: flex;
  height: 78px;
  justify-content: center;
  position: relative;
  width: 78px;
}

.cm-responsible-panel__icon .cm-icon {
  height: 42px;
  width: 42px;
}

.cm-responsible-panel__icon strong {
  background: var(--cm-accent);
  border-radius: 999px;
  bottom: -7px;
  color: var(--cm-ink);
  font-size: 0.7rem;
  padding: 4px 7px;
  position: absolute;
  right: -7px;
}

.cm-responsible-panel h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  margin-block-end: 8px;
}

.cm-responsible-panel p {
  margin: 0;
  max-width: 740px;
}

.cm-responsible-panel .cm-eyebrow {
  color: #bff5e9;
  margin-block-end: 8px;
}

.cm-article-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-article-card {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  box-shadow: var(--cm-shadow-sm);
  min-width: 0;
  overflow: hidden;
}

.cm-article-card__media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: linear-gradient(145deg, var(--cm-ink), var(--cm-ink-3));
  color: var(--cm-accent);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.cm-article-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.cm-article-card:hover .cm-article-card__media img {
  transform: scale(1.035);
}

.cm-article-card__media > span .cm-icon {
  height: 44px;
  width: 44px;
}

.cm-article-card__body {
  padding: 20px;
}

.cm-article-card h2,
.cm-article-card h3 {
  font-size: 1.13rem;
  margin-block-end: 9px;
}

.cm-article-card h2 a,
.cm-article-card h3 a {
  color: var(--cm-ink);
  text-decoration: none;
}

.cm-article-card__body > p:not(.cm-card-kicker) {
  color: var(--cm-muted);
  font-size: 0.86rem;
}

.cm-page-hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 164, 65, 0.14), transparent 27%),
    linear-gradient(145deg, #0b162a, #132744);
  color: #d2dce8;
  overflow: hidden;
  position: relative;
}

.cm-page-hero::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.cm-page-hero__inner {
  padding-block: 54px 62px;
  position: relative;
  z-index: 1;
}

.cm-page-hero--compact .cm-page-hero__inner {
  padding-block: 38px 44px;
}

.cm-page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.65rem);
  letter-spacing: -0.045em;
  margin-block-end: 14px;
  max-width: 930px;
}

.cm-direction-rtl .cm-page-hero h1 {
  letter-spacing: 0;
  line-height: 1.28;
}

.cm-page-hero__description {
  color: #bdc8d6;
  font-size: 1.04rem;
  max-width: 780px;
}

.cm-breadcrumbs {
  margin-block-end: 25px;
}

.cm-breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-breadcrumbs li {
  align-items: center;
  color: #9eacbe;
  display: flex;
  font-size: 0.73rem;
  gap: 7px;
}

.cm-breadcrumbs li:not(:last-child)::after {
  content: "/";
  opacity: 0.55;
}

.cm-breadcrumbs a {
  color: #c5d0de;
  text-decoration: none;
}

.cm-breadcrumbs a:hover {
  color: #fff;
}

.cm-entry-meta {
  align-items: center;
  color: #9fadc0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 7px;
  margin-block-start: 17px;
}

.cm-entry-meta a {
  color: #e0e8f2;
  font-weight: 700;
  text-decoration: none;
}

.cm-page-body {
  padding-block: 48px 88px;
}

.cm-section--decision {
  margin-block: 36px 68px;
}

.cm-content-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 240px minmax(0, var(--cm-reading));
  justify-content: center;
  margin-block: 40px 54px;
}

.cm-content-layout__rail {
  min-height: 1px;
  position: sticky;
  top: calc(var(--cm-header-height) + 26px);
}

.admin-bar .cm-content-layout__rail {
  top: calc(var(--cm-header-height) + 58px);
}

.cm-toc {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: 14px;
  box-shadow: var(--cm-shadow-sm);
  overflow: hidden;
}

.cm-toc__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--cm-ink);
  display: flex;
  font-size: 0.8rem;
  font-weight: 850;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}

.cm-toc__toggle > span {
  align-items: center;
  display: flex;
  gap: 8px;
}

.cm-toc__toggle > .cm-icon {
  height: 15px;
  transition: transform var(--cm-transition);
  width: 15px;
}

.cm-toc.is-collapsed .cm-toc__toggle > .cm-icon {
  transform: rotate(-90deg);
}

.cm-toc nav {
  border-block-start: 1px solid var(--cm-border);
  max-height: calc(100vh - 210px);
  overflow: auto;
  padding: 10px 15px 15px;
}

.cm-toc.is-collapsed nav {
  display: none;
}

.cm-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-toc li + li {
  margin-block-start: 4px;
}

.cm-toc li.is-level-3 {
  padding-inline-start: 14px;
}

.cm-toc a {
  border-inline-start: 2px solid transparent;
  color: var(--cm-muted);
  display: block;
  font-size: 0.73rem;
  line-height: 1.45;
  padding: 6px 8px;
  text-decoration: none;
}

.cm-toc a:hover,
.cm-toc a.is-active {
  border-inline-start-color: var(--cm-accent);
  color: var(--cm-ink);
}

.cm-prose {
  color: #273247;
  font-size: 1rem;
  line-height: 1.85;
  min-width: 0;
  width: 100%;
}

.cm-direction-rtl .cm-prose {
  font-size: 1.04rem;
  line-height: 2;
}

.cm-prose > *:first-child {
  margin-block-start: 0;
}

.cm-prose h2,
.cm-prose h3,
.cm-prose h4 {
  scroll-margin-top: calc(var(--cm-header-height) + 35px);
}

.cm-prose h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  margin-block: 2.1em 0.75em;
}

.cm-prose h3 {
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  margin-block: 1.7em 0.65em;
}

.cm-prose h4 {
  font-size: 1.05rem;
  margin-block: 1.5em 0.55em;
}

.cm-prose p,
.cm-prose ul,
.cm-prose ol,
.cm-prose table,
.cm-prose blockquote,
.cm-prose figure {
  margin-block: 0 1.35em;
}

.cm-prose ul,
.cm-prose ol {
  padding-inline-start: 1.3em;
}

.cm-prose li + li {
  margin-block-start: 0.45em;
}

.cm-prose a {
  font-weight: 650;
}

.cm-prose blockquote {
  background: var(--cm-secondary-soft);
  border-inline-start: 4px solid var(--cm-secondary);
  border-radius: 0 12px 12px 0;
  color: var(--cm-ink-2);
  font-size: 1.05rem;
  margin-inline: 0;
  padding: 18px 22px;
}

.cm-prose blockquote > :last-child {
  margin-block-end: 0;
}

.cm-prose img {
  border-radius: 14px;
}

.cm-prose table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  width: max-content;
}

.cm-prose th,
.cm-prose td {
  border: 1px solid var(--cm-border);
  min-width: 130px;
  padding: 12px;
  text-align: start;
}

.cm-prose th {
  background: var(--cm-ink);
  color: #fff;
}

.cm-prose .alignwide {
  margin-inline: min(-7vw, -70px);
  max-width: none;
  width: calc(100% + min(14vw, 140px));
}

.cm-prose .alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.cm-entry-featured {
  margin-block-end: 30px;
}

.cm-entry-featured img {
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  width: 100%;
}

.cm-editor-empty {
  background: var(--cm-surface);
  border: 1px dashed var(--cm-border-strong);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
}

.cm-editorial-note {
  background: #fffbf1;
  border: 1px solid #e9d8b0;
  border-radius: 13px;
  margin-block-start: 34px;
  padding: 17px;
}

.cm-editorial-note p {
  margin: 6px 0 0;
}

.cm-author-box {
  align-items: center;
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr;
  margin-block: 52px;
  padding: 24px;
}

.cm-author-box__avatar img {
  border-radius: 50%;
  height: 82px;
  width: 82px;
}

.cm-author-box h2 {
  font-size: 1.2rem;
  margin-block-end: 5px;
}

.cm-author-box p {
  color: var(--cm-muted);
  font-size: 0.84rem;
  margin-block-end: 6px;
}

.cm-author-box__role {
  color: var(--cm-secondary-strong) !important;
  font-weight: 800;
}

.cm-author-box__credentials {
  background: var(--cm-bg);
  border-radius: 8px;
  display: inline-block;
  padding: 6px 9px;
}

.cm-review-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(217, 164, 65, 0.15), transparent 28%),
    linear-gradient(145deg, #091426, #142946);
  color: #d2dce8;
  overflow: hidden;
  padding-block: 36px 50px;
}

.cm-review-hero__grid {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 190px minmax(0, 1fr) 315px;
}

.cm-review-hero__logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cm-review-logo {
  aspect-ratio: 1.35 / 1;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  padding: 18px;
  width: 180px;
}

.cm-review-logo .cm-casino-logo__placeholder {
  font-size: 2rem;
}

.cm-review-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.045em;
  margin-block: 10px 12px;
}

.cm-review-hero__summary {
  color: #bec9d7;
  margin-block: 13px 0;
  max-width: 650px;
}

.cm-review-hero .cm-rating__score {
  color: #fff;
  font-size: 1.55rem;
}

.cm-review-hero .cm-rating__out {
  color: #9faec0;
}

.cm-review-hero .cm-rating__track {
  background: rgba(255, 255, 255, 0.14);
  height: 6px;
  width: 100px;
}

.cm-review-offer {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.cm-review-offer > span {
  color: var(--cm-accent);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.cm-review-offer > strong {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.45;
  margin-block: 5px 15px;
}

.cm-review-offer > small {
  color: #9eacbe;
  font-size: 0.65rem;
  line-height: 1.45;
  margin-block-start: 12px;
}

.cm-bonus-code {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-block-end: 10px;
  padding: 9px 11px;
}

.cm-bonus-code span {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cm-bonus-code small {
  color: #b9c6d7;
  font-size: 0.65rem;
}

.cm-review-facts {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  box-shadow: var(--cm-shadow-sm);
  margin-block: 34px;
  padding: 26px;
}

.cm-review-facts .cm-section-heading {
  margin-block-end: 20px;
}

.cm-review-facts .cm-section-heading h2 {
  font-size: 1.55rem;
}

.cm-review-facts dl {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.cm-review-facts dl > div {
  background: var(--cm-bg);
  min-width: 0;
  padding: 14px;
}

.cm-review-facts dl > div:first-child {
  border-start-start-radius: 12px;
}

.cm-review-facts dl > div:last-child {
  border-end-end-radius: 12px;
}

.cm-review-facts dt {
  color: var(--cm-muted);
  font-size: 0.68rem;
  font-weight: 750;
  margin-block-end: 4px;
}

.cm-review-facts dd {
  color: var(--cm-ink);
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}

.cm-pros-cons {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-block: 34px 48px;
}

.cm-pros-cons__column {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  padding: 22px;
}

.cm-pros-cons__column h2 {
  align-items: center;
  display: flex;
  font-size: 1.15rem;
  gap: 8px;
}

.cm-pros-cons__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-pros-cons__column li {
  border-block-start: 1px solid var(--cm-border);
  font-size: 0.85rem;
  padding: 10px 0 10px 25px;
  position: relative;
}

.cm-pros-cons__column li::before {
  align-items: center;
  border-radius: 50%;
  content: "+";
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 17px;
  inset-block-start: 13px;
  inset-inline-start: 0;
  justify-content: center;
  position: absolute;
  width: 17px;
}

.cm-pros li::before {
  background: var(--cm-secondary-soft);
  color: var(--cm-secondary-strong);
}

.cm-cons li::before {
  background: #fbeaea;
  color: var(--cm-danger);
  content: "-";
}

.cm-mobile-review-cta {
  display: none;
}

.cm-contact-panel {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  box-shadow: var(--cm-shadow-sm);
  margin-block-start: 30px;
  padding: 26px;
}

.cm-contact-form label {
  color: var(--cm-ink);
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  margin-block-end: 6px;
}

.cm-contact-form input[type="text"],
.cm-contact-form input[type="email"],
.cm-contact-form input[type="url"],
.cm-contact-form textarea,
.comment-form input,
.comment-form textarea {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border-strong);
  border-radius: 10px;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.cm-contact-form textarea,
.comment-form textarea {
  min-height: 160px;
  resize: vertical;
}

.cm-contact-form input:focus,
.cm-contact-form textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: var(--cm-secondary);
  box-shadow: 0 0 0 4px rgba(14, 143, 121, 0.1);
  outline: 0;
}

.cm-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.cm-form-consent {
  align-items: flex-start;
  color: var(--cm-muted) !important;
  display: flex !important;
  font-size: 0.75rem !important;
  gap: 8px;
  margin-block: 18px;
}

.cm-form-consent input {
  accent-color: var(--cm-secondary);
  height: 17px;
  margin-block-start: 3px;
  width: 17px;
}

.cm-form-message {
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  margin-block-end: 18px;
  padding: 12px 14px;
}

.cm-form-message--success {
  background: var(--cm-secondary-soft);
  color: var(--cm-success);
}

.cm-form-message--error {
  background: #fbeaea;
  color: var(--cm-danger);
}

.cm-honeypot {
  inset-inline-start: -10000px;
  position: absolute;
}

.cm-empty-state {
  background: var(--cm-surface);
  border: 1px dashed var(--cm-border-strong);
  border-radius: var(--cm-radius);
  padding: 40px 24px;
  text-align: center;
}

.cm-empty-state__icon {
  align-items: center;
  background: var(--cm-secondary-soft);
  border-radius: 16px;
  color: var(--cm-secondary-strong);
  display: flex;
  height: 58px;
  justify-content: center;
  margin: 0 auto 15px;
  width: 58px;
}

.cm-empty-state h2,
.cm-empty-state h3 {
  font-size: 1.2rem;
}

.cm-empty-state p {
  color: var(--cm-muted);
}

.cm-empty-state .cm-search-form {
  margin: 22px auto 0;
  max-width: 620px;
}

.cm-compare-tray {
  background: rgba(7, 16, 31, 0.97);
  border-block-start: 1px solid rgba(255, 255, 255, 0.12);
  bottom: 0;
  color: #fff;
  inset-inline: 0;
  padding-block: 10px;
  position: fixed;
  z-index: 1100;
}

.cm-compare-tray__inner,
.cm-compare-tray__actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.cm-compare-tray__inner > div:first-child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cm-compare-tray__inner strong {
  align-items: center;
  background: var(--cm-accent);
  border-radius: 999px;
  color: var(--cm-ink);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.cm-compare-tray__names {
  color: #aebbc9;
  font-size: 0.72rem;
}

.cm-compare-tray .cm-text-button {
  color: #c9d3df;
}

.cm-site-footer {
  background: #07101f;
  color: #aebaca;
  padding-block: 64px 0;
}

.cm-footer__grid {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.6fr) minmax(250px, 0.8fr);
  padding-block-end: 48px;
}

.cm-site-footer .cm-brand__fallback {
  color: #fff;
}

.cm-site-footer .cm-brand__wordmark {
  color: #fff;
}

.cm-footer__brand > p {
  margin-block: 20px;
  max-width: 440px;
}

.cm-footer__email {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-weight: 750;
  gap: 8px;
  text-decoration: none;
}

.cm-footer__navigation h2 {
  color: #fff;
  font-size: 0.9rem;
  margin-block-end: 16px;
}

.cm-footer-menu {
  display: grid;
  gap: 8px;
}

.cm-footer-menu a {
  color: #b6c2d1;
  font-size: 0.82rem;
  text-decoration: none;
}

.cm-footer-menu a:hover {
  color: #fff;
}

.cm-footer__trust {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  padding: 20px;
}

.cm-footer__age {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-block-end: 12px;
}

.cm-footer__age strong {
  align-items: center;
  background: var(--cm-accent);
  border-radius: 999px;
  color: var(--cm-ink);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.cm-footer__age span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
}

.cm-footer__trust p {
  font-size: 0.75rem;
}

.cm-footer__bottom {
  align-items: center;
  border-block-start: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  min-height: 76px;
}

.cm-footer__bottom p {
  margin: 0;
}

.cm-language-switcher--footer {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.cm-language-switcher--footer a,
.cm-language-switcher--footer span {
  color: #b6c2d1;
}

.cm-language-switcher--footer .is-current,
.cm-language-switcher--footer [aria-current="page"] {
  background: #fff;
  color: var(--cm-ink);
}

.cm-back-to-top {
  align-items: center;
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: 50%;
  bottom: 22px;
  box-shadow: var(--cm-shadow);
  color: var(--cm-ink);
  display: flex;
  height: 45px;
  justify-content: center;
  position: fixed;
  right: 22px;
  transform: rotate(-90deg);
  width: 45px;
  z-index: 900;
}

.cm-404 {
  background: linear-gradient(145deg, #0a1427, #152a48);
  color: #c2cdd9;
  min-height: 570px;
}

.cm-404__inner {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 570px;
}

.cm-404__code {
  color: transparent;
  font-size: clamp(7rem, 18vw, 15rem);
  font-weight: 950;
  line-height: 1;
  -webkit-text-stroke: 2px rgba(217, 164, 65, 0.45);
}

.cm-404 h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.cm-404__copy > p:not(.cm-eyebrow) {
  max-width: 600px;
}

.cm-404__actions {
  margin-block: 24px;
}

.cm-404 .cm-search-form {
  max-width: 620px;
}

.cm-page-search {
  margin-block-start: 24px;
  max-width: 700px;
}

.cm-page-search .cm-search-form__control {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.19);
}

.cm-page-search input {
  color: #fff;
}

.cm-page-search input::placeholder {
  color: #aeb9c8;
}

.navigation.pagination {
  margin-block: 42px 0;
}

.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.page-numbers {
  align-items: center;
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: 9px;
  color: var(--cm-ink);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding-inline: 10px;
  text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--cm-ink);
  border-color: var(--cm-ink);
  color: #fff;
}

.cm-post-navigation {
  margin-block: 45px;
}

.cm-post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cm-post-navigation a {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: 12px;
  color: var(--cm-ink);
  display: block;
  font-size: 0.82rem;
  font-weight: 750;
  padding: 15px;
  text-decoration: none;
}

.cm-comments {
  background: var(--cm-surface);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  margin-block: 45px;
  padding: 25px;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .comment-body {
  border-block-start: 1px solid var(--cm-border);
  padding-block: 18px;
}

.comment-author {
  align-items: center;
  display: flex;
  gap: 10px;
}

.comment-author img {
  border-radius: 50%;
}

@media (max-width: 1180px) {
  .cm-header__inner {
    gap: 15px;
  }

  .cm-menu > li > a {
    font-size: 0.76rem;
    padding-inline: 7px;
  }

  .cm-language-switcher {
    display: none;
  }

  .cm-footer__bottom .cm-language-switcher {
    display: flex;
  }

  .cm-casino-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  :root {
    --cm-header-height: 70px;
  }

  .cm-primary-nav {
    background: var(--cm-surface);
    box-shadow: -20px 0 60px rgba(3, 8, 17, 0.2);
    height: 100dvh;
    inset-block-start: 0;
    inset-inline-end: 0;
    max-width: min(430px, 90vw);
    overflow-y: auto;
    padding: 18px;
    position: fixed;
    transform: translateX(110%);
    transition: transform 240ms ease;
    width: 100%;
    z-index: 1200;
  }

  .cm-direction-rtl .cm-primary-nav {
    transform: translateX(-110%);
  }

  .cm-primary-nav.is-open {
    transform: translateX(0);
  }

  .cm-menu-toggle {
    display: inline-flex;
  }

  .cm-mobile-nav__head {
    align-items: center;
    border-block-end: 1px solid var(--cm-border);
    display: flex;
    justify-content: space-between;
    margin-block-end: 12px;
    padding-block-end: 15px;
  }

  .cm-mobile-nav__head .cm-brand__wordmark {
    font-size: 1.12rem;
  }

  .cm-mobile-nav__utilities {
    border-block-start: 1px solid var(--cm-border);
    display: grid;
    gap: 12px;
    margin-block-start: 18px;
    padding-block-start: 18px;
  }

  .cm-mobile-nav__utilities .cm-language-switcher {
    display: flex;
    justify-content: center;
    width: fit-content;
  }

  .cm-mobile-nav__utilities > a {
    align-items: center;
    color: var(--cm-ink);
    display: flex;
    font-size: 0.82rem;
    font-weight: 750;
    gap: 8px;
    text-decoration: none;
  }

  .cm-menu {
    align-items: stretch;
    display: grid;
    gap: 2px;
    justify-content: stretch;
  }

  .cm-menu > li {
    border-block-end: 1px solid var(--cm-border);
  }

  .cm-menu > li > a {
    font-size: 0.88rem;
    padding: 14px 46px 14px 10px;
    white-space: normal;
  }

  .cm-direction-rtl .cm-menu > li > a {
    padding: 14px 10px 14px 46px;
  }

  .cm-menu .menu-item-has-children > a::after {
    display: none;
  }

  .cm-submenu-toggle {
    display: flex;
    inset-block-start: 5px;
    inset-inline-end: 2px;
    position: absolute;
  }

  .cm-submenu-toggle .cm-icon {
    transition: transform var(--cm-transition);
  }

  .menu-item-has-children.is-submenu-open > .cm-submenu-toggle .cm-icon {
    transform: rotate(90deg);
  }

  .cm-menu .sub-menu {
    background: var(--cm-bg);
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    display: none;
    inset: auto;
    margin-block-end: 10px;
    min-width: 0;
    opacity: 1;
    padding: 6px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .cm-menu li.is-submenu-open > .sub-menu {
    display: block;
  }

  .cm-menu .sub-menu::before {
    display: none;
  }

  .cm-home-hero__grid {
    grid-template-columns: 1fr minmax(320px, 0.65fr);
  }

  .cm-home-hero__visual {
    transform: scale(0.86);
    transform-origin: center;
  }

  .cm-quick-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cm-quick-path:nth-child(3) {
    border-block-start: 1px solid var(--cm-border);
    border-inline-start: 0;
  }

  .cm-quick-path:nth-child(4) {
    border-block-start: 1px solid var(--cm-border);
  }

  .cm-content-layout {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .cm-review-hero__grid {
    grid-template-columns: 150px minmax(0, 1fr) 270px;
  }

  .cm-review-logo {
    width: 145px;
  }

  .cm-review-facts dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cm-methodology-panel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 850px) {
  .admin-bar .cm-site-header {
    inset-block-start: 46px;
  }

  .cm-home-hero,
  .cm-home-hero__grid {
    min-height: auto;
  }

  .cm-home-hero__grid {
    grid-template-columns: 1fr;
    padding-block: 64px 105px;
  }

  .cm-home-hero__copy {
    max-width: 760px;
  }

  .cm-home-hero__visual {
    display: none;
  }

  .cm-country-grid,
  .cm-link-card-grid,
  .cm-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cm-discovery-grid,
  .cm-methodology-panel {
    grid-template-columns: 1fr;
  }

  .cm-content-layout {
    display: block;
  }

  .cm-content-layout__rail {
    margin-block-end: 25px;
    position: static;
  }

  .cm-toc nav {
    max-height: 340px;
  }

  .cm-review-hero__grid {
    align-items: start;
    grid-template-columns: 145px 1fr;
  }

  .cm-review-offer {
    grid-column: 1 / -1;
  }

  .cm-review-facts dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cm-footer__grid {
    gap: 35px;
    grid-template-columns: 1.2fr 0.8fr;
  }

  .cm-footer__trust {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .cm-container {
    padding-inline: 17px;
  }

  .cm-topbar__inner {
    justify-content: center;
  }

  .cm-topbar__inner > p {
    display: none;
  }

  .cm-header__inner {
    min-height: 67px;
  }

  .cm-brand__mark {
    height: 38px;
    width: 38px;
  }

  .cm-brand__wordmark {
    font-size: 1.15rem;
  }

  .cm-search-toggle {
    display: none;
  }

  .cm-home-hero__grid {
    padding-block: 48px 92px;
  }

  .cm-home-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .cm-direction-rtl .cm-home-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .cm-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cm-home-hero__actions .cm-button {
    width: 100%;
  }

  .cm-hero-trust-list {
    display: grid;
  }

  .cm-quick-paths {
    border-radius: 20px;
    grid-template-columns: 1fr;
    margin-block-start: -46px;
  }

  .cm-quick-path {
    min-height: 78px;
    padding: 14px 16px;
  }

  .cm-quick-path + .cm-quick-path,
  .cm-quick-path:nth-child(3),
  .cm-quick-path:nth-child(4) {
    border-block-start: 1px solid var(--cm-border);
    border-inline-start: 0;
  }

  .cm-section {
    margin-block: 58px;
  }

  .cm-section-heading {
    align-items: flex-start;
    display: block;
  }

  .cm-section-heading__link {
    margin-block-start: 14px;
  }

  .cm-casino-grid,
  .cm-country-grid,
  .cm-link-card-grid,
  .cm-article-grid {
    grid-template-columns: 1fr;
  }

  .cm-casino-card {
    padding: 16px;
  }

  .cm-casino-card__main {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .cm-table-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .cm-comparison-table,
  .cm-comparison-table tbody,
  .cm-comparison-table tr,
  .cm-comparison-table th,
  .cm-comparison-table td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .cm-comparison-table thead {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .cm-comparison-table tbody {
    display: grid;
    gap: 14px;
  }

  .cm-comparison-table tbody tr {
    background: var(--cm-surface);
    border: 1px solid var(--cm-border);
    border-radius: 15px;
    box-shadow: var(--cm-shadow-sm);
    overflow: hidden;
    padding: 0 15px 13px;
  }

  .cm-comparison-table tbody th,
  .cm-comparison-table tbody td {
    align-items: center;
    border-block-end: 1px solid var(--cm-border);
    display: grid;
    gap: 15px;
    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);
    padding: 11px 0;
    text-align: end;
  }

  .cm-comparison-table tbody th::before,
  .cm-comparison-table tbody td::before {
    color: var(--cm-muted);
    content: attr(data-label);
    font-size: 0.7rem;
    font-weight: 750;
    text-align: start;
  }

  .cm-comparison-table tbody th:first-child {
    background: var(--cm-bg);
    margin-inline: -15px;
    padding-inline: 15px;
  }

  .cm-table-casino {
    justify-content: flex-end;
    min-width: 0;
  }

  .cm-table-actions {
    border-block-end: 0 !important;
  }

  .cm-table-actions .cm-button,
  .cm-table-actions .cm-text-link {
    justify-self: end;
    margin-block-start: 0;
  }

  .cm-methodology-panel {
    gap: 28px;
    padding: 28px 22px;
  }

  .cm-responsible-panel {
    align-items: start;
    grid-template-columns: auto 1fr;
    padding: 24px;
  }

  .cm-responsible-panel .cm-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .cm-page-hero__inner {
    padding-block: 38px 44px;
  }

  .cm-page-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .cm-page-body {
    padding-block: 34px 66px;
  }

  .cm-prose .alignwide {
    margin-inline: 0;
    width: 100%;
  }

  .cm-author-box {
    align-items: start;
    grid-template-columns: 60px 1fr;
    padding: 18px;
  }

  .cm-author-box__avatar img {
    height: 58px;
    width: 58px;
  }

  .cm-review-hero {
    padding-block: 26px 38px;
  }

  .cm-review-hero__grid {
    gap: 18px;
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .cm-review-logo {
    border-radius: 13px;
    padding: 9px;
    width: 92px;
  }

  .cm-review-hero h1 {
    font-size: 1.9rem;
  }

  .cm-review-hero__summary {
    grid-column: 1 / -1;
  }

  .cm-review-offer {
    padding: 18px;
  }

  .cm-review-facts {
    padding: 18px;
  }

  .cm-review-facts dl {
    grid-template-columns: 1fr 1fr;
  }

  .cm-pros-cons {
    grid-template-columns: 1fr;
  }

  .cm-form-grid {
    grid-template-columns: 1fr;
  }

  .cm-search-form__control {
    align-items: stretch;
    flex-wrap: wrap;
    padding: 10px;
  }

  .cm-search-form__control > .cm-icon {
    display: none;
  }

  .cm-search-form input {
    min-height: 42px;
    padding-inline: 5px;
  }

  .cm-search-form .cm-button {
    width: 100%;
  }

  .cm-footer__grid {
    grid-template-columns: 1fr;
  }

  .cm-footer__trust {
    grid-column: auto;
  }

  .cm-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    padding-block: 18px;
  }

  .cm-compare-tray__inner {
    align-items: stretch;
    display: grid;
    gap: 8px;
  }

  .cm-compare-tray__actions {
    justify-content: flex-end;
  }

  .cm-404__inner {
    gap: 10px;
    grid-template-columns: 1fr;
    padding-block: 50px;
  }

  .cm-404__code {
    font-size: 6rem;
  }

  .cm-post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .cm-header__actions .cm-menu-toggle span {
    display: none;
  }

  .cm-menu-toggle {
    padding-inline: 10px;
  }

  .cm-casino-card__actions {
    grid-template-columns: 1fr;
  }

  .cm-review-facts dl {
    grid-template-columns: 1fr;
  }

  .cm-responsible-panel {
    grid-template-columns: 1fr;
  }

  .cm-responsible-panel__icon {
    height: 64px;
    width: 64px;
  }

  .cm-mobile-review-cta {
    align-items: center;
    background: rgba(7, 16, 31, 0.98);
    border-block-start: 1px solid rgba(255, 255, 255, 0.13);
    bottom: 0;
    color: #fff;
    display: flex;
    gap: 10px;
    inset-inline: 0;
    justify-content: space-between;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    z-index: 1050;
  }

  .cm-mobile-review-cta > div {
    min-width: 0;
  }

  .cm-mobile-review-cta strong,
  .cm-mobile-review-cta small {
    display: block;
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cm-mobile-review-cta strong {
    font-size: 0.76rem;
  }

  .cm-mobile-review-cta small {
    color: #aebaca;
    font-size: 0.63rem;
  }

  .cm-mobile-review-cta .cm-button {
    min-height: 40px;
    padding: 9px 12px;
    white-space: nowrap;
  }

  .cm-has-mobile-cta .cm-back-to-top {
    bottom: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .cm-topbar,
  .cm-site-header,
  .cm-site-footer,
  .cm-compare-tray,
  .cm-mobile-review-cta,
  .cm-back-to-top,
  .cm-disclosure,
  .cm-content-layout__rail,
  .cm-casino-card__actions,
  .cm-compare-check {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .cm-content-layout {
    display: block;
  }

  a {
    color: #000;
    text-decoration: none;
  }
}
