:root {
  --bg-base: #000000;
  --bg-dark: #000000;
  --bg-panel: #060606;
  --bg-panel-hover: #111111;
  --bg-card: #101010;
  --accent: #00bd79;
  --accent-strong: #009b67;
  --text-light: #f8fafc;
  --text-muted: #cbd5e1;
  --border-soft: rgba(0, 189, 121, 0.22);
  --table-head: rgba(0, 189, 121, 0.18);
}

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

body {
  margin: 0;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

.bet-page {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--bg-base);
  color: var(--text-light);
  padding-top: 3.375rem;
  min-width: 0;
}

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

a:hover {
  color: var(--accent);
}

.bet-nav {
  background: var(--bg-dark);
  border-right: 1px solid var(--border-soft);
  padding-left: 1rem;
  padding-right: 1rem;
}

.bet-nav .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  text-align: center;
}

.bet-nav .navbar-collapse {
  max-height: calc(100vh - 4rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--accent) var(--bg-panel);
  scrollbar-width: thin;
}

.bet-nav .navbar-collapse::-webkit-scrollbar {
  width: 0.4rem;
}

.bet-nav .navbar-collapse::-webkit-scrollbar-track {
  background: var(--bg-panel);
}

.bet-nav .navbar-collapse::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 999px;
}

.bet-nav .navbar-collapse::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

.bet-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  min-height: 4.25rem;
  padding: 0.65rem 1.5rem;
  border-bottom: 1px solid rgba(0, 189, 121, 0.24);
  background: var(--bg-base);
}

.bet-topbar-search,
.bet-topbar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  color: #fff;
}

.bet-topbar-search {
  width: 2.75rem;
  font-size: 1.05rem;
}

.bet-topbar-button {
  min-width: 5.75rem;
  height: 2.75rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.bet-topbar-signin {
  background: #11151c;
}

.bet-topbar-signup {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.bet-topbar-button:hover,
.bet-topbar-button:focus-visible {
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

.bet-topbar-signup:hover,
.bet-topbar-signup:focus-visible {
  border-color: rgba(0, 189, 121, 0.95);
  background: rgba(0, 189, 121, 0.95);
}

.bet-nav .navbar-brand .moblogo {
  display: block;
  width: 9rem;
  height: 2rem;
  overflow: hidden;
}

.bet-nav .navbar-brand .img-profile {
  width: 9rem;
  max-width: 100%;
  transform: translateY(-3.6rem);
}

.bet-quicklinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  width: 100%;
  margin: 0.75rem 0 0.9rem;
}

.bet-quicklink {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.65rem 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(103, 126, 194, 0.22);
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
}

.bet-quicklink::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.32) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 68%, rgba(86, 126, 255, 0.42) 0 1px, transparent 1.5px),
    radial-gradient(circle at 40% 82%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.5px);
  background-size: 3rem 2.6rem, 4.2rem 3.4rem, 3.6rem 3rem;
  opacity: 0.8;
}

.bet-quicklink i {
  position: absolute;
  right: 0.45rem;
  color: #e6fffb;
  font-size: 1.45rem;
  text-shadow: 0 0 0.9rem rgba(0, 189, 121, 0.85);
  transform: rotate(-8deg);
}

.bet-quicklink span {
  position: relative;
  z-index: 1;
}

.bet-quicklink:hover {
  color: var(--text-light);
  border-color: var(--accent);
  filter: brightness(1.14);
}

