/**
 * YouTube Shorts Carousel - Estilos SCSS
 */
.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--wp--style--root--padding-left, 1rem);
  width: 100%;
}

.container-fluid {
  width: 100%;
  padding-inline: var(--wp--style--root--padding-left, 1rem);
}

.grid {
  display: grid;
  gap: var(--wp--style--block-gap, 1.5rem);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767.98px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  --gutter-x: var(--wp--style--block-gap, 1.5rem);
  --gutter-y: 0;
  margin-left: calc(-0.5 * var(--gutter-x));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-top: calc(-1 * var(--gutter-y));
}

[class*=col-] {
  flex: 1 0 0%;
  padding-left: calc(0.5 * var(--gutter-x));
  padding-right: calc(0.5 * var(--gutter-x));
  padding-top: var(--gutter-y);
}

.g-0 {
  --gutter-x: 0;
  --gutter-y: 0;
}

.g-1 {
  --gutter-x: 0.25rem;
  --gutter-y: 0.25rem;
}

.g-2 {
  --gutter-x: 0.5rem;
  --gutter-y: 0.5rem;
}

.g-3 {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}

.g-4 {
  --gutter-x: 1.5rem;
  --gutter-y: 1.5rem;
}

.g-5 {
  --gutter-x: 3rem;
  --gutter-y: 3rem;
}

.col-1 {
  flex-basis: 8.3333%;
  max-width: 8.3333%;
}

