/* Watercolor Story Map theme for the Lorcana hub and generated calculators. */
.game-theme--lorcana {
  --lorcana-hand-font:
    "Segoe Print", "Bradley Hand", "Chalkboard SE", "Comic Sans MS", cursive;
  --lorcana-body-font:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --lorcana-hero-art: url("/images/other-games/lorcana-storybook-ink-hero.webp");
  --other-bg: #eae8fb;
  --other-panel-solid: #fffdf8;
  --other-surface: rgba(255, 253, 248, 0.93);
  --other-surface-strong: #fffaf1;
  --other-text: #39294b;
  --other-muted: #685a75;
  --other-accent: #7951ad;
  --other-accent-strong: #5d347f;
  --other-accent-rgb: 121, 81, 173;
  --other-link: #176f73;
  --other-focus: #006f73;
  --other-border-width: 2px;
  --other-border-style: solid;
  --other-border: rgba(57, 41, 75, 0.46);
  --other-control-border: #7951ad;
  --other-display-font: var(--lorcana-hand-font);
  --other-body-font: var(--lorcana-body-font);
  --other-heading-letter-spacing: -0.025em;
  --other-heading-weight: 700;
  --other-radius-large: 42px 18px 38px 22px;
  --other-radius-medium: 24px 11px 22px 13px;
  --other-radius-control: 15px 8px 14px 7px;
  --other-chip-radius: 18px 9px 17px 8px;
  --other-button-radius: 18px 9px 16px 8px;
  --other-panel-shadow:
    7px 9px 0 rgba(57, 41, 75, 0.08), 0 22px 52px rgba(57, 41, 75, 0.12);
  --other-hover-shadow:
    4px 6px 0 rgba(57, 41, 75, 0.1), 0 18px 38px rgba(121, 81, 173, 0.2);
  --other-method-background:
    radial-gradient(
      ellipse at 92% 4%,
      rgba(217, 126, 121, 0.15),
      transparent 43%
    ),
    linear-gradient(145deg, rgba(121, 81, 173, 0.06), transparent 55%), #fffaf1;
  --other-product-background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(36, 140, 141, 0.15),
      transparent 42%
    ),
    linear-gradient(110deg, rgba(121, 81, 173, 0.06), transparent 48%),
    rgba(255, 252, 246, 0.94);
  --other-control-background: #fffaf1;
  --other-chip-background: #eee6f4;
  --other-chip-foreground: #39294b;
  --other-chip-border: #7951ad;
  --other-button-background: #6f409b;
  --other-button-foreground: #ffffff;
  --other-button-border: #5d347f;
  --other-action-note-background: rgba(121, 81, 173, 0.08);
  --other-page-background:
    radial-gradient(
        circle at center,
        rgba(57, 41, 75, 0.05) 0 0.7px,
        transparent 1px
      )
      0 0 / 18px 21px,
    radial-gradient(
      ellipse at 2% 6%,
      rgba(70, 182, 174, 0.3),
      transparent 28rem
    ),
    radial-gradient(
      ellipse at 98% 2%,
      rgba(237, 172, 86, 0.31),
      transparent 30rem
    ),
    radial-gradient(
      ellipse at 88% 82%,
      rgba(185, 120, 211, 0.27),
      transparent 28rem
    ),
    linear-gradient(145deg, #f9f5ff, #e9e7fb 72%);
  --other-hero-background:
    linear-gradient(90deg, #65c7ba, #9063c2 48%, #efb35e) top / 100% 7px
      no-repeat,
    linear-gradient(
      90deg,
      rgba(255, 253, 248, 0.99) 0%,
      rgba(255, 253, 248, 0.96) 40%,
      rgba(255, 253, 248, 0.74) 62%,
      rgba(255, 253, 248, 0.12) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 253, 248, 0.08),
      transparent 58%,
      rgba(255, 253, 248, 0.42)
    ),
    var(--lorcana-hero-art) center / cover no-repeat;
  --other-directory-card-background: var(--other-hero-background);
  --other-hero-motif:
    radial-gradient(circle at 28% 34%, #ffffff 0 2px, transparent 3px),
    radial-gradient(circle at 68% 24%, #ffffff 0 1px, transparent 2px),
    radial-gradient(
      ellipse at 52% 48%,
      rgba(121, 81, 173, 0.26),
      rgba(36, 140, 141, 0.17) 46%,
      transparent 72%
    );
  --other-hero-decoration:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.94) 0 4%,
      transparent 5%
    ),
    conic-gradient(
      from 18deg,
      transparent 0 10%,
      rgba(214, 155, 50, 0.7) 10% 11%,
      transparent 11% 24%,
      rgba(36, 140, 141, 0.55) 24% 25%,
      transparent 25% 49%,
      rgba(214, 155, 50, 0.68) 49% 50%,
      transparent 50% 74%,
      rgba(121, 81, 173, 0.55) 74% 75%,
      transparent 75%
    ),
    radial-gradient(
      circle,
      rgba(121, 81, 173, 0.25),
      rgba(36, 140, 141, 0.16) 48%,
      transparent 70%
    );
  --other-hero-decoration-radius: 49% 51% 47% 53%;
  --other-hero-decoration-transform: rotate(4deg);
  --other-product-radius: 18px 9px 17px 8px;
  --other-method-radius: 19px 8px 18px 10px;
  --other-link-decoration-thickness: 0.08em;
  --other-hover-lift: -2px;
  --other-chart-background-start: rgba(255, 253, 248, 0.96);
  --other-chart-background-end: rgba(234, 232, 251, 0.84);
  --other-chart-axis: rgba(57, 41, 75, 0.42);
  --other-chart-bar-top: rgba(121, 81, 173, 0.86);
  --other-chart-bar-bottom: rgba(36, 140, 141, 0.76);
  --other-chart-boundary: rgba(36, 140, 141, 0.92);
  --other-chart-boundary-width: 1.5;
  --other-chart-boundary-dash: 6 5;
  --other-chart-mid: rgba(214, 155, 50, 0.98);
  --other-chart-mid-width: 2.5;
  --other-chart-label: rgba(57, 41, 75, 0.92);
  --other-chart-font-family: var(--lorcana-hand-font);
  color-scheme: light;
}