.bet-quicklink-casino {
  background: linear-gradient(120deg, #5521a0 0%, #2b1768 58%, #11193f 100%);
}

.bet-quicklink-sports {
  background: linear-gradient(120deg, #0d887a 0%, #12675f 48%, #11243f 100%);
}

.bet-quicklink-predictions {
  grid-column: 1 / -1;
  background: linear-gradient(120deg, #0a1234 0%, #11194c 55%, #09162e 100%);
}

.bet-quicklink-predictions i {
  right: 0.8rem;
  color: var(--accent);
  font-size: 1.6rem;
}

.bet-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.bet-menu-item {
  margin-bottom: 0.4rem;
}

.bet-menu-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  letter-spacing: 0.04rem;
}

.bet-menu-link i {
  color: var(--accent);
}

.bet-menu-link:hover,
.bet-menu-link.active {
  color: var(--text-light);
}

.bet-cta {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #02050b;
  width: 100%;
  text-transform: none;
  font-weight: 700;
}

.bet-cta:hover {
  background: rgba(0, 189, 121, 0.95);
  border-color: rgba(0, 189, 121, 0.95);
  color: #02050b;
}

.bet-language .dropdown-menu {
  background: var(--bg-dark);
  border: 1px solid var(--border-soft);
}

.bet-language .dropdown-menu a {
  color: var(--text-light);
}

.bet-language .dropdown-menu a:hover {
  background: var(--bg-panel-hover);
}

.bet-sidebar-bonus {
  list-style: none;
  margin-top: 1rem;
}

.bet-sidebar-bonus a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 0.45rem;
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.bet-sidebar-bonus img {
  display: block;
  width: 100%;
  height: auto;
}

.bet-sidebar-bonus a:hover {
  border-color: var(--accent);
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.bet-hero {
  padding: 1rem 1rem 0;
  background: var(--bg-base);
  max-width: 100%;
  overflow: hidden;
}

.bet-hero-banner {
  display: block;
  line-height: 0;
  overflow: visible;
  border: 1px solid var(--border-soft);
  border-radius: 0.65rem;
  background: var(--bg-card);
}

.bet-hero-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bet-main {
  background: var(--bg-base);
  padding-bottom: 3rem;
  max-width: 100%;
  overflow: hidden;
}

.bet-main .row > * {
  min-width: 0;
}

.bet-section-head {
  padding-top: 1.5rem;
  align-items: center;
}

.bet-section-head h2,
.bet-section-head h3 {
  color: var(--text-light);
}

.bet-section-head .bet-seeall {
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 600;
}

.bet-grid {
  margin-top: 0.5rem;
}

.bet-card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.bet-card a {
  position: relative;
  display: block;
}

.bet-card img {
  width: 100%;
  display: block;
}

.bet-card:hover {
  transform: translateY(-4px);
}

.bet-play {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transform: translateX(-50%);
  min-width: 5.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 189, 121, 0.95), rgba(0, 189, 121, 0.75));
  color: #02050b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 0.45rem 1.15rem rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.bet-play::before {
  width: 0;
  height: 0;
  border-top: 0.28rem solid transparent;
  border-bottom: 0.28rem solid transparent;
  border-left: 0.42rem solid #02050b;
  content: "";
}

.bet-card a:hover .bet-play,
.bet-card a:focus-visible .bet-play {
  filter: brightness(1.12);
  transform: translate(-50%, -2px);
  box-shadow: 0 0.65rem 1.45rem rgba(0, 197, 138, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.bet-copy {
  padding-top: 2rem;
  font-size: 1rem;
  letter-spacing: 0.005em;
}

.bet-copy-block {
  margin: 1.75rem 0;
  padding: 1.75rem 1.6rem;
  border: 1px solid rgba(38, 166, 91, 0.22);
  border-radius: 1rem;
  background: #0a0b13;
  box-shadow: 0 0.9rem 2rem rgba(12, 60, 40, 0.24);
}

.bet-copy-block--intro {
  border-left: 4px solid #26a65b;
  background: linear-gradient(145deg, rgba(38, 166, 91, 0.14), #0a0b13);
}

.bet-copy-block h2,
.bet-copy-block h3,
.bet-copy-block h1 {
  margin-top: 0;
}

.bet-copy-block h2,
.bet-copy-block h3 {
  color: var(--text-light);
}

.bet-copy-block p,
.bet-copy-block li {
  color: #cbd5e1;
  line-height: 1.8;
}

.bet-policy-main {
  padding-top: 1.25rem;
}

.bet-policy {
  padding-top: 0.25rem;
}

.bet-content-section {
  margin: 1.75rem 0;
  padding: 1.75rem 1.6rem;
  border: 1px solid rgba(38, 166, 91, 0.22);
  border-radius: 1rem;
  background: #0a0b13;
  box-shadow: 0 0.9rem 2rem rgba(12, 60, 40, 0.24);
}

.bet-content-section--intro {
  border-left: 4px solid #26a65b;
  background: linear-gradient(145deg, rgba(38, 166, 91, 0.14), #0a0b13);
}

.bet-content-section h1,
.bet-content-section h2,
.bet-content-section h3 {
  margin-top: 0;
  color: #f8fafc;
}

.bet-content-section p,
.bet-content-section li,
.bet-content-section td,
.bet-content-section th {
  color: #cbd5e1;
  line-height: 1.8;
}

.bet-content-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 0;
  background: rgba(255, 255, 255, 0.02);
}

.bet-content-section th,
.bet-content-section td {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  vertical-align: top;
}

.bet-content-section th {
  background: rgba(0, 189, 121, 0.18);
  color: #ffffff;
  font-weight: 700;
}

.bet-content-section ul,
.bet-content-section ol {
  margin: 0 0 1.4rem;
  padding-left: 2rem;
}

.bet-content-section ul li,
.bet-content-section ol li {
  margin-bottom: 0.85rem;
}

.bet-content-section .bet-map {
  margin: 1rem 0 1.4rem;
}

.bet-content-section iframe {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(38, 166, 91, 0.24);
  border-radius: 0.75rem;
}

.bet-content-section .bet-faq {
  display: grid;
  gap: 0.75rem;
}

.bet-content-section .bet-faq-item {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(38, 166, 91, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.025);
}

.bet-content-section .bet-faq-item summary {
  cursor: pointer;
  color: #f8fafc;
  font-weight: 600;
}

.bet-content-section .bet-faq-answer {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.bet-copy-block ul,
.bet-copy-block ol {
  margin: 1rem 0 0 1.5rem;
}

.bet-copy-block ul li,
.bet-copy-block ol li {
  margin-bottom: 0.75rem;
}

.bet-copy-block table {
  margin: 1.4rem 0 0;
}

.bet-copy h1 {
  font-size: clamp(1.9rem, 2.7vw, 2.45rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-wrap: balance;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid var(--accent);
}

.bet-copy h2 {
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 2rem 0 1rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--accent-strong);
  border-radius: 0.55rem;
  background: rgba(0, 189, 121, 0.08);
  color: #f8fafc;
}

.bet-copy h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 2rem 0 1rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--accent-strong);
  border-radius: 0.55rem;
  background: rgba(0, 189, 121, 0.08);
  color: #f8fafc;
}

.bet-copy p,
.bet-copy ul,
.bet-copy ol {
  color: #d2dae9;
  font-size: 1.02rem;
  line-height: 1.85;
}

.bet-copy p {
  margin: 0 0 1.1rem;
}

.bet-copy ul,
.bet-copy ol {
  margin: 0 0 1.2rem;
  padding-left: 1.75rem;
}

.bet-copy ul {
  list-style: none;
}

.bet-copy ul li {
  position: relative;
  padding-left: 1.35rem;
}

.bet-copy ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.18rem;
  color: var(--accent);
  font-size: 1.15rem;
  line-height: 1;
}

.bet-copy ol {
  list-style: none;
  counter-reset: section;
}

.bet-copy ol li {
  counter-increment: section;
  position: relative;
  padding-left: 2.35rem;
}

.bet-copy ol li::before {
  content: counter(section) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
}

.registration-steps {
  margin: 1.1rem 0 1.4rem;
  padding: 1.25rem 1.5rem;
  background: rgba(18, 24, 33, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
}

.registration-step-list {
  list-style: none;
  counter-reset: registration-step;
  margin: 0;
  padding: 0;
}

.registration-step-list li {
  counter-increment: registration-step;
  position: relative;
  padding: 0.85rem 0 0.85rem 3.2rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #d2dae9;
}

.registration-step-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.registration-step-list li::before {
  content: counter(registration-step) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #0f141b;
  background: var(--accent);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
}

.bet-copy li + li {
  margin-top: 0.65rem;
}

.bet-copy strong {
  color: var(--text-light);
  font-weight: 700;
}

.bet-copy li::marker {
  color: var(--accent);
}

.bet-copy h3 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 2rem 0 1rem;
  padding: 0.65rem 0.9rem;
  border-left: 3px solid var(--accent-strong);
  border-radius: 0.45rem;
  background: rgba(16, 30, 51, 0.78);
}

.bet-copy p,
.bet-copy ul,
.bet-copy ol {
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.8;
}

.bet-copy ul,
.bet-copy ol {
  margin: 0 0 1.2rem;
  padding-left: 1.4rem;
}

.bet-copy li {
  padding-left: 0.25rem;
}

.bet-copy li + li {
  margin-top: 0.55rem;
}

.bet-copy table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
  background: transparent;
  border: 1px solid rgba(0, 189, 121, 0.18);
  border-radius: 0.9rem;
  overflow: hidden;
}

.bet-copy table {
  min-width: auto;
}

.bet-copy table th,
.bet-copy table td {
  padding: 1rem 1.2rem;
  text-align: left;
  vertical-align: top;
}

.bet-copy table thead {
  background: linear-gradient(135deg, var(--table-head), rgba(15, 33, 60, 0.98));
}

.bet-copy table th {
  color: var(--text-light);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--accent);
  background: rgba(0, 189, 121, 0.16);
}

