/*
Theme Name: 8xbet
Theme URI: https://example.com/8xbet
Author: ChatGPT
Description: 8xbet WordPress theme with blue gradient interface.
Version: 1.0.3
Text Domain: 8xbet
*/

:root {
  --_8xbet-primary: #0072ff;
  --_8xbet-primary-dark: #003d99;
  --_8xbet-primary-light: #eaf8ff;
  --_8xbet-accent: #0072ff;
  --_8xbet-text: #102033;
  --_8xbet-muted: #5d7288;
  --_8xbet-border: rgba(0, 120, 220, 0.35);
  --_8xbet-card: #ffffff;
  --_8xbet-white: #ffffff;
  --_8xbet-radius: 8px;
  --_8xbet-shadow: 0 6px 18px rgba(0, 50, 120, 0.24);
  --_8xbet-wrap: 960px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--_8xbet-text);
  font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.68;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.9) 0, rgba(179,237,252,.65) 34%, rgba(91,207,243,.35) 55%, rgba(145,232,255,.9) 100%),
    linear-gradient(180deg, #e9fbff 0%, #91e8ff 45%, #5cc8f0 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  display: none !important;
}

._8xbet-bg-glow {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 0 12%, rgba(255,255,255,.45) 12.5%, transparent 16%),
    linear-gradient(64deg, transparent 0 76%, rgba(255,255,255,.35) 76.5%, transparent 80%);
}

a { color: var(--_8xbet-primary-dark); text-decoration: none; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: #005ea9; }
img { max-width: 100%; height: auto; vertical-align: middle; }

.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;
}

._8xbet-site {
  max-width: var(--_8xbet-wrap);
  margin: 0 auto;
  background: rgba(184, 242, 255, 0.72);
  box-shadow: 0 0 32px rgba(0, 90, 170, .25);
  min-height: 100vh;
}

._8xbet-topbar {
  background: linear-gradient(180deg, #c8efff, #94dafb);
  padding: 10px 18px 8px;
}

._8xbet-topbar-inner {
  display: grid;
  grid-template-columns: 205px 1fr auto;
  align-items: center;
  gap: 14px;
}

._8xbet-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

._8xbet-logo img { max-height: 56px; width: auto; }
._8xbet-logo-text { font-size: 34px; font-weight: 900; letter-spacing: -2px; color: var(--_8xbet-primary-dark); line-height: 1; }
._8xbet-logo-text small { display: block; font-size: 12px; letter-spacing: 0; color: #136795; text-align: right; }

._8xbet-search { position: relative; max-width: 340px; justify-self: center; width: 100%; }
._8xbet-search input[type="search"] {
  width: 100%;
  height: 32px;
  border-radius: 18px;
  border: 1px solid rgba(0, 103, 169, .28);
  background: rgba(255, 255, 255, .52);
  padding: 0 38px 0 15px;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.08);
}
._8xbet-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #08374f;
  font-size: 15px;
}