.game-theme--lorcana .other-eyebrow,
.game-theme--lorcana .other-control,
.game-theme--lorcana .other-result-count,
.game-theme--lorcana .other-product-row__eyebrow,
.game-theme--lorcana .other-action-link,
.game-theme--lorcana .other-action-note,
.game-theme--lorcana .other-calc-kicker,
.game-theme--lorcana .other-calc-panel-label {
  font-family: var(--lorcana-hand-font);
}

.game-theme--lorcana .other-eyebrow {
  color: #684090;
  font-size: 0.94rem;
  letter-spacing: 0.025em;
  text-transform: none;
}

.game-theme--lorcana .other-eyebrow::before {
  margin-right: 0.35em;
  color: #d69b32;
  content: "\2726";
}

.game-hub-page.game-theme--lorcana .other-hero {
  min-height: clamp(29rem, 46vw, 34rem);
  align-content: center;
  padding-right: clamp(28px, 24vw, 300px);
  border-color: rgba(57, 41, 75, 0.52);
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.42),
    inset 0 0 0 7px rgba(121, 81, 173, 0.14),
    var(--other-panel-shadow);
}

.game-theme--lorcana .other-hero::before {
  display: none;
}

.game-theme--lorcana .game-hero::after {
  display: none;
}

.game-theme--lorcana .other-hero h1 {
  max-width: 15ch;
  line-height: 1.06;
  text-shadow: 0.045em 0.045em 0 rgba(121, 81, 173, 0.1);
}

.game-theme--lorcana .other-hero__lede {
  max-width: 62ch;
}

.game-theme--lorcana .other-fact-list {
  gap: 12px;
}

.game-theme--lorcana .other-fact-list li {
  border-color: rgba(121, 81, 173, 0.5);
  background: rgba(121, 81, 173, 0.1);
  font-family: var(--lorcana-hand-font);
  transform: rotate(-0.6deg);
}