.bet-copy table th + th,
.bet-copy table td + td {
  border-left: 1px solid rgba(0, 189, 121, 0.12);
}

.bet-copy table tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.bet-copy table tbody tr:nth-child(even) {
  background: rgba(0, 189, 121, 0.08);
}

.bet-copy table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bet-copy table tbody tr:hover {
  background: rgba(0, 189, 121, 0.14);
  transform: translateX(0.02rem);
}

.bet-copy table td {
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.02);
}

.bet-copy table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.04);
}

.bet-copy table {
  border-radius: 0.95rem;
}

.bet-compare-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--text-light);
  font-size: 0.96rem;
  line-height: 1.75;
  background: rgba(10, 11, 19, 0.98);
  border: 1px solid rgba(38, 166, 91, 0.24);
  border-radius: 1rem;
  overflow: hidden;
}

.bet-compare-table th,
.bet-compare-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  vertical-align: top;
}

.bet-compare-table thead {
  background: linear-gradient(135deg, rgba(38, 166, 91, 0.18), rgba(10, 11, 19, 0.95));
}

.bet-compare-table th {
  color: #e6fffa;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(38, 166, 91, 0.4);
}

.bet-compare-table th + th,
.bet-compare-table td + td {
  border-left: 1px solid rgba(38, 166, 91, 0.12);
}

