.video-carousel-wrapper {
  width: calc(100% - 32px);
  max-width: 100%;
  margin: 0 16px 24px;
  position: relative;
  box-sizing: border-box;
}

.video-carousel-swiper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.video-carousel-swiper .swiper-wrapper {
  gap: 0 !important;
  margin-top: 0 !important;
}

.video-carousel-swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  box-sizing: border-box;
}

.video-carousel-slide {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 6px;
}

.video-carousel-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-carousel-swiper .swiper-button-prev,
.video-carousel-swiper .swiper-button-next {
  display: flex !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: background 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.video-carousel-swiper .swiper-button-prev:hover,
.video-carousel-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.video-carousel-swiper .swiper-button-prev::after,
.video-carousel-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
