.surfshark-feature-card {
  display: none;
}

@media (min-width: 1200px) {
  .surfshark-feature-card {
    position: absolute;
    top: 90px;
    left: 18px;
    z-index: 900;
    display: block;
    width: clamp(300px, 27vw, 360px);
    border-radius: 11px;
    line-height: 0;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .surfshark-feature-card:hover,
  .surfshark-feature-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 11px 30px rgba(0, 0, 0, 0.52);
  }

  .surfshark-feature-card:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }

  .surfshark-feature-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .player > .surfshark-feature-card--player {
    top: 50%;
    left: 0;
    width: clamp(240px, 24%, 360px);
    transform: translateY(-50%);
  }

  .player > .surfshark-feature-card--player:hover,
  .player > .surfshark-feature-card--player:focus-visible {
    transform: translateY(calc(-50% - 2px));
  }

  .player:fullscreen > .surfshark-feature-card--player {
    display: none !important;
  }

  .player:-webkit-full-screen > .surfshark-feature-card--player {
    display: none !important;
  }

  .player.is-fullscreen > .surfshark-feature-card--player,
  .player.pseudo-fullscreen > .surfshark-feature-card--player {
    display: none !important;
  }

  .surfshark-series-page .toggleButton {
    z-index: 910;
  }

  .surfshark-series-page .surfshark-resume-offset {
    margin-top: clamp(160px, 10vw, 195px) !important;
  }

  .surfshark-series-page.surfshark-no-resume .page1 {
    margin-top: clamp(160px, 10vw, 195px);
  }

  .surfshark-series-page.surfshark-bleach-page .surfshark-resume-offset,
  .surfshark-series-page.surfshark-bleach-page.surfshark-no-resume .page1 {
    margin-top: calc(clamp(160px, 10vw, 195px) + 30px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .surfshark-feature-card {
    transition: none;
  }
}
