.cmpt_video_card_small {
  position: relative;
  overflow: hidden;
}
.cmpt_video_card_small__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cmpt_video_card_small__review {
  position: relative;
  border: 1px solid rgb(171, 213, 255);
  background: hsl(0deg, 0%, 97%);
  background-image: url(/templates/images/video/background.webp);
  aspect-ratio: 4/3;
  border-radius: 0.5em;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.cmpt_video_card_small__review::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.6;
  background: linear-gradient(180deg, var(--pg-color-main-smooth) 0%, hsl(210deg, 100%, 84%) 100%);
  border-radius: 0.5em;
  z-index: 1;
}
.cmpt_video_card_small__details {
  padding: 0 1em;
}

.cmpt_video_card_small_review {
  overflow: hidden;
}
.cmpt_video_card_small_review__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
.cmpt_video_card_small_review__length {
  position: absolute;
  padding: 0.25em 0.75em;
  margin: 0.5em;
  top: 0;
  left: 0;
  color: white;
  font-weight: 500;
  display: inline-block;
  border-radius: 0.4em;
  background-color: hsla(206deg, 100%, 10%, 0.48);
  font-size: 0.6875em;
  z-index: 4;
}
.cmpt_video_card_small_review__button {
  z-index: 4;
  position: absolute;
  margin: 0.75em;
  top: 0;
  left: 0;
}

.cmpt_video_card_small_detail__title {
  font-weight: 500;
  font-family: var(--pg-font-family-normal);
  font-size: 0.8125em;
  color: white;
}