/* NV colours. Layout, spacing and components are supplied by the original template. */
:root {
  --primary: #cb0065;
  --secondary: #35225b;
  --accent: #cb0065;
  --background: #110d1f;
  --background_secondary: #110d1f;
  --text_color: #ffffff;
  --link_color: #ffffff;
  --border_color: #ffffff;
  --header_background: #110d1f;
  --footer_background: #080610;
}

/* Frame the artwork in the supplied homepage screenshot as the hero background. */
.mz84k2p7__hero .mz84k2p7__hero__bg {
  overflow: hidden;
  background: #160b2b;
}
.mz84k2p7__hero .mz84k2p7__hero__bg-image {
  width: auto;
  max-width: none;
  height: 240%;
  top: -17%;
  right: -20%;
  bottom: auto;
  left: auto;
  object-fit: contain;
}
.mz84k2p7__hero--with-text-3 .mz84k2p7__hero__bg--image::before {
  background: linear-gradient(90deg, #160b2b 0%, #160b2b 42%, #160b2bee 58%, #160b2b33 100%);
}

/* Keep original portrait card dimensions; display supplied square cover art inside. */
.nv-game-art {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url("/assets/images/nv-casino-new-games.webp");
  background-repeat: no-repeat;
  background-size: 1476.92308% 669.23077%;
  background-position: var(--art-x) var(--art-y);
}
.mz84k2p7__game-media {
  background: #080610;
}

/* Editorial figures and tables keep the original template's content width. */
.mz84k2p7-editorial-figure {
  margin: 30px 0;
}
.mz84k2p7-editorial-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.mz84k2p7-editorial-figure figcaption {
  margin-top: 8px;
  color: rgb(255 255 255 / 65%);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.mz84k2p7__faq__trigger-text {
  margin: 0;
  font: inherit;
}
.mz84k2p7-offer {
  background: linear-gradient(90deg, #271442 0%, #641443 100%);
}
.mz84k2p7-offer__button {
  background: var(--primary);
}
.mz84k2p7-footer__list a:hover {
  color: #ff78b8;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 2px solid #ff78b8;
  outline-offset: 4px;
}
#search-results {
  padding-top: 24px;
  padding-bottom: 24px;
}
#search-results a {
  color: #ff78b8;
}
@media (max-width: 767px) {
  .mz84k2p7__hero .mz84k2p7__hero__bg-image {
    right: -140%;
  }
  .mz84k2p7__hero--with-text-3 .mz84k2p7__hero__bg--image::before {
    background: rgb(22 11 43 / 85%);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* The original template sets a 360px minimum; allow smaller phones as well. */
@media (max-width: 359px) {
  .mz84k2p7__wrapper {
    min-width: 0;
  }
  .mz84k2p7__header__logo img {
    width: 96px;
    height: auto;
  }
  .mz84k2p7__header__actions {
    gap: 6px;
  }
  .mz84k2p7__hero__offer-title,
  .mz84k2p7__hero__offer-number {
    overflow-wrap: anywhere;
  }
}