.bet-compare-table tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.bet-compare-table tbody tr:nth-child(odd) {
  background: rgba(38, 166, 91, 0.05);
}

.bet-compare-table tbody tr:nth-child(even) {
  background: rgba(38, 166, 91, 0.08);
}

.bet-compare-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bet-compare-table tbody tr:hover {
  background: rgba(38, 166, 91, 0.16);
  transform: translateX(0.04rem);
}

.bet-compare-table td {
  color: var(--text-light);
  background: transparent;
}

.bet-compare-table td:first-child {
  color: #8ff5c1;
}

.bet-compare-table td:last-child {
  color: #ffb5b5;
}

.bet-compare-table caption {
  caption-side: top;
  padding: 0.85rem 1rem;
  color: var(--text-light);
  font-weight: 700;
}

.bet-copy table caption {
  caption-side: top;
  padding: 0.85rem 1rem;
  color: var(--text-light);
  font-weight: 700;
}

.bet-copy table th,
.bet-copy table td {
  white-space: normal;
}

.bet-copy table td {
  word-break: break-word;
}

.bet-copy ul,
.bet-copy ol {
  margin: 0 0 1.4rem;
  padding-left: 2rem;
}

.bet-copy ul li,
.bet-copy ol li {
  margin-bottom: 0.85rem;
}

.bet-copy ul li::before {
  left: -1.3rem;
  top: 0.28rem;
}

.bet-copy ol li::before {
  left: -1.8rem;
  top: 0;
}

.bet-copy h3 {
  background: rgba(0, 189, 121, 0.08);
}

.bet-payments img {
  filter: grayscale(20%);
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: 0.5rem;
  padding: 0.8rem;
}

.bet-footer {
  padding: 2rem 0 3rem;
  text-align: center;
  color: var(--text-muted);
}

.bet-footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.4rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.bet-footer-menu a {
  color: var(--text-light);
  font-weight: 600;
}

.bet-footer-menu a:hover,
.bet-footer-menu a:focus-visible {
  color: var(--accent);
}

.bet-footer-legal {
  margin-bottom: 1.25rem;
}

.bet-footer-legal p {
  margin-bottom: 0.55rem;
}

.bet-footer img {
  max-height: 40px;
  margin-top: 1rem;
}

.bet-footer-support {
  margin-top: 1.5rem;
}

.bet-footer-support img {
  width: auto;
  max-height: 56px;
  margin: 0.5rem 0.9rem;
}

.bet-footer-support .bet-age-badge {
  width: 52px;
  height: 52px;
}

.bg-primary {
  background-color: var(--bg-dark) !important;
}

