body[data-site-diff-page] {
  --sd-line: rgba(212, 163, 115, 0.22);
  --sd-line-soft: rgba(255, 255, 255, 0.08);
  --sd-panel: rgba(255, 255, 255, 0.035);
  --sd-panel-strong: rgba(16, 24, 40, 0.88);
  --sd-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}
body[data-site-diff-page="home"] .row:has(.adv-card),
body[data-site-diff-page="app"] .row:has(.feature-card),
body[data-site-diff-page="beach-volleyball"] .row:has(.bet-card),
body[data-site-diff-page="cannon-fishing"] .row:has(.info-card),
body[data-site-diff-page="faq"] .row:has(.feature-card),
body[data-site-diff-page="plinko"] .row:has(.info-card),
body[data-site-diff-page="register"] .row:has(.feature-card),
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  margin-inline: 0;
}
body[data-site-diff-page="home"] .row:has(.adv-card) > [class*="col-"],
body[data-site-diff-page="app"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="beach-volleyball"] .row:has(.bet-card) > [class*="col-"],
body[data-site-diff-page="cannon-fishing"] .row:has(.info-card) > [class*="col-"],
body[data-site-diff-page="faq"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="plinko"] .row:has(.info-card) > [class*="col-"],
body[data-site-diff-page="register"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="home"] .row:has(.adv-card) > [class*="col-"]:first-child,
body[data-site-diff-page="app"] .row:has(.feature-card) > [class*="col-"]:first-child,
body[data-site-diff-page="beach-volleyball"] .row:has(.bet-card) > [class*="col-"]:first-child,
body[data-site-diff-page="cannon-fishing"] .row:has(.info-card) > [class*="col-"]:first-child,
body[data-site-diff-page="faq"] .row:has(.feature-card) > [class*="col-"]:first-child,
body[data-site-diff-page="plinko"] .row:has(.info-card) > [class*="col-"]:first-child,
body[data-site-diff-page="register"] .row:has(.feature-card) > [class*="col-"]:first-child,
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"]:first-child {
  grid-column: span 2;
  grid-row: auto;
}
body[data-site-diff-page="app"] .row:has(.feature-card):has(> [class*="col-"]:nth-child(6):last-child) > [class*="col-"]:is(:nth-child(4), :nth-child(5)),
body[data-site-diff-page="beach-volleyball"] .row:has(.bet-card):has(> [class*="col-"]:nth-child(6):last-child) > [class*="col-"]:is(:nth-child(4), :nth-child(5)),
body[data-site-diff-page="cannon-fishing"] .row:has(.info-card):has(> [class*="col-"]:nth-child(6):last-child) > [class*="col-"]:is(:nth-child(4), :nth-child(5)),
body[data-site-diff-page="faq"] .row:has(.feature-card):has(> [class*="col-"]:nth-child(6):last-child) > [class*="col-"]:is(:nth-child(4), :nth-child(5)),
body[data-site-diff-page="plinko"] .row:has(.info-card):has(> [class*="col-"]:nth-child(6):last-child) > [class*="col-"]:is(:nth-child(4), :nth-child(5)),
body[data-site-diff-page="register"] .row:has(.feature-card):has(> [class*="col-"]:nth-child(6):last-child) > [class*="col-"]:is(:nth-child(4), :nth-child(5)) {
  grid-column: span 2;
}
body[data-site-diff-page="home"] .adv-card,
body[data-site-diff-page="app"] .feature-card,
body[data-site-diff-page="beach-volleyball"] .bet-card,
body[data-site-diff-page="cannon-fishing"] .info-card,
body[data-site-diff-page="faq"] .feature-card,
body[data-site-diff-page="plinko"] .info-card,
body[data-site-diff-page="register"] .feature-card,
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"] > .tool-card {
  position: relative;
  height: 100%;
  min-height: 180px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(212, 163, 115, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="home"] .row:has(.adv-card) > [class*="col-"]:first-child .adv-card,