.game-theme--lorcana .other-fact-list li:nth-child(2) {
  border-color: rgba(36, 140, 141, 0.6);
  border-radius: 52% 48% 55% 45% / 45% 57% 43% 55%;
  background: rgba(36, 140, 141, 0.11);
  transform: rotate(0.8deg);
}

.game-theme--lorcana .other-fact-list li:nth-child(3) {
  border-color: rgba(214, 155, 50, 0.68);
  border-radius: 46% 54% 42% 58% / 58% 44% 56% 42%;
  background: rgba(214, 155, 50, 0.13);
  transform: rotate(-0.35deg);
}

.game-theme--lorcana .other-section {
  border-color: rgba(57, 41, 75, 0.4);
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(214, 155, 50, 0.1),
      transparent 30%
    ),
    rgba(255, 254, 251, 0.9);
  backdrop-filter: blur(6px);
}

.game-theme--lorcana .other-section-heading h2 {
  justify-self: start;
  max-width: 100%;
  padding-inline: 0.08em;
  box-shadow: inset 0 -0.14em 0 rgba(214, 155, 50, 0.27);
}

.game-theme--lorcana .other-control {
  color: #5d4768;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.game-theme--lorcana .other-control input,
.game-theme--lorcana .other-control select {
  border-width: 1.5px;
  box-shadow:
    3px 4px 0 rgba(57, 41, 75, 0.07),
    inset 0 0 0 3px rgba(255, 255, 255, 0.48);
  font-family: var(--lorcana-body-font);
}

.game-theme--lorcana .other-result-count {
  color: #684090;
  font-size: 0.96rem;
}

.game-theme--lorcana .other-product-list {
  gap: 18px;
  padding-top: 6px;
}

.game-theme--lorcana .other-product-row {
  position: relative;
  padding-top: 25px;
  border: 1.5px solid rgba(57, 41, 75, 0.48);
  box-shadow:
    4px 5px 0 rgba(57, 41, 75, 0.08),
    0 11px 26px rgba(57, 41, 75, 0.07);
  transform: rotate(-0.08deg);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.game-theme--lorcana .other-product-row:nth-child(even) {
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(121, 81, 173, 0.14),
      transparent 42%
    ),
    linear-gradient(110deg, rgba(36, 140, 141, 0.06), transparent 48%),
    rgba(255, 252, 246, 0.94);
  transform: rotate(0.08deg);
}

.game-theme--lorcana .other-product-row:hover,
.game-theme--lorcana .other-product-row:focus-within {
  box-shadow: var(--other-hover-shadow);
  transform: translateY(-2px) rotate(0);
}

.game-theme--lorcana .other-product-row::before {
  position: absolute;
  z-index: 1;
  top: -11px;
  left: 50%;
  width: 78px;
  height: 22px;
  background: rgba(239, 205, 127, 0.62);
  clip-path: polygon(4% 8%, 96% 0, 100% 90%, 0 100%);
  content: "";
  transform: translateX(-50%) rotate(-2deg);
}

.game-theme--lorcana .other-product-row:nth-child(even)::before {
  background: rgba(184, 143, 207, 0.46);
  transform: translateX(-50%) rotate(2.5deg);
}

.game-theme--lorcana .other-product-row::after {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(214, 155, 50, 0.72);
  content: "\2726";
  font-family: Georgia, ui-serif, serif;
  font-size: 1.2rem;
}

.game-theme--lorcana .other-product-row__eyebrow {
  letter-spacing: 0.025em;
  text-transform: none;
}

.game-theme--lorcana .other-product-row__title {
  padding-right: 26px;
}

.game-theme--lorcana .other-status-badge {
  transform: rotate(-0.5deg);
}

.game-theme--lorcana .other-action-link,
.game-theme--lorcana .other-action-note {
  letter-spacing: 0.01em;
  text-transform: none;
}

.game-theme--lorcana .other-action-link::after {
  margin-left: 0.35em;
  color: #f8d687;
  content: "\2197";
}

.game-theme--lorcana .other-method-grid {
  gap: 20px;
  padding-top: 6px;
}

.game-theme--lorcana .other-method-card {
  position: relative;
  margin-top: 8px;
  border: 1.5px solid rgba(57, 41, 75, 0.44);
  box-shadow:
    3px 4px 0 rgba(57, 41, 75, 0.08),
    inset 0 0 0 3px rgba(255, 255, 255, 0.42);
  transform: rotate(-0.25deg);
}

.game-theme--lorcana .other-method-card:nth-child(2) {
  border-color: rgba(36, 140, 141, 0.6);
  background:
    radial-gradient(
      ellipse at 95% 0%,
      rgba(36, 140, 141, 0.16),
      transparent 46%
    ),
    #fffaf1;
  transform: rotate(0.35deg);
}

.game-theme--lorcana .other-method-card:nth-child(3) {
  border-color: rgba(121, 81, 173, 0.58);
  background:
    radial-gradient(
      ellipse at 95% 0%,
      rgba(121, 81, 173, 0.15),
      transparent 46%
    ),
    #fffaf1;
  transform: rotate(-0.15deg);
}

.game-theme--lorcana .other-method-card::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 58px;
  height: 18px;
  background: rgba(239, 205, 127, 0.5);
  clip-path: polygon(2% 12%, 97% 0, 100% 88%, 0 100%);
  content: "";
  transform: translateX(-50%) rotate(-2deg);
}

