.linktree_enter_the_portal .lt_section_summary {
  cursor: default;
}

.linktree_enter_the_portal .lt_section_content_inner {
  padding: clamp(32px, 8vw, 40px) clamp(16px, 5.5vw, 24px) 28px;
  text-align: center;
}

.lt_portal_intro {
  color: var(--lt-beige);
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 700;
  line-height: 1.7;
}

.lt_portal_intro p {
  margin: 0;
}

.lt_portal_game-note {
  display: grid;
  max-width: 100%;
  justify-items: center;
  margin: 40px 0 12px;
  color: var(--lt-beige);
  font-family: "Rock Salt", cursive;
  font-size: clamp(13px, 4.2vw, 19px);
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(-2deg);
}

.lt_portal_game-note img {
  width: min(78%, 288px);
  margin-top: 9px;
  transform: rotate(1deg);
}

.lt_portal_actions {
  display: grid;
  gap: clamp(10px, 3vw, 16px);
  margin-top: clamp(18px, 5vw, 24px);
}

.lt_portal_action {
  position: relative;
  display: grid;
  min-height: clamp(112px, 33vw, 136px);
  align-items: center;
  color: var(--lt-black);
  transition: filter 180ms ease, transform 180ms ease;
}

.lt_portal_action:hover,
.lt_portal_action:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-2px) rotate(-0.5deg);
}

.lt_portal_action:focus-visible {
  outline: 2px solid var(--lt-beige);
  outline-offset: 3px;
}

.lt_portal_action::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: center / 100% 100% no-repeat;
  pointer-events: none;
}

.lt_portal_action > * {
  position: relative;
  z-index: 1;
}

.lt_portal_action--follow {
  grid-template-columns: clamp(72px, 21vw, 92px) minmax(0, 1fr);
  width: min(100%, 342px);
  justify-self: center;
  padding: 0 clamp(16px, 4vw, 22px) 0 0;
}

.lt_portal_action--follow::before {
  background-image: url("/assets/linktree/stain-1.svg");
  transform: rotate(-2deg);
}

.lt_portal_action--door {
  grid-template-columns: minmax(0, 1fr) clamp(76px, 23vw, 104px);
  width: min(100%, 309px);
  min-height: clamp(132px, 38vw, 154px);
  justify-self: end;
  margin-right: 12px;
  padding: 8px 0 10px clamp(12px, 4vw, 20px);
}

.lt_portal_action--door::before {
  background-image: url("/assets/linktree/stain-2.svg");
  transform: rotate(3deg);
}

.lt_portal_action-sticker {
  width: clamp(76px, 23vw, 98px);
  height: auto;
  justify-self: center;
  pointer-events: none;
}

.lt_portal_action--follow .lt_portal_action-sticker {
  justify-self: start;
  margin: -20px 0 0 -18px;
}

.lt_portal_action--door .lt_portal_action-sticker {
  width: clamp(78px, 24vw, 108px);
  margin-top: 8px;
  transform: translateX(28px);
}

.lt_portal_action-text {
  display: block;
  min-width: 0;
  text-align: left;
}

.lt_portal_action--door .lt_portal_action-text {
  width: min(100%, 164px);
  justify-self: start;
  text-align: center;
  transform: translateX(34px) translateY(4px);
}

.locale-fr_CH .lt_portal_action--door .lt_portal_action-sticker {
  transform: translateX(36px);
}

.locale-fr_CH .lt_portal_action--door strong,
.locale-fr_CH .lt_portal_action--door strong p {
  transform: translateX(-18px);
}

.lt_portal_action strong,
.lt_portal_action strong p {
  display: block;
  margin: 0;
  font: 800 clamp(22px, 7vw, 29px) / 1 var(--lt-title-font);
  text-transform: uppercase;
  white-space: nowrap;
}

.lt_portal_action small,
.lt_portal_action small p {
  display: block;
  margin: 0 0 5px;
  font-size: clamp(13px, 4vw, 16px);
  font-weight: 800;
  line-height: 1.18;
}

.lt_portal_action--door strong,
.lt_portal_action--door strong p {
  font-size: clamp(20px, 6vw, 25px);
}

.lt_portal_action--door small,
.lt_portal_action--door small p {
  margin: 6px 0 0;
  font-size: clamp(11px, 3.2vw, 13px);
}

@media (min-width: 768px) {
  .linktree_enter_the_portal .lt_section_content_inner {
    padding-inline: 18px;
  }

  .lt_portal_action--door {
    justify-self: center;
    margin-right: 0;
  }

  .lt_portal_game-note {
    font-size: clamp(14px, 2vw, 18px);
  }

  .lt_portal_action strong,
  .lt_portal_action strong p {
    font-size: clamp(22px, 3vw, 28px);
  }

  .lt_portal_action--door strong,
  .lt_portal_action--door strong p {
    font-size: clamp(20px, 2.7vw, 25px);
  }
}

@media (min-width: 1120px) {
  .lt_portal_game-note {
    font-size: clamp(15px, 1.45vw, 19px);
  }

  .lt_portal_action strong,
  .lt_portal_action strong p {
    font-size: clamp(23px, 2.1vw, 29px);
  }

  .lt_portal_action--door strong,
  .lt_portal_action--door strong p {
    font-size: clamp(21px, 1.8vw, 25px);
  }
}