._8xbet-actions { display: flex; gap: 8px; align-items: center; justify-content: flex-end; }
._8xbet-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 13px;
  border-radius: 18px;
  border: 2px solid #043d53;
  background: #15e6ff;
  color: #001b29;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 2px 0 rgba(0,0,0,.18);
}
._8xbet-pill:hover { transform: translateY(-1px); color: #001b29; opacity: .92; }

._8xbet-nav-wrap {
  background: linear-gradient(180deg, #11a9f8, #0090e4);
  border-top: 1px solid rgba(255,255,255,.45);
  border-bottom: 1px solid rgba(0,87,151,.32);
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-bar ._8xbet-nav-wrap { top: 32px; }

._8xbet-nav-inner { display: flex; align-items: center; justify-content: center; padding: 0 12px; min-height: 39px; }
._8xbet-menu-toggle { display: none; border: 0; background: rgba(255,255,255,.18); color: #002e43; font-weight: 900; padding: 8px 14px; border-radius: 8px; }
._8xbet-menu { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin: 0; padding: 0; }
._8xbet-menu li { position: relative; }
._8xbet-menu a {
  display: block;
  padding: 11px 13px 10px;
  color: #061f2d;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}
._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a { color: #fff; background: rgba(0, 51, 91, .18); }
._8xbet-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 25;
  list-style: none;
  margin: 0;
  padding: 6px;
  min-width: 190px;
  background: rgba(230, 251, 255, .98);
  border: 1px solid var(--_8xbet-border);
  border-radius: 0 0 var(--_8xbet-radius) var(--_8xbet-radius);
  box-shadow: var(--_8xbet-shadow);
}
._8xbet-menu li:hover > .sub-menu { display: block; }
._8xbet-menu .sub-menu a { color: var(--_8xbet-text); border-radius: 6px; }

._8xbet-main {
  padding: 22px 18px 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.8), transparent 34%),
    linear-gradient(180deg, rgba(202,249,255,.88), rgba(101,215,245,.6) 55%, rgba(119,220,246,.82));
  position: relative;
  overflow: hidden;
}
._8xbet-main::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 200px;
  width: 640px;
  height: 420px;
  background:
    linear-gradient(125deg, transparent 0 35%, rgba(255,255,255,.55) 36%, transparent 42%),
    linear-gradient(55deg, transparent 0 45%, rgba(255,255,255,.38) 46%, transparent 52%);
  pointer-events: none;
}
._8xbet-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 18px; align-items: start; }
._8xbet-content { min-width: 0; }

._8xbet-hero { margin-bottom: 16px; }
._8xbet-hero img { width: 100%; display: block; border-radius: 3px; box-shadow: 0 2px 8px rgba(0,104,170,.18); }

._8xbet-icon-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 16px;
}
._8xbet-icon-card {
  min-height: 70px;
  border-radius: 6px;
  background: linear-gradient(180deg, #fff, #cef4ff);
  border: 1px solid rgba(0, 161, 235, .36);
  box-shadow: 0 2px 7px rgba(0,105,165,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  color: #065b9a;
  font-weight: 900;
  font-size: 12px;
}
._8xbet-icon-card:hover { transform: translateY(-2px); }

._8xbet-headline-box {
  margin: 16px auto 22px;
  padding: 13px 12px;
  border: 1px solid var(--_8xbet-border);
  background: rgba(216, 250, 255, .66);
  color: #0485df;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
}

._8xbet-intro {
  margin: 18px 0 24px;
  padding-left: 26px;
  border-left: 3px solid #0a75c3;
  color: #16435c;
  font-style: italic;
}


._8xbet-home-article-panel {
  margin: 0 0 26px;
  border: 2px solid rgba(0, 153, 224, .55);
  border-radius: 10px;
  background: rgba(226, 250, 255, .82);
  box-shadow: 0 0 14px rgba(0, 143, 216, .55), inset 0 0 0 1px rgba(255,255,255,.7);
  overflow: hidden;
}
._8xbet-home-article-title {
  margin: 0;
  padding: 11px 15px 12px;
  color: #0788df;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 900;
  background: rgba(235, 254, 255, .82);
  border-bottom: 1px solid rgba(0, 153, 224, .32);
}
._8xbet-home-article-scrollbox {
  max-height: 690px;
  overflow-y: auto;
  padding: 13px 14px 18px;
  background:
    linear-gradient(180deg, rgba(89, 205, 245, .58), rgba(223, 252, 255, .82)),
    radial-gradient(circle at 78% 4%, rgba(255,255,255,.56), transparent 28%);
  scrollbar-width: thin;
  scrollbar-color: #088edf rgba(213, 247, 255, .65);
}
._8xbet-home-article-scrollbox::-webkit-scrollbar { width: 10px; }
._8xbet-home-article-scrollbox::-webkit-scrollbar-track {
  background: rgba(213, 247, 255, .65);
  border-radius: 10px;
}
._8xbet-home-article-scrollbox::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #29bfff, #0378cf);
  border-radius: 10px;
  border: 2px solid rgba(213, 247, 255, .8);
}
._8xbet-home-article-media {
  margin: 0 0 18px;
  border: 1px solid rgba(0, 156, 224, .55);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(141, 219, 242, .76);
  box-shadow: 0 4px 12px rgba(0, 100, 170, .18);
}
._8xbet-home-article-media img {
  display: block;
  width: 100%;
  height: auto;
}
._8xbet-home-article-media figcaption {
  margin: 0;
  padding: 11px 18px 13px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  color: #0d2737;
  background:
    linear-gradient(135deg, rgba(33, 176, 233, .35) 0 10%, rgba(205, 248, 255, .86) 10% 90%, rgba(33, 176, 233, .35) 90% 100%);
  border-top: 1px solid rgba(0, 153, 224, .44);
}
._8xbet-home-article-body {
  color: #0d2737;
  font-size: 17px;
  line-height: 1.75;
}
._8xbet-home-article-body p { margin: 0 0 16px; }
._8xbet-home-article-body h2,
._8xbet-home-article-body h3,
._8xbet-home-article-body h4 {
  color: #0788df;
  margin: 20px 0 10px;
  line-height: 1.35;
}
._8xbet-home-article-body a { color: #0485df; font-weight: 800; }
._8xbet-home-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 3px 11px rgba(0, 109, 179, .18);
}

._8xbet-card {
  background: var(--_8xbet-card);
  border: 1px solid var(--_8xbet-border);
  border-radius: var(--_8xbet-radius);
  box-shadow: var(--_8xbet-shadow);
  overflow: hidden;
  margin-bottom: 22px;
}
._8xbet-card-title {
  margin: 0;
  padding: 9px 12px;
  color: #0788df;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}
._8xbet-card-media img { display: block; width: 100%; }
._8xbet-card-body { padding: 14px 13px 18px; }
._8xbet-card-body p { margin-top: 0; }

._8xbet-post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
._8xbet-post-card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--_8xbet-border);
  border-radius: var(--_8xbet-radius);
  overflow: hidden;
  box-shadow: 0 3px 11px rgba(0,108,179,.15);
}
._8xbet-post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
._8xbet-post-card h2, ._8xbet-post-card h3 { margin: 0; padding: 10px 11px 4px; font-size: 16px; line-height: 1.35; }
._8xbet-post-card p { margin: 0; padding: 0 11px 12px; color: #33576b; font-size: 13px; }
._8xbet-post-meta { padding: 0 11px 8px; color: var(--_8xbet-muted); font-size: 12px; }

._8xbet-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 16px;
  align-items: center;
  padding: 20px 0 36px;
}
._8xbet-download h2 {
  margin: 0 0 14px;
  border-top: 1px solid rgba(0, 159, 229, .36);
  border-bottom: 1px solid rgba(0, 159, 229, .36);
  display: inline-block;
  padding: 8px 20px;
  color: #198fe2;
  font-size: 22px;
  text-transform: uppercase;
}
._8xbet-download p { max-width: 430px; }
._8xbet-download-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
._8xbet-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 42px;
  padding: 7px 13px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff77fa, #8454ff);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 4px 0 rgba(63, 37, 143, .36);
}
._8xbet-store-btn:hover { color: #fff; transform: translateY(-1px); }
._8xbet-app img { filter: drop-shadow(0 12px 18px rgba(0, 105, 170, .26)); }

._8xbet-sidebar { min-width: 0; }
._8xbet-widget { margin-bottom: 18px; }
._8xbet-widget-title {
  margin: 0 0 10px;
  color: #0b2c3d;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #0fa5f1;
  padding-bottom: 7px;
}
._8xbet-recent-item {
  display: block;
  padding: 7px;
  border: 1px solid var(--_8xbet-border);
  border-radius: var(--_8xbet-radius);
  background: rgba(232,252,255,.8);
  box-shadow: 0 3px 9px rgba(0,92,168,.16);
  margin-bottom: 14px;
  text-align: center;
}
._8xbet-recent-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; display: block; }
._8xbet-recent-item strong { display: block; margin-top: 7px; color: #006fbd; font-size: 13px; line-height: 1.35; }
._8xbet-recent-item span { display: block; margin-top: 4px; color: #62899b; font-size: 11px; }

._8xbet-pagination { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 20px 0 30px; }
._8xbet-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 33px;
  height: 33px;
  padding: 0 10px;
  border: 1px solid var(--_8xbet-border);
  background: rgba(255,255,255,.72);
  border-radius: 6px;
  font-weight: 800;
}
._8xbet-pagination .current { background: var(--_8xbet-primary); color: #fff; }

._8xbet-article {
  background: rgba(239,253,255,.86);
  border: 1px solid var(--_8xbet-border);
  border-radius: var(--_8xbet-radius);
  box-shadow: var(--_8xbet-shadow);
  padding: 18px;
  margin-bottom: 28px;
}
._8xbet-article h1 { margin: 0 0 10px; color: #067ed1; font-size: 28px; line-height: 1.25; }
._8xbet-article .entry-content h2, ._8xbet-article .entry-content h3 { color: #0788df; }
._8xbet-article .entry-content img { border-radius: 7px; box-shadow: 0 3px 11px rgba(0, 109, 179, .15); }
._8xbet-article-meta { color: var(--_8xbet-muted); font-size: 13px; margin-bottom: 16px; }
._8xbet-article-footer { border-top: 1px solid var(--_8xbet-border); padding-top: 12px; margin-top: 18px; color: var(--_8xbet-muted); }

._8xbet-footer {
  position: relative;
  padding: 38px 18px 0;
  background:
    linear-gradient(180deg, rgba(212,249,255,.94), rgba(117,212,242,.92)),
    radial-gradient(circle at 25% 10%, rgba(255,255,255,.9), transparent 42%);
  border-top: 1px solid rgba(255,255,255,.75);
}
._8xbet-footer-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.25fr;
  gap: 25px;
  align-items: start;
}
._8xbet-footer-logo img { max-height: 58px; }
._8xbet-footer h3 { margin: 0 0 12px; color: #0881d5; font-size: 16px; text-transform: uppercase; }
._8xbet-footer p, ._8xbet-footer li { color: #244f63; font-size: 13px; }
._8xbet-footer ul { list-style: none; padding: 0; margin: 0; }
._8xbet-footer li { margin: 6px 0; }
._8xbet-social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
._8xbet-social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #177bc0;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
._8xbet-badges { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 12px; }
._8xbet-badges span { border: 2px solid #0f8ad8; border-radius: 8px; background: rgba(255,255,255,.7); padding: 8px 10px; color: #0573be; font-weight: 900; font-size: 12px; }
._8xbet-brand-strip { margin: 26px 0 14px; padding: 14px 10px; text-align: center; color: #4a7184; border-top: 1px solid rgba(0,139,207,.25); border-bottom: 1px solid rgba(0,139,207,.25); font-size: 13px; }
._8xbet-brand-strip-image { display: block; max-width: 100%; height: auto; max-height: 76px; object-fit: contain; margin: 0 auto; }
._8xbet-keywords { text-align: center; color: #244f63; font-size: 12px; margin-bottom: 20px; }
._8xbet-copyright { margin: 0 -18px; padding: 13px 18px; background: #3f3f3f; color: #e3e3e3; text-align: center; font-size: 12px; }

.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--_8xbet-muted); font-size: 12px; text-align: center; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 0 16px 12px 0; }
.alignright { float: right; margin: 0 0 12px 16px; }
.gallery { display: grid; gap: 10px; }
.bypostauthor { outline: 1px solid rgba(0, 145, 225, .25); }

@media (max-width: 1180px) {
  body::before, body::after { display: none; }
  ._8xbet-site { max-width: 100%; }
}

@media (max-width: 820px) {
  .admin-bar ._8xbet-nav-wrap { top: 46px; }
  ._8xbet-topbar-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  ._8xbet-actions { justify-content: center; }
  ._8xbet-layout { grid-template-columns: 1fr; }
  ._8xbet-sidebar { order: 2; }
  ._8xbet-icon-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  ._8xbet-download { grid-template-columns: 1fr; text-align: center; }
  ._8xbet-download p { max-width: none; }
  ._8xbet-download-buttons { justify-content: center; }
  ._8xbet-footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  ._8xbet-home-article-title { font-size: 20px; }
  ._8xbet-home-article-scrollbox { max-height: 560px; padding: 10px; }
  ._8xbet-home-article-body { font-size: 15px; }
  ._8xbet-home-article-media figcaption { font-size: 15px; }
  ._8xbet-menu-toggle { display: inline-flex; }
  ._8xbet-nav-inner { justify-content: space-between; padding: 7px 12px; }
  ._8xbet-menu { display: none; width: 100%; flex-direction: column; margin-top: 8px; }
  ._8xbet-menu.is-open { display: flex; }
  ._8xbet-nav-inner { flex-wrap: wrap; }
  ._8xbet-menu li { width: 100%; }
  ._8xbet-menu a { padding: 9px 11px; border-top: 1px solid rgba(255,255,255,.25); }
  ._8xbet-menu .sub-menu { position: static; display: block; box-shadow: none; background: rgba(255,255,255,.25); border: 0; padding-left: 16px; }
}

@media (max-width: 560px) {
  ._8xbet-main { padding: 14px 10px 0; }
  ._8xbet-topbar { padding-left: 10px; padding-right: 10px; }
  ._8xbet-headline-box { font-size: 18px; }
  ._8xbet-icon-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  ._8xbet-post-grid { grid-template-columns: 1fr; }
  ._8xbet-footer-columns { grid-template-columns: 1fr; }
  ._8xbet-article h1 { font-size: 23px; }
}


.article-toc {
  background: #fff;
  border: 1px solid #9fa8af;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 18px 0;
  color: #444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
  max-width: 620px;
}

.article-toc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.article-toc-title {
  color: #111;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.article-toc-toggle {
  width: 42px;
  height: 34px;
  border: 1px solid #999;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 0 0 auto;
}

.article-toc-list,
.article-toc-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-toc-list > .article-toc-item {
  margin: 6px 0;
}

.article-toc-sublist {
  margin: 5px 0 5px 28px;
}

.article-toc-sublist .article-toc-item {
  margin: 4px 0;
}

.article-toc-link {
  color: #4b4b4b;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.article-toc-sublist .article-toc-link {
  font-size: 16px;
}

.article-toc-link:hover {
  color: #0788df;
  text-decoration: underline;
}

.article-toc.is-collapsed .article-toc-list {
  display: none;
}

.article-toc-arrow {
  display: inline-block;
}

@media (max-width: 768px) {
  .article-toc {
    max-width: 100%;
    padding: 12px 14px;
    margin: 16px 0;
  }

  .article-toc-title {
    font-size: 21px;
  }

  .article-toc-toggle {
    width: 38px;
    height: 32px;
    font-size: 16px;
  }

  .article-toc-link {
    font-size: 16px;
  }

  .article-toc-sublist {
    margin-left: 20px;
  }

  .article-toc-sublist .article-toc-link {
    font-size: 15px;
  }
}

body:not(.home) ._8xbet-sidebar {
  display: none !important;
}

body:not(.home) ._8xbet-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

body:not(.home) ._8xbet-content {
  width: 100% !important;
  max-width: 100% !important;
}

body:not(.home) ._8xbet-article {
  width: 100% !important;
  max-width: 100% !important;
}


.footer-guide-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-guide-menu li {
  margin: 8px 0;
}

.footer-guide-menu a {
  color: #24495b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-guide-menu a::before {
  content: "✔";
  margin-right: 8px;
  color: #111;
  font-weight: 700;
}

.footer-guide-menu a:hover {
  color: #0788df;
}


body:not(.home) ._8xbet-sidebar {
  display: none !important;
}

body:not(.home) ._8xbet-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

body:not(.home) ._8xbet-content,
body:not(.home) ._8xbet-article {
  width: 100% !important;
  max-width: 100% !important;
}

/* Footer Guide Menu */
.footer-guide-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-guide-menu li {
  margin: 8px 0;
}

.footer-guide-menu a {
  color: #24495b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-guide-menu a::before {
  content: "✔";
  margin-right: 8px;
  color: #111;
  font-weight: 700;
}

.footer-guide-menu a:hover {
  color: #0788df;
}

/* Footer About Menu */
._8xbet-footer section:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

._8xbet-footer section:nth-child(2) li {
  margin: 8px 0;
}

._8xbet-footer section:nth-child(2) a {
  color: #24495b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

._8xbet-footer section:nth-child(2) a::before {
  content: "";
  margin-right: 8px;
  color: #111;
}

._8xbet-footer section:nth-child(2) a:hover {
  color: #0788df;
}


._8xbet-badges {
  display: none !important;
}


._8xbet-icon-row {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 16px 0 22px !important;
}

.game-card-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 22px 0 28px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.game-card {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 210px !important;
  overflow: hidden !important;
  border: 4px solid #ff1600 !important;
  border-radius: 14px !important;
  background: #111 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22) !important;
}

.game-card:hover {
  transform: translateY(-3px) !important;
}

.game-card-title {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #fff8b8 !important;
  background: linear-gradient(180deg, #ff6a00 0%, #ff2700 100%) !important;
  text-shadow:
    0 0 4px #ff0000,
    0 0 8px #ff0000,
    2px 2px 0 #d50000 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.game-card img {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 44px !important;
  width: 100% !important;
  height: calc(100% - 44px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-width: none !important;
  box-sizing: border-box !important;
}


@media (max-width: 1100px) {
  .game-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .game-card {
    height: 190px !important;
  }
}


@media (max-width: 640px) {
  ._8xbet-icon-row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 18px !important;
  }

  .game-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 20px !important;
  }

  .game-card {
    height: 135px !important;
    border-width: 3px !important;
    border-radius: 12px !important;
  }

  .game-card-title {
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }

  .game-card img {
    top: 32px !important;
    height: calc(100% - 32px) !important;
  }
}


@media (min-width: 1101px) {
  .game-card-title {
    font-size: 15px !important;
    height: 38px !important;
    line-height: 38px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .game-card img {
    top: 38px !important;
    height: calc(100% - 38px) !important;
  }

  .game-card {
    height: 190px !important;
  }
}


body.home ._8xbet-sidebar,
body.front-page ._8xbet-sidebar {
  display: none !important;
}

body.home ._8xbet-layout,
body.front-page ._8xbet-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body.home ._8xbet-content,
body.front-page ._8xbet-content {
  width: 100% !important;
  max-width: 100% !important;
}

body.home ._8xbet-hero,
body.front-page ._8xbet-hero,
body.home ._8xbet-icon-row,
body.front-page ._8xbet-icon-row,
body.home .game-card-grid,
body.front-page .game-card-grid {
  width: 100% !important;
  max-width: 100% !important;
}


.back-top-btn {
  position: fixed;
  right: 22px;
  bottom: 90px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #17b8ff, #0078d7);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 90, 160, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.back-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top-btn:hover {
  background: linear-gradient(180deg, #39c7ff, #006fc8);
  transform: translateY(-3px);
}

@media (max-width: 640px) {
  .back-top-btn {
    right: 14px;
    bottom: 70px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
  }
}
/* Dark blue and gold palette */
body {
  color: var(--_8xbet-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 212, 90, .35) 0%, transparent 28%),
    linear-gradient(180deg, #061b3a 0%, #073c7a 42%, #0a9fd8 100%) !important;
}

._8xbet-site {
  background: rgba(226, 247, 255, 0.9) !important;
  box-shadow: 0 0 36px rgba(0, 12, 50, .42) !important;
}

._8xbet-topbar {
  background: linear-gradient(180deg, #e9fbff 0%, #aeeaff 100%) !important;
}

._8xbet-nav-wrap {
  background: linear-gradient(180deg, #005ecb 0%, #0072ff 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, .35) !important;
  border-bottom: 2px solid #c3eefe !important;
}

._8xbet-menu a {
  color: #ffffff !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a {
  color: #102033 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffc93c 100%) !important;
}

._8xbet-menu .sub-menu {
  background: rgba(245, 252, 255, .98) !important;
  border-color: rgba(0, 95, 190, .28) !important;
}

._8xbet-menu .sub-menu a {
  color: #102033 !important;
}

._8xbet-pill {
  background: linear-gradient(180deg, #ffe98d 0%, #ffbd23 100%) !important;
  color: #102033 !important;
  border-color: #7b4b00 !important;
  box-shadow: 0 3px 0 rgba(80, 45, 0, .35) !important;
}

._8xbet-search input[type="search"] {
  border-color: rgba(0, 95, 190, .32) !important;
  background: rgba(255, 255, 255, .72) !important;
}

._8xbet-main {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, .9), transparent 34%),
    linear-gradient(180deg, rgba(229, 250, 255, .95), rgba(172, 232, 255, .82) 55%, rgba(130, 215, 245, .9)) !important;
}

._8xbet-headline-box {
  color: #0072ff !important;
  border-color: rgba(0, 95, 190, .35) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(211, 244, 255, .86)) !important;
}

._8xbet-intro {
  border-left-color: #c3eefe !important;
  color: #102033 !important;
}

._8xbet-card,
._8xbet-article,
._8xbet-home-article-panel,
._8xbet-post-card {
  background: rgba(247, 253, 255, .94) !important;
  border-color: rgba(0, 105, 205, .32) !important;
  box-shadow: 0 6px 18px rgba(0, 80, 150, .18) !important;
}

._8xbet-home-article-title,
._8xbet-card-title,
._8xbet-article h1,
._8xbet-article .entry-content h2,
._8xbet-article .entry-content h3,
._8xbet-home-article-body h2,
._8xbet-home-article-body h3,
._8xbet-home-article-body h4,
._8xbet-download h2 {
  color: #005ecb !important;
}

._8xbet-home-article-scrollbox {
  background:
    linear-gradient(180deg, rgba(226, 248, 255, .92), rgba(246, 253, 255, .96)),
    radial-gradient(circle at 78% 4%, rgba(255, 212, 90, .18), transparent 28%) !important;
  scrollbar-color: #0072ff rgba(232, 247, 255, .9) !important;
}

._8xbet-home-article-scrollbox::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c3eefe, #005ecb) !important;
}

._8xbet-widget-title {
  color: #003b80 !important;
  border-bottom-color: #c3eefe !important;
}

._8xbet-recent-item {
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(0, 105, 205, .28) !important;
}

._8xbet-recent-item strong {
  color: #0052b8 !important;
}

._8xbet-store-btn {
  background: linear-gradient(180deg, #c3eefe 0%, #ff9f1c 100%) !important;
  color: #102033 !important;
  box-shadow: 0 4px 0 rgba(110, 62, 0, .38) !important;
}

._8xbet-store-btn:hover {
  color: #102033 !important;
}

._8xbet-footer {
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 212, 90, .28), transparent 36%),
    linear-gradient(180deg, #dff7ff 0%, #8bdcf9 100%) !important;
}

._8xbet-footer h3 {
  color: #005ecb !important;
}

._8xbet-footer p,
._8xbet-footer li {
  color: #24495b !important;
}

._8xbet-footer a,
.footer-guide-menu a,
._8xbet-footer section:nth-child(2) a {
  color: #24495b !important;
}

._8xbet-footer a:hover,
.footer-guide-menu a:hover,
._8xbet-footer section:nth-child(2) a:hover {
  color: #005ecb !important;
}

._8xbet-social a {
  background: linear-gradient(180deg, #006ed8, #0072ff) !important;
  color: #ffffff !important;
}

._8xbet-brand-strip {
  color: #24495b !important;
  border-top-color: rgba(0, 95, 190, .25) !important;
  border-bottom-color: rgba(0, 95, 190, .25) !important;
}

._8xbet-keywords {
  color: #24495b !important;
}

._8xbet-copyright {
  background: #081d36 !important;
  color: #e8f7ff !important;
}

.article-toc {
  border-color: rgba(0, 95, 190, .32) !important;
  box-shadow: 0 2px 8px rgba(0, 60, 140, .12) !important;
}

.article-toc-title {
  color: #102033 !important;
}

.article-toc-link:hover {
  color: #005ecb !important;
}

.game-card {
  border-color: #c3eefe !important;
  box-shadow: 0 8px 18px rgba(0, 20, 60, .28) !important;
}

.game-card-title {
  color: #102033 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffbd23 100%) !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .45),
    1px 1px 0 rgba(120, 70, 0, .25) !important;
}

.back-top-btn {
  background: linear-gradient(180deg, #c3eefe, #ff9f1c) !important;
  color: #102033 !important;
  box-shadow: 0 6px 16px rgba(80, 45, 0, .35) !important;
}

.back-top-btn:hover {
  background: linear-gradient(180deg, #ffe58a, #ffbd23) !important;
  color: #102033 !important;
}

h1,
h2,
h3,
h4,
h5,
.entry-title,
.page-title,
._8xbet-article h1,
._8xbet-article .entry-content h1,
._8xbet-article .entry-content h2,
._8xbet-article .entry-content h3,
._8xbet-article .entry-content h4,
._8xbet-article .entry-content h5,
._8xbet-home-article-title,
._8xbet-home-article-body h1,
._8xbet-home-article-body h2,
._8xbet-home-article-body h3,
._8xbet-home-article-body h4,
._8xbet-home-article-body h5,
._8xbet-card-title,
._8xbet-download h2,
._8xbet-footer h3,
.article-toc-title {
  color: #0072ff !important;
}

._8xbet-article .entry-content h2,
._8xbet-article .entry-content h3,
._8xbet-home-article-body h2,
._8xbet-home-article-body h3 {
  border-left: 4px solid #c3eefe !important;
  padding-left: 10px !important;
}

.entry-content a,
._8xbet-home-article-body a,
._8xbet-card-body a,
._8xbet-footer a,
.footer-guide-menu a,
.article-toc-link {
  color: #0052b8 !important;
}
._8xbet-menu a,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .75),
    0 0 5px rgba(0, 0, 0, .45) !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a:hover,
._8xbet-menu .current_page_item > a:hover {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #c3eefe 45%, #f3a91f 100%) !important;
  border: 1px solid #ffe58a !important;
  border-radius: 22px !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}

a:not(._8xbet-pill):not(._8xbet-store-btn):not(.game-card):not(._8xbet-recent-item):not(.back-top-btn):hover,
.entry-content a:hover,
._8xbet-home-article-body a:hover,
._8xbet-card-body a:hover,
._8xbet-footer a:hover,
.footer-guide-menu a:hover,
.article-toc-link:hover {
  color: #b87400 !important;
}

._8xbet-menu a {
  color: #ffffff !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a {
  color: #102033 !important;
}

._8xbet-pill,
._8xbet-store-btn,
.game-card,
._8xbet-social a,
.back-top-btn {
  text-decoration: none !important;
}

._8xbet-nav-wrap {
  background: linear-gradient(180deg, #005ecb 0%, #00469e 100%) !important;
  border-bottom: 3px solid #c3eefe !important;
}

._8xbet-menu {
  gap: 8px !important;
  align-items: center !important;
}

._8xbet-menu li {
  margin: 6px 0 !important;
}

._8xbet-menu a {
  color: #c3eefe !important;
  background: rgba(255, 212, 90, 0.08) !important;
  border: 1px solid rgba(255, 212, 90, 0.55) !important;
  border-radius: 18px !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45) !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #4a2b00 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffbd2e 100%) !important;
  border-color: #c3eefe !important;
  box-shadow: 0 3px 0 rgba(80, 45, 0, .35) !important;
  text-shadow: none !important;
}

._8xbet-menu .sub-menu {
  background: rgba(5, 36, 82, .96) !important;
  border: 1px solid rgba(255, 212, 90, .55) !important;
}

._8xbet-menu .sub-menu a {
  color: #c3eefe !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
}

._8xbet-menu .sub-menu a:hover {
  color: #4a2b00 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffbd2e 100%) !important;
}

@media (max-width: 820px) {
  ._8xbet-menu {
    gap: 6px !important;
  }

  ._8xbet-menu a {
    border-radius: 12px !important;
    margin: 4px 0 !important;
    padding: 9px 12px !important;
  }
}

._8xbet-menu a {
  color: #ffffff !important;
  background: rgba(0, 45, 105, 0.72) !important;
  border: 1px solid rgba(255, 212, 90, 0.85) !important;
  border-radius: 22px !important;
  padding: 9px 18px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .75),
    0 0 6px rgba(0, 0, 0, .55) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 2px 5px rgba(0, 0, 0, .22) !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #c3eefe 45%, #f3a91f 100%) !important;
  border-color: #ffe58a !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}

._8xbet-menu {
  gap: 10px !important;
}

._8xbet-menu li {
  margin: 6px 0 !important;
}

._8xbet-nav-wrap {
  background: linear-gradient(180deg, #006bd8 0%, #004fa8 100%) !important;
  border-bottom: 3px solid #c3eefe !important;
}

._8xbet-menu a {
  color: #fff4b8 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 11px 14px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .8),
    0 0 5px rgba(0, 0, 0, .55) !important;
}

._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #fff4b8 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .8),
    0 0 5px rgba(0, 0, 0, .55) !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a:hover,
._8xbet-menu .current_page_item > a:hover {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #c3eefe 45%, #f3a91f 100%) !important;
  border: 1px solid #ffe58a !important;
  border-radius: 22px !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}

._8xbet-menu {
  gap: 12px !important;
}

._8xbet-menu a,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .75),
    0 0 5px rgba(0, 0, 0, .45) !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a:hover,
._8xbet-menu .current_page_item > a:hover {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #c3eefe 45%, #f3a91f 100%) !important;
  border: 1px solid #ffe58a !important;
  border-radius: 22px !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}


:root {
  --float-top: 0px;
  --float-topbar-h: 0px;
  --float-header-h: 0px;
}

body.header-is-fixed ._8xbet-site {
  padding-top: var(--float-header-h) !important;
}

body.header-is-fixed ._8xbet-topbar {
  position: fixed !important;
  top: var(--float-top) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(100vw, var(--_8xbet-wrap)) !important;
  z-index: 9998 !important;
  box-shadow: 0 6px 18px rgba(0, 40, 120, .28) !important;
}

body.header-is-fixed ._8xbet-nav-wrap {
  position: fixed !important;
  top: calc(var(--float-top) + var(--float-topbar-h)) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(100vw, var(--_8xbet-wrap)) !important;
  z-index: 9997 !important;
  box-shadow: 0 6px 18px rgba(0, 40, 120, .22) !important;
}

body.header-is-fixed ._8xbet-main {
  position: relative;
}

@media (max-width: 1180px) {
  body.header-is-fixed ._8xbet-topbar,
  body.header-is-fixed ._8xbet-nav-wrap {
    width: 100vw !important;
  }
}


/* 8XBET header layout based on reference screenshot */
._8xbet-header {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #4779da !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 30 !important;
}

._8xbet-topbar {
  flex: 0 0 34% !important;
  max-width: 520px !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 20px !important;
}

._8xbet-topbar-inner {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

._8xbet-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

._8xbet-logo img {
  width: auto !important;
  max-width: 170px !important;
  max-height: 72px !important;
  object-fit: contain !important;
  display: block !important;
}

._8xbet-search,
._8xbet-actions {
  display: none !important;
}

._8xbet-nav-wrap {
  flex: 1 1 auto !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: static !important;
  top: auto !important;
  z-index: 31 !important;
}

.admin-bar ._8xbet-nav-wrap { top: auto !important; }

._8xbet-nav-inner {
  width: 100% !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 32px 0 0 !important;
}

._8xbet-menu {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(24px, 3.2vw, 58px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

._8xbet-menu li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

._8xbet-menu a,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 78px !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  font-size: clamp(17px, 1.25vw, 22px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a:hover,
._8xbet-menu .current_page_item > a:hover,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  opacity: .86 !important;
  transform: none !important;
}

._8xbet-menu .sub-menu {
  top: 100% !important;
  left: 0 !important;
  min-width: 210px !important;
  padding: 8px 0 !important;
  background: #4779da !important;
  border: 0 !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
}

._8xbet-menu .sub-menu a {
  min-height: auto !important;
  display: block !important;
  padding: 10px 16px !important;
  color: #ffffff !important;
  font-size: 16px !important;
}

._8xbet-menu-toggle {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  border-radius: 6px !important;
  background: rgba(255,255,255,.15) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.header-is-fixed ._8xbet-site {
  padding-top: 0 !important;
}

body.header-is-fixed ._8xbet-topbar,
body.header-is-fixed ._8xbet-nav-wrap {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  ._8xbet-header {
    min-height: auto !important;
    padding: 0 14px !important;
  }
  ._8xbet-topbar {
    flex-basis: 240px !important;
    max-width: 240px !important;
    padding: 0 10px !important;
  }
  ._8xbet-nav-inner {
    padding-right: 8px !important;
  }
  ._8xbet-menu {
    gap: 24px !important;
  }
  ._8xbet-menu a {
    font-size: 18px !important;
  }
}

@media (max-width: 820px) {
  ._8xbet-header {
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 14px !important;
  }
  ._8xbet-topbar {
    flex: 0 0 auto !important;
    min-height: 54px !important;
    max-width: none !important;
    padding: 0 !important;
  }
  ._8xbet-logo img {
    max-height: 56px !important;
    max-width: 142px !important;
  }
  ._8xbet-nav-wrap {
    flex: 1 1 auto !important;
    min-height: 54px !important;
    justify-content: flex-end !important;
  }
  ._8xbet-nav-inner {
    min-height: 54px !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
  }
  ._8xbet-menu-toggle {
    display: inline-flex !important;
  }
  ._8xbet-menu {
    display: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin-top: 8px !important;
    background: rgba(29, 82, 168, .98) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  ._8xbet-menu.is-open {
    display: flex !important;
  }
  ._8xbet-menu li {
    width: 100% !important;
  }
  ._8xbet-menu a {
    min-height: auto !important;
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 12px 16px !important;
    border-top: 1px solid rgba(255,255,255,.15) !important;
    font-size: 17px !important;
  }
  ._8xbet-menu .sub-menu {
    position: static !important;
    display: block !important;
    box-shadow: none !important;
    background: rgba(255,255,255,.08) !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}

/* 8XBET compact header fix - match reference screenshot */
._8xbet-header {
  width: 100vw !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #4779da !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
}

._8xbet-topbar {
  flex: 0 0 34% !important;
  max-width: 620px !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

._8xbet-topbar-inner {
  width: 100% !important;
  height: 107px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

._8xbet-logo,
._8xbet-logo:hover {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 107px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

._8xbet-logo img {
  display: block !important;
  width: auto !important;
  max-width: 170px !important;
  max-height: 94px !important;
  object-fit: contain !important;
}

._8xbet-search,
._8xbet-actions {
  display: none !important;
}

._8xbet-nav-wrap {
  flex: 1 1 auto !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: static !important;
  top: auto !important;
  overflow: visible !important;
}

.admin-bar ._8xbet-nav-wrap { top: auto !important; }

._8xbet-nav-inner {
  width: 100% !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  padding: 0 48px 0 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
}

._8xbet-menu {
  width: 100% !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(22px, 3.2vw, 68px) !important;
  overflow: visible !important;
}

._8xbet-menu li {
  flex: 0 0 auto !important;
  width: auto !important;
  height: 107px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

._8xbet-menu a,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 107px !important;
  min-height: 107px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  font-size: clamp(19px, 1.16vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  opacity: .88 !important;
  transform: none !important;
}

body.header-is-fixed ._8xbet-site {
  padding-top: 0 !important;
}

body.header-is-fixed ._8xbet-topbar,
body.header-is-fixed ._8xbet-nav-wrap {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  ._8xbet-header,
  ._8xbet-topbar,
  ._8xbet-topbar-inner,
  ._8xbet-nav-wrap,
  ._8xbet-nav-inner,
  ._8xbet-menu,
  ._8xbet-menu li,
  ._8xbet-menu a {
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
  }
  ._8xbet-topbar {
    flex-basis: 260px !important;
    max-width: 260px !important;
    padding: 0 10px !important;
  }
  ._8xbet-logo img {
    max-width: 145px !important;
    max-height: 72px !important;
  }
  ._8xbet-nav-inner {
    padding-right: 16px !important;
  }
  ._8xbet-menu {
    gap: 22px !important;
    justify-content: flex-start !important;
  }
  ._8xbet-menu a {
    font-size: 18px !important;
  }
}

@media (max-width: 820px) {
  ._8xbet-header {
    height: auto !important;
    min-height: 66px !important;
    max-height: none !important;
    padding: 8px 14px !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
  ._8xbet-topbar,
  ._8xbet-topbar-inner,
  ._8xbet-nav-wrap,
  ._8xbet-nav-inner {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  ._8xbet-topbar {
    flex: 0 0 auto !important;
    max-width: none !important;
    padding: 0 !important;
  }
  ._8xbet-logo,
  ._8xbet-logo:hover {
    height: 56px !important;
  }
  ._8xbet-logo img {
    max-width: 132px !important;
    max-height: 54px !important;
  }
  ._8xbet-nav-wrap {
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }
  ._8xbet-nav-inner {
    justify-content: flex-end !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
  }
  ._8xbet-menu-toggle {
    display: inline-flex !important;
  }
  ._8xbet-menu {
    display: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin-top: 8px !important;
    background: rgba(29, 82, 168, .98) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  ._8xbet-menu.is-open {
    display: flex !important;
  }
  ._8xbet-menu li,
  ._8xbet-menu a {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  ._8xbet-menu li {
    display: block !important;
  }
  ._8xbet-menu a {
    justify-content: flex-start !important;
    padding: 12px 16px !important;
    border-top: 1px solid rgba(255,255,255,.15) !important;
    font-size: 17px !important;
  }
}


/* 8XBET final header/menu fix: one-line reference layout */
:root{
  --_8xbet-header-h: 92px;
  --_8xbet-header-blue: #477ed8;
}
body ._8xbet-header{
  width: 100vw !important;
  height: var(--_8xbet-header-h) !important;
  min-height: var(--_8xbet-header-h) !important;
  max-height: var(--_8xbet-header-h) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  align-items: center !important;
  background: var(--_8xbet-header-blue) !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
}
body ._8xbet-topbar,
body ._8xbet-topbar-inner,
body ._8xbet-nav-wrap,
body ._8xbet-nav-inner{
  height: var(--_8xbet-header-h) !important;
  min-height: var(--_8xbet-header-h) !important;
  max-height: var(--_8xbet-header-h) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body ._8xbet-topbar{
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 18px 0 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body ._8xbet-topbar-inner{
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body ._8xbet-logo,
body ._8xbet-logo:hover{
  width: auto !important;
  height: var(--_8xbet-header-h) !important;
  min-height: var(--_8xbet-header-h) !important;
  max-height: var(--_8xbet-header-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
body ._8xbet-logo img{
  width: auto !important;
  max-width: 190px !important;
  max-height: 78px !important;
  object-fit: contain !important;
  display: block !important;
}
body ._8xbet-search,
body ._8xbet-actions{
  display: none !important;
}
body ._8xbet-nav-wrap{
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body ._8xbet-nav-inner{
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 34px 0 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}
body ._8xbet-menu-toggle{
  display: none !important;
}
body ul._8xbet-menu,
body #_8xbet-primary-menu{
  width: 100% !important;
  height: var(--_8xbet-header-h) !important;
  min-height: var(--_8xbet-header-h) !important;
  max-height: var(--_8xbet-header-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(14px, 2.05vw, 52px) !important;
  overflow: hidden !important;
}
body ul._8xbet-menu > li,
body #_8xbet-primary-menu > li{
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  height: var(--_8xbet-header-h) !important;
  min-height: var(--_8xbet-header-h) !important;
  max-height: var(--_8xbet-header-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
}
body ul._8xbet-menu > li > a,
body #_8xbet-primary-menu > li > a,
body ul._8xbet-menu > li.current-menu-item > a,
body ul._8xbet-menu > li.current_page_item > a,
body #_8xbet-primary-menu > li.current-menu-item > a,
body #_8xbet-primary-menu > li.current_page_item > a{
  height: var(--_8xbet-header-h) !important;
  min-height: var(--_8xbet-header-h) !important;
  max-height: var(--_8xbet-header-h) !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  font-size: clamp(18px, 1.18vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}
body ul._8xbet-menu > li > a:hover,
body #_8xbet-primary-menu > li > a:hover,
body ul._8xbet-menu > li.current-menu-item > a:hover,
body ul._8xbet-menu > li.current_page_item > a:hover,
body #_8xbet-primary-menu > li.current-menu-item > a:hover,
body #_8xbet-primary-menu > li.current_page_item > a:hover{
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .86 !important;
  transform: none !important;
}
body ._8xbet-menu .sub-menu,
body #_8xbet-primary-menu .sub-menu{
  display: none !important;
}
body.header-is-fixed ._8xbet-site{
  padding-top: 0 !important;
}
body.header-is-fixed ._8xbet-topbar,
body.header-is-fixed ._8xbet-nav-wrap{
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  box-shadow: none !important;
}
@media (max-width: 1360px){
  body ._8xbet-header{
    grid-template-columns: 260px minmax(0, 1fr) !important;
  }
  body ._8xbet-topbar{
    padding-left: 24px !important;
    padding-right: 8px !important;
  }
  body ._8xbet-logo img{
    max-width: 155px !important;
  }
  body ._8xbet-nav-inner{
    padding-right: 18px !important;
  }
  body ul._8xbet-menu,
  body #_8xbet-primary-menu{
    gap: 18px !important;
    justify-content: space-between !important;
  }
  body ul._8xbet-menu > li > a,
  body #_8xbet-primary-menu > li > a{
    font-size: 18px !important;
  }
}
@media (max-width: 980px){
  :root{ --_8xbet-header-h: 64px; }
  body ._8xbet-header{
    grid-template-columns: 1fr auto !important;
    overflow: visible !important;
    padding: 0 14px !important;
  }
  body ._8xbet-topbar{
    padding: 0 !important;
  }
  body ._8xbet-logo img{
    max-width: 132px !important;
    max-height: 56px !important;
  }
  body ._8xbet-nav-wrap,
  body ._8xbet-nav-inner{
    overflow: visible !important;
    justify-content: flex-end !important;
    padding: 0 !important;
  }
  body ._8xbet-menu-toggle{
    display: inline-flex !important;
  }
  body ul._8xbet-menu,
  body #_8xbet-primary-menu{
    display: none !important;
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    top: var(--_8xbet-header-h) !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    background: #477ed8 !important;
    border-radius: 0 0 10px 10px !important;
    overflow: hidden !important;
    z-index: 9999 !important;
  }
  body ul._8xbet-menu.is-open,
  body #_8xbet-primary-menu.is-open{
    display: flex !important;
  }
  body ul._8xbet-menu > li,
  body #_8xbet-primary-menu > li,
  body ul._8xbet-menu > li > a,
  body #_8xbet-primary-menu > li > a{
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  body ul._8xbet-menu > li > a,
  body #_8xbet-primary-menu > li > a{
    justify-content: flex-start !important;
    padding: 13px 16px !important;
    font-size: 17px !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
  }
}

/* 8XBET: remove home app download block and rebuild footer like reference */
._8xbet-download,
.home ._8xbet-download,
.front-page ._8xbet-download {
  display: none !important;
}

body ._8xbet-footer-new {
  margin: 0 !important;
  padding: 64px 42px 28px !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 247, 188, .72), transparent 28%),
    linear-gradient(90deg, #d7f7ff 0%, #b6edfb 54%, #b9effb 100%) !important;
  border-top: 4px solid rgba(88, 195, 225, .65) !important;
  box-shadow: none !important;
  color: #24495b !important;
}

body ._8xbet-footer-new ._8xbet-footer-columns {
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 0 58px !important;
  display: grid !important;
  grid-template-columns: 1.18fr 1.05fr 1fr 1.32fr !important;
  gap: clamp(34px, 5vw, 82px) !important;
  align-items: start !important;
  border-bottom: 1px solid rgba(0, 95, 180, .22) !important;
}

body ._8xbet-footer-new section {
  min-width: 0 !important;
}

body ._8xbet-footer-new ._8xbet-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 24px !important;
  text-decoration: none !important;
}

body ._8xbet-footer-new ._8xbet-footer-logo img {
  display: block !important;
  width: auto !important;
  max-width: 310px !important;
  max-height: 118px !important;
  object-fit: contain !important;
}

body ._8xbet-footer-new h3 {
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: #004ba8 !important;
  font-size: clamp(24px, 2vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: .2px !important;
}

body ._8xbet-footer-new p,
body ._8xbet-footer-new li {
  color: #24495b !important;
  font-size: clamp(18px, 1.38vw, 26px) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

body ._8xbet-footer-new p {
  margin: 0 0 24px !important;
}

body ._8xbet-footer-new ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body ._8xbet-footer-new li {
  margin: 0 0 22px !important;
  padding: 0 !important;
}

body ._8xbet-footer-new a {
  color: #005ecb !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

body ._8xbet-footer-new a:hover {
  color: #0072ff !important;
  text-decoration: underline !important;
}

body ._8xbet-footer-new ._8xbet-footer-menu li,
body ._8xbet-footer-new ._8xbet-footer-guide-menu li {
  position: relative !important;
  padding-left: 40px !important;
}

body ._8xbet-footer-new ._8xbet-footer-menu li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .05em !important;
  color: #101010 !important;
  font-size: .9em !important;
  line-height: 1.5 !important;
}

body ._8xbet-footer-new ._8xbet-footer-guide-menu li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: -.02em !important;
  color: #111 !important;
  font-size: 1.05em !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

body ._8xbet-footer-new ._8xbet-social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  margin-top: 26px !important;
}

body ._8xbet-footer-new ._8xbet-social a {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #006ed8 0%, #004fb4 100%) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body ._8xbet-footer-new ._8xbet-social a:hover {
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

body ._8xbet-footer-new ._8xbet-footer-contact li {
  position: relative !important;
  padding-left: 22px !important;
}

body ._8xbet-footer-new ._8xbet-footer-contact li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #24495b !important;
}

body ._8xbet-footer-new ._8xbet-brand-strip,
body ._8xbet-footer-new ._8xbet-keywords,
body ._8xbet-footer-new ._8xbet-copyright,
body ._8xbet-brand-strip,
body ._8xbet-keywords,
body ._8xbet-copyright {
  display: none !important;
}

@media (max-width: 1180px) {
  body ._8xbet-footer-new {
    padding: 48px 24px 24px !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 42px !important;
  }
}

@media (max-width: 720px) {
  body ._8xbet-footer-new {
    padding: 36px 18px 22px !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding-bottom: 36px !important;
  }
  body ._8xbet-footer-new h3 {
    font-size: 24px !important;
    margin-bottom: 18px !important;
  }
  body ._8xbet-footer-new p,
  body ._8xbet-footer-new li {
    font-size: 17px !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-logo img {
    max-width: 230px !important;
    max-height: 96px !important;
  }
  body ._8xbet-footer-new ._8xbet-social a {
    width: 46px !important;
    height: 46px !important;
    font-size: 15px !important;
  }
}

/* 8XBET footer compact typography fix */
body ._8xbet-footer-new {
  padding: 52px 36px 24px !important;
}

body ._8xbet-footer-new ._8xbet-footer-columns {
  max-width: 1540px !important;
  grid-template-columns: 1.35fr 1.35fr 1.2fr 1.65fr !important;
  gap: clamp(26px, 3.2vw, 58px) !important;
  padding-bottom: 46px !important;
}

body ._8xbet-footer-new ._8xbet-footer-logo {
  margin-bottom: 18px !important;
}

body ._8xbet-footer-new ._8xbet-footer-logo img {
  max-width: 260px !important;
  max-height: 98px !important;
}

body ._8xbet-footer-new h3 {
  margin-bottom: 22px !important;
  font-size: clamp(20px, 1.45vw, 27px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

body ._8xbet-footer-new p,
body ._8xbet-footer-new li {
  font-size: clamp(15px, 1.05vw, 19px) !important;
  line-height: 1.62 !important;
}

body ._8xbet-footer-new p {
  margin-bottom: 18px !important;
}

body ._8xbet-footer-new li {
  margin-bottom: 14px !important;
}

body ._8xbet-footer-new ._8xbet-footer-menu li,
body ._8xbet-footer-new ._8xbet-footer-guide-menu li {
  padding-left: 30px !important;
}

body ._8xbet-footer-new ._8xbet-footer-menu li::before,
body ._8xbet-footer-new ._8xbet-footer-guide-menu li::before {
  font-size: .82em !important;
  top: .08em !important;
}

body ._8xbet-footer-new ._8xbet-social {
  gap: 14px !important;
  margin-top: 20px !important;
}

body ._8xbet-footer-new ._8xbet-social a {
  width: 48px !important;
  height: 48px !important;
  font-size: 15px !important;
}

body ._8xbet-footer-new ._8xbet-footer-contact li {
  padding-left: 18px !important;
}

@media (max-width: 1180px) {
  body ._8xbet-footer-new {
    padding: 42px 24px 22px !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 42px !important;
  }
  body ._8xbet-footer-new h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 720px) {
  body ._8xbet-footer-new {
    padding: 32px 16px 20px !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding-bottom: 30px !important;
  }
  body ._8xbet-footer-new h3 {
    font-size: 21px !important;
    margin-bottom: 14px !important;
  }
  body ._8xbet-footer-new p,
  body ._8xbet-footer-new li {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-logo img {
    max-width: 220px !important;
    max-height: 84px !important;
  }
  body ._8xbet-footer-new ._8xbet-social a {
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
  }
}

/* 8XBET footer layout final: guide + hashtag + contact + brand strip + copyright */
body ._8xbet-footer-new {
  padding: 50px 32px 0 !important;
  background:
    linear-gradient(180deg, rgba(216, 249, 255, .96), rgba(158, 230, 246, .94)),
    radial-gradient(circle at 10% 0%, rgba(255, 246, 205, .75), transparent 32%) !important;
  border-top: 6px solid rgba(71, 126, 216, .28) !important;
}

body ._8xbet-footer-new ._8xbet-footer-columns {
  max-width: 1500px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(250px, .95fr) minmax(210px, .75fr) minmax(300px, 1.1fr) minmax(330px, 1.25fr) !important;
  gap: clamp(32px, 4vw, 76px) !important;
  align-items: start !important;
  padding-bottom: 34px !important;
}

body ._8xbet-footer-new ._8xbet-footer-logo {
  display: inline-block !important;
  margin: 0 0 20px !important;
}

body ._8xbet-footer-new ._8xbet-footer-logo img {
  display: block !important;
  width: auto !important;
  max-width: 250px !important;
  max-height: 96px !important;
  object-fit: contain !important;
}

body ._8xbet-footer-new h3 {
  margin: 0 0 24px !important;
  color: #004ea8 !important;
  font-size: clamp(24px, 1.7vw, 32px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body ._8xbet-footer-new p,
body ._8xbet-footer-new li,
body ._8xbet-footer-new ._8xbet-footer-keywords-text {
  color: #24495b !important;
  font-size: clamp(16px, 1.05vw, 20px) !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

body ._8xbet-footer-new p {
  margin: 0 0 18px !important;
}

body ._8xbet-footer-new ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body ._8xbet-footer-new li {
  margin: 0 0 15px !important;
  padding: 0 !important;
}

body ._8xbet-footer-new a {
  color: #005ecb !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

body ._8xbet-footer-new a:hover {
  color: #0072ff !important;
  text-decoration: underline !important;
}

body ._8xbet-footer-new ._8xbet-footer-guide-menu li {
  position: relative !important;
  padding-left: 34px !important;
}

body ._8xbet-footer-new ._8xbet-footer-guide-menu li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .02em !important;
  color: #101010 !important;
  font-size: .9em !important;
  line-height: 1.6 !important;
  font-weight: 900 !important;
}

body ._8xbet-footer-new ._8xbet-footer-hashtag h3 {
  color: #555a64 !important;
}

body ._8xbet-footer-new ._8xbet-footer-keywords-text {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  margin: 0 !important;
}

body ._8xbet-footer-new ._8xbet-footer-contact ul {
  list-style: disc !important;
  padding-left: 20px !important;
}

body ._8xbet-footer-new ._8xbet-footer-contact li {
  position: static !important;
  padding-left: 0 !important;
}

body ._8xbet-footer-new ._8xbet-footer-contact li::before {
  content: none !important;
}

body ._8xbet-footer-new ._8xbet-social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

body ._8xbet-footer-new ._8xbet-social a {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(180deg, #006ed8, #004fb4) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body ._8xbet-footer-new ._8xbet-brand-strip,
body ._8xbet-brand-strip {
  display: block !important;
  max-width: 1500px !important;
  margin: 0 auto 24px !important;
  padding: 18px 0 !important;
  text-align: center !important;
  border-top: 1px solid rgba(0, 95, 190, .25) !important;
  border-bottom: 1px solid rgba(0, 95, 190, .25) !important;
  background: transparent !important;
}

body ._8xbet-footer-new ._8xbet-brand-strip-image,
body ._8xbet-brand-strip-image {
  display: block !important;
  max-width: 100% !important;
  max-height: 82px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

body ._8xbet-footer-new ._8xbet-copyright,
body ._8xbet-copyright {
  display: block !important;
  margin: 0 -32px !important;
  padding: 22px 18px !important;
  background: #071d34 !important;
  color: #e8f7ff !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

body ._8xbet-footer-new ._8xbet-keywords,
body ._8xbet-keywords {
  display: none !important;
}

@media (max-width: 1180px) {
  body ._8xbet-footer-new {
    padding: 42px 24px 0 !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 48px !important;
  }
  body ._8xbet-footer-new ._8xbet-copyright,
  body ._8xbet-copyright {
    margin: 0 -24px !important;
  }
}

@media (max-width: 720px) {
  body ._8xbet-footer-new {
    padding: 32px 16px 0 !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding-bottom: 26px !important;
  }
  body ._8xbet-footer-new ._8xbet-footer-logo img {
    max-width: 220px !important;
    max-height: 84px !important;
  }
  body ._8xbet-footer-new h3 {
    font-size: 22px !important;
    margin-bottom: 14px !important;
  }
  body ._8xbet-footer-new p,
  body ._8xbet-footer-new li,
  body ._8xbet-footer-new ._8xbet-footer-keywords-text {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
  body ._8xbet-footer-new ._8xbet-social a {
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
  }
  body ._8xbet-footer-new ._8xbet-copyright,
  body ._8xbet-copyright {
    margin: 0 -16px !important;
    font-size: 14px !important;
    padding: 18px 14px !important;
  }
}


/* === 8XBET final homepage/header overrides === */
/* Remove header search box completely and keep logo/actions aligned */
._8xbet-search {
  display: none !important;
}

._8xbet-topbar-inner {
  grid-template-columns: 205px minmax(0, 1fr) auto !important;
}

._8xbet-actions {
  justify-self: end !important;
}

/* Remove homepage recent posts sidebar and make homepage content full width */
body.home ._8xbet-sidebar,
body.front-page ._8xbet-sidebar {
  display: none !important;
}

body.home ._8xbet-layout,
body.front-page ._8xbet-layout {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body.home ._8xbet-content,
body.front-page ._8xbet-content {
  width: 100% !important;
  max-width: 100% !important;
}

/* Remove footer social icons if old cached footer markup exists */
._8xbet-social,
._8xbet-footer-social,
._8xbet-socials,
._8xbet-social-links,
._8xbet-footer-socials,
.footer-social,
.social-links {
  display: none !important;
}

/* Homepage game cards: theme color, no big title bar, small bottom label */
.game-card-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 26px !important;
  padding: 28px 24px !important;
  margin: 14px 0 22px !important;
  background: linear-gradient(180deg, #d9f7ff 0%, #bff0ff 100%) !important;
}

.game-card {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 4px solid #0066c9 !important;
  background: #0066c9 !important;
  box-shadow: 0 10px 22px rgba(0, 80, 160, .25) !important;
  text-decoration: none !important;
  aspect-ratio: 0.74 / 1 !important;
  height: auto !important;
  transform: none !important;
}

.game-card img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 13px !important;
  max-width: 100% !important;
  transform: none !important;
}

.game-card-title {
  position: absolute !important;
  left: 50% !important;
  bottom: 12px !important;
  top: auto !important;
  right: auto !important;
  z-index: 5 !important;
  transform: translateX(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 24px) !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.1 !important;
  padding: 7px 16px !important;
  margin: 0 !important;
  background: linear-gradient(180deg, #0877e8 0%, #0057b8 100%) !important;
  border: 2px solid rgba(255,255,255,.75) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.6) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.28) !important;
  pointer-events: none !important;
}

.game-card::before,
.game-card::after,
.game-card-title::before,
.game-card-title::after {
  display: none !important;
  content: none !important;
}

.game-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 32px rgba(0, 80, 160, .38) !important;
}

.game-card:hover img {
  transform: scale(1.04) !important;
  transition: transform .25s ease !important;
}

@media (max-width: 1500px) {
  .game-card-grid {
    gap: 20px !important;
  }
  .game-card-title {
    font-size: 14px !important;
    padding: 6px 13px !important;
    bottom: 10px !important;
  }
}

@media (max-width: 1100px) {
  .game-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .game-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 18px 12px !important;
  }
  .game-card {
    border-radius: 12px !important;
    border-width: 3px !important;
  }
  .game-card img {
    border-radius: 9px !important;
  }
  .game-card-title {
    font-size: 12px !important;
    padding: 5px 10px !important;
    bottom: 8px !important;
  }
}


._8xbet-footer {
    padding: 34px 28px 0 !important;
    overflow: hidden !important;
}


._8xbet-footer-columns {
    display: grid !important;
    grid-template-columns: 1.15fr 1.05fr 1.15fr 1.35fr !important;
    gap: 34px !important;
    align-items: flex-start !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
}


._8xbet-footer h3,
._8xbet-footer-title,
._8xbet-footer-heading {
    font-size: 24px !important;
    line-height: 1.25 !important;
    margin: 0 0 22px !important;
    color: #0052b8 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}


._8xbet-footer-columns section:nth-child(2) h3,
._8xbet-footer-columns ._8xbet-footer-guide h3 {
    font-size: 22px !important;
}


._8xbet-footer-columns section:nth-child(3) h3 {
    font-size: 22px !important;
    color: #555b66 !important;
}


._8xbet-footer-columns section:nth-child(4) h3 {
    font-size: 24px !important;
    white-space: nowrap !important;
}


._8xbet-footer p,
._8xbet-footer li,
._8xbet-footer a {
    font-size: 17px !important;
    line-height: 1.7 !important;
}


._8xbet-footer-columns section:nth-child(1) p {
    font-size: 18px !important;
    line-height: 1.75 !important;
}


._8xbet-footer-columns section:nth-child(2) li,
._8xbet-footer-columns section:nth-child(2) a {
    font-size: 18px !important;
    line-height: 1.65 !important;
}


._8xbet-footer-columns section:nth-child(3),
._8xbet-footer-columns section:nth-child(3) p,
._8xbet-footer-columns section:nth-child(3) div {
    font-size: 17px !important;
    line-height: 1.65 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}


._8xbet-footer-columns section:nth-child(4) {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

._8xbet-footer-columns section:nth-child(4) li,
._8xbet-footer-columns section:nth-child(4) p,
._8xbet-footer-columns section:nth-child(4) a {
    font-size: 17px !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}


._8xbet-footer-logo img {
    max-width: 260px !important;
    max-height: 120px !important;
    height: auto !important;
}


._8xbet-footer li {
    margin: 8px 0 !important;
}

._8xbet-footer section:nth-child(2) a::before,
.footer-guide-menu a::before {
    margin-right: 8px !important;
}


@media (max-width: 1200px) {
    ._8xbet-footer-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 40px !important;
    }

    ._8xbet-footer h3 {
        font-size: 22px !important;
    }
}


@media (max-width: 680px) {
    ._8xbet-footer {
        padding: 28px 18px 0 !important;
    }

    ._8xbet-footer-columns {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    ._8xbet-footer h3 {
        font-size: 21px !important;
    }

    ._8xbet-footer p,
    ._8xbet-footer li,
    ._8xbet-footer a {
        font-size: 16px !important;
    }
}


._8xbet-footer {
    overflow: visible !important;
    padding: 34px 24px 0 !important;
}

._8xbet-footer-columns {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 1.05fr 1.25fr !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
}


._8xbet-footer-columns > section,
._8xbet-footer-columns > div {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
}


._8xbet-footer-columns section:nth-child(4),
._8xbet-footer-columns > div:nth-child(4) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}


._8xbet-footer h3,
._8xbet-footer-title,
._8xbet-footer-heading {
    white-space: normal !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 18px !important;
}


._8xbet-footer-columns section:nth-child(4) h3,
._8xbet-footer-columns > div:nth-child(4) h3 {
    white-space: normal !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
}


._8xbet-footer p,
._8xbet-footer li,
._8xbet-footer a {
    font-size: 16px !important;
    line-height: 1.65 !important;
}


._8xbet-footer-columns section:nth-child(4) p,
._8xbet-footer-columns section:nth-child(4) li,
._8xbet-footer-columns section:nth-child(4) a,
._8xbet-footer-columns > div:nth-child(4) p,
._8xbet-footer-columns > div:nth-child(4) li,
._8xbet-footer-columns > div:nth-child(4) a {
    font-size: 16px !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}


._8xbet-footer-logo img {
    max-width: 230px !important;
    max-height: 105px !important;
}


@media (max-width: 1100px) {
    ._8xbet-footer-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 36px !important;
    }
}


@media (max-width: 680px) {
    ._8xbet-footer-columns {
        grid-template-columns: 1fr !important;
    }
}


._8xbet-footer {
    width: 100% !important;
    padding: 34px 34px 0 !important;
    overflow: hidden !important;
}


._8xbet-footer-columns {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;

    display: grid !important;
    grid-template-columns: 260px 220px 280px minmax(0, 1fr) !important;
    gap: 26px !important;
    align-items: flex-start !important;
}


._8xbet-footer-columns > section,
._8xbet-footer-columns > div {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
}


._8xbet-footer h3,
._8xbet-footer-title,
._8xbet-footer-heading {
    font-size: 21px !important;
    line-height: 1.25 !important;
    margin: 0 0 18px !important;
    white-space: normal !important;
}


._8xbet-footer-columns section:nth-child(2) h3,
._8xbet-footer-columns section:nth-child(3) h3,
._8xbet-footer-columns section:nth-child(4) h3 {
    font-size: 21px !important;
    white-space: normal !important;
}


._8xbet-footer p,
._8xbet-footer li,
._8xbet-footer a {
    font-size: 15px !important;
    line-height: 1.62 !important;
}


._8xbet-footer-columns section:nth-child(1) p {
    font-size: 15px !important;
    line-height: 1.7 !important;
}


._8xbet-footer-logo img {
    max-width: 230px !important;
    max-height: 105px !important;
    height: auto !important;
}


._8xbet-footer-columns section:nth-child(2) li,
._8xbet-footer-columns section:nth-child(2) a {
    font-size: 15px !important;
    line-height: 1.6 !important;
}


._8xbet-footer-columns section:nth-child(3),
._8xbet-footer-columns section:nth-child(3) p,
._8xbet-footer-columns section:nth-child(3) div {
    font-size: 15px !important;
    line-height: 1.6 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}


._8xbet-footer-columns section:nth-child(4),
._8xbet-footer-columns > div:nth-child(4) {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}


._8xbet-footer-columns section:nth-child(4) p,
._8xbet-footer-columns section:nth-child(4) li,
._8xbet-footer-columns section:nth-child(4) a,
._8xbet-footer-columns > div:nth-child(4) p,
._8xbet-footer-columns > div:nth-child(4) li,
._8xbet-footer-columns > div:nth-child(4) a {
    font-size: 15px !important;
    line-height: 1.6 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}


._8xbet-footer li {
    margin: 7px 0 !important;
}


@media (max-width: 1150px) {
    ._8xbet-footer-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 36px !important;
    }
}


@media (max-width: 680px) {
    ._8xbet-footer {
        padding: 28px 18px 0 !important;
    }

    ._8xbet-footer-columns {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
}


:root {
  --_8xbet-wrap: 1280px !important;
}

body ._8xbet-site {
  width: 100% !important;
  max-width: var(--_8xbet-wrap) !important;
  overflow: hidden !important;
}


body ._8xbet-search,
body.home ._8xbet-sidebar,
body.front-page ._8xbet-sidebar,
body ._8xbet-download,
body.home ._8xbet-download,
body.front-page ._8xbet-download {
  display: none !important;
}

body.home ._8xbet-layout,
body.front-page ._8xbet-layout {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body.home ._8xbet-content,
body.front-page ._8xbet-content {
  width: 100% !important;
  max-width: 100% !important;
}


body ._8xbet-footer-new,
body footer._8xbet-footer-new,
body ._8xbet-footer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 34px 28px 0 !important;
  margin: 0 !important;
  background-color:#f3f3f3;
}


body ._8xbet-footer-new ._8xbet-footer-columns,
body ._8xbet-footer ._8xbet-footer-columns {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 0 28px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr) minmax(0, 1fr) minmax(0, 1.2fr) !important;
  gap: 22px !important;
  align-items: flex-start !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  border-bottom: 1px solid rgba(0, 95, 190, .22) !important;
}

body ._8xbet-footer-new ._8xbet-footer-columns > *,
body ._8xbet-footer ._8xbet-footer-columns > * {
  min-width: 0 !important;
  max-width: 100% !important;
  width: auto !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}


body ._8xbet-footer-new ._8xbet-footer-contact,
body ._8xbet-footer-new ._8xbet-footer-columns > :nth-child(4),
body ._8xbet-footer ._8xbet-footer-columns > :nth-child(4) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}


body ._8xbet-footer-new ._8xbet-footer-logo,
body ._8xbet-footer ._8xbet-footer-logo {
  display: inline-block !important;
  margin: 0 0 16px !important;
}

body ._8xbet-footer-new ._8xbet-footer-logo img,
body ._8xbet-footer ._8xbet-footer-logo img {
  display: block !important;
  width: auto !important;
  max-width: 210px !important;
  max-height: 82px !important;
  height: auto !important;
  object-fit: contain !important;
}


body ._8xbet-footer-new h3,
body ._8xbet-footer h3,
body ._8xbet-footer-title,
body ._8xbet-footer-heading {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #004ea8 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  list-style: none;
}

body ._8xbet-footer-new ._8xbet-footer-hashtag h3,
body ._8xbet-footer-new ._8xbet-footer-columns > :nth-child(3) h3,
body ._8xbet-footer ._8xbet-footer-columns > :nth-child(3) h3 {
  color: #555a64 !important;
}


body ._8xbet-footer-new p,
body ._8xbet-footer-new li,
body ._8xbet-footer-new a,
body ._8xbet-footer-new ._8xbet-footer-keywords-text,
body ._8xbet-footer p,
body ._8xbet-footer li,
body ._8xbet-footer a {
  color: #24495b !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body ._8xbet-footer-new p,
body ._8xbet-footer p {
  margin: 0 0 14px !important;
}


body ._8xbet-footer-new ._8xbet-footer-guide-menu,
body ._8xbet-footer ._8xbet-footer-guide-menu,
body .footer-guide-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body ._8xbet-footer-new ._8xbet-footer-guide-menu li,
body ._8xbet-footer ._8xbet-footer-guide-menu li,
body .footer-guide-menu li {
  position: relative !important;
  margin: 0 0 10px !important;
  padding-left: 24px !important;
}

body ._8xbet-footer-new ._8xbet-footer-guide-menu li::before,
body ._8xbet-footer ._8xbet-footer-guide-menu li::before,
body .footer-guide-menu li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .05em !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  font-weight: 900 !important;
}

body ._8xbet-footer-new ._8xbet-footer-guide-menu a,
body ._8xbet-footer ._8xbet-footer-guide-menu a,
body .footer-guide-menu a {
  color: #005ecb !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}


body ._8xbet-footer-new ._8xbet-footer-keywords-text,
body ._8xbet-footer-new ._8xbet-footer-hashtag,
body ._8xbet-footer-new ._8xbet-footer-columns > :nth-child(3),
body ._8xbet-footer ._8xbet-footer-columns > :nth-child(3) {
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}


body ._8xbet-footer-new ._8xbet-footer-contact ul,
body ._8xbet-footer-new ._8xbet-footer-columns > :nth-child(4) ul,
body ._8xbet-footer ._8xbet-footer-columns > :nth-child(4) ul {
  list-style: disc !important;
  padding-left: 18px !important;
  margin: 0 !important;
}

body ._8xbet-footer-new ._8xbet-footer-contact li,
body ._8xbet-footer-new ._8xbet-footer-columns > :nth-child(4) li,
body ._8xbet-footer ._8xbet-footer-columns > :nth-child(4) li {
  display: list-item !important;
  position: static !important;
  padding-left: 0 !important;
  margin: 0 0 12px !important;
  max-width: 100% !important;
  overflow: visible !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  list-style: none;
}

body ._8xbet-footer-new ._8xbet-footer-contact li::before,
body ._8xbet-footer-new ._8xbet-footer-columns > :nth-child(4) li::before,
body ._8xbet-footer ._8xbet-footer-columns > :nth-child(4) li::before {
  content: none !important;
}


body ._8xbet-social,
body ._8xbet-footer-social,
body ._8xbet-socials,
body ._8xbet-social-links,
body ._8xbet-footer-socials,
body .footer-social,
body .social-links {
  display: none !important;
}


body ._8xbet-footer-new ._8xbet-brand-strip,
body ._8xbet-footer ._8xbet-brand-strip,
body ._8xbet-brand-strip {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 18px !important;
  padding: 14px 0 !important;
  text-align: center !important;
  border-top: 1px solid rgba(0, 95, 190, .22) !important;
  border-bottom: 1px solid rgba(0, 95, 190, .22) !important;
  background: transparent !important;
}

body ._8xbet-footer-new ._8xbet-brand-strip-image,
body ._8xbet-footer ._8xbet-brand-strip-image,
body ._8xbet-brand-strip-image {
  display: block !important;
  max-width: 100% !important;
  max-height: 76px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}


body ._8xbet-keywords,
body ._8xbet-footer-new ._8xbet-keywords {
  display: none !important;
}


body ._8xbet-footer-new ._8xbet-copyright,
body ._8xbet-footer ._8xbet-copyright,
body ._8xbet-copyright {
  display: block !important;
  width: auto !important;
  margin: 0 -28px !important;
  padding: 18px 14px !important;
  background: #071d34 !important;
  color: #e8f7ff !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}


@media (max-width: 1100px) {
  body ._8xbet-footer-new ._8xbet-footer-columns,
  body ._8xbet-footer ._8xbet-footer-columns {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 36px !important;
  }
}


@media (max-width: 680px) {
  body ._8xbet-footer-new,
  body footer._8xbet-footer-new,
  body ._8xbet-footer {
    padding: 28px 16px 0 !important;
  }

  body ._8xbet-footer-new ._8xbet-footer-columns,
  body ._8xbet-footer ._8xbet-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding-bottom: 24px !important;
  }

  body ._8xbet-footer-new h3,
  body ._8xbet-footer h3 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }

  body ._8xbet-footer-new p,
  body ._8xbet-footer-new li,
  body ._8xbet-footer-new a,
  body ._8xbet-footer-new ._8xbet-footer-keywords-text,
  body ._8xbet-footer p,
  body ._8xbet-footer li,
  body ._8xbet-footer a {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body ._8xbet-footer-new ._8xbet-footer-logo img,
  body ._8xbet-footer ._8xbet-footer-logo img {
    max-width: 210px !important;
    max-height: 80px !important;
  }

  body ._8xbet-footer-new ._8xbet-copyright,
  body ._8xbet-footer ._8xbet-copyright,
  body ._8xbet-copyright {
    margin: 0 -16px !important;
    font-size: 13px !important;
    padding: 16px 12px !important;
  }
}


._8xbet-header {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: transparent !important;
    overflow: visible !important;
}


._8xbet-topbar {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 78px !important;
    max-height: none !important;
    padding: 10px 24px 8px !important;
    background: linear-gradient(180deg, #c8efff, #94dafb) !important;
    box-sizing: border-box !important;
}


._8xbet-topbar-inner {
    display: grid !important;
    grid-template-columns: 260px 1fr auto !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 70px !important;
}


._8xbet-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: auto !important;
    min-height: 70px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

._8xbet-logo img {
    display: block !important;
    width: auto !important;
    max-width: 230px !important;
    max-height: 72px !important;
    height: auto !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
}


._8xbet-search {
    display: none !important;
}


._8xbet-actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
}


._8xbet-nav-wrap {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    max-height: none !important;
    background: linear-gradient(180deg, #11a9f8, #0090e4) !important;
    border-top: 1px solid rgba(255,255,255,.45) !important;
    border-bottom: 1px solid rgba(0,87,151,.32) !important;
    overflow: hidden !important;
    position: relative !important;
}

._8xbet-nav-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    overflow: hidden !important;
}

._8xbet-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

._8xbet-menu li {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
}

._8xbet-menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    color: #061f2d !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}


._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
    color: #ffffff !important;
    background: rgba(0, 51, 91, .18) !important;
}


._8xbet-hero {
    margin-bottom: 16px !important;
    overflow: hidden !important;
}

._8xbet-hero img {
    width: 100% !important;
    max-height: 460px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 3px !important;
}


body.home ._8xbet-hero img,
body.front-page ._8xbet-hero img {
    aspect-ratio: 16 / 7 !important;
    height: auto !important;
    max-height: 460px !important;
    object-fit: cover !important;
}


body.home ._8xbet-main,
body.front-page ._8xbet-main {
    padding-top: 18px !important;
}


@media (max-width: 1100px) {
    ._8xbet-topbar-inner {
        grid-template-columns: 220px 1fr auto !important;
    }

    ._8xbet-logo img {
        max-width: 200px !important;
        max-height: 64px !important;
    }

    ._8xbet-menu a {
        font-size: 13px !important;
        padding: 0 12px !important;
    }

    body.home ._8xbet-hero img,
    body.front-page ._8xbet-hero img {
        max-height: 360px !important;
        aspect-ratio: 16 / 8 !important;
    }
}


@media (max-width: 680px) {
    ._8xbet-topbar-inner {
        grid-template-columns: 1fr auto !important;
    }

    ._8xbet-logo img {
        max-width: 160px !important;
        max-height: 54px !important;
    }

    ._8xbet-actions {
        display: none !important;
    }

    ._8xbet-menu {
        flex-wrap: wrap !important;
    }

    ._8xbet-menu a {
        font-size: 12px !important;
        padding: 0 8px !important;
    }

    body.home ._8xbet-hero img,
    body.front-page ._8xbet-hero img {
        max-height: 260px !important;
        aspect-ratio: 16 / 9 !important;
    }
}


:root {
  --_8xbet-wrap: 1280px !important;
}

html body ._8xbet-site {
  width: 100% !important;
  max-width: var(--_8xbet-wrap) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}


html body ._8xbet-header {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

html body ._8xbet-topbar {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 88px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 8px 28px !important;
  background: linear-gradient(180deg, #d9f5ff 0%, #a8e4fb 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body ._8xbet-topbar-inner {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 18px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 72px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body ._8xbet-logo,
html body ._8xbet-logo:hover {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  height: auto !important;
  min-height: 72px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body ._8xbet-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 230px !important;
  max-height: 72px !important;
  margin: 0 !important;
  object-fit: contain !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body ._8xbet-search {
  display: none !important;
}

html body ._8xbet-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  gap: 12px !important;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body ._8xbet-pill {
  min-height: 40px !important;
  padding: 7px 18px !important;
  border-radius: 22px !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
}


html body ._8xbet-nav-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #fefefe 0%, #0072ff 100%) !important;
  border-top: 1px solid rgba(255,255,255,.48) !important;
  border-bottom: 1px solid rgba(0,76,135,.34) !important;
  box-shadow: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  overflow: hidden !important;
}

html body ._8xbet-nav-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 14px !important;
  overflow: hidden !important;
}

html body ul._8xbet-menu,
html body #_8xbet-primary-menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  list-style: none !important;
}

html body ul._8xbet-menu > li,
html body #_8xbet-primary-menu > li {
  display: block !important;
  flex: 0 1 auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

html body ul._8xbet-menu > li > a,
html body #_8xbet-primary-menu > li > a,
html body ul._8xbet-menu > li.current-menu-item > a,
html body ul._8xbet-menu > li.current_page_item > a,
html body #_8xbet-primary-menu > li.current-menu-item > a,
html body #_8xbet-primary-menu > li.current_page_item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  color: #102033 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: none !important;
}

html body ul._8xbet-menu > li > a:hover,
html body #_8xbet-primary-menu > li > a:hover,
html body ul._8xbet-menu > li.current-menu-item > a,
html body ul._8xbet-menu > li.current_page_item > a,
html body #_8xbet-primary-menu > li.current-menu-item > a,
html body #_8xbet-primary-menu > li.current_page_item > a {
  color: #ffffff !important;
  background: rgba(0, 65, 125, .23) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}


html body.home ._8xbet-main,
html body.front-page ._8xbet-main {
  padding-top: 18px !important;
}

html body.home ._8xbet-hero,
html body.front-page ._8xbet-hero {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto 18px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.home ._8xbet-hero img,
html body.front-page ._8xbet-hero img,
html body ._8xbet-hero img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  border-radius: 4px !important;
}


html body.header-is-fixed ._8xbet-site {
  padding-top: 0 !important;
}

html body.header-is-fixed ._8xbet-topbar,
html body.header-is-fixed ._8xbet-nav-wrap {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  html body ._8xbet-topbar-inner {
    grid-template-columns: 210px minmax(0, 1fr) auto !important;
  }

  html body ._8xbet-logo img {
    max-width: 190px !important;
    max-height: 64px !important;
  }

  html body ul._8xbet-menu > li > a,
  html body #_8xbet-primary-menu > li > a {
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  html body.home ._8xbet-hero,
  html body.front-page ._8xbet-hero {
    max-width: 900px !important;
  }
}

@media (max-width: 820px) {
  html body ._8xbet-topbar {
    min-height: 68px !important;
    padding: 6px 14px !important;
  }

  html body ._8xbet-topbar-inner {
    grid-template-columns: 1fr auto !important;
    min-height: 56px !important;
  }

  html body ._8xbet-logo,
  html body ._8xbet-logo:hover {
    min-height: 56px !important;
  }

  html body ._8xbet-logo img {
    max-width: 160px !important;
    max-height: 54px !important;
  }

  html body ._8xbet-actions {
    display: none !important;
  }

  html body ._8xbet-nav-inner {
    min-height: 50px !important;
    padding: 6px 12px !important;
    justify-content: space-between !important;
    overflow: visible !important;
  }

  html body ._8xbet-menu-toggle {
    display: inline-flex !important;
  }

  html body ul._8xbet-menu,
  html body #_8xbet-primary-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 9999 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: #008fdc !important;
    overflow: hidden !important;
  }

  html body ul._8xbet-menu.is-open,
  html body #_8xbet-primary-menu.is-open {
    display: flex !important;
  }

  html body ul._8xbet-menu > li,
  html body #_8xbet-primary-menu > li,
  html body ul._8xbet-menu > li > a,
  html body #_8xbet-primary-menu > li > a {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  html body ul._8xbet-menu > li > a,
  html body #_8xbet-primary-menu > li > a {
    justify-content: flex-start !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    border-top: 1px solid rgba(255,255,255,.18) !important;
  }

  html body.home ._8xbet-hero,
  html body.front-page ._8xbet-hero {
    max-width: 100% !important;
  }
}


._8xbet-pill {
    position: relative !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 34px !important;
    padding: 7px 18px !important;
    border-radius: 999px !important;

    color: #ffffff !important;
    background: linear-gradient(180deg, #ff2d2d 0%, #d80000 48%, #8b0000 100%) !important;
    border: 2px solid #ffe066 !important;

    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    text-decoration: none !important;

    text-shadow:
        0 1px 2px rgba(0, 0, 0, .75),
        0 0 8px rgba(255, 255, 255, .45) !important;

    box-shadow:
        0 0 0 2px rgba(255, 224, 102, .35),
        0 0 12px rgba(255, 0, 0, .75),
        0 4px 0 rgba(90, 0, 0, .75) !important;

    animation: _8xbet-pill-flash 1.05s infinite ease-in-out !important;
}

._8xbet-pill:hover {
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.04) !important;
    box-shadow:
        0 0 0 2px rgba(255, 224, 102, .65),
        0 0 20px rgba(255, 0, 0, .95),
        0 5px 0 rgba(90, 0, 0, .75) !important;
}


._8xbet-pill::before {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    left: -70% !important;
    width: 45% !important;
    height: 200% !important;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, .15) 35%,
        rgba(255, 255, 255, .9) 50%,
        rgba(255, 255, 255, .15) 65%,
        transparent 100%
    ) !important;
    transform: rotate(25deg) !important;
    animation: _8xbet-pill-shine 1.8s infinite linear !important;
    pointer-events: none !important;
}


@keyframes _8xbet-pill-flash {
    0%, 100% {
        filter: brightness(1) saturate(1.1);
        box-shadow:
            0 0 0 2px rgba(255, 224, 102, .35),
            0 0 10px rgba(255, 0, 0, .65),
            0 4px 0 rgba(90, 0, 0, .75);
    }

    50% {
        filter: brightness(1.35) saturate(1.45);
        box-shadow:
            0 0 0 3px rgba(255, 224, 102, .85),
            0 0 24px rgba(255, 0, 0, 1),
            0 0 34px rgba(255, 214, 0, .85),
            0 4px 0 rgba(90, 0, 0, .75);
    }
}


@keyframes _8xbet-pill-shine {
    0% {
        left: -75%;
    }

    55% {
        left: 125%;
    }

    100% {
        left: 125%;
    }
}


@media (max-width: 980px) {
  html body ._8xbet-site {
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body ._8xbet-header {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1000 !important;
  }

  html body ._8xbet-topbar {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 12px 12px 14px !important;
    margin: 0 !important;
    background: linear-gradient(180deg, #d8f7ff 0%, #aeeaff 100%) !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1002 !important;
  }

  html body ._8xbet-topbar-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body ._8xbet-logo,
  html body ._8xbet-logo:hover {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body ._8xbet-logo img {
    display: block !important;
    width: auto !important;
    max-width: 220px !important;
    max-height: 86px !important;
    height: auto !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body ._8xbet-search {
    display: none !important;
  }

  
  html body ._8xbet-topbar ._8xbet-actions,
  html body ._8xbet-header ._8xbet-actions,
  html body ._8xbet-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  html body ._8xbet-topbar ._8xbet-actions ._8xbet-pill,
  html body ._8xbet-header ._8xbet-actions ._8xbet-pill,
  html body ._8xbet-actions ._8xbet-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 138px !important;
    min-height: 42px !important;
    height: auto !important;
    padding: 8px 16px !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 1003 !important;
  }

  html body ._8xbet-nav-wrap {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 12px 14px 14px !important;
    margin: 0 !important;
    background: linear-gradient(180deg, #12aaf8 0%, #0090df 100%) !important;
    border: 0 !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 1001 !important;
  }

  html body ._8xbet-nav-inner {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative !important;
  }

  html body ._8xbet-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 150px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: none !important;
    padding: 0 24px !important;
    margin: 0 !important;
    border: 2px solid rgba(255,255,255,.62) !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.2) !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1010 !important;
    touch-action: manipulation !important;
  }

  html body ._8xbet-menu-toggle:active {
    transform: scale(.98) !important;
  }

  
  html body ul._8xbet-menu,
  html body #_8xbet-primary-menu {
    display: none !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    background: rgba(0, 82, 184, .98) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    z-index: 1009 !important;
  }

  html body ul._8xbet-menu.is-open,
  html body #_8xbet-primary-menu.is-open,
  html body._8xbet-menu-open ul._8xbet-menu,
  html body._8xbet-menu-open #_8xbet-primary-menu {
    display: flex !important;
  }

  html body ul._8xbet-menu > li,
  html body #_8xbet-primary-menu > li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  html body ul._8xbet-menu > li > a,
  html body #_8xbet-primary-menu > li > a,
  html body ul._8xbet-menu > li.current-menu-item > a,
  html body #_8xbet-primary-menu > li.current-menu-item > a,
  html body ul._8xbet-menu > li.current_page_item > a,
  html body #_8xbet-primary-menu > li.current_page_item > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 14px 18px !important;
    margin: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-decoration: none !important;
    text-transform: none !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    pointer-events: auto !important;
  }

  html body ul._8xbet-menu > li > a:hover,
  html body #_8xbet-primary-menu > li > a:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,.14) !important;
  }
}

@media (max-width: 420px) {
  html body ._8xbet-logo img {
    max-width: 190px !important;
    max-height: 74px !important;
  }

  html body ._8xbet-actions {
    gap: 8px !important;
  }

  html body ._8xbet-actions ._8xbet-pill {
    min-width: 126px !important;
    min-height: 38px !important;
    padding: 7px 12px !important;
    font-size: 13px !important;
  }

  html body ._8xbet-menu-toggle {
    min-width: 138px !important;
    height: 50px !important;
    font-size: 22px !important;
  }
}


:root {
  --_8xbet-primary: #0072ff !important;
  --_8xbet-primary-dark: #0072ff !important;
  --_8xbet-primary-light: #e8f8e8 !important;
  --_8xbet-accent: #0072ff !important;
  --_8xbet-text: #102033 !important;
  --_8xbet-muted: #5d7288 !important;
  --_8xbet-border: rgba(54, 166, 56, .32) !important;
  --_8xbet-card: #ffffff !important;
  --_8xbet-white: #ffffff !important;
  --_8xbet-shadow: 0 6px 18px rgba(25, 115, 30, .16) !important;
}

body {
  color: #102033 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(54, 166, 56, .18) 0%, transparent 32%),
    linear-gradient(180deg, #eaf9ea 0%, #c9efca 45%, #0072ff 100%) !important;
}

body ._8xbet-site {
  background: #ffffff !important;
  box-shadow: 0 0 34px rgba(25, 115, 30, .24) !important;
}

body ._8xbet-header,
body ._8xbet-topbar,
body ._8xbet-nav-wrap {
  background: #0072ff !important;
  border-color: rgba(255,255,255,.28) !important;
}

body ._8xbet-topbar {
  background: linear-gradient(180deg, #43bf46 0%, #0072ff 100%) !important;
}

body ._8xbet-nav-wrap {
  background: linear-gradient(180deg, #0072ff 0%, #0072ff 100%) !important;
  border-bottom: 3px solid #ffffff !important;
}

body ._8xbet-menu a,
body #_8xbet-primary-menu > li > a {
  color: #ffffff !important;
}

body ._8xbet-menu a:hover,
body ._8xbet-menu .current-menu-item > a,
body ._8xbet-menu .current_page_item > a,
body #_8xbet-primary-menu > li > a:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,.16) !important;
  border-color: rgba(255,255,255,.55) !important;
}

body ._8xbet-menu-toggle {
  background: rgba(255,255,255,.18) !important;
  border: 2px solid rgba(255,255,255,.55) !important;
  color: #ffffff !important;
}

body ._8xbet-pill,
body ._8xbet-store-btn,
body ._8xbet-404-btn,
body .back-top-btn {
  background: linear-gradient(180deg, #0072ff 0%, #0072ff 52%, #0072ff 100%) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.72) !important;
  box-shadow: 0 4px 0 rgba(20, 90, 24, .55), 0 0 14px rgba(54, 166, 56, .48) !important;
}

body ._8xbet-pill:hover,
body ._8xbet-store-btn:hover,
body ._8xbet-404-btn:hover,
body .back-top-btn:hover {
  color: #ffffff !important;
  filter: brightness(1.08) !important;
}

body ._8xbet-main {
  background: #ffffff !important;
  overflow: visible !important;
}

body ._8xbet-content,
body ._8xbet-layout,
body ._8xbet-article,
body ._8xbet-card,
body ._8xbet-post-card,
body ._8xbet-home-article-panel,
body ._8xbet-home-article-scrollbox,
body ._8xbet-card-body,
body .entry-content {
  background: #ffffff !important;
}

body ._8xbet-article,
body ._8xbet-card,
body ._8xbet-home-article-panel,
body ._8xbet-post-card {
  border-color: rgba(54, 166, 56, .28) !important;
  box-shadow: 0 6px 18px rgba(25, 115, 30, .12) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body ._8xbet-article h1,
body ._8xbet-article .entry-content h2,
body ._8xbet-article .entry-content h3,
body ._8xbet-home-article-title,
body ._8xbet-card-title,
body ._8xbet-widget-title,
body .article-toc-title {
  color: #0072ff !important;
}

body ._8xbet-article .entry-content h2,
body ._8xbet-article .entry-content h3,
body ._8xbet-home-article-body h2,
body ._8xbet-home-article-body h3 {
  border-left-color: #0072ff !important;
}

body a,
body .entry-content a,
body ._8xbet-home-article-body a,
body ._8xbet-footer a,
body .footer-guide-menu a,
body .article-toc-link {
  color: #0072ff !important;
}

body a:hover,
body .entry-content a:hover,
body ._8xbet-footer a:hover,
body .footer-guide-menu a:hover,
body .article-toc-link:hover {
  color: #0072ff !important;
}

body ._8xbet-hero img,
body ._8xbet-article img.wp-post-image,
body ._8xbet-article .post-thumbnail img,
body ._8xbet-article .featured-image img,
body ._8xbet-article > figure:first-of-type img {
  box-shadow: 0 6px 18px rgba(25, 115, 30, .18) !important;
}

body .game-card,
body ._8xbet-icon-card {
  border-color: #0072ff !important;
  box-shadow: 0 8px 18px rgba(25, 115, 30, .18) !important;
}

body .game-card-title {
  background: linear-gradient(180deg, #0072ff 0%, #0072ff 100%) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.72) !important;
}

body ._8xbet-footer,
body ._8xbet-footer-new {
  background:
    radial-gradient(circle at 18% 0%, rgba(54, 166, 56, .18), transparent 34%),
    linear-gradient(180deg, #f6fff6 0%, #e5f7e6 100%) !important;
  border-top-color: rgba(54, 166, 56, .35) !important;
}

body ._8xbet-footer h3,
body ._8xbet-footer-new h3 {
  color: #0072ff !important;
}

body ._8xbet-copyright {
  background: #0072ff !important;
  color: #ffffff !important;
}


body ._8xbet-article table,
body ._8xbet-home-article-body table,
body .entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  background: #ffffff !important;
  border: 1px solid rgba(54, 166, 56, .35) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 18px rgba(25, 115, 30, .12) !important;
}

body ._8xbet-article table thead th,
body ._8xbet-home-article-body table thead th,
body .entry-content table thead th {
  background: linear-gradient(180deg, #0072ff 0%, #0072ff 100%) !important;
  color: #ffffff !important;
}

body ._8xbet-article table td,
body ._8xbet-article table th,
body ._8xbet-home-article-body table td,
body ._8xbet-home-article-body table th,
body .entry-content table td,
body .entry-content table th {
  border: 1px solid rgba(54, 166, 56, .22) !important;
}

body ._8xbet-article table tbody tr:nth-child(odd),
body ._8xbet-home-article-body table tbody tr:nth-child(odd),
body .entry-content table tbody tr:nth-child(odd) {
  background: #ffffff !important;
}

body ._8xbet-article table tbody tr:nth-child(even),
body ._8xbet-home-article-body table tbody tr:nth-child(even),
body .entry-content table tbody tr:nth-child(even) {
  background: #ffffff !important;
}

@media (max-width: 980px) {
  body ._8xbet-header,
  body ._8xbet-topbar,
  body ._8xbet-nav-wrap {
    background: #0072ff !important;
  }
  body ul._8xbet-menu,
  body #_8xbet-primary-menu {
    background: #0072ff !important;
  }
}


._8xbet-article img.wp-post-image,
._8xbet-article .post-thumbnail img,
._8xbet-article ._8xbet-post-thumbnail img,
._8xbet-article .featured-image img,
._8xbet-article > figure:first-of-type img,
._8xbet-article img.wp-post-image,
._8xbet-article .post-thumbnail img,
._8xbet-article ._8xbet-post-thumbnail img,
._8xbet-article .featured-image img,
._8xbet-article > figure:first-of-type img {
    display: block !important;
    width: 100% !important;
    max-width: 860px !important;
    max-height: 420px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 18px rgba(13, 137, 221, .22) !important;
}

/* =========================================================
   8XBET mobile icon row: show 3 cards per row
   ========================================================= */
@media (max-width: 820px) {
  body ._8xbet-icon-row,
  body.home ._8xbet-icon-row,
  body.front-page ._8xbet-icon-row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 18px !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body ._8xbet-icon-row .game-card-grid,
  body.home ._8xbet-icon-row .game-card-grid,
  body.front-page ._8xbet-icon-row .game-card-grid,
  body .game-card-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 16px !important;
    padding: 8px 6px !important;
    box-sizing: border-box !important;
  }

  body ._8xbet-icon-row .game-card,
  body .game-card {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 0.74 / 1 !important;
    border-width: 3px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body ._8xbet-icon-row .game-card img,
  body .game-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 7px !important;
  }

  body ._8xbet-icon-row .game-card-title,
  body .game-card-title {
    bottom: 6px !important;
    max-width: calc(100% - 10px) !important;
    padding: 4px 7px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 420px) {
  body ._8xbet-icon-row .game-card-grid,
  body.home ._8xbet-icon-row .game-card-grid,
  body.front-page ._8xbet-icon-row .game-card-grid,
  body .game-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    padding: 6px 4px !important;
  }

  body ._8xbet-icon-row .game-card,
  body .game-card {
    border-width: 2px !important;
    border-radius: 8px !important;
  }

  body ._8xbet-icon-row .game-card img,
  body .game-card img {
    border-radius: 6px !important;
  }

  body ._8xbet-icon-row .game-card-title,
  body .game-card-title {
    bottom: 5px !important;
    max-width: calc(100% - 8px) !important;
    padding: 3px 5px !important;
    font-size: 9px !important;
  }
}


:root {
  --_8xbet-primary: #0072ff !important;
  --_8xbet-primary-dark: #16a9d1 !important;
  --_8xbet-primary-light: #eaf8ff !important;
  --_8xbet-accent: #0072ff !important;
  --_8xbet-card: #ffffff !important;
  --_8xbet-white: #ffffff !important;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(70, 212, 252, .32) 0%, transparent 30%),
    linear-gradient(180deg, #eafaff 0%, #b7efff 44%, #0072ff 100%) !important;
}

._8xbet-site {
  background: #ffffff !important;
  box-shadow: 0 0 34px rgba(70, 212, 252, .34) !important;
}

._8xbet-topbar {
  background: linear-gradient(180deg, #effdff 0%, #b9f1ff 100%) !important;
}

._8xbet-nav-wrap {
  background: linear-gradient(180deg, #0072ff 0%, #1eb8e6 100%) !important;
  border-top: 1px solid rgba(255,255,255,.65) !important;
  border-bottom: 3px solid #ffffff !important;
}

._8xbet-menu a,
._8xbet-menu .current-menu-item > a,
._8xbet-menu .current_page_item > a {
  color: #062836 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

._8xbet-menu a:hover,
._8xbet-menu .current-menu-item > a:hover,
._8xbet-menu .current_page_item > a:hover {
  color: #ffffff !important;
  background: rgba(0, 92, 125, .32) !important;
}

._8xbet-main,
._8xbet-content,
._8xbet-article,
._8xbet-card,
._8xbet-post-card,
._8xbet-home-article-panel,
._8xbet-home-article-scrollbox,
._8xbet-headline-box,
._8xbet-recent-item,
._8xbet-sidebar ._8xbet-widget,
body.home ._8xbet-content,
body.front-page ._8xbet-content {
  background: #ffffff !important;
}

._8xbet-main::before {
  display: none !important;
}

._8xbet-article,
._8xbet-card,
._8xbet-home-article-panel,
._8xbet-post-card,
._8xbet-recent-item {
  border-color: rgba(70, 212, 252, .55) !important;
  box-shadow: 0 6px 18px rgba(70, 212, 252, .16) !important;
}

h1,
h2,
h3,
h4,
h5,
.entry-title,
.page-title,
._8xbet-article h1,
._8xbet-article .entry-content h1,
._8xbet-article .entry-content h2,
._8xbet-article .entry-content h3,
._8xbet-article .entry-content h4,
._8xbet-article .entry-content h5,
._8xbet-home-article-title,
._8xbet-home-article-body h1,
._8xbet-home-article-body h2,
._8xbet-home-article-body h3,
._8xbet-card-title,
._8xbet-footer h3 {
  color: #16a9d1 !important;
}

.entry-content a,
._8xbet-home-article-body a,
._8xbet-card-body a,
._8xbet-footer a,
.footer-guide-menu a,
.article-toc-link {
  color: #139ec5 !important;
}

._8xbet-pill,
._8xbet-store-btn,
._8xbet-404-btn {
  background: linear-gradient(180deg, #0072ff 0%, #19b4df 100%) !important;
  border-color: #ffffff !important;
  color: #062836 !important;
  box-shadow: 0 4px 0 rgba(0, 94, 125, .42), 0 0 16px rgba(70, 212, 252, .45) !important;
}

._8xbet-pill:hover,
._8xbet-store-btn:hover,
._8xbet-404-btn:hover {
  color: #062836 !important;
  filter: brightness(1.06) !important;
}

.game-card,
._8xbet-feature-game-card,
._8xbet-icon-card {
  border-color: #0072ff !important;
  box-shadow: 0 8px 20px rgba(70, 212, 252, .26) !important;
}

.game-card-title,
._8xbet-feature-game-title {
  background: linear-gradient(180deg, #0072ff 0%, #16a9d1 100%) !important;
  color: #062836 !important;
  text-shadow: none !important;
}

._8xbet-footer,
._8xbet-footer-new {
  background: linear-gradient(180deg, #effdff 0%, #b9f1ff 100%) !important;
  border-top-color: rgba(70, 212, 252, .8) !important;
}

._8xbet-copyright,
._8xbet-footer-new ._8xbet-copyright {
  background: #0b6f8a !important;
  color: #ffffff !important;
}

._8xbet-article table,
._8xbet-home-article-body table,
.entry-content table {
  background: #ffffff !important;
  border-color: rgba(70, 212, 252, .55) !important;
  box-shadow: 0 6px 18px rgba(70, 212, 252, .14) !important;
}

._8xbet-article table thead th,
._8xbet-home-article-body table thead th,
.entry-content table thead th {
  background: linear-gradient(180deg, #0072ff 0%, #16a9d1 100%) !important;
  color: #062836 !important;
}

._8xbet-article table td,
._8xbet-article table th,
._8xbet-home-article-body table td,
._8xbet-home-article-body table th,
.entry-content table td,
.entry-content table th {
  border-color: rgba(70, 212, 252, .32) !important;
}

@media (max-width: 820px) {
  ._8xbet-nav-wrap {
    background: linear-gradient(180deg, #0072ff 0%, #19b4df 100%) !important;
  }
  body ul._8xbet-menu,
  body #_8xbet-primary-menu {
    background: #18afd8 !important;
  }
}


:root {
  --_8xbet-primary: #0072ff !important;
  --_8xbet-primary-dark: #003d99 !important;
  --_8xbet-primary-light: #eaf8ff !important;
  --_8xbet-accent: #00c6ff !important;
  --_8xbet-card: #ffffff !important;
  --_8xbet-brand-gradient: linear-gradient(135deg, #003d99, #0072ff, #00c6ff) !important;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 198, 255, .28) 0%, transparent 28%),
    linear-gradient(180deg, #002b70 0%, #0072ff 45%, #00c6ff 100%) !important;
}

body ._8xbet-site,
body ._8xbet-main,
body ._8xbet-content,
body ._8xbet-article,
body ._8xbet-card,
body ._8xbet-post-card,
body ._8xbet-home-article-panel,
body ._8xbet-home-article-scrollbox,
body ._8xbet-home-article-body,
body .entry-content {
  background: #ffffff !important;
}

body ._8xbet-site {
  box-shadow: 0 0 36px rgba(0, 61, 153, .35) !important;
}

body ._8xbet-header,
body ._8xbet-nav-wrap,
body ._8xbet-menu.is-open,
body #_8xbet-primary-menu.is-open,
body ._8xbet-store-btn,
body ._8xbet-404-code,
body ._8xbet-404-btn-outline,
body ._8xbet-pagination .current,
body .back-top-btn {
  background: linear-gradient(135deg, #003d99, #0072ff, #00c6ff) !important;
}

body ._8xbet-topbar {
  background: linear-gradient(180deg, #ffffff 0%, #eaf8ff 100%) !important;
}

body ._8xbet-menu a,
body #_8xbet-primary-menu a {
  color: #ffffff !important;
}

body ._8xbet-menu a:hover,
body ._8xbet-menu .current-menu-item > a,
body ._8xbet-menu .current_page_item > a,
body #_8xbet-primary-menu a:hover,
body #_8xbet-primary-menu .current-menu-item > a,
body #_8xbet-primary-menu .current_page_item > a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .18) !important;
}

body ._8xbet-pill {
  background: linear-gradient(135deg, #003d99, #0072ff, #00c6ff) !important;
  border-color: rgba(255,255,255,.75) !important;
  color: #ffffff !important;
  box-shadow: 0 0 14px rgba(0, 114, 255, .55), 0 4px 0 rgba(0, 61, 153, .55) !important;
}

body ._8xbet-headline-box,
body ._8xbet-home-article-title,
body ._8xbet-card-title,
body ._8xbet-article h1,
body ._8xbet-article .entry-content h2,
body ._8xbet-article .entry-content h3,
body ._8xbet-home-article-body h1,
body ._8xbet-home-article-body h2,
body ._8xbet-home-article-body h3,
body ._8xbet-home-article-body h4,
body h1,
body h2,
body h3,
body h4,
body h5 {
  color: #003d99 !important;
}

body a,
body .entry-content a,
body ._8xbet-home-article-body a,
body ._8xbet-footer a,
body .footer-guide-menu a,
body .article-toc-link {
  color: #0072ff !important;
}

body a:hover,
body .entry-content a:hover,
body ._8xbet-home-article-body a:hover,
body ._8xbet-footer a:hover,
body .footer-guide-menu a:hover {
  color: #003d99 !important;
}

body ._8xbet-main {
  background: #ffffff !important;
}

body ._8xbet-article,
body ._8xbet-home-article-panel,
body ._8xbet-card,
body ._8xbet-post-card,
body ._8xbet-recent-item {
  border-color: rgba(0, 114, 255, .28) !important;
  box-shadow: 0 6px 18px rgba(0, 114, 255, .12) !important;
}

body ._8xbet-icon-row,
body .game-card-grid {
  background: #ffffff !important;
}

body .game-card {
  border-color: #0072ff !important;
  background: #ffffff !important;
  box-shadow: 0 10px 22px rgba(0, 114, 255, .22) !important;
}

body .game-card-title {
  color: #ffffff !important;
  background: linear-gradient(135deg, #003d99, #0072ff, #00c6ff) !important;
  border-color: rgba(255,255,255,.75) !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.45) !important;
}

body ._8xbet-footer,
body ._8xbet-footer-new {
  background: linear-gradient(180deg, #ffffff 0%, #eaf8ff 100%) !important;
  border-top-color: rgba(0, 114, 255, .35) !important;
}

body ._8xbet-footer h3,
body ._8xbet-footer-new h3 {
  color: #003d99 !important;
}

body ._8xbet-copyright {
  background: #003d99 !important;
  color: #ffffff !important;
}

body table thead th,
body .entry-content table thead th,
body ._8xbet-article table thead th,
body ._8xbet-home-article-body table thead th {
  background: linear-gradient(135deg, #003d99, #0072ff, #00c6ff) !important;
  color: #ffffff !important;
}

body table,
body .entry-content table,
body ._8xbet-article table,
body ._8xbet-home-article-body table {
  background: #ffffff !important;
  border-color: rgba(0, 114, 255, .28) !important;
}

body table td,
body table th,
body .entry-content table td,
body .entry-content table th,
body ._8xbet-article table td,
body ._8xbet-article table th,
body ._8xbet-home-article-body table td,
body ._8xbet-home-article-body table th {
  border-color: rgba(0, 114, 255, .18) !important;
}


:root {
  --_8xbet-header-final-bg: #ffffff;
  --_8xbet-header-final-text: #30323a;
  --_8xbet-header-final-muted: #737783;
  --_8xbet-header-final-blue: #0072ff;
  --_8xbet-header-final-cyan: #00c6ff;
  --_8xbet-header-final-dark: #003d99;
  --_8xbet-header-final-gradient: linear-gradient(135deg, #003d99, #0072ff, #00c6ff);
  --_8xbet-header-live-h: 92px;
}

html body ._8xbet-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99990 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: visible !important;
  background: var(--_8xbet-header-final-bg) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 114, 255, .16) !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.admin-bar ._8xbet-header {
  top: 32px !important;
}

html body ._8xbet-header-inner {
  width: 100% !important;
  max-width: 1280px !important;
  min-height: 92px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 28px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

html body ._8xbet-logo,
html body ._8xbet-logo:hover {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body ._8xbet-logo img {
  display: block !important;
  width: auto !important;
  max-width: 190px !important;
  max-height: 68px !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body ._8xbet-nav-wrap {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body ._8xbet-nav-inner {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  flex-wrap: nowrap !important;
}

html body ._8xbet-menu-toggle {
  display: none !important;
}

html body ul._8xbet-menu,
html body #_8xbet-primary-menu {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  overflow: visible !important;
  position: static !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html body ul._8xbet-menu > li,
html body #_8xbet-primary-menu > li {
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

html body ul._8xbet-menu > li > a,
html body #_8xbet-primary-menu > li > a,
html body ul._8xbet-menu > li.current-menu-item > a,
html body ul._8xbet-menu > li.current_page_item > a,
html body #_8xbet-primary-menu > li.current-menu-item > a,
html body #_8xbet-primary-menu > li.current_page_item > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--_8xbet-header-final-muted) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .2px !important;
  opacity: 1 !important;
  transform: none !important;
}

html body ul._8xbet-menu > li > a::after,
html body #_8xbet-primary-menu > li > a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 21px !important;
  height: 4px !important;
  border-radius: 99px !important;
  background: var(--_8xbet-header-final-blue) !important;
  opacity: 0 !important;
  transform: scaleX(.28) !important;
  transition: opacity .22s ease, transform .22s ease !important;
}

html body ul._8xbet-menu > li > a:hover,
html body #_8xbet-primary-menu > li > a:hover,
html body ul._8xbet-menu > li.current-menu-item > a,
html body ul._8xbet-menu > li.current_page_item > a,
html body #_8xbet-primary-menu > li.current-menu-item > a,
html body #_8xbet-primary-menu > li.current_page_item > a {
  color: var(--_8xbet-header-final-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

html body ul._8xbet-menu > li > a:hover::after,
html body #_8xbet-primary-menu > li > a:hover::after,
html body ul._8xbet-menu > li.current-menu-item > a::after,
html body ul._8xbet-menu > li.current_page_item > a::after,
html body #_8xbet-primary-menu > li.current-menu-item > a::after,
html body #_8xbet-primary-menu > li.current_page_item > a::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

html body ._8xbet-menu .sub-menu,
html body #_8xbet-primary-menu .sub-menu {
  display: none !important;
}

html body ._8xbet-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body ._8xbet-actions ._8xbet-pill {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 132px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  background: var(--_8xbet-header-final-gradient) !important;
  border: 3px solid rgba(0, 198, 255, .9) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  text-shadow: 0 2px 4px rgba(0, 30, 90, .5) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    0 0 0 3px rgba(0, 114, 255, .16),
    0 8px 18px rgba(0, 114, 255, .24) !important;
  overflow: hidden !important;
  animation: none !important;
}

html body ._8xbet-actions ._8xbet-pill:hover {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    0 0 0 3px rgba(0, 198, 255, .32),
    0 10px 24px rgba(0, 114, 255, .34) !important;
}


html body._8xbet-header-fixed ._8xbet-header {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(100vw, var(--_8xbet-wrap, 1280px)) !important;
  z-index: 99999 !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 10px 28px rgba(0, 61, 153, .18) !important;
  backdrop-filter: blur(10px) !important;
}

html body.admin-bar._8xbet-header-fixed ._8xbet-header {
  top: 32px !important;
}

html body._8xbet-header-fixed ._8xbet-main {
  padding-top: calc(var(--_8xbet-header-live-h, 92px) + 22px) !important;
}

html body._8xbet-header-fixed ._8xbet-header-inner {
  min-height: 78px !important;
}

html body._8xbet-header-fixed ul._8xbet-menu > li > a,
html body._8xbet-header-fixed #_8xbet-primary-menu > li > a {
  height: 78px !important;
  min-height: 78px !important;
  max-height: 78px !important;
}

html body._8xbet-header-fixed ._8xbet-logo img {
  max-height: 58px !important;
}

html body._8xbet-header-fixed ._8xbet-actions ._8xbet-pill {
  min-height: 48px !important;
}

@media (max-width: 1180px) {
  html body ._8xbet-header-inner {
    grid-template-columns: 190px minmax(0, 1fr) auto !important;
    gap: 18px !important;
    padding: 0 20px !important;
  }

  html body ._8xbet-logo img {
    max-width: 165px !important;
  }

  html body ul._8xbet-menu,
  html body #_8xbet-primary-menu {
    gap: 18px !important;
  }

  html body ul._8xbet-menu > li > a,
  html body #_8xbet-primary-menu > li > a {
    font-size: 14px !important;
  }

  html body ._8xbet-actions ._8xbet-pill {
    min-width: 118px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 980px) {
  html body.admin-bar ._8xbet-header,
  html body.admin-bar._8xbet-header-fixed ._8xbet-header {
    top: 0px !important;
  }

  html body ._8xbet-header,
  html body._8xbet-header-fixed ._8xbet-header {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    background: #ffffff !important;
  }

  html body._8xbet-header-fixed ._8xbet-main {
    padding-top: 0 !important;
  }

  html body ._8xbet-header-inner {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    justify-items: center !important;
  }

  html body ._8xbet-logo img {
    max-width: 180px !important;
    max-height: 58px !important;
  }

  html body ._8xbet-actions {
    order: 2 !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  html body ._8xbet-actions ._8xbet-pill {
    min-width: 126px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }

  html body ._8xbet-nav-wrap {
    order: 3 !important;
    width: 100% !important;
    padding: 10px 12px !important;
    background: var(--_8xbet-header-final-gradient) !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  html body ._8xbet-nav-inner {
    display: block !important;
  }

  html body ._8xbet-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 150px !important;
    min-height: 50px !important;
    padding: 0 22px !important;
    border: 2px solid rgba(255,255,255,.64) !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.18) !important;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
  }

  html body ul._8xbet-menu,
  html body #_8xbet-primary-menu {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    background: rgba(0, 61, 153, .96) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    position: static !important;
  }

  html body ul._8xbet-menu.is-open,
  html body #_8xbet-primary-menu.is-open {
    display: flex !important;
  }

  html body ul._8xbet-menu > li,
  html body #_8xbet-primary-menu > li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  html body ul._8xbet-menu > li > a,
  html body #_8xbet-primary-menu > li > a,
  html body ul._8xbet-menu > li.current-menu-item > a,
  html body ul._8xbet-menu > li.current_page_item > a,
  html body #_8xbet-primary-menu > li.current-menu-item > a,
  html body #_8xbet-primary-menu > li.current_page_item > a {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    justify-content: flex-start !important;
    padding: 14px 16px !important;
    color: #ffffff !important;
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,.15) !important;
    font-size: 16px !important;
  }

  html body ul._8xbet-menu > li > a::after,
  html body #_8xbet-primary-menu > li > a::after {
    display: none !important;
  }
}

@media (max-width: 520px) {
  html body ._8xbet-actions ._8xbet-pill {
    min-width: 118px !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }
}