.game-theme--lorcana .other-empty-state {
  border-color: rgba(121, 81, 173, 0.5);
  background: rgba(121, 81, 173, 0.06);
  font-family: var(--lorcana-hand-font);
}

/* Carry the same map-and-paper language through every Lorcana calculator. */
.other-game-calculator.game-theme--lorcana .other-calc-hero {
  border-color: rgba(57, 41, 75, 0.52);
  background:
    linear-gradient(90deg, #65c7ba, #9063c2 48%, #efb35e) top / 100% 7px
      no-repeat,
    linear-gradient(
      90deg,
      rgba(255, 253, 248, 0.99) 0%,
      rgba(255, 253, 248, 0.97) 47%,
      rgba(255, 253, 248, 0.9) 66%,
      rgba(255, 253, 248, 0.58) 100%
    ),
    linear-gradient(180deg, transparent 52%, rgba(255, 253, 248, 0.96) 82%),
    var(--lorcana-hero-art) right top / auto 78% no-repeat,
    #fffdf8;
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.38),
    inset 0 0 0 7px rgba(121, 81, 173, 0.12),
    var(--other-panel-shadow);
}

.other-game-calculator.game-theme--lorcana .other-calc-hero::before {
  display: none;
}

.other-game-calculator.game-theme--lorcana .other-calc-hero::after {
  display: none;
}

.other-game-calculator.game-theme--lorcana .other-calc-hero h1 {
  line-height: 1.08;
  text-shadow: 0.04em 0.04em 0 rgba(121, 81, 173, 0.09);
}

.game-theme--lorcana .other-calc-kicker,
.game-theme--lorcana .other-calc-panel-label {
  color: #684090;
  font-size: 0.9rem;
  letter-spacing: 0.025em;
  text-transform: none;
}

.game-theme--lorcana .other-calc-hero-facts > div,
.game-theme--lorcana .other-calc-definition-grid > div {
  border-width: 1.5px;
  box-shadow: 2px 3px 0 rgba(57, 41, 75, 0.06);
}

.game-theme--lorcana .other-calc-hero-facts > div:nth-child(even),
.game-theme--lorcana .other-calc-definition-grid > div:nth-child(even) {
  border-color: rgba(36, 140, 141, 0.48);
  /* Keep the watercolor pebble shape without pinching around long copy. */
  border-radius: 34px 22px 36px 24px / 26px 34px 24px 30px;
  background: rgba(36, 140, 141, 0.08);
}

.other-game-calculator.game-theme--lorcana .other-calc-disclosure {
  border-width: 1.5px;
  box-shadow:
    4px 5px 0 rgba(57, 41, 75, 0.07),
    0 14px 30px rgba(57, 41, 75, 0.08);
}

