:root {
  --bg-base: #07111f;
  --bg-dark: #0b1628;
  --bg-panel: #101e33;
  --bg-panel-hover: #172b45;
  --bg-card: #0d1a2d;
  --accent: #2dd4bf;
  --accent-strong: #14b8a6;
  --text-light: #f8fafc;
  --text-muted: #b9c7d9;
  --border-soft: rgba(45, 212, 191, 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", 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: #5eead4;
}
.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: #5eead4;
}
.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(45, 212, 191, 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: #00c58a;
  background: #00c58a;
  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: #00db99;
  background: #00db99;
}
.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(45, 212, 191, 0.85);
  transform: rotate(-8deg);
}
.bet-quicklink span {
  position: relative;
  z-index: 1;
}
.bet-quicklink:hover {
  color: var(--text-light);
  border-color: rgba(45, 212, 191, 0.68);
  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: #00c58a;
  border: 1px solid #00c58a;
  color: #02050b;
  width: 100%;
  text-transform: none;
  font-weight: 700;
}
.bet-cta:hover {
  background: #43e1ad;
  border-color: #43e1ad;
  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: 2rem 1rem 0;
  background: var(--bg-base);
  max-width: 100%;
  overflow: hidden;
}
.bet-hero-banner {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 0.65rem;
  background: var(--bg-card);
}
.bet-hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.bet-main {
  background: var(--bg-base);
  padding-bottom: 3rem;
  max-width: 100%;
  overflow: hidden;
}
.bet-policy-main {
  padding-top: 1rem;
}
.bet-policy {
  width: min(100%, 1120px);
  margin: 0 auto;
}
.bet-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.bet-contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  background: rgba(8, 13, 28, 0.76);
}
.bet-contact-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.14);
  color: var(--accent);
  font-size: 1.2rem;
}
.bet-contact-card h3 {
  width: 100%;
  margin: 0 0 0.7rem;
}
.bet-contact-card p {
  flex-grow: 1;
}
.bet-contact-button {
  display: inline-flex;
  max-width: 100%;
  padding: 0.65rem 0.8rem;
  overflow-wrap: anywhere;
  border: 1px solid #00c58a;
  border-radius: 0.45rem;
  background: rgba(0, 197, 138, 0.15);
  color: var(--text-light);
  font-weight: 700;
}
.bet-contact-button:hover,
.bet-contact-button:focus-visible {
  background: #00c58a;
  color: #02050b;
}
.bet-map {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  background: var(--bg-card);
}
.bet-map iframe {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
}
.bet-company-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
}
.bet-company-contact-details p:last-child {
  margin-bottom: 0;
}
.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, #43e1ad, #00c58a);
  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-content-section {
  display: flow-root;
  margin: 2rem 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--border-soft);
  border-radius: 0.75rem;
  background: linear-gradient(145deg, rgba(16, 30, 51, 0.78), rgba(13, 26, 45, 0.96));
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.2);
}
.bet-content-section--intro {
  border-top: 3px solid var(--accent);
}
.bet-intro-bonus-link {
  float: right;
  display: block;
  width: min(46%, 560px);
  margin: 0.15rem 0 1.25rem 2rem;
  border-radius: 0.7rem;
}
.bet-intro-bonus-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  box-shadow: 0 0.75rem 1.6rem rgba(0, 0, 0, 0.28);
}
.bet-content-section--intro .bet-table-wrap {
  clear: both;
}
.bet-license-image-link {
  float: left;
  display: block;
  width: min(48%, 560px);
  margin: 0.15rem 2rem 1.25rem 0;
  border-radius: 0.7rem;
}
.bet-license-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  box-shadow: 0 0.75rem 1.6rem rgba(0, 0, 0, 0.28);
}
.bet-bonus-promo-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.25rem;
}
.bet-bonus-promo-intro p {
  margin-bottom: 0;
}
.bet-bonus-promo-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  box-shadow: 0 0.75rem 1.6rem rgba(0, 0, 0, 0.28);
}
.bet-bonus-promo-section .bet-table-wrap {
  clear: both;
}
.bet-games-catalog-image {
  float: left;
  width: min(48%, 560px);
  height: auto;
  margin: 0.15rem 2rem 1.25rem 0;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  box-shadow: 0 0.75rem 1.6rem rgba(0, 0, 0, 0.28);
}
.bet-registration-image {
  display: block;
  width: min(100%, 900px);
  height: auto;
  margin: 1.25rem auto 0;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  box-shadow: 0 0.75rem 1.6rem rgba(0, 0, 0, 0.28);
}
.bet-sportsbook-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.25rem;
}
.bet-sportsbook-intro p {
  margin-bottom: 0;
}
.bet-sportsbook-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid var(--border-soft);
  border-radius: 0.7rem;
  box-shadow: 0 0.75rem 1.6rem rgba(0, 0, 0, 0.28);
}
.bet-sportsbook-section .bet-table-wrap {
  clear: both;
}
.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.3;
  letter-spacing: -0.015em;
  text-wrap: balance;
  margin: -1.25rem -1.35rem 1.25rem;
  padding: 0.9rem 1.15rem;
  border: 0;
  border-bottom: 1px solid var(--border-soft);
  border-left: 4px solid var(--accent);
  border-radius: 0.7rem 0.7rem 0 0;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.14), rgba(16, 30, 51, 0.86) 55%, rgba(13, 26, 45, 0.98));
  box-shadow: none;
  scroll-margin-top: 1rem;
}
.bet-app-block > h2 {
  margin: 1.75rem 0 1rem;
  border: 0;
  border-left: 3px solid var(--accent-strong);
  border-radius: 0.45rem;
  background: rgba(16, 30, 51, 0.78);
}
.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 p {
  margin: 0 0 1.1rem;
}
.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 strong {
  color: var(--text-light);
  font-weight: 700;
}
.bet-copy li::marker {
  color: var(--accent);
}
.bet-pros-cons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1rem;
  margin: 1.35rem 0 0;
}
.bet-pros-cons-card {
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--border-soft);
  border-radius: 0.75rem;
  box-shadow: 0 0.65rem 1.4rem rgba(0, 0, 0, 0.18);
}
.bet-pros-cons-card h3 {
  margin: 0 0 1rem;
  padding: 0 0 0.7rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  font-size: 1.2rem;
}
.bet-pros-cons-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bet-pros-cons-card li {
  position: relative;
  padding-left: 1.7rem;
}
.bet-pros-cons-card li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.bet-pros-card {
  border-color: rgba(0, 197, 138, 0.35);
  background: linear-gradient(145deg, rgba(0, 197, 138, 0.12), rgba(13, 26, 45, 0.72));
}
.bet-pros-card h3 {
  color: #43e1ad;
}
.bet-pros-card li::before {
  color: #43e1ad;
  content: "✓";
}
.bet-cons-card {
  border-color: rgba(248, 113, 113, 0.35);
  background: linear-gradient(145deg, rgba(248, 113, 113, 0.11), rgba(13, 26, 45, 0.72));
}
.bet-cons-card h3 {
  color: #fca5a5;
}
.bet-cons-card li::before {
  color: #fca5a5;
  content: "×";
}
.bet-facts-block {
  display: flow-root;
}
.bet-facts-image {
  float: left;
  width: min(44%, 520px);
  height: auto;
  margin: 0.25rem 2rem 1rem 0;
}
.bet-reviews-block {
  display: flow-root;
}
.bet-reviews-image {
  float: right;
  width: min(44%, 520px);
  height: auto;
  margin: 0.25rem 0 1rem 2rem;
}
.bet-bonuses-block {
  display: flow-root;
}
.bet-bonuses-image {
  float: left;
  width: min(40%, 480px);
  height: auto;
  margin: 0.25rem 2rem 1rem 0;
}
.bet-signup-block {
  display: flow-root;
}
.bet-signup-image {
  float: right;
  width: min(44%, 520px);
  height: auto;
  margin: 0.25rem 0 1rem 2rem;
}
.bet-slots-block {
  display: flow-root;
}
.bet-slots-image {
  float: right;
  width: min(46%, 560px);
  height: auto;
  margin: 0.25rem 0 1rem 2rem;
}
.bet-app-block {
  display: flow-root;
}
.bet-app-image {
  float: left;
  width: min(32%, 340px);
  height: auto;
  margin: 0.25rem 2rem 1rem 0;
}
.bet-table-wrap {
  margin: 1.5rem 0;
  overflow-x: auto;
  border: 1px solid rgba(45, 212, 191, 0.3);
  border-radius: 0.75rem;
  background: var(--bg-card);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.32);
  scrollbar-color: var(--accent) var(--bg-panel);
  scrollbar-width: thin;
}
.bet-table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}
.bet-table th,
.bet-table td {
  padding: 1rem 1.15rem;
  text-align: left;
  vertical-align: top;
}
.bet-table thead {
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.24), rgba(37, 99, 235, 0.18));
}
.bet-table th {
  color: var(--text-light);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--accent);
}
.bet-table th + th,
.bet-table td + td {
  border-left: 1px solid var(--border-soft);
}
.bet-table tbody tr {
  transition: background-color 0.2s ease;
}
.bet-table tbody tr:nth-child(even) {
  background: rgba(40, 65, 123, 0.08);
}
.bet-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-soft);
}
.bet-table tbody tr:hover {
  background: rgba(45, 212, 191, 0.1);
}
.bet-faq {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 2rem;
}
.bet-faq-item {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 0.65rem;
  background: var(--bg-card);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.bet-faq-item[open] {
  border-color: rgba(45, 212, 191, 0.45);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.08), var(--bg-card) 55%);
}
.bet-faq-item summary {
  position: relative;
  padding: 1rem 3.25rem 1rem 1.1rem;
  color: var(--text-light);
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.bet-faq-item summary::-webkit-details-marker {
  display: none;
}
.bet-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  color: var(--accent);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.bet-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.bet-faq-answer {
  padding: 0 1.1rem 1rem;
  border-top: 1px solid var(--border-soft);
}
.bet-faq-answer p {
  margin: 0.85rem 0 0;
}
.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;
}
.bet-section-image {
  margin: 1.8rem auto;
  text-align: center;
}
.bet-section-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.bet-section-image--bonus-code img {
  width: 100%;
  max-width: none;
}
.bg-primary {
  background-color: var(--bg-dark) !important;
}
@media (max-width: 575.98px) {
  .bet-map iframe {
    min-height: 320px;
    height: 320px;
  }
  .bet-company-contact-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .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-content-section {
    margin: 1.25rem 0;
    padding: 1rem 0.9rem;
  }
  .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-app-block > h2 {
    margin: 1.5rem 0 1rem;
  }
  .bet-copy h3 {
    font-size: 1.15rem;
  }
  .bet-bonus-promo-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .bet-sportsbook-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .bet-facts-image,
  .bet-reviews-image,
  .bet-bonuses-image,
  .bet-signup-image,
  .bet-slots-image,
  .bet-app-image,
  .bet-intro-bonus-link,
  .bet-license-image-link,
  .bet-bonus-promo-image,
  .bet-games-catalog-image {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }
  .bet-app-image {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .bet-hero {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bet-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .bet-table th,
  .bet-table td {
    padding: 0.75rem 0.6rem;
    overflow-wrap: anywhere;
  }
  .bet-table th {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }
  .bet-table td {
    font-size: 0.88rem;
  }
}
@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;
  }
}