.pdp-activation__heading {
  > sup {
    font-size: 50%;
  }
}

.pdp-activation__subheading,
.pdp-activation__preheading {
  margin-block: -0.3rem;

  > sup {
    font-size: 50%;
  }
}

.pdp-activation__grid {
  margin-top: 2.5rem;
  align-items: center;
}

.pdp-activation__media {
  .pdp-activation__still {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
  }

  @media (max-width: 768px) {
    .pdp-activation__still {
      aspect-ratio: 16 / 9;
    }

    .video-poster {
      aspect-ratio: 10 / 7;
      background: #f0f0f0;
    }
  }
}

.pdp-activation__information {
  padding: 1.875rem 0 0;

  @media (min-width: 769px) {
    padding: 0 1.875rem;
  }

  h4 {
    line-height: 1.3;
    color: var(--color-body-text);
  }

  p {
    line-height: 1.25;
    color: var(--color-body-text);
  }
}

.pdp-activation__blocks {
  margin-bottom: 1.75rem;
}

.pdp-activation__block {
  gap: 0.125rem;
}

.pdp-activation__block-image {
  margin-bottom: 0.5rem;
  border-radius: 50%;
  width: 50%;
  overflow: hidden;

  & img {
    display: block;
    width: 100%;
  }
}