.other-game-calculator.game-theme--lorcana
  :is(
    .other-calc-quick-summary,
    .other-calc-structure,
    .other-calc-model-evidence,
    .other-calc-pools,
    .other-calc-summary,
    .other-calc-sealed,
    .other-calc-simulation,
    .other-calc-value-breakdown,
    .other-calc-contributions
  ) {
  border-width: 1.5px;
  box-shadow:
    4px 5px 0 rgba(57, 41, 75, 0.07),
    0 14px 30px rgba(57, 41, 75, 0.08);
}

.other-game-calculator.game-theme--lorcana .section,
.other-game-calculator.game-theme--lorcana .other-calc-summary .box {
  border-width: 1.5px;
  box-shadow: 3px 4px 0 rgba(57, 41, 75, 0.07);
}

.other-game-calculator.game-theme--lorcana .section:nth-child(even) {
  border-color: rgba(36, 140, 141, 0.5);
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(36, 140, 141, 0.12),
      transparent 40%
    ),
    var(--other-surface-strong);
}

.other-game-calculator.game-theme--lorcana
  :is(button, .btn, input[type="number"], select) {
  box-shadow: 2px 3px 0 rgba(57, 41, 75, 0.07);
}

.other-game-calculator.game-theme--lorcana table thead {
  background:
    linear-gradient(90deg, rgba(121, 81, 173, 0.11), rgba(36, 140, 141, 0.08)),
    var(--other-surface-strong);
}

.other-game-calculator.game-theme--lorcana #evTable thead {
  background:
    radial-gradient(
      ellipse at 10% 0%,
      rgba(214, 155, 50, 0.18),
      transparent 34%
    ),
    linear-gradient(
      96deg,
      rgba(121, 81, 173, 0.16),
      rgba(36, 140, 141, 0.11) 62%,
      rgba(214, 155, 50, 0.13)
    ),
    var(--other-surface-strong);
}

.other-game-calculator.game-theme--lorcana #evTable thead th {
  padding: 0;
  border-top-color: rgba(121, 81, 173, 0.32);
  border-right-color: rgba(121, 81, 173, 0.16);
  border-bottom: 2px solid rgba(121, 81, 173, 0.5);
  background: transparent;
  color: var(--other-text);
  vertical-align: middle;
}

.other-game-calculator.game-theme--lorcana #evTable thead th:first-child {
  border-radius: 18px 0 0 8px;
}

.other-game-calculator.game-theme--lorcana #evTable thead th:last-child {
  border-radius: 0 10px 18px 0;
}

.other-game-calculator.game-theme--lorcana #evTable thead .tev-sort-button {
  min-height: 60px;
  justify-content: center;
  gap: 7px;
  padding: 10px 11px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--other-text);
  font-family: var(--lorcana-hand-font);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  white-space: normal;
  transform: none;
}

.other-game-calculator.game-theme--lorcana
  #evTable
  thead
  :is(th:first-child, th:nth-child(5))
  .tev-sort-button {
  justify-content: flex-start;
  text-align: left;
}

.other-game-calculator.game-theme--lorcana
  #evTable
  thead
  th:nth-child(n + 6)
  .tev-sort-button {
  justify-content: flex-end;
  text-align: right;
}

.other-game-calculator.game-theme--lorcana
  #evTable
  thead
  .tev-sort-button:is(:hover, :focus-visible) {
  border-radius: 12px 6px 11px 7px;
  background: rgba(36, 140, 141, 0.1);
  box-shadow: inset 0 -3px 0 rgba(36, 140, 141, 0.38);
  color: #4f2b70;
  filter: none;
  transform: none;
}

.other-game-calculator.game-theme--lorcana
  #evTable
  thead
  .tev-sort-button:focus-visible {
  outline: 2px solid rgba(36, 140, 141, 0.68);
  outline-offset: -5px;
}

.other-game-calculator.game-theme--lorcana #evTable thead .tev-sort-indicator {
  display: inline-grid;
  flex: 0 0 1.45rem;
  width: 1.45rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(36, 140, 141, 0.38);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.72);
  color: #176f73;
  font-family: var(--lorcana-body-font);
  font-size: 0.68rem;
  line-height: 1;
  opacity: 0.76;
}

