/* Wrapper layout */
.alcatraz-video-section.no-inline {
  display: flex;
  gap: 30px;
  max-width: 1300px;
  max-height: 400px;
  width: 100%;
}

/* Left */
.alcatraz-left-col {
  width: 60%;
}

.alcatraz-left-col #video-player-container {
  width: 100%;
  position: relative;
  padding-bottom: 52.25%;
  /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  background-color: transparent;
}

.alcatraz-episode-desktop .video-item .brxe-block h3 {
  font-size: 16px;
  line-height: 32px;
}

.alcatraz-episode-desktop .video-item .brxe-block .brxe-text p {
  font-size: 14px;
  line-height: 1.4em;
}

.alcatraz-episode-desktop {
  display: flex;
  gap: 12px;
  cursor: pointer;
  transition: background 0.2s;
  align-items: center;
  flex-direction: column;
}

.alcatraz-left-col #video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Right */
.alcatraz-right-col {
  width: 40%;
  padding: 20px 0 20px 20px;
  border: 1px solid #dddedf;
  border-radius: 5px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
}

/* Right Column Scroll List */

.alcatraz-right-col::-webkit-scrollbar {
  width: 6px;
}

.alcatraz-right-col::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.alcatraz-right-col::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 10px;
}

.alcatraz-right-col::-webkit-scrollbar-thumb:hover {
  background: #999;
}

#brxe-hydayk .video-item {
  display: flex;
  gap: 12px;
  cursor: pointer;
  transition: background 0.2s;
  align-items: center;
}

#brxe-hydayk .video-item:hover {
  background: #f4f8fc;
}

#brxe-hydayk .video-item img {
  width: 100%;
  height: auto;
}

#brxe-hydayk .video-item.active {
  background: #eaf0f7;
}

/* Hidden SEO block */
.hidden-seo {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .alcatraz-video-section.no-inline {
    max-height: 367px;
  }

  .alcatraz-episode-desktop .video-item .brxe-block .brxe-text p {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .alcatraz-video-section.no-inline {
    max-height: 264px;
  }

  .alcatraz-left-col {
    width: 50%;
  }

  .alcatraz-right-col {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .alcatraz-video-section.no-inline {
    max-height: 219px;
  }
}

@media (max-width: 991px) {
  .alcatraz-video-section.no-inline {
    display: flex;
    gap: 30px;
    flex-direction: column;
    max-height: unset;
  }

  #brxe-hydayk .video-item img {
    width: 100%;
    height: 93px;
    object-fit: cover;
  }

  .alcatraz-left-col {
    width: 100%;
  }

  .alcatraz-right-col {
    width: 100%;
  }

  #brxe-hydayk {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }

  #brxe-hydayk .video-item {
    display: flex;
    flex-direction: column;
  }

  #brxe-hydayk .video-item.active .brxe-block.texts {
    padding: 0px 10px 10px 10px;
  }

  .alcatraz-video-section.no-inline {
    overflow-x: auto;
    scrollbar-width: thin;
    min-width: 300px;
    /* Firefox support */
  }
}

body.single.single-post .alcatraz-video-section.no-inline {
  max-height: 280px;
}

body.single.single-post .alcatraz-video-section.no-inline .alcatraz-left-col {
  width: 60%;
}

body.single.single-post .alcatraz-video-section.no-inline .alcatraz-right-col {
  width: 40%;
}

body.single.single-post
  .alcatraz-video-section.no-inline
  .alcatraz-right-col
  #brxe-hydayk
  .video-item
  .brxe-block.texts
  h3 {
  margin-bottom: 5px;
}

body.single.single-post
  .alcatraz-video-section.no-inline
  .alcatraz-right-col
  #brxe-hydayk
  .video-item {
  display: flex;
  align-items: flex-start;
}

body.single.single-post
  .alcatraz-video-section.no-inline
  .alcatraz-right-col
  .alcatraz-episode-desktop
  .video-item
  .brxe-block
  h3 {
  line-height: normal;
}

/* New hidden SEO CSS */
.seo-hidden-content {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

/* ============================= */
/* MOBILE SWIPER – CLEAN RESET   */
/* ============================= */

/* Wrapper */
.rcv-wrapper {
  width: 100%;
  padding: 20px 0 40px;
}

/* Swiper container */
.rcv-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Swiper core layout (CRITICAL) */
.rcv-slider .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  will-change: transform;
}

/* Each slide MUST be locked */
.rcv-slider .swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
  box-sizing: border-box;
}

/* Slide item */
.rcv-slide-item {
  cursor: pointer;
  width: 100%;
}

/* Thumbnail wrapper */
.rcv-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  overflow: hidden;
}

/* iframe */
.rcv-thumb iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

/* Thumbnail image fallback */
.rcv-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.rcv-text {
  text-align: center;
  padding: 10px 12px 0;
}

.rcv-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
}

.rcv-text p {
  font-size: 16px;
  margin: 0;
}

/* ============================= */
/* PAGINATION (FIXED)            */
/* ============================= */

.rcv-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  position: relative;
}

.rcv-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888;
  opacity: 1;
  transition: background 0.25s ease;
}

.rcv-pagination .swiper-pagination-bullet-active {
  background: #43b02a;
}

@media (max-width: 768px) {
  .rcv-text {
    text-align: center;
  }

  .swiper-pagination {
    padding-top: 25px;
  }

  .rcv-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

/* Desktop only */
@media (min-width: 768px) {
  .alcatraz-video-mobile {
    display: none;
  }
}

/* Mobile only */
@media (max-width: 767px) {
  .alcatraz-video-section.no-inline {
    display: none;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(-80px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.custom-slider-left-right .brxe-block:not(:first-child) {
  opacity: 0;
  transform: translateX(-80px);
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
}

.custom-slider-left-right .brxe-block.animate-slide {
  animation: slideInRight 2.4s ease-out forwards;
}
