/* 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;
    padding: 0 8px;
}

/* 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: 14px;
    width: 14px;
  }

  .alcatraz-video-mobile .swiper {
    position: unset !important;
    width: 100% !important;
}
.alcatraz-video-mobile .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.rcv-wrapper.alcatraz-video-mobile {
  position: relative;

}

}


/* 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;
}



/* vms-maturity-assessment */

/* Hero widget */
.hero-widget-col {
  width: 358px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  box-shadow:
    0 -8px 32px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  align-self: flex-end;
  margin-top: 3.5rem;
}

.hero-widget-col .hw-header {
  background: #eaf3de;
  padding: 16px 20px 14px;
  border-bottom: 1px solid #c0dd97;
}

.hero-widget-col .hw-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--rc-green-mid);
  color: #27500a;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 0.5rem;
}

.hero-widget-col .hw-title {
  font-size: 16px;
  font-weight: 700;
  color: #092033;
  line-height: 1.35;
  text-align: center;
}

.hero-widget-col .hw-body {
  padding: 14px 20px;
}

.hero-widget-col .hw-meta {
  display: flex;
  gap: 6px;
  margin-bottom: 0.875rem;
}

.hero-widget-col .hw-meta-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f5f7f9;
  border-radius: 4px;
  padding: 7px 9px;
}

.hero-widget-col .hw-meta-icon {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #eaf3de;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-widget-col .hw-meta-val {
  font-size: 13px;
  font-weight: 700;
  color: #092033;
  line-height: 1;
}

.hero-widget-col .hw-meta-sub {
  font-size: 10px;
  color: #5a6a78;
  margin-top: 1px;
}

.hero-widget-col .hw-domains {
  border-top: 1px solid #dde3e9;
  padding-top: 12px;
}

.hero-widget-col .hw-domains-label {
  font-size: 10px;
  color: #5a6a78;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-bottom: 7px;
}

.hero-widget-col .hw-domain-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 500;
  color: #5a6a78;
}

.hero-widget-col .hw-domain-score {
  color: var(--rc-border);
}

.hero-widget-col .hw-domain-bar {
  height: 2px;
  background: #dde3e9;
  border-radius: 2px;
  margin: 2px 0 4px;
}

.hero-widget-col .hw-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #dde3e9;
}

.hero-widget-col .hw-progress-text {
  font-size: 11px;
  color: #5a6a78;
  line-height: 1.5;
  font-weight: 700;
}

.hero-widget-col .btn-full {
  width: 100%;
  justify-content: center;
}

.hero-widget-col .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #43b02a;
  color: #fff;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.15s ease,
    transform 0.1s ease;
  white-space: nowrap;
}

.hero-widget-col .hw-footer {
  padding: 0 20px 16px;
}

.hero-widget-col .hw-disclaimer {
  font-size: 10px;
  color: #5a6a78;
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {

  .hero-widget-col {
  width: auto;
}

}