.other-game-calculator.game-theme--lorcana #evTable thead th[data-sort-active] {
  background: rgba(214, 155, 50, 0.12);
  box-shadow: inset 0 -3px 0 rgba(214, 155, 50, 0.8);
}

.other-game-calculator.game-theme--lorcana
  #evTable
  thead
  th[data-sort-active]
  .tev-sort-indicator {
  border-color: rgba(121, 81, 173, 0.46);
  background: rgba(214, 155, 50, 0.22);
  color: #5d347f;
  opacity: 1;
}

.other-game-calculator.game-theme--lorcana
  .other-calc-simulation
  .sim-chart-wrap {
  padding: 12px;
  border-color: rgba(121, 81, 173, 0.5);
  border-style: dashed;
  border-radius: 24px 11px 22px 13px;
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(121, 81, 173, 0.1),
      transparent 44%
    ),
    var(--other-control-background);
  box-shadow:
    3px 4px 0 rgba(57, 41, 75, 0.08),
    inset 0 0 0 3px rgba(255, 255, 255, 0.42);
}

.other-game-calculator.game-theme--lorcana
  .other-calc-simulation
  .sim-chart-wrap::before {
  border-color: rgba(36, 140, 141, 0.28);
  border-radius: 21px 9px 20px 11px;
}

.other-game-calculator.game-theme--lorcana .other-calc-simulation canvas {
  border-radius: 16px 7px 15px 9px;
}

.other-game-calculator.game-theme--lorcana
  .other-calc-simulation
  .sim-chart-tooltip {
  border-color: rgba(36, 140, 141, 0.58);
  border-radius: 14px 7px 13px 8px;
  background: rgba(255, 250, 241, 0.96);
  color: var(--other-text);
  box-shadow: 3px 4px 0 rgba(57, 41, 75, 0.1);
}

@media (max-width: 760px) {
  .game-hub-page.game-theme--lorcana .other-hero {
    min-height: 0;
    padding-right: 22px;
    background:
      linear-gradient(90deg, #65c7ba, #9063c2 48%, #efb35e) top / 100% 7px
        no-repeat,
      linear-gradient(
        90deg,
        rgba(255, 253, 248, 0.97),
        rgba(255, 253, 248, 0.86) 65%,
        rgba(255, 253, 248, 0.7)
      ),
      var(--lorcana-hero-art) right center / auto 100% no-repeat,
      #fffdf8;
  }

  .game-theme--lorcana .other-product-row,
  .game-theme--lorcana .other-product-row:nth-child(even),
  .game-theme--lorcana .other-method-card,
  .game-theme--lorcana .other-method-card:nth-child(2),
  .game-theme--lorcana .other-method-card:nth-child(3) {
    transform: none;
  }

  .other-game-calculator.game-theme--lorcana .other-calc-hero {
    background:
      linear-gradient(90deg, #65c7ba, #9063c2 48%, #efb35e) top / 100% 7px
        no-repeat,
      linear-gradient(
        90deg,
        rgba(255, 253, 248, 0.97),
        rgba(255, 253, 248, 0.9) 64%,
        rgba(255, 253, 248, 0.76)
      ),
      linear-gradient(180deg, transparent 44%, rgba(255, 253, 248, 0.98) 74%),
      var(--lorcana-hero-art) right top / auto 66% no-repeat,
      #fffdf8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .game-theme--lorcana .other-product-row {
    transition: none;
  }

  .game-theme--lorcana .other-product-row:hover,
  .game-theme--lorcana .other-product-row:focus-within {
    transform: none;
  }
}

@media (forced-colors: active) {
  .game-theme--lorcana .other-product-row::before,
  .game-theme--lorcana .other-product-row::after,
  .game-theme--lorcana .other-method-card::before,
  .game-theme--lorcana .other-eyebrow::before,
  .game-theme--lorcana .other-action-link::after,
  .game-theme--lorcana .game-hero::after,
  .other-game-calculator.game-theme--lorcana .other-calc-hero::after {
    display: none;
  }
}
