.aftv-post .aftv-featured-media {
  position: relative;
  margin: 0;
  isolation: isolate;
}

.aftv-post .aftv-featured-media--gallery {
  height: auto;
}

.aftv-post .aftv-featured-media--gallery[data-aftv-carousel-ready="true"] {
  height: 464px;
  cursor: grab;
  touch-action: pan-y;
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]:active {
  cursor: grabbing;
}

.aftv-post .aftv-featured-media__viewport,
.aftv-post .aftv-featured-media__track,
.aftv-post .aftv-featured-media__slide {
  width: 100%;
}

.aftv-post .aftv-featured-media__track {
  display: grid;
  gap: 16px;
}

.aftv-post .aftv-featured-media__slide {
  min-width: 0;
}

.aftv-post .aftv-featured-media__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 700 / 464;
  object-fit: cover;
  object-position: center 25%;
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__viewport,
.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__track,
.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__slide {
  height: 100%;
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__viewport {
  overflow: hidden;
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__track {
  display: flex;
  gap: 0;
  transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__slide {
  flex: 0 0 100%;
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__slide
  img {
  height: 100%;
  aspect-ratio: auto;
}

.aftv-post .aftv-featured-media__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  color: #fff;
  background: rgb(0 0 0 / 72%);
  font:
    500 20px/1 Arial,
    sans-serif;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__control {
  display: grid;
}

.aftv-post .aftv-featured-media__control--prev {
  left: 16px;
}

.aftv-post .aftv-featured-media__control--next {
  right: 16px;
}

.aftv-post .aftv-featured-media__control:hover,
.aftv-post .aftv-featured-media__control:focus-visible {
  border-color: #fff;
  color: #fff;
  background: var(--aftv-wine);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.aftv-post .aftv-featured-media__counter {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: none;
  min-width: 54px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgb(0 0 0 / 72%);
  font:
    600 12px/16px "Archivo",
    Arial,
    sans-serif;
  text-align: center;
  backdrop-filter: blur(8px);
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__counter {
  display: block;
}

.aftv-post .aftv-featured-media__dots {
  position: absolute;
  right: 72px;
  bottom: 16px;
  left: 72px;
  z-index: 2;
  display: none;
  justify-content: center;
  gap: 8px;
}

.aftv-post
  .aftv-featured-media--gallery[data-aftv-carousel-ready="true"]
  .aftv-featured-media__dots {
  display: flex;
}

.aftv-post .aftv-featured-media__dots button {
  width: 8px;
  height: 8px;
  min-width: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgb(0 0 0 / 35%);
  cursor: pointer;
}

.aftv-post .aftv-featured-media__dots button[aria-current="true"] {
  width: 24px;
  border-radius: 999px;
  background: #fff;
}

.aftv-post .aftv-featured-media--video {
  height: auto;
  aspect-ratio: 16 / 9;
  background: #090909;
}

.aftv-post .aftv-featured-media__embed,
.aftv-post .aftv-featured-media__embed > div,
.aftv-post .aftv-featured-media__embed .wp-video,
.aftv-post .aftv-featured-media__embed video,
.aftv-post .aftv-featured-media__embed iframe {
  width: 100% !important;
  height: 100% !important;
}

.aftv-post .aftv-featured-media__embed {
  position: absolute;
  inset: 0;
}

.aftv-post .aftv-featured-media__embed video {
  display: block;
  object-fit: contain;
  background: #090909;
}

.aftv-post .aftv-featured-media__embed iframe {
  display: block;
  border: 0;
}

@media (max-width: 900px) {
  .aftv-post .aftv-featured-media--gallery[data-aftv-carousel-ready="true"] {
    height: 420px;
  }
}

@media (max-width: 600px) {
  .aftv-post .aftv-featured-media--gallery[data-aftv-carousel-ready="true"] {
    height: 240px;
  }

  .aftv-post .aftv-featured-media__control {
    width: 40px;
    height: 40px;
  }

  .aftv-post .aftv-featured-media__control--prev {
    left: 10px;
  }

  .aftv-post .aftv-featured-media__control--next {
    right: 10px;
  }

  .aftv-post .aftv-featured-media__counter {
    top: 10px;
    right: 10px;
  }

  .aftv-post .aftv-featured-media__dots {
    right: 58px;
    bottom: 10px;
    left: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aftv-post .aftv-featured-media__track {
    transition: none;
  }
}
