/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/video-gallery/style.css ***!
  \*********************************************************************************************************************************************************************************/
/* Repeater Styles */
.p7-video-repeater {
  margin: 10px 0;
}
.p7-video-item {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0px;
  background: #f9f9f9;
}
.p7-video-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.p7-video-item-controls {
  display: flex;
  gap: 5px;
}
.p7-video-item-controls button {
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
}
/* Empty state */
.p7-video-gallery-empty {
  padding: 40px;
  text-align: center;
  background: #f0f0f0;
  border: 2px dashed #ccc;
}
/* Thumbnail titles */
.thumb-title {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-container-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 100%;
  width: 100%;
}
/* Main video area */
.gallery-top {
  width: 100%;
  height: 70%;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.gallery-top iframe {
  width: 100%;
  height: 100%;
}
/* Thumbnails */
.gallery-video-thumbs {
  width: 100%;
  height: 80px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 30px;
}
.gallery-video-thumbs .swiper-slide {
  flex: 1 0 auto;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: auto;
}
.gallery-video-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* On desktop: show thumbnails on the right */
@media (min-width: 676px) {
  .swiper-container-wrapper {
    flex-direction: row;
  }

  .gallery-top {
    width: 75%;
    height: 100%;
    margin-right: 10px;
  }

  .gallery-video-thumbs {
    width: 30%;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0px;
  }

  .gallery-video-thumbs .swiper-slide {
    min-height: 120px;
    width: 100% !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.wp-block-p7-video-gallery {
  width: 100%;
  max-width: 100% !important;
  max-height: 600px !important;
  height: 600px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 676px) and (max-width: 1024px) {
  .wp-block-p7-video-gallery.block-editor-block-list__block .gallery-video-thumbs .swiper-slide {
    margin-bottom: 20px;
  }
}
@media (max-width: 676px) {
  .wp-block-p7-video-gallery.block-editor-block-list__block .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
  }

  .wp-block-p7-video-gallery.block-editor-block-list__block .gallery-video-thumbs .swiper-slide {
    height: 100% !important;
  }
}
.swiper-button-video-next,
.swiper-button-video-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-video-next:after,
.swiper-button-video-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-video-next:after,
.swiper-rtl .swiper-button-video-prev:after {
  content: 'next';
}
.swiper-button-video-next {
  right: 40px;
}
.swiper-button-video-prev:after,
.swiper-rtl .swiper-button-video-next:after {
  content: 'prev';
}
.swiper-button-video-prev {
  left: 40px;
}
.swiper-button-video-next,
.swiper-button-video-prev {
  color: #fff;
  background: #2A5F9E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
}
/* .thumb-wrapper:hover .thumb-title-overlay {
  opacity: 1 !important;
} */
.thumb-play-icon .play-icon,
.thumb-pause-icon .pause-icon {
  background-color: #2A5F9E;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.thumb-play-icon .play-icon svg,
.thumb-pause-icon .pause-icon svg {
  width: 30px;
  height: 30px;
}
.thumb-active-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #FF6200;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  pointer-events: none;
}
@media (max-width: 676px) {

  .swiper-container-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }

  /* Responsive video ratio */
  .gallery-top {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    margin-right: 0;
  }

  .gallery-top iframe {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* Horizontal thumbnails */
  .gallery-video-thumbs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 0;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .gallery-video-thumbs .swiper-slide {
    min-width: 120px;
    height: 180px !important;
    flex: 0 0 auto;
    opacity: 1;
  }

  .thumb-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* Better arrows */
  .swiper-button-video-next,
  .swiper-button-video-prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .swiper-button-video-next {
    right: 10px;
  }

  .swiper-button-video-prev {
    left: 10px;
  }
}
@media (max-width: 676px) {
  .thumb-wrapper {
    min-width: 120px;
    height: 70px;
  }

  .thumb-title-overlay {
    font-size: 12px;
    padding: 6px;
  }

  .thumb-play-icon .play-icon,
  .thumb-pause-icon .pause-icon {
    padding: 8px;
  }

  .thumb-play-icon .play-icon svg,
  .thumb-pause-icon .pause-icon svg {
    width: 22px;
    height: 22px;
  }
}

/*# sourceMappingURL=style-index.css.map*/