:root {
  --ink: #2c1715;
  --muted: #6c5d57;
  --navy: #36070c;
  --navy-2: #5b0d16;
  --coral: #e2b33c;
  --coral-dark: #bd8b16;
  --mint: #f5cf65;
  --cream: #fbf7ef;
  --white: #fff;
  --line: #eadfce;
  --shadow: 0 22px 60px rgba(64, 15, 15, 0.13);
  --radius: 20px;
  --container: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.wtp-container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.wtp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wtp-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  transform: translateY(-150%);
}
.wtp-skip-link:focus {
  transform: none;
}
.wtp-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(9, 27, 46, 0.92);
  color: #fff;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.wtp-header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wtp-brand {
  display: inline-flex;
}
.wtp-brand img {
  width: 164px;
}
.wtp-main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wtp-main-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #d8e4ec;
  transition: 0.2s;
}
.wtp-main-nav a:hover,
.wtp-main-nav a:focus {
  color: #fff;
}
.wtp-main-nav .wtp-nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--mint);
}
.wtp-menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.wtp-menu-toggle span:not(.wtp-sr-only) {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px;
  background: #fff;
}
.wtp-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  min-height: 650px;
}
.wtp-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 35px;
  background: var(--cream);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.wtp-hero-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -100px;
  top: -160px;
  background: radial-gradient(circle, rgba(47, 211, 176, 0.2), transparent 65%);
  pointer-events: none;
}
.wtp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 40px;
  padding-block: 80px 110px;
}
.wtp-eyebrow,
.wtp-section-kicker {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.wtp-eyebrow {
  color: #9de7d8;
}
.wtp-eyebrow span {
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 0 8px 4px 0;
  background: var(--coral);
}
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
h1 {
  max-width: 650px;
  margin-bottom: 25px;
  font-size: clamp(43px, 5vw, 72px);
}
h1 em {
  color: var(--coral);
  font-style: normal;
}
h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 3.5vw, 46px);
}
h3 {
  font-size: 20px;
}
.wtp-hero-lead {
  max-width: 610px;
  margin: 0 0 30px;
  color: #c9d7e2;
  font-size: 19px;
  line-height: 1.65;
}
.wtp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wtp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}
.wtp-button-primary {
  background: var(--coral);
  box-shadow: 0 12px 30px rgba(255, 93, 74, 0.25);
}
.wtp-button-primary:hover {
  background: var(--coral-dark);
}
.wtp-button-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.wtp-button-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
}
.wtp-responsible-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: #93a6b7;
  font-size: 12px;
}
.wtp-responsible-note span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #53687a;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
}
.wtp-hero-visual {
  position: relative;
}
.wtp-hero-visual img {
  width: 100%;
  filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.25));
}
.wtp-live-pill {
  position: absolute;
  right: 4%;
  bottom: 8%;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(9, 27, 46, 0.85);
  font-size: 12px;
  font-weight: 700;
}
.wtp-live-pill i,
.wtp-status-badge i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(47, 211, 176, 0.13);
}
.wtp-quick-facts {
  background: var(--cream);
}
.wtp-facts-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-block: 32px 50px;
}
.wtp-facts-grid div {
  padding: 0 28px;
  border-right: 1px solid #dad3c7;
}
.wtp-facts-grid div:first-child {
  padding-left: 0;
}
.wtp-facts-grid div:last-child {
  border: 0;
}
.wtp-facts-grid span,
.wtp-facts-grid strong {
  display: block;
}
.wtp-facts-grid span {
  margin-bottom: 3px;
  color: #7d786f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.wtp-facts-grid strong {
  font-size: 16px;
}
.wtp-section {
  padding: 90px 0;
}
.wtp-content-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 820px);
  justify-content: space-between;
  gap: 70px;
}
.wtp-toc {
  position: sticky;
  top: 110px;
  align-self: start;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  font-size: 13px;
}
.wtp-toc strong {
  display: block;
  margin-bottom: 15px;
  color: #8994a0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.wtp-toc nav {
  display: grid;
  gap: 4px;
}
.wtp-toc a {
  position: relative;
  padding: 7px 0;
  text-decoration: none;
  color: #6f7d8b;
  font-weight: 650;
}
.wtp-toc a:hover,
.wtp-toc a.wtp-active {
  color: var(--coral);
}
.wtp-toc a.wtp-active:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  left: -20px;
  top: 8px;
  border-radius: 3px;
  background: var(--coral);
}
.wtp-article section {
  margin-bottom: 95px;
}
.wtp-article p {
  color: var(--muted);
}
.wtp-article section > p:not(.wtp-section-kicker),
.wtp-article section > ul {
  max-width: 760px;
}
.wtp-info-callout {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid #bfeee4;
  border-radius: 14px;
  background: #effbf8;
}
.wtp-info-callout p {
  margin: 3px 0 0;
  font-size: 15px;
}
.wtp-callout-icon {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mint);
  font-weight: 900;
}
.wtp-split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.wtp-status-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: #e9faf6;
  color: #187864;
  font-size: 12px;
  font-weight: 800;
}
.wtp-demo-frame {
  overflow: hidden;
  border: 1px solid #203c56;
  border-radius: 18px;
  background: var(--navy);
  box-shadow: var(--shadow);
}
.wtp-demo-screen {
  position: relative;
  aspect-ratio: 1.935;
  background: #081622;
}
.wtp-demo-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wtp-demo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(6, 20, 34, 0.33);
  text-align: center;
}
.wtp-demo-overlay strong {
  font-size: 19px;
}
.wtp-demo-overlay small {
  margin-top: 4px;
  color: #b8c8d4;
}
.wtp-play-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 15px;
  padding-left: 4px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--mint);
  box-shadow: 0 0 0 10px rgba(47, 211, 176, 0.12);
}
.wtp-demo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: #aebdca;
  font-size: 13px;
}
.wtp-demo-footer button {
  padding: 10px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--coral);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.wtp-fine-print {
  font-size: 13px;
}
.wtp-steps {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
  counter-reset: step;
}
.wtp-steps li {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.wtp-steps li:last-child {
  border-bottom: 1px solid var(--line);
}
.wtp-steps li > span {
  color: #b2bdc7;
  font-size: 30px;
  font-weight: 300;
}
.wtp-steps h3 {
  margin: 3px 0 7px;
}
.wtp-steps p {
  margin: 0;
}
.wtp-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 35px;
}
.wtp-feature-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.wtp-feature-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
  border-radius: 12px;
  background: #ffebe8;
  color: var(--coral);
  font-size: 21px;
  font-weight: 900;
}
.wtp-feature-grid h3 {
  margin-bottom: 8px;
}
.wtp-feature-grid p {
  margin: 0;
  font-size: 15px;
}
.wtp-do-dont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}
.wtp-do-dont > div {
  padding: 26px;
  border-radius: 16px;
}
.wtp-do {
  background: #effbf8;
}
.wtp-dont {
  background: #fff1ef;
}
.wtp-do-dont h3 {
  margin-bottom: 15px;
}
.wtp-do-dont ul {
  padding-left: 20px;
  margin: 0;
}
.wtp-do-dont li {
  margin: 8px 0;
  color: var(--muted);
  font-size: 15px;
}
.wtp-faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
summary span:before,
summary span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 16px;
  height: 2px;
  background: var(--coral);
}
summary span:after {
  transform: rotate(90deg);
  transition: 0.2s;
}
details[open] summary span:after {
  transform: none;
}
details p {
  margin: -5px 50px 22px 0;
}
.wtp-responsible-banner {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  margin-bottom: 10px !important;
  padding: 35px;
  border-radius: 20px;
  background: var(--navy);
  color: #fff;
}
.wtp-responsible-banner > div:first-child span {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 2px solid var(--coral);
  border-radius: 50%;
  font-size: 31px;
  font-weight: 900;
}
.wtp-responsible-banner h2 {
  margin-bottom: 10px;
  font-size: 34px;
}
.wtp-responsible-banner p:last-child {
  margin: 0;
  color: #bac8d3;
}
.wtp-site-footer {
  padding-top: 60px;
  background: #071725;
  color: #fff;
}
.wtp-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 45px;
}
.wtp-footer-top > div p {
  max-width: 330px;
  color: #91a2b1;
  font-size: 14px;
}
.wtp-footer-top nav {
  display: grid;
  align-content: start;
  gap: 8px;
}
.wtp-footer-top nav strong {
  margin-bottom: 8px;
  color: #91a2b1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.wtp-footer-top nav a {
  text-decoration: none;
  color: #dbe5eb;
  font-size: 14px;
}
.wtp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
  border-top: 1px solid #1d3142;
  color: #8294a3;
  font-size: 12px;
}
.wtp-footer-bottom p {
  margin: 0;
}
.wtp-footer-bottom strong {
  color: var(--coral);
}
@media (max-width: 900px) {
  .wtp-main-nav {
    position: absolute;
    display: none;
    top: 76px;
    left: 0;
    right: 0;
    padding: 20px;
    background: var(--navy);
    border-top: 1px solid #20384b;
  }
  .wtp-main-nav.wtp-open {
    display: grid;
  }
  .wtp-menu-toggle {
    display: block;
  }
  .wtp-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .wtp-hero-copy {
    text-align: center;
  }
  .wtp-eyebrow,
  .wtp-responsible-note,
  .wtp-hero-actions {
    justify-content: center;
  }
  .wtp-hero-lead,
  h1 {
    margin-inline: auto;
  }
  .wtp-hero-visual {
    max-width: 650px;
    margin-inline: auto;
  }
  .wtp-facts-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 0;
  }
  .wtp-facts-grid div {
    padding-left: 20px;
  }
  .wtp-facts-grid div:nth-child(3) {
    border: 0;
  }
  .wtp-content-layout {
    grid-template-columns: 1fr;
  }
  .wtp-toc {
    display: none;
  }
}
@media (max-width: 620px) {
  body {
    font-size: 16px;
  }
  .wtp-container {
    width: min(calc(100% - 28px), var(--container));
  }
  .wtp-header-inner {
    height: 68px;
  }
  .wtp-main-nav {
    top: 68px;
  }
  .wtp-brand img {
    width: 145px;
  }
  .wtp-hero {
    min-height: 0;
  }
  .wtp-hero-grid {
    padding-block: 48px 80px;
    gap: 20px;
  }
  h1 {
    font-size: 41px;
  }
  .wtp-hero-lead {
    font-size: 17px;
  }
  .wtp-hero-actions {
    display: grid;
  }
  .wtp-button {
    width: 100%;
  }
  .wtp-hero-visual {
    margin-inline: -15px;
  }
  .wtp-live-pill {
    right: 0;
  }
  .wtp-facts-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wtp-facts-grid div,
  .wtp-facts-grid div:first-child {
    padding: 0 12px;
  }
  .wtp-facts-grid div:nth-child(2n) {
    border: 0;
  }
  .wtp-section {
    padding: 65px 0;
  }
  .wtp-article section {
    margin-bottom: 70px;
  }
  .wtp-split-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .wtp-demo-overlay small {
    max-width: 250px;
  }
  .wtp-demo-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .wtp-feature-grid,
  .wtp-do-dont {
    grid-template-columns: 1fr;
  }
  .wtp-steps li {
    grid-template-columns: 45px 1fr;
    gap: 12px;
  }
  .wtp-responsible-banner {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .wtp-responsible-banner > div:first-child span {
    width: 65px;
    height: 65px;
    font-size: 22px;
  }
  .wtp-footer-top {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .wtp-footer-bottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.wtp-simple-page {
  min-height: 70vh;
  padding: 80px 0;
}
.wtp-simple-page article {
  max-width: 780px;
}
.wtp-simple-page h1 {
  color: var(--ink);
  font-size: clamp(38px, 5vw, 62px);
}
.wtp-simple-page h2 {
  margin-top: 48px;
  font-size: 29px;
}
.wtp-simple-page p,
.wtp-simple-page li {
  color: var(--muted);
}
.wtp-breadcrumbs {
  margin-bottom: 30px;
  color: #7b8a98;
  font-size: 13px;
}
.wtp-breadcrumbs a {
  color: var(--coral);
}
.wtp-page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.wtp-page-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 24px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.wtp-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: center;
  gap: 55px;
  padding-block: 70px 85px;
}
.wtp-page-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(43px, 5vw, 68px);
}
.wtp-page-hero .wtp-hero-lead {
  color: #c9d7e2;
}
.wtp-page-hero .wtp-hero-lead p {
  margin: 0;
  color: inherit;
}
.wtp-page-hero-grid > img {
  width: 100%;
}
.wtp-page-hero-art {
  aspect-ratio: 16/9;
  object-fit: cover;
  border: 1px solid #34343c;
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.46);
}
.wtp-hero-cta {
  margin-top: 26px;
}
.wtp-hero-cta .wtp-button {
  min-width: 150px;
}
.wtp-hero-breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 30px;
  color: #8299aa;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wtp-hero-breadcrumb a {
  color: #c7d5de;
}
.wtp-article-shell {
  padding-top: 75px;
}
.wtp-imported-content > h2 {
  padding-top: 5px;
}
.wtp-imported-content h2:not(:first-child) {
  margin-top: 75px;
}
.wtp-imported-content h3 {
  margin-top: 38px;
  font-size: 24px;
}
.wtp-imported-content p {
  max-width: none;
}
.wtp-imported-content a {
  color: #d94838;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wtp-imported-content img {
  width: 100%;
  margin: 32px 0;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.wtp-imported-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 15px;
}
.wtp-imported-content td,
.wtp-imported-content th {
  padding: 13px 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.wtp-imported-content tr:last-child td {
  border-bottom: 0;
}
.wtp-imported-content td:last-child,
.wtp-imported-content th:last-child {
  border-right: 0;
}
.wtp-imported-content tr:first-child {
  background: #eff4f7;
}
.wtp-imported-content ul,
.wtp-imported-content ol {
  padding-left: 24px;
  color: var(--muted);
}
.wtp-imported-content li {
  margin: 8px 0;
}
.wtp-imported-content blockquote {
  margin: 30px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--mint);
  background: #effbf8;
}
.wtp-imported-content blockquote p {
  margin: 0;
}
.wtp-article-cta {
  margin: 24px 0;
}
.wtp-cta-button,
.wtp-casino-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 9px;
  background: var(--coral);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}