body[data-site-diff-page="app"] .row:has(.feature-card) > [class*="col-"]:first-child .feature-card,
body[data-site-diff-page="beach-volleyball"] .row:has(.bet-card) > [class*="col-"]:first-child .bet-card,
body[data-site-diff-page="cannon-fishing"] .row:has(.info-card) > [class*="col-"]:first-child .info-card,
body[data-site-diff-page="faq"] .row:has(.feature-card) > [class*="col-"]:first-child .feature-card,
body[data-site-diff-page="plinko"] .row:has(.info-card) > [class*="col-"]:first-child .info-card,
body[data-site-diff-page="register"] .row:has(.feature-card) > [class*="col-"]:first-child .feature-card,
body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"]:first-child .tool-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 36px);
}
body[data-site-diff-page="about-us"] .row:has(.feature-card),
body[data-site-diff-page="baccarat"] .row:has(.info-card),
body[data-site-diff-page="beach-volleyball"] .row:has(.info-card),
body[data-site-diff-page="crash"] .row:has(.info-card),
body[data-site-diff-page="game"] .row:has(.feature-card),
body[data-site-diff-page="limbo"] .row:has(.info-card),
body[data-site-diff-page="login"] .row:has(.feature-card),
body[data-site-diff-page="privacy-policy"] .row:has(.feature-card),
body[data-site-diff-page="responsible-gaming"] .row:has(.feature-card),
body[data-site-diff-page="terms-conditions"] .row:has(.feature-card) {
  display: block;
  margin-inline: 0;
  border-top: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
}
body[data-site-diff-page="about-us"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="baccarat"] .row:has(.info-card) > [class*="col-"],
body[data-site-diff-page="beach-volleyball"] .row:has(.info-card) > [class*="col-"],
body[data-site-diff-page="crash"] .row:has(.info-card) > [class*="col-"],
body[data-site-diff-page="game"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="limbo"] .row:has(.info-card) > [class*="col-"],
body[data-site-diff-page="login"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="privacy-policy"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="responsible-gaming"] .row:has(.feature-card) > [class*="col-"],
body[data-site-diff-page="terms-conditions"] .row:has(.feature-card) > [class*="col-"] {
  width: 100%;
  padding: 0;
}
body[data-site-diff-page="about-us"] .feature-card,
body[data-site-diff-page="baccarat"] .info-card,
body[data-site-diff-page="beach-volleyball"] .info-card,
body[data-site-diff-page="crash"] .info-card,
body[data-site-diff-page="game"] .feature-card,
body[data-site-diff-page="limbo"] .info-card,
body[data-site-diff-page="login"] .feature-card,
body[data-site-diff-page="privacy-policy"] .feature-card,
body[data-site-diff-page="responsible-gaming"] .feature-card,
body[data-site-diff-page="terms-conditions"] .feature-card {
  display: grid;
  grid-template-columns: 62px minmax(190px, 0.72fr) minmax(0, 1.45fr);
  column-gap: 20px;
  align-items: center;
  min-height: 0;
  padding: 22px 12px;
  border: 0;
  border-bottom: 1px solid var(--sd-line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
body[data-site-diff-page="about-us"] .feature-card > :first-child,
body[data-site-diff-page="baccarat"] .info-card > :first-child,
body[data-site-diff-page="beach-volleyball"] .info-card > :first-child,
body[data-site-diff-page="crash"] .info-card > :first-child,
body[data-site-diff-page="game"] .feature-card > :first-child,
body[data-site-diff-page="limbo"] .info-card > :first-child,
body[data-site-diff-page="login"] .feature-card > :first-child,
body[data-site-diff-page="privacy-policy"] .feature-card > :first-child,
body[data-site-diff-page="responsible-gaming"] .feature-card > :first-child,
body[data-site-diff-page="terms-conditions"] .feature-card > :first-child {
  grid-row: 1 / span 2;
  margin: 0;
}
body[data-site-diff-page="about-us"] .feature-card > :last-child,
body[data-site-diff-page="baccarat"] .info-card > :last-child,
body[data-site-diff-page="beach-volleyball"] .info-card > :last-child,
body[data-site-diff-page="crash"] .info-card > :last-child,
body[data-site-diff-page="game"] .feature-card > :last-child,
body[data-site-diff-page="limbo"] .info-card > :last-child,
body[data-site-diff-page="login"] .feature-card > :last-child,
body[data-site-diff-page="privacy-policy"] .feature-card > :last-child,
body[data-site-diff-page="responsible-gaming"] .feature-card > :last-child,
body[data-site-diff-page="terms-conditions"] .feature-card > :last-child {
  grid-column: 3;
  margin: 0;
}
body[data-site-diff-page="home"] .row:has(.step-card),
body[data-site-diff-page="app"] .row:has(.step-card),
body[data-site-diff-page="cannon-fishing"] .row:has(.step-card),
body[data-site-diff-page="captains-bounty"] .row:has(.step-card),
body[data-site-diff-page="limbo"] .row:has(.step-card),
body[data-site-diff-page="plinko"] .row:has(.step-card) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-inline: 0;
}
body[data-site-diff-page="home"] .row:has(.step-card)::before,
body[data-site-diff-page="app"] .row:has(.step-card)::before,
body[data-site-diff-page="cannon-fishing"] .row:has(.step-card)::before,
body[data-site-diff-page="captains-bounty"] .row:has(.step-card)::before,
body[data-site-diff-page="limbo"] .row:has(.step-card)::before,
body[data-site-diff-page="plinko"] .row:has(.step-card)::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(212, 163, 115, 0.12));
}
body[data-site-diff-page="home"] .row:has(.step-card) > [class*="col-"],
body[data-site-diff-page="app"] .row:has(.step-card) > [class*="col-"],
body[data-site-diff-page="cannon-fishing"] .row:has(.step-card) > [class*="col-"],
body[data-site-diff-page="captains-bounty"] .row:has(.step-card) > [class*="col-"],
body[data-site-diff-page="limbo"] .row:has(.step-card) > [class*="col-"],
body[data-site-diff-page="plinko"] .row:has(.step-card) > [class*="col-"] {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0;
}
body[data-site-diff-page="home"] .step-card,
body[data-site-diff-page="app"] .step-card,
body[data-site-diff-page="cannon-fishing"] .step-card,
body[data-site-diff-page="captains-bounty"] .step-card,
body[data-site-diff-page="limbo"] .step-card,
body[data-site-diff-page="plinko"] .step-card {
  height: 100%;
  padding-inline: 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body[data-site-diff-page="register"] .step-wrap {
  min-height: 108px;
  height: auto;
  margin-bottom: 14px;
  padding: 18px 22px 18px 72px;
  border: 1px solid rgba(212, 163, 115, 0.18);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(100deg, rgba(212, 163, 115, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow: inset 3px 0 0 rgba(212, 163, 115, 0.58);
}
body[data-site-diff-page="register"] .step-wrap::before {
  left: 33px;
  top: 58px;
  bottom: -16px;
}
body[data-site-diff-page="register"] .step-num {
  left: 13px;
  top: 18px;
}
body[data-site-diff-page="register"] .step-wrap h6 {
  padding-top: 0;
}
body[data-site-diff-page="register"] .step-wrap:last-child {
  margin-bottom: 0;
}
body[data-site-diff-page="about-us"] .timeline,
body[data-site-diff-page="crash"] .timeline,
body[data-site-diff-page="baccarat"] .strategy-steps,
body[data-site-diff-page="login"] .security-list,
body[data-site-diff-page="privacy-policy"] .row:has(.right-card) {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 76px;
  counter-reset: sd-trail;
}
body[data-site-diff-page="about-us"] .timeline::before,
body[data-site-diff-page="crash"] .timeline::before,
body[data-site-diff-page="baccarat"] .strategy-steps::before,
body[data-site-diff-page="login"] .security-list::before,
body[data-site-diff-page="privacy-policy"] .row:has(.right-card)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(var(--gold), rgba(212, 163, 115, 0.08));
}
body[data-site-diff-page="about-us"] .timeline-item,
body[data-site-diff-page="crash"] .timeline-item,
body[data-site-diff-page="baccarat"] .strategy-step,
body[data-site-diff-page="login"] .security-item,
body[data-site-diff-page="privacy-policy"] .row:has(.right-card) > [class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 104px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--sd-line-soft);
  counter-increment: sd-trail;
}
body[data-site-diff-page="privacy-policy"] .row:has(.right-card) {
  padding-left: 0;
}
body[data-site-diff-page="privacy-policy"] .row:has(.right-card)::before {
  display: none;
}
body[data-site-diff-page="home"] .row:has(.testi-card),
body[data-site-diff-page="about-us"] .row:has(.team-card),
body[data-site-diff-page="captains-bounty"] .row:has(.bonus-card),
body[data-site-diff-page="plinko"] .row:has(.rows-card) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-inline: 0;
}
body[data-site-diff-page="home"] .row:has(.testi-card) > [class*="col-"],
body[data-site-diff-page="about-us"] .row:has(.team-card) > [class*="col-"],
body[data-site-diff-page="captains-bounty"] .row:has(.bonus-card) > [class*="col-"],
body[data-site-diff-page="plinko"] .row:has(.rows-card) > [class*="col-"] {
  width: auto;
  padding: 0;
}
body[data-site-diff-page="home"] .row:has(.testi-card) > [class*="col-"]:nth-child(even),
body[data-site-diff-page="about-us"] .row:has(.team-card) > [class*="col-"]:nth-child(even),
body[data-site-diff-page="captains-bounty"] .row:has(.bonus-card) > [class*="col-"]:nth-child(even),
body[data-site-diff-page="plinko"] .row:has(.rows-card) > [class*="col-"]:nth-child(even) {
  transform: translateY(24px);
}
body[data-site-diff-page="home"] .testi-card,
body[data-site-diff-page="about-us"] .team-card,
body[data-site-diff-page="captains-bounty"] .bonus-card,
body[data-site-diff-page="plinko"] .rows-card {
  height: 100%;
  border-radius: 10px 26px 26px 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: var(--sd-shadow);
}
body[data-site-diff-page="app"] .accordion-item,
body[data-site-diff-page="baccarat"] .faq-item,
body[data-site-diff-page="beach-volleyball"] .faq-item,
body[data-site-diff-page="cannon-fishing"] .faq-item,
body[data-site-diff-page="captains-bounty"] .faq-item,
body[data-site-diff-page="crash"] .faq-item,
body[data-site-diff-page="faq"] .accordion-item,
body[data-site-diff-page="limbo"] .faq-item,
body[data-site-diff-page="plinko"] .faq-item,
body[data-site-diff-page="register"] .accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: 0;
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(212, 163, 115, 0.08), transparent 72%);
  box-shadow: none;
}
body[data-site-diff-page="app"] .accordion-button,
body[data-site-diff-page="faq"] .accordion-button,
body[data-site-diff-page="register"] .accordion-button,
body[data-site-diff-page="baccarat"] .faq-question,
body[data-site-diff-page="beach-volleyball"] .faq-question,
body[data-site-diff-page="cannon-fishing"] .faq-question,
body[data-site-diff-page="captains-bounty"] .faq-question,
body[data-site-diff-page="crash"] .faq-question,
body[data-site-diff-page="limbo"] .faq-question,
body[data-site-diff-page="plinko"] .faq-question {
  min-height: 58px;
  padding: 15px 18px;
  background: transparent;
}
body[data-site-diff-page="game"] .row:has(.game-card) {
  display: grid;
  gap: 11px;
  margin-inline: 0;
  counter-reset: sd-game;
}
body[data-site-diff-page="game"] .row:has(.game-card) > [class*="col-"] {
  width: 100%;
  padding: 0;
  counter-increment: sd-game;
}
body[data-site-diff-page="game"] .game-card {
  position: relative;
  display: grid;
  grid-template-columns: 74px 112px minmax(0, 1fr);
  align-items: center;
  min-height: 96px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--sd-panel);
  box-shadow: none;
}
body[data-site-diff-page="game"] .game-card::before {
  content: counter(sd-game, decimal-leading-zero);
  display: grid;
  place-items: center;
  align-self: stretch;
  border-right: 1px solid var(--sd-line);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
body[data-site-diff-page="game"] .game-card-thumb {
  width: 112px;
  height: 96px;
  border-radius: 0;
}
body[data-site-diff-page="game"] .game-card-body {
  padding: 16px 20px;
}
body[data-site-diff-page="terms-conditions"] .terms-section {
  position: relative;
  margin-bottom: 14px;
  padding: 24px 26px;
  border: 0;
  border-left: 4px solid rgba(212, 163, 115, 0.28);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.025);
}
body[data-site-diff-page="terms-conditions"] .terms-section:nth-child(even) {
  border-left-color: var(--gold);
  background: linear-gradient(90deg, rgba(212, 163, 115, 0.08), rgba(255, 255, 255, 0.018));
}
@media (max-width: 991.98px) {
  body[data-site-diff-page] .row:has(.adv-card),
  body[data-site-diff-page] .row:has(.feature-card),
  body[data-site-diff-page] .row:has(.bet-card),
  body[data-site-diff-page] .row:has(.info-card),
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-site-diff-page] .row:has(.adv-card) > [class*="col-"]:not(:first-child),
  body[data-site-diff-page] .row:has(.feature-card) > [class*="col-"]:not(:first-child),
  body[data-site-diff-page] .row:has(.bet-card) > [class*="col-"]:not(:first-child),
  body[data-site-diff-page] .row:has(.info-card) > [class*="col-"]:not(:first-child),
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"]:not(:first-child) {
    grid-column: auto;
  }
  body[data-site-diff-page] .row:has(.adv-card) > [class*="col-"]:last-child,
  body[data-site-diff-page] .row:has(.feature-card) > [class*="col-"]:last-child,
  body[data-site-diff-page] .row:has(.bet-card) > [class*="col-"]:last-child,
  body[data-site-diff-page] .row:has(.info-card) > [class*="col-"]:last-child,
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"]:last-child {
    grid-column: span 2;
  }
  body[data-site-diff-page] .row:has(.step-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }
  body[data-site-diff-page] .row:has(.step-card)::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  body[data-site-diff-page] .row:has(.adv-card),
  body[data-site-diff-page] .row:has(.feature-card),
  body[data-site-diff-page] .row:has(.bet-card),
  body[data-site-diff-page] .row:has(.info-card),
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card),
  body[data-site-diff-page] .row:has(.testi-card),
  body[data-site-diff-page] .row:has(.team-card),
  body[data-site-diff-page] .row:has(.bonus-card),
  body[data-site-diff-page] .row:has(.rows-card),
  body[data-site-diff-page] .row:has(.step-card) {
    display: grid;
    grid-template-columns: 1fr;
  }
  body[data-site-diff-page] .row:has(.adv-card) > [class*="col-"],
  body[data-site-diff-page] .row:has(.feature-card) > [class*="col-"],
  body[data-site-diff-page] .row:has(.bet-card) > [class*="col-"],
  body[data-site-diff-page] .row:has(.info-card) > [class*="col-"],
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"] {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  body[data-site-diff-page="register"] .step-wrap {
    min-height: 0;
    padding: 16px 16px 16px 62px;
  }
  body[data-site-diff-page="register"] .step-wrap::before {
    left: 30px;
    top: 55px;
  }
  body[data-site-diff-page="register"] .step-num {
    left: 10px;
    top: 15px;
  }
  body[data-site-diff-page] .row:has(.adv-card) > [class*="col-"]:first-child > *,
  body[data-site-diff-page] .row:has(.feature-card) > [class*="col-"]:first-child > *,
  body[data-site-diff-page] .row:has(.bet-card) > [class*="col-"]:first-child > *,
  body[data-site-diff-page] .row:has(.info-card) > [class*="col-"]:first-child > *,
  body[data-site-diff-page="responsible-gaming"] .row:has(> [class*="col-"]:nth-child(3) > .tool-card) > [class*="col-"]:first-child > * {
    min-height: 0;
    padding: 22px;
  }
  body[data-site-diff-page="about-us"] .feature-card,
  body[data-site-diff-page="baccarat"] .info-card,
  body[data-site-diff-page="beach-volleyball"] .info-card,
  body[data-site-diff-page="crash"] .info-card,
  body[data-site-diff-page="game"] .feature-card,
  body[data-site-diff-page="limbo"] .info-card,
  body[data-site-diff-page="login"] .feature-card,
  body[data-site-diff-page="privacy-policy"] .feature-card,
  body[data-site-diff-page="responsible-gaming"] .feature-card,
  body[data-site-diff-page="terms-conditions"] .feature-card {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
    padding: 18px 4px;
  }
  body[data-site-diff-page="about-us"] .feature-card > :last-child,
  body[data-site-diff-page="baccarat"] .info-card > :last-child,
  body[data-site-diff-page="beach-volleyball"] .info-card > :last-child,
  body[data-site-diff-page="crash"] .info-card > :last-child,
  body[data-site-diff-page="game"] .feature-card > :last-child,
  body[data-site-diff-page="limbo"] .info-card > :last-child,
  body[data-site-diff-page="login"] .feature-card > :last-child,
  body[data-site-diff-page="privacy-policy"] .feature-card > :last-child,
  body[data-site-diff-page="responsible-gaming"] .feature-card > :last-child,
  body[data-site-diff-page="terms-conditions"] .feature-card > :last-child {
    grid-column: 2;
  }
  body[data-site-diff-page="home"] .row:has(.testi-card) > [class*="col-"]:nth-child(even),
  body[data-site-diff-page="about-us"] .row:has(.team-card) > [class*="col-"]:nth-child(even),
  body[data-site-diff-page="captains-bounty"] .row:has(.bonus-card) > [class*="col-"]:nth-child(even),
  body[data-site-diff-page="plinko"] .row:has(.rows-card) > [class*="col-"]:nth-child(even) {
    transform: none;
  }
  body[data-site-diff-page="about-us"] .timeline,
  body[data-site-diff-page="crash"] .timeline,
  body[data-site-diff-page="baccarat"] .strategy-steps,
  body[data-site-diff-page="login"] .security-list,
  body[data-site-diff-page="privacy-policy"] .row:has(.right-card) {
    padding-left: 62px;
  }
  body[data-site-diff-page="game"] .game-card {
    grid-template-columns: 48px 76px minmax(0, 1fr);
  }
  body[data-site-diff-page="game"] .game-card-thumb {
    width: 76px;
    height: 88px;
  }
  body[data-site-diff-page="game"] .game-card-body {
    padding: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body[data-site-diff-page] *,
  body[data-site-diff-page] *::before,
  body[data-site-diff-page] *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
