/* YouTube slider — poster + metin; swiper düzenini bozma */

.customer-stories_card[data-fn-youtube] {
  height: auto !important;
  min-height: 22rem !important;
  max-height: 26rem !important;
  overflow: hidden;
}

.customer-stories_card[data-fn-youtube] .customer-stories_bg-visual {
  aspect-ratio: 16 / 9;
  max-height: 11rem;
  overflow: hidden;
}

.customer-stories_card[data-fn-youtube] .customer-stories_content-wrap {
  position: relative;
  z-index: 1;
}

.customer-stories_card[data-fn-youtube] .inline-video_video {
  display: none !important;
}

.customer-stories_card[data-fn-youtube] .inline-video_component {
  position: relative;
  min-height: 100%;
}

.customer-stories_card[data-fn-youtube] .fn-yt-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
}

.customer-stories_card[data-fn-youtube].fn-yt-playing .inline-video_poster-wrap,
.customer-stories_card[data-fn-youtube].fn-yt-playing .inline-video_playback {
  opacity: 0;
  pointer-events: none;
}

.customer-stories_card[data-fn-youtube] .customer-stories_quote .rich-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.customer-stories_topic-label {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.customer-stories_card[data-fn-youtube] .customer-stories_logo_image img {
  display: none;
}
