.webinar-vimeo-splide {
  margin: 24px 0;
}

.webinar-vimeo-thumbs {
  margin-top: 12px;
}

.webinar-vimeo-thumbs .splide__arrows {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.webinar-vimeo-thumbs .splide__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.webinar-vimeo-thumbs .splide__slide {
  opacity: 0.6;
  border: 1px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.webinar-vimeo-thumbs .splide__slide.is-active {
  opacity: 1;
  border-color: #222;
}

.webinar-vimeo-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.webinar-vimeo-thumb-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  color: #333;
  font-size: 14px;
}

.webinar-vimeo-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
}

.webinar-vimeo-link {
  display: inline-block;
  margin: 12px 0;
}