@media (max-width: 575.98px) {
  /* Keep data tables readable without widening the mobile page. */
  .bet-copy table,
  .bet-content-section table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .bet-copy table th,
  .bet-copy table td,
  .bet-content-section table th,
  .bet-content-section table td {
    min-width: 9rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.88rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .bet-copy table th:first-child,
  .bet-copy table td:first-child,
  .bet-content-section table th:first-child,
  .bet-content-section table td:first-child {
    min-width: 8rem;
  }

  .bet-topbar {
    min-height: 3.75rem;
    padding: 0.5rem 0.75rem;
  }

  .bet-topbar-search {
    width: 2.25rem;
  }

  .bet-topbar-button {
    min-width: 4.9rem;
    height: 2.5rem;
    min-height: 2.5rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.875rem;
  }

  .bet-copy h1 {
    font-size: 1.72rem;
    line-height: 1.25;
  }

  .bet-copy h2 {
    font-size: 1.25rem;
    line-height: 1.35;
    margin: -1rem -0.9rem 1rem;
    padding: 0.75rem 0.85rem;
  }

  .bet-copy p,
.bet-copy ul,
.bet-copy ol {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .bet-copy h3 {
    font-size: 1.15rem;
  }

  .bet-hero {
    padding: 0.5rem 0.5rem 0;
  }

  .bet-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .bet-page {
    padding-top: 0;
    padding-left: 14.5rem;
  }

  .bet-nav {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 14.5rem;
    height: 100vh;
  }

  .bet-nav .navbar-brand {
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%;
    height: 4.25rem;
    margin-top: 0;
    padding: 0.65rem 0;
    flex-shrink: 0;
  }

  .bet-nav .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    min-height: 0;
    max-height: none;
    width: 100%;
    margin-bottom: 0;
  }

  .bet-nav .navbar-collapse .bet-menu {
    flex-direction: column;
    width: 90%;
    text-align: left;
    padding-left: 1rem;
  }

  .bet-nav .navbar-collapse .bet-quicklinks {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .bet-nav .navbar-collapse .bet-menu-item {
    padding-top: 0.8rem;
  }
}

img {
  height: auto;
}

.bet-hero-banner {
  aspect-ratio: auto;
}

.bet-hero-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bet-card a {
  aspect-ratio: 1 / 1;
}

.bet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bet-sidebar-bonus img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.bet-payments img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.bet-payments,
.bet-footer {
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

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

.bet-topbar-signup,
.bet-topbar-signup:hover,
.bet-topbar-signup:focus-visible {
  background: #008f63;
  border-color: #008f63;
  color: #ffffff;
}

.bet-copy a:not(.bet-intro-bonus-link):not(.bet-license-image-link),
.bet-footer a,
.bet-seeall {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

.bet-copy a:hover,
.bet-copy a:focus-visible,
.bet-footer a:hover,
.bet-footer a:focus-visible,
.bet-seeall:hover,
.bet-seeall:focus-visible {
  text-decoration-thickness: 0.14em;
}

.bet-menu-action,
.bet-menu-language {
  list-style: none;
  width: 100%;
}

.bet-footer {
  color: #dfe8f5;
}

.bet-copy a:hover,
.bet-copy a:focus-visible,
.bet-footer a:hover,
.bet-footer a:focus-visible,
.bet-menu-link:hover,
.bet-menu-link:focus-visible,
.bet-seeall:hover,
.bet-seeall:focus-visible {
  text-decoration-thickness: 0.14em;
}

.bet-menu-link,
.bet-menu-link:hover,
.bet-menu-link:focus,
.bet-menu-link:focus-visible,
.bet-menu-link:active {
  text-decoration: none !important;
}

.bet-menu-action,
.bet-menu-language {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
}

.bet-menu-action .bet-cta,
.bet-menu-language .btn-group {
  width: 90%;
  max-width: 200px;
}

.bet-menu-language .bet-cta {
  width: 100%;
}

.bet-copy-block {
  display: flow-root;
}

.bet-inline-image {
  display: block;
  width: min(44%, 540px);
  height: auto;
  margin-top: 0.2rem;
  margin-bottom: 1.15rem;
  border: 1px solid var(--border-soft);
  border-radius: 0.75rem;
  background: var(--bg-card);
  box-shadow: 0 0.75rem 1.6rem rgba(0, 0, 0, 0.28);
  object-fit: contain;
}

.bet-inline-image--left {
  float: left;
  margin-right: 1.75rem;
}

.bet-inline-image--right {
  float: right;
  margin-left: 1.75rem;
}

@media (max-width: 575.98px) {
  .bet-hero-banner {
    aspect-ratio: 2 / 1;
  }

  .bet-inline-image,
.bet-inline-image--left,
.bet-inline-image--right {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem;
  }
}

/* Shared FAQ accordion styling: used on contact and main pages. */
.bet-faq {
  display: grid;
  gap: 0.75rem;
}

.bet-faq-item {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(38, 166, 91, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.025);
}

.bet-faq-item summary {
  cursor: pointer;
  color: #f8fafc;
  font-weight: 600;
}

.bet-faq-answer {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.bet-faq-answer p:last-child {
  margin-bottom: 0;
}