.wtp-casino-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 15px 0 45px;
}
.wtp-casino-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
}
.wtp-casino-logo-wrap {
  display: grid;
  place-items: center;
  height: 65px;
}
.wtp-imported-content .wtp-casino-logo {
  width: auto;
  max-width: 125px;
  max-height: 55px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.wtp-casino-info {
  margin: 12px 0 8px;
}
.wtp-casino-title {
  font-size: 15px;
  font-weight: 800;
}
.wtp-casino-rating {
  color: #d28b18;
  font-size: 12px;
}
.wtp-casino-item p {
  display: grid;
  gap: 6px;
  width: 100%;
  margin: auto 0 0;
}
.wtp-casino-btn {
  width: 100%;
  padding: 8px 10px;
}
.wtp-review-btn {
  background: var(--navy);
}
.wtp-imported-content .wtp-wp-block-image {
  margin: 32px 0;
}
.wtp-imported-content .wtp-wp-block-image img {
  margin: 0;
}
@media (max-width: 900px) {
  .wtp-page-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 55px 75px;
  }
  .wtp-page-hero-grid > img {
    max-width: 560px;
    margin: -30px auto 0;
  }
  .wtp-casino-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .wtp-page-hero-grid {
    gap: 20px;
  }
  .wtp-page-hero h1 {
    font-size: 41px;
  }
  .wtp-page-hero-grid > img {
    margin-inline: -10px;
    width: calc(100% + 20px);
  }
  .wtp-imported-content table {
    display: block;
    overflow-x: auto;
  }
  .wtp-casino-list {
    grid-template-columns: 1fr 1fr;
  }
  .wtp-imported-content h2:not(:first-child) {
    margin-top: 55px;
  }
}
.wtp-site-header {
  background: rgba(7, 20, 61, 0.95);
  border-bottom-color: rgba(255, 198, 46, 0.22);
}
.wtp-header-inner {
  height: 82px;
}
.wtp-brand img {
  width: auto;
  height: 60px;
}
.wtp-main-nav {
  gap: 13px;
}
.wtp-main-nav a {
  font-size: 11.5px;
}
.wtp-main-nav .wtp-nav-cta {
  background: var(--coral);
  color: #fff;
}
.wtp-nav-dropdown {
  position: relative;
}
.wtp-nav-dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wtp-nav-dropdown > a span {
  color: var(--coral);
  font-size: 17px;
}
.wtp-sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 20px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 3px;
  width: 520px;
  padding: 16px;
  border: 1px solid #2d2d34;
  border-radius: 14px;
  background: #121217;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: 0.18s;
}
.wtp-sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 24px;
}
.wtp-sub-menu a {
  padding: 9px 11px;
  border-radius: 7px;
  color: #d6d6db;
  white-space: nowrap;
}
.wtp-sub-menu a:hover,
.wtp-sub-menu a:focus {
  color: #fff;
  background: #292930;
}
.wtp-nav-dropdown:hover .wtp-sub-menu,
.wtp-nav-dropdown:focus-within .wtp-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.wtp-page-hero {
  background: #07143d;
}
.wtp-page-hero:after {
  background: #f4f4f5;
}
.wtp-hero-glow {
  background: radial-gradient(circle, rgba(255, 198, 46, 0.22), transparent 66%);
}
.wtp-page-hero .wtp-eyebrow {
  color: #ff6688;
}
.wtp-page-hero .wtp-responsible-note span {
  border-color: #ef4636;
}
.wtp-quick-facts {
  background: #f4f4f5;
}
.wtp-facts-grid {
  padding-block: 30px;
}
.wtp-facts-grid div {
  border-right-color: #d6d6da;
}
.wtp-facts-grid span {
  color: #777780;
}
.wtp-article-shell {
  padding-top: 75px;
}
.wtp-imported-content .wtp-casino-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 30px 0 45px;
}
.wtp-imported-content .wtp-casino-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 170px;
  align-items: center;
  gap: 26px;
  min-height: 132px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--coral);
  border-radius: 14px;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 28px rgba(15, 15, 20, 0.06);
}
.wtp-imported-content .wtp-casino-logo-wrap {
  display: grid;
  place-items: center;
  height: 82px;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}
