:root {
  --sdgk9-cyan: #edc567;
  --sdgk9-blue: #26428b;
  --sdgk9-violet: #c89e43;
  --sdgk9-navy: #101d38;
  --sdgk9-navy-light: #26428b;
  --sdgk9-gold: #c79b3d;
  --sdgk9-gold-light: #f2cf7c;
}

a {
  color: var(--sdgk9-gold-light);
}

.sdgk9-header {
  border-bottom-color: #3c4660;
  background:
    linear-gradient(180deg, rgba(30, 40, 61, .98), rgba(15, 23, 39, .99)),
    repeating-linear-gradient(165deg, transparent 0 22px, rgba(255,255,255,.035) 23px 24px);
}

.sdgk9-header .sdgk9-header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 44px;
  padding: 3px 12px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.24);
  opacity: 1;
}

.sdgk9-header .sdgk9-header-logo img {
  width: 152px !important;
  max-width: 152px !important;
  max-height: 38px !important;
  filter: none !important;
  opacity: 1 !important;
}

.sdgk9-button {
  border-color: #3b527d;
  color: #fff;
  background: linear-gradient(180deg, #263d69, var(--sdgk9-navy));
  text-shadow: none;
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 5px 14px rgba(0,0,0,.3);
}

.sdgk9-header-button.sdgk9-button {
  border-color: #d7dee7;
  color: var(--sdgk9-navy);
  background: linear-gradient(180deg, #fff, #e8edf3);
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}

.sdgk9-header .sdgk9-button-secondary {
  border-color: #3d5684;
  color: #fff;
  background: linear-gradient(180deg, #284777, #101d38);
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 5px 16px rgba(0,0,0,.3);
}

.sdgk9-hero .sdgk9-hero-button,
.sdgk9-casino-popup-cta {
  border-color: #e1bb63;
  color: #111d34 !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.38), transparent 32%),
    linear-gradient(180deg, #f6d58a, #c49435);
  text-shadow: none;
  box-shadow: inset 0 1px rgba(255,255,255,.45), 0 0 22px rgba(199,155,61,.32);
}

.sdgk9-hero {
  border-color: #7a6436;
  background: var(--sdgk9-navy);
}

.sdgk9-sidebar {
  border-right-color: #3a4358;
  background: linear-gradient(180deg, #171f31, #0d1423);
}

.sdgk9-sidebar-nav-link {
  gap: 10px;
}

.sdgk9-nav-icon {
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #4c5362;
  border-radius: 6px;
  color: var(--sdgk9-gold-light);
  background: #111a2b;
  font-size: 14px;
  line-height: 1;
}

.sdgk9-sidebar-nav-link:hover,
.sdgk9-sidebar-nav-link-active {
  border-color: #735f37;
  background: linear-gradient(90deg, #343146, #1c2434);
}

.sdgk9-sidebar-nav-link-active {
  box-shadow: inset 3px 0 0 var(--sdgk9-gold);
}

.sdgk9-sidebar-nav-link-active .sdgk9-nav-icon {
  border-color: var(--sdgk9-gold);
  color: #17213a;
  background: linear-gradient(180deg, #f0cf81, #bd8f34);
}

.sdgk9-table-of-contents summary,
.sdgk9-page-copy h2::before {
  color: var(--sdgk9-gold-light);
}

/* Keep data tables inside the article. The base template uses full-bleed
   negative margins below 1200px, which pushes the first column off-screen. */
.sdgk9-page-copy .sdgk9-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 22px 0 28px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: normal;
  border: 1px solid #394258;
  border-radius: 8px;
  background: #111622;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  -webkit-overflow-scrolling: touch;
}

.sdgk9-page-copy .sdgk9-table-wrap table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.sdgk9-page-copy .sdgk9-table-wrap th,
.sdgk9-page-copy .sdgk9-table-wrap td {
  padding: 12px 16px;
  overflow-wrap: anywhere;
  white-space: normal;
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
}

.sdgk9-page-copy .sdgk9-table-wrap th:first-child,
.sdgk9-page-copy .sdgk9-table-wrap td:first-child {
  width: 28%;
  min-width: 150px;
}

.sdgk9-page-copy .sdgk9-table-wrap td:first-child {
  color: #f1d58f;
  font-weight: 700;
}

.sdgk9-page-copy .sdgk9-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

/* Spin Dog's official offer modal uses a light card and a navy claim button. */
.sdgk9-casino-popup-overlay {
  background: rgba(4, 8, 16, .76) !important;
  backdrop-filter: blur(7px) !important;
}

.sdgk9-casino-popup-content {
  max-width: 620px !important;
  padding: 38px 42px !important;
  border: 1px solid #d7dce4 !important;
  border-radius: 8px !important;
  color: #111827 !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.48) !important;
}

.sdgk9-casino-popup-content::before {
  display: none !important;
}

.sdgk9-casino-popup-title,
.sdgk9-casino-popup-body h2 {
  margin-bottom: 16px !important;
  color: #101d38 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 25px !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
}

.sdgk9-casino-popup-body p {
  margin: 0 auto 26px !important;
  max-width: 510px !important;
  color: #424b5c !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.sdgk9-casino-popup-close {
  top: 12px !important;
  right: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid #d7dce4 !important;
  border-radius: 50% !important;
  color: #101d38 !important;
  background: #f3f5f7 !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.sdgk9-casino-popup-cta {
  min-width: 150px !important;
  min-height: 46px !important;
  padding: 0 24px !important;
  border: 1px solid #0a152a !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #253d69, #101d38) !important;
  background-image: linear-gradient(180deg, #253d69, #101d38) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 5px 14px rgba(16,29,56,.24) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-shadow: none !important;
}

.sdgk9-casino-popup-cta:hover {
  filter: brightness(1.12) !important;
}

.sdgk9-footer-logo .sdgk9-header-logo img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}

.sdgk9-local-help-link {
  gap: 2px;
  color: #eaf4ff !important;
  text-align: center;
  text-decoration: none;
}

.sdgk9-local-help-link strong {
  color: var(--sdgk9-gold-light);
  font-size: 13px;
  line-height: 1.1;
}

.sdgk9-local-help-link span {
  color: #c8d6ed;
  font-size: 9px;
  line-height: 1.15;
}

.sdgk9-schema-breadcrumb {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sdgk9-language-switcher {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 4px 0 24px;
}

.sdgk9-language-switcher a {
  min-width: 54px;
  padding: 7px 11px;
  border: 1px solid #4b5364;
  border-radius: 5px;
  color: #fff;
  background: #151d2d;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.sdgk9-language-switcher a:hover {
  border-color: var(--sdgk9-gold);
  color: var(--sdgk9-gold-light);
}

@media (max-width: 1199px) {
  .sdgk9-header .sdgk9-header-logo {
    width: 150px;
    height: 40px;
    padding-inline: 10px;
  }

  .sdgk9-header .sdgk9-header-logo img {
    width: 130px !important;
  }

  .sdgk9-page-copy .sdgk9-table-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .sdgk9-page-copy .sdgk9-table-wrap table {
    min-width: 560px;
    font-size: 14px;
  }

  .sdgk9-page-copy .sdgk9-table-wrap th,
  .sdgk9-page-copy .sdgk9-table-wrap td {
    padding: 10px 12px;
  }

  .sdgk9-casino-popup-content {
    padding: 34px 22px 26px !important;
  }

  .sdgk9-casino-popup-title,
  .sdgk9-casino-popup-body h2 {
    padding-right: 28px !important;
    font-size: 21px !important;
  }
}
