.course-video-preview {
  background: #2b2b2b;
  border: 3px solid #2b2b2b;
  border-radius: 30px;
  box-shadow: 18px 20px 0 #c9f4df;
  max-width: 100%;
  overflow: hidden;
}

.sat-feature-visual > .course-video-preview {
  max-width: none;
  width: 115%;
}

.course-video-preview-media {
  background: #000;
  line-height: 0;
  position: relative;
}

.course-video-preview-redaction {
  align-items: center;
  background: #2b2b2b;
  color: #00ca64;
  display: flex;
  font-family: "adapt-variable", Impact, sans-serif;
  font-size: clamp(10px, .8vw, 12px);
  font-variation-settings: "wdth" 58, "wght" 800;
  height: clamp(28px, 3.6vw, 42px);
  justify-content: center;
  left: 0;
  letter-spacing: .08em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
}

.act-course-preview-section .sat-feature-grid {
  column-gap: clamp(80px, 8vw, 140px);
}

.act-course-preview-section .sat-feature-visual > .course-video-preview {
  width: 100%;
}

.course-video-preview video {
  background: #000;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.course-video-preview--lesson video {
  aspect-ratio: 1782 / 1280;
}

.course-video-preview--widescreen video {
  aspect-ratio: 16 / 9;
}

.course-video-preview-play {
  align-items: center;
  appearance: none;
  background: rgba(43, 43, 43, .94);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .42);
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 13px;
  left: 50%;
  line-height: 1;
  padding: 8px 20px 8px 8px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  white-space: nowrap;
  z-index: 2;
}

.course-video-preview-play:hover {
  transform: translate(-50%, -50%) scale(1.04);
}

.course-video-preview-play:focus-visible {
  outline: 4px solid #00ca64;
  outline-offset: 4px;
}

.course-video-preview-play > span {
  align-items: center;
  background: #00ca64;
  border-radius: 50%;
  color: #2b2b2b;
  display: flex;
  flex: 0 0 auto;
  font-size: 23px;
  height: 64px;
  justify-content: center;
  padding-left: 4px;
  width: 64px;
}

.course-video-preview-play strong {
  color: #fff;
  font-family: "adapt-variable", Impact, sans-serif;
  font-size: 18px;
  font-variation-settings: "wdth" 55, "wght" 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.course-video-preview.is-playing .course-video-preview-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.94);
  visibility: hidden;
}

.course-video-preview-caption {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  letter-spacing: .02em;
  margin: 0;
  padding: 14px 18px 16px;
  text-align: center;
}

.course-video-preview-caption i {
  color: #00ca64;
  font-size: 17px;
}

@media (max-width: 1100px) {
  .sat-feature-visual > .course-video-preview {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .course-video-preview {
    border-radius: 18px;
    box-shadow: 10px 12px 0 #c9f4df;
  }

  .course-video-preview-play {
    gap: 9px;
    padding: 6px 14px 6px 6px;
  }

  .course-video-preview-play > span {
    font-size: 17px;
    height: 48px;
    width: 48px;
  }

  .course-video-preview-play strong {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-video-preview-play {
    transition: none;
  }
}
