/* Only integration rules that are not visible in the supplied design. */
.sr-only {
  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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .5rem;
  left: .5rem;
  padding: .65rem 1rem;
  color: #111;
  background: #ffd400;
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.bonus-box {
  isolation: isolate;
  min-height: 132px;
  padding-right: 78px;
}

.bonus-box > b,
.bonus-box > p,
.bonus-box > .btn {
  position: relative;
  z-index: 1;
}

.bonus-box > b {
  white-space: nowrap;
}

.bonus-box::after {
  right: 10px;
  bottom: 10px;
  z-index: 0;
  font-size: 48px;
  line-height: 1;
}

/* Keep the existing long-form pages readable inside the exact app shell. */
.content > .breadcrumb {
  margin: 6px 0 12px;
}

.content > .page-hero,
.content > .article-hero,
.content > .responsible-hero,
.content > .section,
.content > .not-found {
  border-radius: 14px;
}

.content > .article-hero {
  margin-bottom: 18px;
  padding: 38px;
  border: 1px solid #5f4d00;
  background:
    radial-gradient(circle at 80% 50%, rgba(255, 212, 0, .12), transparent 25%),
    linear-gradient(120deg, #161616, #050505);
}

.content > .responsible-hero {
  margin-bottom: 18px;
  padding: 38px;
  border: 1px solid #5f4d00;
  background:
    radial-gradient(circle at 80% 50%, rgba(255, 212, 0, .12), transparent 25%),
    linear-gradient(120deg, #161616, #050505);
}

.content .responsible-grid article {
  color: #f7f9f6;
  border: 1px solid #29342b;
  border-radius: 12px;
  background: #0d120f;
  box-shadow: none;
}

.content .responsible-grid article > span {
  color: #ffe516;
}

.content .responsible-grid h2 {
  color: #f7f9f6;
}

.content .responsible-grid p {
  color: #cbd5cf;
}

.content > .section--soft {
  color: #f7f9f6;
  border: 1px solid #29342b;
  background: #0d120f;
}

.content > .section--soft .prose h2 {
  color: #f7f9f6;
}

.content > .section--soft .prose p,
.content > .section--soft .prose li {
  color: #cbd5cf;
}

.content .review-media {
  color: #f7f9f6;
  border: 1px solid #29342b;
  border-radius: 12px;
  background: #0d120f;
  box-shadow: none;
}

.content .review-media figcaption {
  color: #cbd5cf;
}

.content .article-layout {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.content .site-footer {
  display: none;
}

@media (max-width: 820px) {
  .content > .page-hero,
  .content > .article-hero,
  .content > .responsible-hero,
  .content > .section,
  .content > .not-found {
    border-radius: 10px;
  }
}

@media (max-width: 560px) {
  .content > .article-hero,
  .content > .responsible-hero {
    padding: 25px;
  }
}
.seo-home h1,
.seo-page h1 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.18;
}

.seo-answer {
  max-width: 920px;
  color: #d8d8d0 !important;
  font-size: 1.05rem;
  line-height: 1.8;
}

.seo-article h2 {
  margin: 30px 0 10px;
  color: #ffe516;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
}

.seo-article a {
  color: #ffe516;
  text-underline-offset: 3px;
}

.seo-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px;
}

.seo-nav-grid a {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(255, 229, 22, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  text-decoration: none;
}

.seo-nav-grid a:hover {
  border-color: rgba(255, 229, 22, .7);
  transform: translateY(-1px);
}

.seo-nav-grid span {
  color: #b9b9b2;
  font-size: .92rem;
}

.seo-checklist {
  display: grid;
  gap: 9px;
  padding-left: 22px;
  color: #d1d1ca;
}

.seo-disclosure,
.seo-meta,
.seo-responsible {
  margin: 22px 0;
  padding: 16px 18px;
  border-left: 3px solid #ffe516;
  border-radius: 8px;
  background: rgba(255, 229, 22, .07);
  color: #d8d8d0;
}

.seo-meta {
  border-left-color: #85857e;
  background: rgba(255, 255, 255, .04);
  font-size: .92rem;
}

.seo-home .accordion {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.seo-home .accordion details {
  padding: 14px 16px;
  border: 1px solid #33342e;
  border-radius: 10px;
  background: rgba(0, 0, 0, .28);
}

.seo-home .accordion summary {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.callout {
  border: 1px solid rgba(255, 229, 22, .2);
  border-left: 4px solid #ffe516;
  background:
    radial-gradient(circle at 100% 0, rgba(83, 117, 47, .16), transparent 42%),
    linear-gradient(145deg, #12160f, #090b09);
  color: #d7e0d8;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}

.callout strong,
.callout p {
  color: inherit;
}

.callout--warning {
  border-color: rgba(238, 119, 91, .28);
  border-left-color: #ee775b;
  background:
    radial-gradient(circle at 100% 0, rgba(238, 119, 91, .12), transparent 42%),
    linear-gradient(145deg, #17110f, #0c0908);
}

.filter-note {
  border: 1px solid rgba(255, 229, 22, .2);
  background:
    radial-gradient(circle at 100% 0, rgba(87, 125, 48, .18), transparent 44%),
    linear-gradient(135deg, #131810, #0b0e0b);
  color: #d8e1d8;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.filter-note svg {
  fill: #ffe516;
}

.content-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  align-items: stretch;
}

.content-card-grid--categories {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-heading--spaced {
  margin-top: clamp(44px, 6vw, 76px);
}

.content-card-grid.content-card-grid--categories .card {
  min-height: 220px;
  flex-direction: row;
}

.content-card-grid.content-card-grid--categories .card__art {
  width: 34%;
  min-height: 100%;
  flex: 0 0 34%;
}

.content-card-grid.content-card-grid--categories .card__body {
  min-width: 0;
  padding: 1.25rem;
}

.content-card-grid.content-card-grid--categories .card__body h3 {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.content-card-grid .card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(255, 229, 22, .2);
  background:
    radial-gradient(circle at 100% 0, rgba(87, 125, 48, .15), transparent 35%),
    linear-gradient(145deg, #141813, #090b09);
  color: #f7f9f6;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.content-card-grid .card:hover {
  border-color: rgba(255, 229, 22, .62);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .38), 0 0 22px rgba(255, 229, 22, .06);
  transform: translateY(-2px);
}

.content-card-grid .card__art {
  flex: 0 0 190px;
}

.content-card-grid .card__art--image {
  height: 220px;
  min-height: 220px;
}

.content-card-grid .card__art--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-card-grid .card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.content-card-grid .card__body h2,
.content-card-grid .card__body h3 {
  color: #f7f9f6;
}

.content-card-grid .card__body .eyebrow {
  color: #ffe516;
}

.content-card-grid .card__body .text-link {
  margin-top: auto;
}

.content-card-grid .card__body p:not(.eyebrow) {
  color: #bdc9bf;
}

.content-card-grid .card__body .text-link {
  color: #ffe516;
  font-weight: 750;
}

.content-card-grid .card__body .text-link:hover {
  color: #fff27a;
}

.provider-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.provider-card-grid .card {
  min-height: 230px;
  flex-direction: row;
}

.provider-card-grid .card__art--image {
  display: grid;
  width: 38%;
  height: auto;
  min-height: 100%;
  flex: 0 0 38%;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 229, 22, .09), transparent 58%),
    #080b09;
}

.provider-card-grid .card__art--image img {
  height: auto;
  max-height: 130px;
  object-fit: contain;
}

.provider-card-grid .card__body {
  min-width: 0;
  padding: 1.2rem;
}

.provider-card-grid .card__body h3 {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.provider-profile {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 229, 22, .28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(87, 125, 48, .22), transparent 46%),
    linear-gradient(145deg, #151a13, #090b09);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
}

.provider-profile__logo {
  display: grid;
  min-height: 210px;
  place-items: center;
  padding: 1.25rem;
  background: #080b09;
}

.provider-profile__logo img {
  width: 100%;
  height: auto;
  max-height: 175px;
  object-fit: contain;
}

.provider-profile figcaption {
  display: grid;
  gap: .55rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
  color: #c6d1c7;
}

.provider-profile figcaption strong {
  color: #ffe516;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.provider-profile figcaption span {
  display: block;
}

.provider-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 2rem;
}

.provider-fact-grid article {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid #36422f;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 229, 22, .07), transparent 42%),
    #101510;
}

.provider-fact-grid h3 {
  margin-top: 0;
  color: #ffe516;
  font-size: 1.05rem;
}

.provider-fact-grid p {
  margin-bottom: 0;
  color: #c5d0c6;
}

.provider-method {
  margin-top: 2.5rem;
}

.provider-method > h2 {
  color: #f7f9f6;
}

.breadcrumb,
.breadcrumb a {
  color: #b8c3d2;
}

.breadcrumb [aria-current="page"] {
  color: #f7f9fc;
}

.prose,
.prose p,
.prose li,
.prose figcaption {
  color: #cbd5df;
}

.prose h2,
.prose h3,
.prose h4,
.prose strong {
  color: #f7f9fc;
}

.prose a {
  color: #ffe516;
  text-decoration-color: rgba(255, 229, 22, .55);
  text-underline-offset: 3px;
}

.toc {
  border: 1px solid #303a31;
  background: #101510;
  color: #f7f9fc;
}

.toc strong {
  color: #ffe516;
}

.toc a {
  color: #d4dde8;
}

.toc a:hover {
  color: #ffe516;
}

.related-links a {
  border: 1px solid #3a452f;
  background: #111713;
  color: #ffe516;
}

.related-links a:hover {
  border-color: #ffe516;
  background: #191d0e;
}

@media (max-width: 700px) {
  .seo-nav-grid {
    grid-template-columns: 1fr;
  }

  .content-card-grid {
    grid-template-columns: 1fr;
  }

  .content-card-grid .card__art--image {
    height: min(78vw, 320px);
  }

  .provider-profile,
  .provider-fact-grid {
    grid-template-columns: 1fr;
  }

  .provider-card-grid {
    grid-template-columns: 1fr;
  }

  .content-card-grid.content-card-grid--categories .card {
    min-height: 200px;
    flex-direction: row;
  }

  .content-card-grid.content-card-grid--categories .card__art {
    width: 32%;
    min-height: 100%;
    flex-basis: 32%;
  }

  .content-card-grid.content-card-grid--categories .card__body {
    padding: 1rem;
  }

  .content-card-grid.content-card-grid--categories .card__body .eyebrow {
    font-size: .7rem;
  }

  .content-card-grid.content-card-grid--categories .card__body h3 {
    font-size: 1rem;
  }

  .content-card-grid.content-card-grid--categories .card__body p:not(.eyebrow) {
    font-size: .82rem;
    line-height: 1.55;
  }

  .provider-card-grid .card {
    min-height: 190px;
    flex-direction: row;
  }

  .provider-card-grid .card__art--image {
    width: 34%;
    height: auto;
    min-height: 100%;
    flex-basis: 34%;
    padding: .65rem;
  }

  .provider-card-grid .card__art--image img {
    max-height: 100px;
  }

  .provider-card-grid .card__body {
    padding: 1rem;
  }

  .provider-card-grid .card__body .eyebrow {
    font-size: .7rem;
  }

  .provider-card-grid .card__body h3 {
    font-size: 1rem;
  }

  .provider-card-grid .card__body p:not(.eyebrow) {
    font-size: .82rem;
    line-height: 1.55;
  }

  .provider-profile__logo {
    min-height: 170px;
  }

  .provider-profile figcaption {
    padding: 0 1.2rem 1.35rem;
    text-align: center;
  }
}
.app picture {
  display: block;
  max-width: 100%;
}

.brand picture,
.hero-image picture,
.banner-image picture,
.game-image-art picture,
.page-banner picture,
.content-card-grid .card__art--image picture {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.provider-logo picture,
.provider-profile__logo picture,
.review-media picture,
.latest-game picture,
.reference-game picture {
  width: 100%;
}