.wtp-casino-logo-plate {
  display: grid;
  place-items: center;
  min-width: 140px;
  min-height: 70px;
  padding: 8px 12px;
  border-radius: 9px;
}
.wtp-imported-content .wtp-casino-logo {
  max-width: 140px;
  max-height: 70px;
  margin: 0;
}
.wtp-imported-content .wtp-casino-info {
  margin: 0;
}
.wtp-imported-content .wtp-casino-title {
  margin: 0 0 9px;
  font-size: 22px;
}
.wtp-casino-bonus {
  display: block;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}
.wtp-casino-bonus:before {
  content: attr(data-label);
  display: block;
  margin-bottom: 2px;
  color: #9999a1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wtp-casino-actions {
  display: grid;
  gap: 8px;
}
.wtp-imported-content .wtp-casino-btn {
  width: 100%;
  min-height: 44px;
  padding: 10px 15px;
}
.wtp-imported-content .wtp-play-btn {
  background: var(--coral);
  box-shadow: 0 9px 22px rgba(239, 70, 54, 0.2);
}
.wtp-imported-content .wtp-play-btn:hover {
  background: var(--coral-dark);
}
.wtp-imported-content .wtp-review-btn {
  border: 1px solid #d9d9de;
  background: #f4f4f5;
  color: #3e3e46 !important;
}
.wtp-imported-content .wtp-review-btn:hover {
  background: #e9e9ec;
}
.wtp-site-footer {
  background: #07143d;
}
.wtp-footer-top > div > img {
  width: auto;
  height: 58px;
}
@media (max-width: 1080px) and (min-width: 901px) {
  .wtp-main-nav {
    gap: 13px;
  }
  .wtp-main-nav a {
    font-size: 12px;
  }
  .wtp-brand img {
    height: 57px;
  }
  .wtp-sub-menu {
    right: -10px;
  }
}
@media (max-width: 1100px) {
  .wtp-menu-toggle {
    display: block;
  }
  .wtp-main-nav {
    position: absolute;
    display: none;
    top: 82px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 90px);
    overflow: auto;
    padding: 20px;
    background: var(--navy);
    border-top: 1px solid #2b2b32;
  }
  .wtp-main-nav.wtp-open {
    display: grid;
  }
  .wtp-nav-dropdown > a {
    justify-content: space-between;
  }
  .wtp-sub-menu {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: auto;
    margin-top: 5px;
    padding: 8px;
    background: #121217;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .wtp-sub-menu:before {
    display: none;
  }
}
@media (max-width: 900px) {
  .wtp-header-inner {
    height: 74px;
  }
  .wtp-brand img {
    height: 60px;
  }
  .wtp-main-nav {
    top: 74px;
  }
  .wtp-nav-dropdown > a {
    justify-content: space-between;
  }
  .wtp-sub-menu {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: auto;
    margin-top: 5px;
    padding: 8px;
    background: #121217;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .wtp-sub-menu:before {
    display: none;
  }
  .wtp-imported-content .wtp-casino-item {
    grid-template-columns: 140px minmax(0, 1fr) 150px;
    gap: 18px;
  }
  .wtp-imported-content .wtp-casino-logo-wrap {
    padding-right: 18px;
  }
}
@media (max-width: 620px) {
  .wtp-imported-content .wtp-casino-list {
    grid-template-columns: 1fr;
  }
  .wtp-imported-content .wtp-casino-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 15px;
    padding: 17px;
    border-left-width: 3px;
  }
  .wtp-imported-content .wtp-casino-logo-wrap {
    height: 65px;
    padding-right: 14px;
  }
  .wtp-casino-logo-plate {
    min-width: 80px;
    min-height: 52px;
    padding: 6px;
  }
  .wtp-imported-content .wtp-casino-logo {
    max-width: 78px;
    max-height: 50px;
  }
  .wtp-imported-content .wtp-casino-title {
    font-size: 19px;
  }
  .wtp-casino-bonus {
    font-size: 13px;
  }
  .wtp-casino-actions {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
  }
  .wtp-sub-menu {
    grid-template-columns: 1fr 1fr;
  }
}
.wtp-author-box {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 25px;
  margin-top: 80px;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--coral);
  border-radius: 18px;
  background: #f7f7f8;
  box-shadow: 0 14px 40px rgba(15, 15, 20, 0.07);
}
.wtp-imported-content .wtp-author-avatar {
  width: 112px;
  height: 112px;
  margin: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.14);
}
.wtp-author-info {
  min-width: 0;
}
.wtp-author-label {
  display: block;
  margin-bottom: 3px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.wtp-imported-content .wtp-author-info .wtp-author-name {
  margin: 0 0 9px;
  padding: 0;
  font-size: 25px;
}
.wtp-imported-content .wtp-author-name a {
  color: var(--ink);
  text-decoration: none;
}
.wtp-author-info p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.wtp-author-updated {
  color: #8b8b94;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 620px) {
  .wtp-author-box {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 60px;
    padding: 22px;
    text-align: center;
  }
  .wtp-imported-content .wtp-author-avatar {
    width: 86px;
    height: 86px;
    margin-inline: auto;
  }
  .wtp-imported-content .wtp-author-name {
    font-size: 21px;
  }
}
.wtp-casino-actions--single {
  align-self: stretch;
  align-content: center;
}
.wtp-casino-actions--single .wtp-play-btn {
  min-height: 52px;
}
.wtp-footer-top {
  grid-template-columns: 1.35fr 0.9fr 0.9fr;
}
.wtp-language-switcher .wtp-language-options {
  display: grid;
  gap: 9px;
}
.wtp-language-option {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none !important;
  color: #dbe5eb !important;
  transition: 0.18s;
}
.wtp-language-option:hover,
.wtp-language-option:focus {
  border-color: rgba(33, 212, 217, 0.55);
  background: rgba(33, 212, 217, 0.09);
}
.wtp-language-option.wtp-is-active {
  border-color: var(--mint);
  background: rgba(33, 212, 217, 0.12);
  box-shadow: 0 0 0 1px rgba(33, 212, 217, 0.08);
}
.wtp-language-flag {
  font-size: 25px;
  line-height: 1;
}
.wtp-language-option > span:last-child {
  font-size: 13px;
  font-weight: 750;
}
.wtp-language-option.wtp-is-active > span:last-child {
  color: #fff;
}
@media (max-width: 900px) {
  .wtp-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .wtp-language-switcher {
    align-self: start;
  }
}
@media (max-width: 620px) {
  .wtp-footer-top {
    grid-template-columns: 1fr;
  }
  .wtp-language-options {
    grid-template-columns: 1fr 1fr;
  }
}

/* Branded casino artwork and a more expressive primary casino action. */
.wtp-casino-logo-plate {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(7, 20, 61, 0.12);
}
.wtp-imported-content .wtp-casino-logo {
  width: auto;
  max-width: 150px;
  max-height: 74px;
  object-fit: contain;
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #ef3f35 0%, #f35c32 58%, #f5972f 100%);
  box-shadow: 0 10px 25px rgba(239, 70, 54, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.32) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:after {
  content: "✈";
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 13px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:hover,
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(239, 70, 54, 0.38);
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:hover:before,
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:focus-visible:before {
  transform: translateX(120%);
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:hover:after,
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:focus-visible:after {
  transform: translate(2px, -2px) rotate(-8deg);
}
@media (prefers-reduced-motion: reduce) {
  .wtp-imported-content .wtp-casino-actions .wtp-play-btn,
  .wtp-imported-content .wtp-casino-actions .wtp-play-btn:before,
  .wtp-imported-content .wtp-casino-actions .wtp-play-btn:after {
    transition: none;
  }
}

.wtp-page-hero .wtp-hero-cta .wtp-button-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 175px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #ef3f35 0%, #f35c32 58%, #f5972f 100%);
  box-shadow: 0 12px 30px rgba(239, 70, 54, 0.3);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.32) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary span {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:hover,
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow: 0 17px 35px rgba(239, 70, 54, 0.4);
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:hover:before,
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:focus-visible:before {
  transform: translateX(120%);
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:hover span,
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:focus-visible span {
  transform: translate(2px, -2px) rotate(-8deg);
}
@media (prefers-reduced-motion: reduce) {
  .wtp-page-hero .wtp-hero-cta .wtp-button-primary,
  .wtp-page-hero .wtp-hero-cta .wtp-button-primary:before,
  .wtp-page-hero .wtp-hero-cta .wtp-button-primary span {
    transition: none;
  }
}

.wtp-main-nav .wtp-header-play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: linear-gradient(135deg, #ef3f35 0%, #f35c32 60%, #f5972f 100%);
  color: #fff;
  box-shadow: 0 8px 22px rgba(239, 70, 54, 0.28);
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}
.wtp-main-nav .wtp-header-play-button span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  font-size: 11px;
  transition: transform 0.2s ease;
}
.wtp-main-nav .wtp-header-play-button:hover,
.wtp-main-nav .wtp-header-play-button:focus-visible {
  color: #fff;
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow: 0 12px 27px rgba(239, 70, 54, 0.38);
}
.wtp-main-nav .wtp-header-play-button:hover span,
.wtp-main-nav .wtp-header-play-button:focus-visible span {
  transform: translate(2px, -2px) rotate(-8deg);
}
@media (max-width: 900px) {
  .wtp-main-nav .wtp-header-play-button {
    margin-top: 8px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wtp-main-nav .wtp-header-play-button,
  .wtp-main-nav .wtp-header-play-button span {
    transition: none;
  }
}

/* Shining Crown identity and imported editorial components. */
body {
  background: #fffdfa;
}
.wtp-site-header {
  background: rgba(54, 7, 12, 0.96);
  border-bottom-color: rgba(226, 179, 60, 0.3);
}
.wtp-header-inner {
  height: 82px;
}
.wtp-brand {
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.wtp-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.wtp-brand > span > span {
  color: var(--mint);
}
.wtp-main-nav {
  gap: 17px;
}
.wtp-main-nav a {
  font-size: 12px;
}
.wtp-main-nav .wtp-header-play-button {
  color: #2d1700;
  background: linear-gradient(135deg, #f8d76e, #d99e24 65%, #f0c654);
  box-shadow: 0 8px 24px rgba(226, 179, 60, 0.25);
}
.wtp-main-nav .wtp-header-play-button span {
  background: rgba(54, 7, 12, 0.12);
}
.wtp-sub-menu.wtp-sub-menu--compact {
  width: 390px;
}
.wtp-page-hero {
  background: linear-gradient(135deg, #2a0509 0%, #520a13 62%, #31060a 100%);
}
.wtp-page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.025) 48% 49%, transparent 49% 100%);
  background-size: 35px 35px;
  pointer-events: none;
}
.wtp-page-hero:after {
  background: var(--cream);
}
.wtp-page-hero-grid {
  grid-template-columns: minmax(0, 1fr) 500px;
  padding-block: 62px 80px;
}
.wtp-page-hero .wtp-eyebrow {
  color: #f2c85d;
}
.wtp-page-hero .wtp-eyebrow span {
  background: #d61f35;
}
.wtp-page-hero .wtp-hero-lead {
  color: #eadbd7;
}
.wtp-hero-glow {
  right: -180px;
  top: -240px;
  background: radial-gradient(circle, rgba(226, 179, 60, 0.3), transparent 64%);
}
.wtp-page-hero-art {
  aspect-ratio: 1.864;
  object-fit: cover;
  border-color: rgba(245, 207, 101, 0.35);
  box-shadow: 0 32px 75px rgba(15, 0, 0, 0.48);
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary {
  color: #2d1700;
  background: linear-gradient(135deg, #f7d773 0%, #dda52c 60%, #f0c75c 100%);
  box-shadow: 0 12px 30px rgba(226, 179, 60, 0.28);
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary span {
  background: rgba(54, 7, 12, 0.12);
}
.wtp-page-hero .wtp-responsible-note span {
  border-color: #d7a835;
}
.wtp-quick-facts {
  background: var(--cream);
}
.wtp-facts-grid {
  padding-block: 28px 40px;
}
.wtp-facts-grid div {
  border-right-color: #ded0bd;
}
.wtp-facts-grid span {
  color: #887b70;
}
.wtp-article-shell {
  padding-top: 70px;
  background: #fffdfa;
}
.wtp-content-layout {
  grid-template-columns: 225px minmax(0, 850px);
  gap: 60px;
}
.wtp-page-meta {
  margin: 0 0 30px;
  color: #94867c !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wtp-imported-content > .wtp-card,
.wtp-imported-content > #faq > .wtp-card {
  margin: 0 0 30px;
  padding: 36px 40px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 36px rgba(71, 35, 20, 0.06);
}
.wtp-imported-content > .wtp-card h2,
.wtp-imported-content > #faq > .wtp-card h2 {
  font-size: clamp(28px, 3vw, 38px);
}
.wtp-imported-content > .wtp-card h2:not(:first-child) {
  margin-top: 48px;
}
.wtp-imported-content .wtp-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.wtp-imported-content table {
  background: #fff;
}
.wtp-imported-content tr:first-child {
  background: #fbf2df;
}
.wtp-imported-content .wtp-bullets,
.wtp-imported-content .wtp-steps {
  padding-left: 22px;
}
.wtp-imported-content .wtp-steps {
  margin: 20px 0;
  list-style: decimal;
}
.wtp-imported-content .wtp-steps li {
  display: list-item;
  padding: 7px 0;
  border: 0;
}
.wtp-imported-content .wtp-content-button {
  min-height: 48px;
  color: #2d1700 !important;
  background: linear-gradient(135deg, #f6d56d, #dfa52d);
  box-shadow: 0 10px 24px rgba(190, 139, 22, 0.2);
}
.wtp-imported-content .wtp-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 0 34px;
}
.wtp-imported-content .wtp-offer-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid #dcc386;
  border-radius: 17px;
  background: linear-gradient(145deg, #fffaf0, #fff);
  box-shadow: 0 12px 34px rgba(77, 39, 16, 0.08);
}
.wtp-offer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.wtp-offer-name {
  font-size: 24px;
  font-weight: 900;
  color: var(--ink);
}
.wtp-offer-badge {
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  background: #8e1421;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.wtp-offer-rating {
  margin: 9px 0;
  color: #d79b17;
  font-weight: 900;
}
.wtp-offer-rating span {
  color: var(--muted);
  font-size: 13px;
}
.wtp-offer-offer {
  min-height: 50px;
  color: var(--muted);
  font-weight: 700;
}
.wtp-offer-btn {
  display: flex;
  justify-content: center;
  margin-top: 17px;
  padding: 11px 17px;
  border-radius: 9px;
  color: #2d1700 !important;
  background: linear-gradient(135deg, #f7d773, #dca329);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
}
.wtp-offer-foot {
  margin-top: 9px;
  color: #96867c;
  font-size: 11px;
  text-align: center;
}
.wtp-faq {
  margin: 0;
  border-bottom: 1px solid var(--line);
}
.wtp-faq summary {
  color: var(--ink);
}
.wtp-faq summary:after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #8e1421;
  font-size: 18px;
}
.wtp-faq[open] summary:after {
  content: "−";
}
.wtp-faq > div p {
  margin: -5px 40px 22px 0;
}
.wtp-toc {
  border-left-color: #decba2;
}
.wtp-toc a:hover,
.wtp-toc a.wtp-active {
  color: #8e1421;
}
.wtp-toc a.wtp-active:before {
  background: #d3a129;
}
.wtp-site-footer {
  background: #280509;
}
.wtp-footer-brand .wtp-brand {
  display: inline-flex;
}
.wtp-footer-brand .wtp-brand img {
  width: 64px;
  height: 64px;
}
.wtp-footer-top > div p {
  color: #bda9a4;
}
.wtp-footer-bottom {
  border-top-color: #54151c;
  color: #a58e89;
}
.wtp-footer-bottom strong {
  color: #f1c75b;
}
@media (max-width: 1100px) {
  .wtp-main-nav {
    top: 82px;
    background: #36070c;
  }
  .wtp-sub-menu.wtp-sub-menu--compact {
    width: auto;
  }
  .wtp-page-hero-grid {
    grid-template-columns: minmax(0, 1fr) 430px;
  }
}
@media (max-width: 900px) {
  .wtp-page-hero-grid {
    grid-template-columns: 1fr;
  }
  .wtp-page-hero-grid > img {
    margin-top: 0;
  }
  .wtp-brand > span {
    font-size: 17px;
  }
  .wtp-main-nav {
    top: 74px;
  }
  .wtp-imported-content > .wtp-card,
  .wtp-imported-content > #faq > .wtp-card {
    padding: 30px;
  }
  .wtp-imported-content .wtp-offers {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .wtp-brand img {
    width: 50px;
    height: 50px;
  }
  .wtp-brand > span {
    font-size: 15px;
  }
  .wtp-page-hero-grid {
    padding-block: 45px 68px;
  }
  .wtp-page-hero h1 {
    font-size: 38px;
  }
  .wtp-imported-content > .wtp-card,
  .wtp-imported-content > #faq > .wtp-card {
    padding: 24px 20px;
  }
  .wtp-imported-content .wtp-offers {
    grid-template-columns: 1fr;
  }
  .wtp-offer-offer {
    min-height: 0;
  }
  .wtp-page-meta {
    text-align: center;
  }
  .wtp-facts-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wtp-facts-grid div:last-child {
    grid-column: 1/-1;
  }
  .wtp-footer-brand .wtp-brand > span {
    font-size: 18px;
  }
}

/* Stable vector crown used by the hero and header CTAs. */
.wtp-crown-badge,
.wtp-page-hero .wtp-hero-cta .wtp-button-primary .wtp-crown-badge,
.wtp-main-nav .wtp-header-play-button .wtp-crown-badge {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(83, 42, 0, 0.14);
  border-radius: 50%;
  color: #5b160f;
  background: linear-gradient(145deg, rgba(117, 64, 0, 0.13), rgba(255, 255, 255, 0.16));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  font-size: 0;
  line-height: 0;
}
.wtp-crown-icon {
  display: block;
  width: 17px;
  height: 17px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary .wtp-crown-badge {
  width: 34px;
  height: 34px;
  margin-left: 4px;
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary {
  min-height: 60px;
  padding: 12px 18px 12px 26px;
  border-radius: 14px;
}
.wtp-main-nav .wtp-header-play-button {
  min-height: 44px;
  padding: 8px 10px 8px 16px;
  border-radius: 12px;
  font-size: 12px;
}
.wtp-main-nav .wtp-header-play-button .wtp-crown-badge {
  width: 27px;
  height: 27px;
}
.wtp-main-nav .wtp-header-play-button .wtp-crown-icon {
  width: 15px;
  height: 15px;
}
@media (max-width: 1100px) {
  .wtp-main-nav .wtp-header-play-button {
    justify-content: center;
    margin-top: 8px;
    min-height: 50px;
    font-size: 14px;
  }
  .wtp-main-nav .wtp-header-play-button .wtp-crown-badge {
    width: 30px;
    height: 30px;
  }
  .wtp-main-nav .wtp-header-play-button .wtp-crown-icon {
    width: 17px;
    height: 17px;
  }
}

/* Crisp dropdown chevrons instead of a font-dependent glyph. */
.wtp-nav-dropdown > a .wtp-nav-chevron {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -4px 2px 0 3px;
  border: 0;
  border-right: 2px solid #e8b83f;
  border-bottom: 2px solid #e8b83f;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.18s ease;
}
.wtp-nav-dropdown:hover > a .wtp-nav-chevron,
.wtp-nav-dropdown:focus-within > a .wtp-nav-chevron {
  transform: translateY(2px) rotate(225deg);
}
@media (max-width: 1100px) {
  .wtp-nav-dropdown > a .wtp-nav-chevron {
    margin-right: 5px;
  }
  .wtp-nav-dropdown:hover > a .wtp-nav-chevron,
  .wtp-nav-dropdown:focus-within > a .wtp-nav-chevron {
    transform: rotate(45deg);
  }
}

/* Shining Crown palette for the recommended-casino module. */
.wtp-imported-content .wtp-casino-item {
  border-color: #ead9b5;
  border-left-color: #d5a52c;
  background: linear-gradient(105deg, #fffdf8 0%, #fff 58%, #fffaf0 100%);
  box-shadow: 0 12px 34px rgba(70, 18, 19, 0.08);
}
.wtp-imported-content .wtp-casino-item:hover {
  border-color: #dfc27b;
  box-shadow: 0 16px 40px rgba(70, 18, 19, 0.12);
}
.wtp-imported-content .wtp-casino-logo-wrap {
  border-right-color: #e9ddc7;
}
.wtp-casino-logo-plate {
  border: 1px solid #f0e7d8;
  background: #fff;
  box-shadow: 0 8px 22px rgba(54, 7, 12, 0.08);
}
.wtp-imported-content .wtp-casino-title {
  color: #351115;
}
.wtp-imported-content .wtp-casino-rating {
  color: #bd8410;
}
.wtp-imported-content .wtp-casino-rating span {
  color: #a46f0a;
}
.wtp-casino-bonus:before {
  color: #8e1421;
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn {
  border-color: #efd277;
  background: linear-gradient(135deg, #f8dc7a 0%, #e2ad32 60%, #f2cb63 100%);
  color: #381008 !important;
  box-shadow: 0 10px 26px rgba(194, 139, 19, 0.25);
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:after {
  display: none;
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:hover,
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:focus-visible {
  background: linear-gradient(135deg, #ffe590 0%, #d9a126 62%, #f0c252 100%);
  box-shadow: 0 15px 31px rgba(151, 101, 8, 0.32);
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn .wtp-crown-badge {
  width: 28px;
  height: 28px;
  color: #5b160f;
  background: rgba(91, 22, 15, 0.1);
  border-color: rgba(91, 22, 15, 0.13);
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn .wtp-crown-icon {
  width: 15px;
  height: 15px;
}
.wtp-imported-content .wtp-casino-actions .wtp-review-btn {
  border-color: #5b1119;
  background: linear-gradient(135deg, #4a0910, #72131e);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(67, 8, 15, 0.16);
}
.wtp-imported-content .wtp-casino-actions .wtp-review-btn:hover,
.wtp-imported-content .wtp-casino-actions .wtp-review-btn:focus-visible {
  border-color: #7f1a25;
  background: linear-gradient(135deg, #5b0c14, #881c29);
  color: #fff !important;
}

/* Compact, readable FAQ accordion. */
.wtp-imported-content > .wtp-faq-section {
  padding: 32px 36px 36px;
}
.wtp-imported-content > .wtp-faq-section > h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 3vw, 38px);
}
.wtp-faq-section .wtp-faq {
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #eadcc2;
  border-radius: 12px;
  background: #fffdf9;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}
.wtp-faq-section .wtp-faq summary {
  min-height: 60px;
  padding: 15px 17px 15px 19px;
  color: #351115;
  font-size: 17px;
  line-height: 1.35;
  transition:
    color 0.18s ease,
    background-color 0.18s ease;
}
.wtp-faq-section .wtp-faq summary:hover {
  color: #7a121d;
  background: #fff8e8;
}
.wtp-faq-section .wtp-faq summary:focus-visible {
  outline: 3px solid rgba(213, 165, 44, 0.34);
  outline-offset: -3px;
}
.wtp-faq-section .wtp-faq summary:after {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: 18px;
  border: 1px solid #8e1421;
  border-radius: 50%;
  color: #fff;
  background: #8e1421;
  box-shadow: 0 4px 12px rgba(92, 12, 22, 0.16);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.wtp-faq-section .wtp-faq[open] {
  border-color: #d9b85e;
  background: #fffaf0;
  box-shadow: 0 8px 22px rgba(75, 22, 17, 0.08);
}
.wtp-faq-section .wtp-faq[open] summary {
  border-bottom: 1px solid #eadcc2;
  color: #6f0e18;
  background: #fff5df;
}
.wtp-faq-section .wtp-faq > div p {
  margin: 0;
  padding: 17px 62px 20px 19px;
  color: #655851;
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 620px) {
  .wtp-imported-content > .wtp-faq-section {
    padding: 24px 18px;
  }
  .wtp-imported-content > .wtp-faq-section > h2 {
    margin-bottom: 18px;
  }
  .wtp-faq-section .wtp-faq summary {
    min-height: 56px;
    padding: 13px 12px 13px 14px;
    font-size: 16px;
  }
  .wtp-faq-section .wtp-faq summary:after {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  .wtp-faq-section .wtp-faq > div p {
    padding: 15px 14px 18px;
    font-size: 15px;
  }
}

/* One continuous editorial surface instead of separate text cards. */
.wtp-imported-content {
  padding: 46px 48px;
  border: 1px solid #eee1cc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(63, 22, 17, 0.055);
}
.wtp-imported-content > .wtp-card,
.wtp-imported-content > #faq > .wtp-card {
  margin: 0 0 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.wtp-imported-content > .wtp-card:last-child,
.wtp-imported-content > #faq > .wtp-card:last-child {
  margin-bottom: 0;
}
.wtp-imported-content > .wtp-card h2,
.wtp-imported-content > #faq > .wtp-card h2 {
  margin-bottom: 20px;
}
.wtp-imported-content > .wtp-faq-section {
  padding: 0;
}
.wtp-imported-content p a.wtp-content-button,
.wtp-imported-content p a.wtp-inline-link {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8e1421 !important;
  box-shadow: none;
  font: inherit;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-color: #d5a52c !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px;
}
.wtp-imported-content p a.wtp-content-button:hover,
.wtp-imported-content p a.wtp-content-button:focus-visible,
.wtp-imported-content p a.wtp-inline-link:hover,
.wtp-imported-content p a.wtp-inline-link:focus-visible {
  background: transparent;
  color: #5b0c14 !important;
  box-shadow: none;
  text-decoration-color: #8e1421 !important;
}
@media (max-width: 900px) {
  .wtp-imported-content {
    padding: 36px 32px;
  }
}
@media (max-width: 620px) {
  .wtp-imported-content {
    padding: 27px 18px;
    border-radius: 15px;
  }
  .wtp-imported-content > .wtp-card,
  .wtp-imported-content > #faq > .wtp-card {
    margin-bottom: 52px;
  }
  .wtp-imported-content > .wtp-faq-section {
    padding: 0;
  }
}

/* Imported Wolf Treasure content modules inside the existing site template. */
.wtp-imported-content h4 {
  margin: 28px 0 8px;
  color: var(--ink);
  font-size: 18px;
}
.wtp-imported-content .wtp-article-cta {
  text-align: center;
}
.wtp-imported-content .wtp-article-cta .wtp-content-button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 10px;
  color: #2d1700 !important;
  background: linear-gradient(135deg, #f6d56d, #dfa52d);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(190, 139, 22, 0.2);
}
.wtp-license-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0 32px;
  border-top: 1px solid #54151c;
}
.wtp-license-strip img {
  width: auto;
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .wtp-license-strip {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wtp-license-strip img {
    max-width: 110px;
    max-height: 42px;
  }
}

/* Wolf Treasure game palette: midnight sky, reel purple, jackpot gold. */
:root {
  --ink: #161a3f;
  --muted: #596080;
  --navy: #101548;
  --navy-2: #20226f;
  --coral: #f2b51d;
  --coral-dark: #d99508;
  --mint: #ffd64a;
  --cream: #f4f3fb;
  --white: #fff;
  --line: #dedcf0;
  --shadow: 0 22px 60px rgba(25, 24, 92, 0.16);
}
body {
  background: #f7f6fc;
}
.wtp-site-header {
  background: rgba(12, 16, 65, 0.97);
  border-bottom-color: rgba(255, 202, 31, 0.42);
}
.wtp-brand > span > span {
  color: #ffd13d;
}
.wtp-main-nav a {
  color: #e7e8ff;
}
.wtp-main-nav a:hover,
.wtp-main-nav a:focus {
  color: #ffd13d;
}
.wtp-main-nav .wtp-header-play-button {
  color: #151637;
  background: linear-gradient(135deg, #ffe36d, #f0b31c 62%, #ffcc35);
  box-shadow: 0 8px 24px rgba(242, 181, 29, 0.34);
}
.wtp-nav-dropdown > a .wtp-nav-chevron {
  border-color: #ffd13d;
}
.wtp-sub-menu,
.wtp-sub-menu.wtp-sub-menu--compact {
  border-color: #4945a8;
  background: #111548;
  box-shadow: 0 22px 50px rgba(4, 7, 42, 0.48);
}
.wtp-sub-menu a {
  color: #e9e9ff;
}
.wtp-sub-menu a:hover,
.wtp-sub-menu a:focus {
  color: #17183d;
  background: #ffd64a;
}
.wtp-page-hero {
  background: linear-gradient(132deg, #0d1244 0%, #172b89 46%, #67247d 78%, #261450 100%);
}
.wtp-page-hero:before {
  display: block;
  background:
    radial-gradient(circle at 78% 20%, rgba(38, 104, 255, 0.34), transparent 35%),
    radial-gradient(circle at 48% 90%, rgba(199, 53, 210, 0.2), transparent 38%),
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.035) 48% 49%, transparent 49% 100%);
  background-size:
    auto,
    auto,
    36px 36px;
}
.wtp-page-hero:after {
  background: #f4f3fb;
}
.wtp-hero-glow {
  right: -150px;
  top: -220px;
  background: radial-gradient(circle, rgba(255, 211, 61, 0.26), transparent 65%);
}
.wtp-page-hero .wtp-eyebrow {
  color: #ffd64a;
}
.wtp-page-hero .wtp-eyebrow span {
  background: #73df43;
}
.wtp-page-hero .wtp-hero-lead {
  color: #ececff;
}
.wtp-page-hero-art {
  border-color: rgba(255, 213, 66, 0.65);
  box-shadow:
    0 30px 70px rgba(5, 7, 45, 0.52),
    0 0 0 4px rgba(84, 79, 238, 0.14);
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary {
  color: #17183d;
  background: linear-gradient(135deg, #ffe36c, #f3b71f 62%, #ffd245);
  box-shadow: 0 12px 30px rgba(242, 181, 29, 0.34);
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary:hover {
  background: linear-gradient(135deg, #ffea89, #dc9708 65%, #ffc529);
  box-shadow: 0 17px 35px rgba(242, 181, 29, 0.45);
}
.wtp-page-hero .wtp-responsible-note span {
  border-color: #76df42;
}
.wtp-quick-facts {
  background: #f4f3fb;
}
.wtp-facts-grid div {
  border-right-color: #d8d6eb;
}
.wtp-facts-grid span {
  color: #6c7191;
}
.wtp-article-shell {
  background: #f7f6fc;
}
.wtp-imported-content {
  border-color: #e0def1;
  box-shadow: 0 14px 42px rgba(24, 27, 91, 0.08);
}
.wtp-imported-content h2,
.wtp-imported-content h3,
.wtp-imported-content h4 {
  color: #181a49;
}
.wtp-toc {
  border-left-color: #d7bd5d;
}
.wtp-toc a:hover,
.wtp-toc a.wtp-active {
  color: #4b46c8;
}
.wtp-toc a.wtp-active:before {
  background: #f0b51e;
}
.wtp-imported-content .wtp-casino-item {
  border-color: #dfdbf2;
  border-left-color: #f0b51e;
  background: linear-gradient(105deg, #fff 0%, #fbfaff 58%, #f3f0ff 100%);
  box-shadow: 0 12px 34px rgba(36, 31, 113, 0.11);
}
.wtp-imported-content .wtp-casino-item:hover {
  border-color: #c8c1ee;
  box-shadow: 0 16px 40px rgba(36, 31, 113, 0.16);
}
.wtp-casino-logo-plate {
  border-color: #dddaf0;
  box-shadow: 0 8px 22px rgba(30, 29, 100, 0.1);
}
.wtp-imported-content .wtp-casino-title {
  color: #171944;
}
.wtp-imported-content .wtp-casino-rating {
  color: #e0a20b;
}
.wtp-imported-content .wtp-casino-rating span {
  color: #9a6d00;
}
.wtp-casino-bonus:before {
  color: #5049c7;
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn {
  border-color: #f8d55e;
  color: #16173c !important;
  background: linear-gradient(135deg, #ffe46f, #efb21a 62%, #ffd039);
  box-shadow: 0 10px 26px rgba(225, 159, 7, 0.3);
}
.wtp-imported-content .wtp-casino-actions .wtp-play-btn:hover {
  background: linear-gradient(135deg, #ffeb92, #d99a0b 64%, #ffc82d);
}
.wtp-imported-content .wtp-casino-actions .wtp-review-btn {
  border-color: #342e9b;
  color: #fff !important;
  background: linear-gradient(135deg, #24236f, #5940b7);
  box-shadow: 0 8px 20px rgba(43, 38, 133, 0.22);
}
.wtp-imported-content .wtp-casino-actions .wtp-review-btn:hover {
  border-color: #6f5ad4;
  background: linear-gradient(135deg, #302b8c, #724ec8);
}
.wtp-imported-content table {
  border-color: #d8d5ec;
}
.wtp-imported-content tr:first-child {
  background: #eeebff;
}
.wtp-imported-content td,
.wtp-imported-content th {
  border-color: #dddaf0;
}
.wtp-imported-content tr[id] {
  scroll-margin-top: 100px;
}
.wtp-imported-content .wtp-casino-list[id] {
  scroll-margin-top: 100px;
}
.wtp-imported-content .wtp-casino-item[id] {
  scroll-margin-top: 100px;
}
.wtp-imported-content .wtp-text-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 140px;
  height: 70px;
  padding: 8px;
  border: 0;
  color: #fff;
  font-family:
    Arial Black,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.wtp-text-logo--spingranny {
  background: linear-gradient(135deg, #3a174f, #b52a88);
}
.wtp-text-logo--spingranny span {
  color: #ffcf4b;
}
.wtp-text-logo--vegasnow {
  background: linear-gradient(135deg, #070916, #342084);
}
.wtp-text-logo--vegasnow span {
  color: #49dcff;
}
.wtp-text-logo--golden-crown {
  background: linear-gradient(135deg, #15102f, #4e286b);
  color: #ffd455 !important;
  font-family: Georgia, serif !important;
  font-size: 15px !important;
  letter-spacing: -0.02em !important;
}
.wtp-text-logo--golden-crown span {
  font-size: 25px;
}
.wtp-text-logo--ringospin {
  background: linear-gradient(135deg, #092d31, #14726a);
}
.wtp-text-logo--ringospin span {
  color: #ffd53f;
}
.wtp-text-logo--spinsup {
  background: linear-gradient(135deg, #25208c, #8d35b7);
}
.wtp-text-logo--spinsup span {
  color: #67e8ff;
}
@media (max-width: 620px) {
  .wtp-imported-content .wtp-text-logo {
    width: 78px;
    height: 50px;
    font-size: 10px;
  }
  .wtp-text-logo--golden-crown {
    font-size: 9px !important;
  }
  .wtp-text-logo--golden-crown span {
    font-size: 16px;
  }
}
.wtp-casino-logo-plate--golden-crown {
  width: 150px;
  height: 70px;
  padding: 0;
  background: #0758aa;
}
.wtp-golden-crown-logo-window {
  display: block;
  width: 150px;
  height: 35px;
  overflow: hidden;
}
.wtp-imported-content .wtp-golden-crown-logo-window .wtp-casino-logo--golden-crown {
  display: block;
  width: 554px;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
}
@media (max-width: 620px) {
  .wtp-casino-logo-plate--golden-crown {
    width: 78px;
    height: 50px;
  }
  .wtp-golden-crown-logo-window {
    width: 78px;
    height: 18px;
  }
  .wtp-imported-content .wtp-golden-crown-logo-window .wtp-casino-logo--golden-crown {
    width: 288px;
  }
}
.wtp-review-hero-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  min-height: 300px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(102, 75, 210, 0.42), transparent 60%),
    linear-gradient(145deg, #12185a, #291857);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}
.wtp-review-hero-card > img {
  display: block;
  width: auto;
  max-width: 310px;
  max-height: 125px;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.35));
}
.wtp-review-hero-card small {
  color: #f3c94e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.wtp-golden-crown-logo-window--hero {
  width: 298px;
  height: 70px;
  border-radius: 8px;
}
.wtp-golden-crown-logo-window--hero .wtp-casino-logo--golden-crown {
  display: block;
  width: 1100px;
  max-width: none;
  height: auto;
}
.wtp-review-article > .wtp-card {
  scroll-margin-top: 105px;
}
.wtp-review-article table th {
  width: 38%;
  text-align: left;
}
.wtp-review-article .wtp-faq-list details {
  scroll-margin-top: 105px;
}
body:has(.wtp-review-article) .wtp-facts-grid {
  grid-template-columns: repeat(4, 1fr);
}
body:has(.wtp-review-article) .wtp-facts-grid div:nth-child(4) {
  border-right: 0;
}
@media (max-width: 620px) {
  body:has(.wtp-review-article) .wtp-facts-grid {
    grid-template-columns: 1fr 1fr;
  }
  body:has(.wtp-review-article) .wtp-facts-grid div:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 620px) {
  .wtp-review-hero-card {
    min-height: 210px;
    padding: 28px;
  }
  .wtp-review-hero-card > img {
    max-width: 220px;
    max-height: 90px;
  }
  .wtp-golden-crown-logo-window--hero {
    width: 220px;
    height: 52px;
  }
  .wtp-golden-crown-logo-window--hero .wtp-casino-logo--golden-crown {
    width: 812px;
  }
}

/* A single visual frame for casino marks with different source proportions. */
.wtp-casino-logo-plate,
.wtp-casino-logo-plate--golden-crown {
  width: 156px;
  min-width: 156px;
  height: 82px;
  min-height: 82px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: linear-gradient(145deg, #090d2b 0%, #15164b 58%, #25205f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 8px 22px rgba(28, 25, 91, 0.18);
}
.wtp-casino-logo-wrap {
  height: auto;
  min-height: 82px;
}
.wtp-imported-content .wtp-casino-logo,
.wtp-casino-logo-plate .wtp-casino-logo {
  width: auto;
  max-width: 128px;
  height: auto;
  max-height: 56px;
  margin: 0;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}
.wtp-imported-content .wtp-casino-logo--slotsgem,
.wtp-casino-logo-plate .wtp-casino-logo--slotsgem,
.wtp-imported-content .wtp-casino-logo--crop-wide,
.wtp-casino-logo-plate .wtp-casino-logo--crop-wide {
  width: 128px;
  max-width: none;
  height: 56px;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.wtp-golden-crown-logo-window {
  display: block;
  width: 128px;
  height: 30px;
  overflow: hidden;
  border-radius: 7px 7px 3px 3px;
}
.wtp-imported-content .wtp-golden-crown-logo-window .wtp-casino-logo--golden-crown,
.wtp-golden-crown-logo-window .wtp-casino-logo--golden-crown {
  display: block;
  width: 472px;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
}
@media (max-width: 620px) {
  .wtp-casino-logo-plate,
  .wtp-casino-logo-plate--golden-crown {
    width: 82px;
    min-width: 82px;
    height: 58px;
    min-height: 58px;
    padding: 8px;
  }
  .wtp-casino-logo-wrap {
    min-height: 58px;
  }
  .wtp-imported-content .wtp-casino-logo,
  .wtp-casino-logo-plate .wtp-casino-logo {
    max-width: 66px;
    max-height: 42px;
  }
  .wtp-imported-content .wtp-casino-logo--slotsgem,
  .wtp-casino-logo-plate .wtp-casino-logo--slotsgem,
  .wtp-imported-content .wtp-casino-logo--crop-wide,
  .wtp-casino-logo-plate .wtp-casino-logo--crop-wide {
    width: 66px;
    height: 42px;
    max-width: none;
    max-height: none;
  }
  .wtp-golden-crown-logo-window {
    width: 66px;
    height: 16px;
  }
  .wtp-imported-content .wtp-golden-crown-logo-window .wtp-casino-logo--golden-crown,
  .wtp-golden-crown-logo-window .wtp-casino-logo--golden-crown {
    width: 244px;
  }
}
.wtp-imported-content tr[id]:target td {
  background: #fff4c6;
  box-shadow:
    inset 0 2px #f0b51e,
    inset 0 -2px #f0b51e;
}
.wtp-imported-content blockquote {
  border-left-color: #f0b51e;
  background: #f1efff;
}
.wtp-imported-content .wtp-article-cta .wtp-content-button {
  color: #17183d !important;
  background: linear-gradient(135deg, #ffe36d, #efb21a);
  box-shadow: 0 10px 24px rgba(219, 153, 5, 0.25);
}
.wtp-site-footer {
  background: linear-gradient(150deg, #0b0f3d, #171756 65%, #2d175d);
}
.wtp-footer-bottom,
.wtp-license-strip {
  border-top-color: #373775;
}
.wtp-footer-bottom strong {
  color: #ffd13d;
}
@media (max-width: 1100px) {
  .wtp-main-nav {
    background: #101548;
  }
}

/* Author profile and expanded information footer. */
.wtp-author-box {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 52px 0 0;
  padding: 26px;
  border: 1px solid #dddaf0;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f5f3ff);
  box-shadow: 0 12px 32px rgba(30, 29, 100, 0.09);
}
.wtp-author-avatar {
  width: 112px;
  height: 112px;
  margin: 0 !important;
  border: 4px solid #fff;
  border-radius: 50% !important;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(30, 29, 100, 0.2) !important;
}
.wtp-author-info {
  min-width: 0;
}
.wtp-author-label {
  display: block;
  margin-bottom: 3px;
  color: #7468d8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.wtp-author-name {
  margin: 0 0 8px !important;
  font-size: 25px !important;
}
.wtp-author-name a {
  text-decoration: none;
}
.wtp-author-info p {
  margin: 0 0 8px !important;
  font-size: 15px;
  line-height: 1.55;
}
.wtp-author-updated {
  color: #77778a;
  font-size: 12px;
  font-weight: 700;
}
.wtp-footer-top {
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 38px;
}
.wtp-casino-facts-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wtp-casino-facts-grid div:nth-child(4) {
  border-right: 0;
}
@media (max-width: 900px) {
  .wtp-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .wtp-author-box {
    grid-template-columns: 90px minmax(0, 1fr);
  }
  .wtp-author-avatar {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 620px) {
  .wtp-footer-top {
    grid-template-columns: 1fr;
  }
  .wtp-casino-facts-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wtp-author-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .wtp-author-avatar {
    width: 96px;
    height: 96px;
    margin-inline: auto !important;
  }
  .wtp-author-label {
    margin-top: 4px;
  }
}

/* Banana Farm identity */
:root {
  --ink: #1f2c19;
  --muted: #5f6c58;
  --navy: #143d18;
  --navy-2: #235b28;
  --coral: #f4c430;
  --coral-dark: #dda813;
  --mint: #f9de58;
  --cream: #f6f4dc;
  --line: #dfe5cf;
}
body {
  background: #fffef8;
}
.wtp-site-header {
  background: rgba(20, 61, 24, 0.97);
  border-bottom-color: rgba(249, 222, 88, 0.28);
}
.wtp-brand img {
  width: 72px;
  height: 58px;
  object-fit: contain;
}
.wtp-brand > span > span {
  color: #f8d640;
}
.wtp-page-hero {
  background: linear-gradient(135deg, #0f3214, #235d28 62%, #163b19);
}
.wtp-page-hero:before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}
.wtp-page-hero .wtp-eyebrow {
  color: #f9df63;
}
.wtp-page-hero .wtp-eyebrow span {
  background: #f0bd19;
}
.wtp-page-hero .wtp-hero-lead {
  color: #e2edda;
}
.wtp-hero-glow {
  background: radial-gradient(circle, rgba(246, 211, 58, 0.28), transparent 65%);
}
.wtp-page-hero .wtp-hero-cta .wtp-button-primary,
.wtp-main-nav .wtp-header-play-button,
.wtp-imported-content .wtp-content-button {
  color: #283115 !important;
  background: linear-gradient(135deg, #ffe66e, #efbc21);
  box-shadow: 0 12px 30px rgba(227, 178, 22, 0.25);
}
.wtp-page-hero-art {
  border-color: rgba(249, 222, 88, 0.45);
}
.wtp-banana-mark {
  display: grid;
  place-items: center;
  min-height: 300px;
  font-size: 150px;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.25));
}
.wtp-article-shell {
  background: #fffef8;
}
.wtp-imported-content {
  border-color: #e2e8d5;
}
.wtp-imported-content a {
  color: #35752f;
}
.wtp-imported-content blockquote {
  border-left-color: #e8b817;
  background: #fff8ce;
}
.wtp-toc a:hover,
.wtp-toc a.wtp-active {
  color: #397b32;
}
.wtp-toc a.wtp-active:before {
  background: #e3b116;
}
.wtp-site-footer {
  background: #0d2b12;
}
.wtp-footer-top {
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
}
.wtp-license-strip {
  border-color: #315a34;
}
.wtp-footer-notes {
  padding: 0 0 28px;
  color: #aebca9;
  font-size: 12px;
}
.wtp-footer-notes p {
  margin: 8px 0;
}
.wtp-footer-notes a {
  color: #f6d85a;
}
.wtp-content-disclaimer {
  margin-top: 35px;
  padding: 18px;
  border-radius: 12px;
  background: #f5f7eb;
  color: #66705f;
  font-size: 13px;
}
.wtp-button-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.wtp-button-row {
  display: grid;
  gap: 10px;
}
.wtp-button-row br {
  display: none;
}
.wtp-button-grid .wtp-content-button {
  display: flex;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
.wtp-cookie {
  position: fixed;
  z-index: 200;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  padding: 15px 17px;
  border: 1px solid #d5dfc4;
  border-radius: 12px;
  background: #fff;
  color: #485344;
  box-shadow: 0 14px 42px rgba(12, 44, 17, 0.2);
  font-size: 13px;
}
.wtp-cookie button {
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  background: #235d28;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.wtp-cookie[hidden] {
  display: none;
}
.wtp-article-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 58px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #66705f;
  font-size: 13px;
}
.wtp-article-dates span {
  display: inline-flex;
  gap: 5px;
}
.wtp-article-dates time {
  color: #2f4d2d;
  font-weight: 800;
}
.wtp-author-box {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  margin-top: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f9faef;
}
.wtp-author-avatar {
  width: 96px !important;
  height: 96px;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}
.wtp-author-label {
  color: #7a8671;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.wtp-author-name {
  margin: 2px 0 8px !important;
  font-size: 24px !important;
}
.wtp-author-info p {
  margin: 0;
  font-size: 14px;
}
.wtp-imported-content > section {
  margin-bottom: 55px;
}
.wtp-imported-content > section:last-child {
  margin-bottom: 0;
}
.wtp-home-casinos {
  margin-bottom: 75px !important;
  padding-bottom: 68px;
  border-bottom: 1px solid var(--line);
}
.wtp-home-casinos .wtp-casino-list {
  margin-bottom: 0;
}
.wtp-casino-wordmark {
  color: #173e1c;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.04em;
}
.wtp-home-casinos .wtp-casino-item {
  border-left-color: #e4b31c;
  background: linear-gradient(105deg, #fffef7, #fff 58%, #f7faed);
}
.wtp-home-casinos .wtp-play-btn {
  background: linear-gradient(135deg, #ffe66e, #efbc21) !important;
  color: #263314 !important;
}
.wtp-imported-content .wtp-home-casinos .wtp-casino-actions .wtp-review-btn {
  border: 1px dashed #6f8868 !important;
  background: transparent !important;
  color: #173a1c !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}
.wtp-imported-content .wtp-home-casinos .wtp-casino-actions .wtp-review-btn:hover,
.wtp-imported-content .wtp-home-casinos .wtp-casino-actions .wtp-review-btn:focus-visible {
  border-color: #365f39 !important;
  background: #f3f7ed !important;
  color: #0d3013 !important;
}
.wtp-home-intro {
  margin: 0 0 28px;
  padding: 24px 27px;
  border-left: 5px solid #e4b31c;
  border-radius: 0 14px 14px 0;
  background: #fff8ce;
}
.wtp-home-intro p {
  margin: 0;
  color: #46513f;
  font-size: 18px;
  line-height: 1.75;
}
.wtp-home-casinos .wtp-casino-item {
  grid-template-columns: 180px minmax(0, 1fr) 92px 132px;
  gap: 22px;
  min-height: 145px;
}
.wtp-home-casinos .wtp-casino-logo-wrap {
  position: relative;
  height: 94px;
  padding-right: 22px;
}
.wtp-home-casinos .wtp-casino-logo-plate {
  width: 150px;
  min-width: 150px;
  height: 90px;
  padding: 12px;
  border: 0;
  background: #11131b;
}
.wtp-home-casinos .wtp-casino-logo {
  max-width: 92%;
  max-height: 68px;
  filter: none;
}
.wtp-casino-rank {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -13px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 38px;
  border-radius: 9px 9px 13px 13px;
  color: #fff;
  background: linear-gradient(145deg, #2e7836, #17451d);
  box-shadow: 0 6px 14px rgba(13, 53, 20, 0.25);
  font-size: 14px;
  font-weight: 900;
}
.wtp-casino-label {
  display: inline-block;
  margin-bottom: 5px;
  color: #568050;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.wtp-home-casinos .wtp-casino-title {
  margin-bottom: 6px;
}
.wtp-casino-score {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 92px;
  min-width: 92px;
  min-height: 64px;
  padding: 6px 2px;
  color: #1f2c19;
  text-align: center;
}
.wtp-casino-score .wtp-score-stars {
  margin-bottom: 6px;
  color: #d8a713;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}
.wtp-casino-score div {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.wtp-casino-score strong {
  font-size: 22px;
  line-height: 1;
}
.wtp-casino-score small {
  margin-left: 2px;
  color: #77806f;
  font-size: 11px;
  font-weight: 700;
}
.wtp-home-casinos .wtp-casino-actions {
  display: grid;
  gap: 8px;
}
.wtp-home-casinos .wtp-play-btn {
  min-height: 48px;
}
.wtp-home-casinos .wtp-review-btn {
  min-height: 42px;
}
.wtp-page-hero .wtp-hero-cta button {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.wtp-demo-launch {
  padding: 34px !important;
  border: 1px solid #d9dfc7;
  border-radius: 18px;
  background: linear-gradient(135deg, #123c18, #23622c);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 42px rgba(15, 55, 20, 0.17);
}
.wtp-demo-launch h2 {
  margin: 8px 0 12px !important;
  color: #fff !important;
}
.wtp-demo-launch p {
  max-width: 690px;
  margin: 0 auto 22px !important;
  color: #dfeadb;
}
.wtp-demo-launch small {
  display: block;
  margin-top: 13px;
  color: #b9cab5;
}
.wtp-demo-badge {
  display: inline-flex;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #ffe56c;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.wtp-demo-open-button {
  border: 0 !important;
  cursor: pointer;
  font: inherit;
}
.wtp-imported-content .wtp-demo-open-button {
  display: inline-flex !important;
  color: #283115 !important;
  background: linear-gradient(135deg, #ffe66e, #efbc21) !important;
}
.wtp-demo-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}
.wtp-demo-modal[hidden] {
  display: none;
}
.wtp-demo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 14, 6, 0.84);
  backdrop-filter: blur(5px);
}
.wtp-demo-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(1180px, 96vw);
  height: min(820px, 94vh);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: #101612;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}
.wtp-demo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  background: #143d18;
  color: #fff;
}
.wtp-demo-header > div:first-child {
  display: grid;
}
.wtp-demo-header strong {
  font-size: 18px;
}
.wtp-demo-header span {
  color: #c9dac4;
  font-size: 12px;
}
.wtp-demo-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.wtp-demo-actions a,
.wtp-demo-dialog > footer a {
  color: #263314 !important;
  background: #f4c430;
  padding: 9px 14px;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}
.wtp-demo-actions button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.wtp-demo-frame-wrap {
  position: relative;
  flex: 1;
  min-height: 0;
  background: #0a0d0b;
}
.wtp-demo-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #dce8d8;
  font-weight: 750;
}
.wtp-demo-frame-wrap iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none !important;
}
.wtp-demo-dialog > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  background: #0d2b12;
  color: #b9c9b6;
  font-size: 12px;
}
.wtp-demo-dialog > footer a {
  display: none;
  padding: 7px 11px;
}
.wtp-demo-body-lock {
  overflow: hidden;
}
@media (max-width: 900px) {
  .wtp-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .wtp-brand img {
    width: 62px;
    height: 52px;
  }
}
@media (max-width: 900px) {
  .wtp-casino-score {
    width: 82px;
    min-width: 82px;
    min-height: 64px;
  }
  .wtp-casino-score strong {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .wtp-home-casinos .wtp-casino-item {
    grid-template-columns: 145px minmax(0, 1fr) 82px;
  }
  .wtp-home-casinos .wtp-casino-logo-wrap {
    padding-right: 14px;
  }
  .wtp-home-casinos .wtp-casino-logo-plate {
    width: 120px;
    min-width: 120px;
  }
  .wtp-home-casinos .wtp-casino-actions {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .wtp-home-casinos .wtp-casino-item {
    grid-template-columns: 1fr 60px;
    text-align: left;
  }
  .wtp-home-casinos .wtp-casino-logo-wrap {
    grid-column: 1/-1;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .wtp-home-casinos .wtp-casino-logo-plate {
    width: 100%;
    min-width: 0;
  }
  .wtp-home-casinos .wtp-casino-info {
    margin: 0;
  }
  .wtp-home-casinos .wtp-casino-actions {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .wtp-demo-modal {
    padding: 0;
  }
  .wtp-demo-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
  }
  .wtp-demo-actions .wtp-demo-real {
    display: none;
  }
  .wtp-demo-dialog > footer a {
    display: inline-flex;
  }
  .wtp-demo-header {
    padding: 9px 11px;
  }
  .wtp-demo-launch {
    padding: 26px 18px !important;
  }
}
@media (max-width: 620px) {
  .wtp-footer-top {
    grid-template-columns: 1fr;
  }
  .wtp-button-grid {
    grid-template-columns: 1fr;
  }
  .wtp-author-box {
    grid-template-columns: 1fr;
  }
  .wtp-cookie {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .wtp-banana-mark {
    min-height: 190px;
    font-size: 105px;
  }
}