.col-2 {
  flex-basis: 16.6666%;
  max-width: 16.6666%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex-basis: 41.6666%;
  max-width: 41.6666%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex-basis: 91.6666%;
  max-width: 91.6666%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

.d-xs-block {
  display: block !important;
}

.d-xs-flex {
  display: flex !important;
}

.d-xs-grid {
  display: grid !important;
}

.d-xs-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.justify-center {
  justify-content: center !important;
}

.align-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-1 {
  margin-top: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.mb-1 {
  margin-bottom: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.pt-1 {
  padding-top: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.pb-1 {
  padding-bottom: var(--wp--preset--spacing--20, 0.5rem) !important;
}

.mt-2 {
  margin-top: var(--wp--preset--spacing--40, 1rem) !important;
}

.mb-2 {
  margin-bottom: var(--wp--preset--spacing--40, 1rem) !important;
}

.pt-2 {
  padding-top: var(--wp--preset--spacing--40, 1rem) !important;
}

.pb-2 {
  padding-bottom: var(--wp--preset--spacing--40, 1rem) !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-layout-container,
.is-layout-container-sm,
.is-layout-container-md,
.is-layout-container-lg,
.is-layout-container-xl,
.is-layout-container-xxl,
.is-layout-container-fluid {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .is-layout-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .is-layout-container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .is-layout-container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .is-layout-container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .is-layout-container-xxl {
    max-width: 1320px;
  }
}
.is-layout-container {
  max-width: 960px;
}

.is-layout-container-fluid {
  max-width: 100%;
}

.cbc-shorts-carousel {
  position: relative;
  padding: 2rem 0;
}
.cbc-shorts-carousel.alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.cbc-shorts-carousel.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.cbc-shorts-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 0 0 1.5rem;
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  .cbc-shorts-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.cbc-shorts-container {
  position: relative;
}
@media (max-width: 767.98px) {
  .cbc-shorts-container {
    padding: 0 1rem;
  }
}
@media (max-width: 575.98px) {
  .cbc-shorts-container {
    padding: 0 1rem;
  }
}

.cbc-shorts-swiper {
  position: relative;
}
.cbc-shorts-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.cbc-shorts-swiper .swiper-slide {
  height: auto;
}

.cbc-shorts-item {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  transition: transform 0.3s ease;
}
.cbc-shorts-item:hover {
  transform: translateY(-4px);
}
.cbc-shorts-item:hover .cbc-shorts-thumbnail::after {
  opacity: 1;
}
.cbc-shorts-item:hover .cbc-shorts-play-icon {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #FF0000;
}
.cbc-shorts-item:hover .cbc-shorts-img {
  transform: scale(1.05);
}
.cbc-shorts-item:focus {
  outline: none;
}
.cbc-shorts-item:focus .cbc-shorts-thumbnail {
  outline: 3px solid #EF2956;
  outline-offset: 2px;
}

.cbc-shorts-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f0f0f0;
}
.cbc-shorts-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cbc-shorts-format--vertical .cbc-shorts-thumbnail {
  aspect-ratio: 0.5625;
}
.cbc-shorts-format--horizontal .cbc-shorts-thumbnail {
  aspect-ratio: 1.7777777778;
}

.cbc-shorts-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.cbc-shorts-img.lazy {
  opacity: 0;
}
.cbc-shorts-img.loaded {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cbc-shorts-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.cbc-shorts-play-icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 575.98px) {
  .cbc-shorts-play-icon {
    width: 44px;
    height: 44px;
  }
  .cbc-shorts-play-icon svg {
    width: 18px;
    height: 18px;
  }
}

.cbc-shorts-item-title {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cbc-shorts-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 33px;
  height: 33px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.cbc-shorts-nav.btn-arrow-blue {
  background-image: url(../images/blue_arrow.svg);
}
.cbc-shorts-nav.btn-arrow-red {
  background-image: url(../images/red_arrow.svg);
}
.cbc-shorts-nav.btn-arrow-white {
  background-image: url(../images/white_arrow.svg);
}
.cbc-shorts-nav::after {
  display: none;
}
.cbc-shorts-nav:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cbc-shorts-nav:focus {
  outline: 3px solid #EF2956;
  outline-offset: 2px;
}
.cbc-shorts-nav.swiper-button-lock, .cbc-shorts-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.cbc-shorts-nav--prev {
  left: -49.5px;
  transform: rotate(180deg);
}
.cbc-shorts-nav--prev:hover {
  transform: rotate(180deg) scale(1.1);
}
.cbc-shorts-nav--next {
  right: -49.5px;
}
@media (max-width: 767.98px) {
  .cbc-shorts-nav {
    width: 36px;
    height: 36px;
  }
  .cbc-shorts-nav--prev {
    left: 18px;
  }
  .cbc-shorts-nav--next {
    right: 18px;
  }
}

.cbc-shorts-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.cbc-shorts-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cbc-shorts-pagination .swiper-pagination-bullet-active {
  background: #EF2956;
  transform: scale(1.2);
}

.cbc-shorts-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.cbc-shorts-modal.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.cbc-shorts-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
}

.cbc-shorts-modal-container {
  position: relative;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .cbc-shorts-modal-container {
    padding: 2rem;
  }
}

.cbc-shorts-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.cbc-shorts-modal-close svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.cbc-shorts-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cbc-shorts-modal-close:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (max-width: 767.98px) {
  .cbc-shorts-modal-close {
    top: 2rem;
    right: 2rem;
  }
}

.cbc-shorts-modal-counter {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .cbc-shorts-modal-counter {
    top: 2rem;
    left: 2rem;
    font-size: 1rem;
  }
}

.cbc-shorts-modal-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 80vh;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cbc-shorts-modal-content {
    max-width: 100%;
    height: 70vh;
  }
}

.cbc-shorts-modal-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.cbc-shorts-modal-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cbc-shorts-modal-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cbc-shorts-modal-nav svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.cbc-shorts-modal-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cbc-shorts-modal-nav:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.cbc-shorts-modal-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.cbc-shorts-modal-nav--prev {
  top: -60px;
}
.cbc-shorts-modal-nav--next {
  bottom: -60px;
}
@media (max-width: 575.98px) {
  .cbc-shorts-modal-nav {
    width: 40px;
    height: 40px;
  }
  .cbc-shorts-modal-nav--prev {
    top: -50px;
  }
  .cbc-shorts-modal-nav--next {
    bottom: -50px;
  }
  .cbc-shorts-modal-nav svg {
    width: 20px;
    height: 20px;
  }
}

.cbc-shorts-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 0.5625;
  max-height: calc(80vh - 80px);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.cbc-shorts-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  width: 100%;
  height: 100%;
}

.cbc-shorts-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.cbc-shorts-video-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cbc-shorts-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cbc-spin 0.8s linear infinite;
}

@keyframes cbc-spin {
  to {
    transform: rotate(360deg);
  }
}
.cbc-shorts-error {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 1rem;
}

.cbc-shorts-video-title {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  max-width: 100%;
  padding: 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .cbc-shorts-video-title {
    font-size: 1rem;
  }
}

body.cbc-shorts-modal-open {
  overflow: hidden;
}

.block-editor-block-list__block .cbc-shorts-carousel .cbc-shorts-modal {
  display: none;
}

@media print {
  .cbc-shorts-carousel .cbc-shorts-play-icon,
  .cbc-shorts-carousel .cbc-shorts-nav,
  .cbc-shorts-carousel .cbc-shorts-pagination {
    display: none !important;
  }
  .cbc-shorts-modal {
    display: none !important;
  }
}
