
:root {
  --bg: #050914;
  --bg-2: #08101d;
  --card: rgba(12, 19, 33, .92);
  --card-2: rgba(18, 28, 45, .96);
  --text: #eef3fb;
  --muted: #b8c1cf;
  --gold: #d9ad52;
  --gold-2: #f6d27b;
  --red: #b21622;
  --line: rgba(255,255,255,.12);
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 3%, rgba(217,173,82,.18), transparent 27%),
    radial-gradient(circle at 92% 10%, rgba(178,22,34,.16), transparent 22%),
    linear-gradient(180deg, #03050b 0%, var(--bg) 42%, #020409 100%);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.age-line {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 5px 16px;
  color: #f3d68d;
  background: #070a11;
  border-bottom: 1px solid rgba(217,173,82,.25);
  font-size: 13px;
  letter-spacing: .03em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 10px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(5, 9, 20, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand img { width: 220px; height: auto; max-height: 58px; object-fit: contain; filter: brightness(1.12) saturate(1.06) drop-shadow(0 6px 18px rgba(246,210,123,.18)); }
.main-nav { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.main-nav a {
  padding: 10px 12px;
  color: var(--muted);
  border-radius: 12px;
  font-size: 15px;
  transition: .2s ease;
}
.main-nav a:hover { color: var(--gold-2); background: rgba(255,255,255,.06); }
.header-cta, .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid rgba(246,210,123,.48);
  border-radius: 999px;
  background: linear-gradient(135deg, #a66c18 0%, var(--gold-2) 48%, #9c6317 100%);
  color: #080a0e;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  box-shadow: 0 12px 32px rgba(217,173,82,.25);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  white-space: nowrap;
  cursor: pointer;
}
.header-cta:hover, .btn:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 18px 42px rgba(217,173,82,.34); }
.btn-ghost {
  color: var(--gold-2);
  background: rgba(255,255,255,.06);
  border-color: rgba(246,210,123,.32);
  box-shadow: none;
}
.btn-small { min-height: 42px; padding: 10px 17px; font-size: 13px; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta-secondary {
  background: rgba(255,255,255,.06);
  color: var(--gold-2);
  border-color: rgba(246,210,123,.32);
  box-shadow: none;
}
.header-cta-secondary:hover { box-shadow: 0 14px 34px rgba(217,173,82,.18); }

.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); }
.menu-toggle span { display: block; height: 2px; width: 20px; margin: 5px auto; background: var(--gold-2); }
.hero {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: center;
  padding: 70px max(24px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(90deg, rgba(3,5,11,.90) 0%, rgba(3,5,11,.76) 35%, rgba(3,5,11,.08) 78%), url('images/hero.webp') center / cover no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.08);
  isolation: isolate;
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
  z-index: 0;
}
.hero-bg-link { position: absolute; inset: 0; z-index: 1; }
.hero-content { position: relative; z-index: 2; width: min(650px, 100%); pointer-events: none; }
.hero-content a, .hero-content button { pointer-events: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(217,173,82,.34);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(217,173,82,.08);
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 13px;
  font-weight: 800;
}
.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(46px, 8vw, 92px);
  line-height: .96;
  letter-spacing: -.06em;
  text-shadow: 0 18px 48px rgba(0,0,0,.58);
}
.hero p { margin: 0 0 28px; max-width: 540px; color: #dbe3ef; font-size: clamp(18px, 2vw, 23px); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(8,13,22,.72);
  font-weight: 800;
}
.quick-actions {
  width: min(var(--max), calc(100% - 32px));
  margin: -48px auto 34px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.quick-actions a {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  min-height: 88px;
  padding: 15px 16px;
  border: 1px solid rgba(217,173,82,.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(17,27,44,.96), rgba(8,13,22,.96));
  box-shadow: 0 16px 46px rgba(0,0,0,.32);
  transition: .2s ease;
}
.qa-icon {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  margin: 0;
  border-radius: 12px;
  color: var(--gold-2) !important;
  background: radial-gradient(circle at 30% 30%, rgba(246,210,123,.22), rgba(246,210,123,.08));
  border: 1px solid rgba(246,210,123,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.22);
}
.qa-icon svg { width: 21px !important; height: 21px !important; display: block; }
.quick-actions a:hover { transform: translateY(-4px); border-color: rgba(246,210,123,.42); }
.quick-actions strong { color: var(--gold-2); font-size: 18px; line-height: 1.2; }
.quick-actions a > span:not(.qa-icon) { color: var(--muted); font-size: 13px; line-height: 1.25; }
.content-wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto 70px; }
.content-card {
  margin: 28px 0;
  padding: clamp(20px, 3vw, 38px);
  background: linear-gradient(180deg, var(--card), rgba(6,10,18,.95));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  box-shadow: 0 20px 64px rgba(0,0,0,.36);
  overflow: hidden;
}
.lead-card { border-color: rgba(217,173,82,.23); }
.section-image-link {
  display: block;
  margin: 0 0 clamp(22px, 3vw, 34px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(217,173,82,.22);
  background: #08101d;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}
.section-image { width: 100%; aspect-ratio: 1672 / 941; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.section-image-link:hover .section-image { transform: scale(1.018); filter: brightness(1.08); }
.article-body { color: #e7edf7; }
.article-body h1,
.article-body h2,
.article-body h3 {
  line-height: 1.14;
  color: #fff;
  letter-spacing: -.035em;
}
.article-body h1 {
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 58px);
}
.article-body h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.8vw, 44px);
  color: var(--gold-2);
}
.article-body h3 {
  margin: 34px 0 13px;
  font-size: clamp(21px, 2.4vw, 29px);
  color: #fff4d3;
}
.article-body p { margin: 0 0 16px; color: #d6dfed; }
.article-body ul, .article-body ol { margin: 12px 0 20px; padding-left: 0; list-style: none; }
.article-body li {
  position: relative;
  margin: 9px 0;
  padding: 10px 12px 10px 40px;
  color: #dbe4f1;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 13px;
}
.article-body li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 14px rgba(246,210,123,.6);
}
.article-body ol { counter-reset: item; }
.article-body ol li { counter-increment: item; padding-left: 52px; }
.article-body ol li:before {
  content: counter(item);
  top: 10px;
  left: 12px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050914;
  font-size: 13px;
  font-weight: 900;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(217,173,82,.22);
  background: rgba(255,255,255,.035);
  display: table;
}
.article-body th, .article-body td { padding: 14px 15px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; vertical-align: top; }
.article-body th { color: #06080e; background: linear-gradient(135deg, var(--gold), var(--gold-2)); font-weight: 900; }
.article-body tr:last-child td { border-bottom: 0; }
.article-body strong { color: #fff4d3; }
.cta-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(217,173,82,.24);
  background: linear-gradient(90deg, rgba(217,173,82,.12), rgba(178,22,34,.10));
}
.cta-strip strong { display: block; color: var(--gold-2); font-size: 20px; }
.cta-strip span { color: var(--muted); }
.site-footer {
  padding: 52px max(22px, calc((100vw - var(--max)) / 2)) 28px;
  background: #03060c;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-grid { display: grid; grid-template-columns: 1.05fr 1.45fr 1fr; gap: 32px; align-items: start; }
.footer-logo img { width: 240px; height: auto; margin-bottom: 16px; }
.site-footer h2 { margin: 0 0 16px; font-size: 21px; color: var(--gold-2); }
.site-footer p { margin: 0; color: var(--muted); }
.payment-logos { display: grid; grid-template-columns: repeat(4, minmax(80px, 1fr)); gap: 10px; }
.payment-logos img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
.regulator-logos { display: flex; flex-wrap: wrap; gap: 10px; }
.regulator-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 13px;
  border: 1px solid rgba(217,173,82,.32);
  border-radius: 12px;
  color: var(--gold-2);
  background: rgba(217,173,82,.08);
  font-weight: 900;
  font-size: 13px;
}
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); align-items: center; flex-wrap: wrap; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: flex-end; }
.footer-bottom a { color: var(--gold-2); font-weight: 800; }
.update-line { margin-top: 10px; color: #95a0b3; font-size: 13px; }
.popup {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2,4,9,.72);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.popup.is-visible { opacity: 1; pointer-events: auto; }
.popup-card {
  position: relative;
  width: min(480px, 100%);
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(217,173,82,.3);
  background:
    radial-gradient(circle at 80% 0%, rgba(217,173,82,.16), transparent 34%),
    linear-gradient(180deg, rgba(14,23,39,.98), rgba(5,9,20,.98));
  box-shadow: 0 40px 120px rgba(0,0,0,.68);
  text-align: center;
  transform: translateY(16px) scale(.98);
  transition: .22s ease;
}
.popup.is-visible .popup-card { transform: translateY(0) scale(1); }
.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.popup-logo img { width: 240px; height: auto; margin: 0 auto 18px; }
.popup-card h2 { margin: 0 0 10px; color: var(--gold-2); font-size: 28px; }
.popup-card p { margin: 0 0 20px; color: var(--muted); }
.popup-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.popup-card small { color: #b9c3d0; }
@media (max-width: 980px) {
  .site-header { min-height: 72px; }
  .main-nav { position: fixed; top: 102px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border-radius: 18px; background: rgba(7,12,22,.98); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .menu-toggle { display: block; }
  .header-actions { display: none; }
  .header-cta { display: none; }
  .hero { min-height: 620px; background-position: 62% center; }
  .quick-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .age-line { font-size: 12px; text-align: center; }
  .brand img { width: 185px; }
  .site-header { padding-left: 16px; padding-right: 16px; }
  .hero { min-height: 580px; padding-top: 52px; padding-bottom: 90px; background-position: 70% center; }
  .hero:before { content: ""; position: absolute; inset: 0; background: rgba(3,5,11,.52); z-index: 0; }
  .hero-content { width: 100%; }
  .hero-actions, .popup-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .quick-actions { grid-template-columns: 1fr; margin-top: -34px; }
  .content-card { border-radius: 18px; padding: 18px; }
  .section-image-link { border-radius: 15px; margin-left: -6px; margin-right: -6px; }
  .cta-strip { flex-direction: column; align-items: stretch; }
  .payment-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-body table { display: block; overflow-x: auto; white-space: nowrap; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
}

.game-carousel-section {
  width: min(var(--max), calc(100% - 32px));
  margin: 28px auto;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: var(--radius);
  border: 1px solid rgba(217,173,82,.20);
  background: linear-gradient(180deg, rgba(14,22,38,.94), rgba(7,12,22,.96));
  box-shadow: 0 20px 58px rgba(0,0,0,.30);
}
.carousel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}
.carousel-head h2 {
  margin: 0 0 6px;
  color: var(--gold-2);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -.03em;
}
.carousel-head p { margin: 0; color: var(--muted); }
.game-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 154px;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 14px;
  scrollbar-color: rgba(217,173,82,.55) rgba(255,255,255,.06);
}
.game-card {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(217,173,82,.24);
  background: rgba(255,255,255,.045);
  transition: transform .18s ease, border-color .18s ease, filter .18s ease;
}
.game-card:hover { transform: translateY(-3px); border-color: rgba(246,210,123,.55); filter: brightness(1.08); }
.game-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.game-card span {
  display: block;
  min-height: 44px;
  padding: 9px 10px 10px;
  color: #fff4d3;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .quick-actions a { grid-template-columns: 38px 1fr; min-height: 78px; padding: 13px 14px; }
  .qa-icon { width: 36px !important; height: 36px !important; }
  .qa-icon svg { width: 19px !important; height: 19px !important; }
  .carousel-head { align-items: stretch; flex-direction: column; }
  .game-carousel { grid-auto-columns: 132px; }
}

/* v5 fixes: compact action cards and stable horizontal game carousels */
.hero h2 {
  margin: 0 0 18px;
  font-size: clamp(46px, 8vw, 92px);
  line-height: .96;
  letter-spacing: -.06em;
  text-shadow: 0 18px 48px rgba(0,0,0,.58);
}
.quick-actions {
  margin-top: -42px !important;
  gap: 12px !important;
}
.quick-actions a {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  grid-template-rows: auto auto !important;
  min-height: 82px !important;
  padding: 14px 16px !important;
  align-items: center !important;
  column-gap: 13px !important;
}
.quick-actions .qa-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  grid-row: 1 / span 2 !important;
  margin: 0 !important;
}
.quick-actions .qa-icon svg,
.quick-actions .qa-icon svg path,
.quick-actions .qa-icon svg rect {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.quick-actions .qa-icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}
.quick-actions strong { font-size: 17px !important; }
.quick-actions a > span:not(.qa-icon) { font-size: 13px !important; }
.game-carousel-section {
  width: min(var(--max), calc(100% - 32px)) !important;
  margin: 30px auto !important;
  padding: 24px !important;
  overflow: hidden !important;
}
.game-carousel {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 2px 14px !important;
  scroll-snap-type: x proximity;
}
.game-card {
  flex: 0 0 148px !important;
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
  scroll-snap-align: start;
}
.game-card img {
  width: 148px !important;
  height: 148px !important;
  min-width: 148px !important;
  min-height: 148px !important;
  max-width: 148px !important;
  max-height: 148px !important;
  object-fit: cover !important;
}
.game-card span {
  min-height: 42px !important;
}
@media (max-width: 700px) {
  .quick-actions a { grid-template-columns: 36px 1fr !important; min-height: 72px !important; padding: 12px 13px !important; }
  .quick-actions .qa-icon { width: 34px !important; height: 34px !important; min-width: 34px !important; min-height: 34px !important; }
  .quick-actions .qa-icon svg { width: 18px !important; height: 18px !important; }
  .game-card, .game-card img { width: 128px !important; min-width: 128px !important; max-width: 128px !important; }
  .game-card { flex-basis: 128px !important; }
  .game-card img { height: 128px !important; min-height: 128px !important; max-height: 128px !important; }
}


/* v7 final visual fixes */
:root {
  --bg: #0c1422;
  --bg-2: #121d2f;
  --card: rgba(24, 36, 56, .96);
  --card-2: rgba(31, 45, 68, .98);
  --text: #f4f7fb;
  --muted: #c9d1df;
  --line: rgba(255,255,255,.18);
  --shadow: 0 22px 66px rgba(0,0,0,.34);
}
body {
  background:
    radial-gradient(circle at 12% 3%, rgba(246,210,123,.22), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(178,22,34,.19), transparent 24%),
    linear-gradient(180deg, #121929 0%, #0c1422 42%, #130f12 100%) !important;
}
.age-line { background: #101827 !important; }
.site-header {
  background: rgba(10, 16, 29, .92) !important;
  border-bottom-color: rgba(255,255,255,.14) !important;
}
.hero {
  background: linear-gradient(90deg, rgba(5,9,17,.78) 0%, rgba(5,9,17,.54) 36%, rgba(5,9,17,.08) 78%), url('images/hero.webp') center / cover no-repeat !important;
  filter: brightness(1.08);
}
.hero-content { filter: none; }
.hero:after { background: linear-gradient(180deg, transparent, #0c1422) !important; }
.content-card,
.game-carousel-section {
  background: linear-gradient(180deg, rgba(24,36,56,.96), rgba(13,22,38,.97)) !important;
  border-color: rgba(255,255,255,.16) !important;
}
.quick-actions {
  margin-top: -34px !important;
  gap: 12px !important;
}
.quick-actions a {
  grid-template-columns: 34px 1fr !important;
  min-height: 72px !important;
  padding: 12px 14px !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(27,41,63,.98), rgba(14,24,40,.98)) !important;
  border-color: rgba(246,210,123,.26) !important;
}
.quick-actions .qa-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  border-radius: 10px !important;
}
.quick-actions .qa-icon svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
}
.quick-actions strong { font-size: 16px !important; }
.quick-actions a > span:not(.qa-icon) { font-size: 12.5px !important; }
.section-image { filter: brightness(1.10) contrast(1.03) !important; }
.game-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding-bottom: 4px !important;
}
.game-carousel::-webkit-scrollbar,
.game-carousel::-webkit-scrollbar-track,
.game-carousel::-webkit-scrollbar-thumb {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
.game-card {
  flex: 0 0 140px !important;
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
  background: rgba(255,255,255,.07) !important;
}
.game-card img {
  width: 140px !important;
  height: 140px !important;
  min-width: 140px !important;
  min-height: 140px !important;
  max-width: 140px !important;
  max-height: 140px !important;
}
@media (max-width: 700px) {
  .quick-actions { margin-top: -28px !important; }
  .quick-actions a { grid-template-columns: 30px 1fr !important; min-height: 66px !important; padding: 10px 12px !important; }
  .quick-actions .qa-icon { width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important; }
  .quick-actions .qa-icon svg { width: 15px !important; height: 15px !important; }
  .game-card, .game-card img { width: 122px !important; min-width: 122px !important; max-width: 122px !important; }
  .game-card { flex-basis: 122px !important; }
  .game-card img { height: 122px !important; min-height: 122px !important; max-height: 122px !important; }
}
