.channel-info-card-wrapper {
  background: var(--color-surface-default, #ffffff);
  border-radius: var(--border-radius-border-radius-xl, 24px);
  box-shadow: 0 4px 20px rgb(16 20 20 / 9%);
  text-align: center;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  max-width: 275px;
}
.channel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: var(--space-lg, 24px);
  padding-bottom: 0;
}
.channel-card-logo img {
  width: 101px;
  height: 56px;
  object-fit: contain;
}
.channel-card:has(.channel-card-logo) .channel-card-logo {
  margin-bottom: var(--space-lg, 24px);
}
.channel-card.channel-card-prompt:has(.channel-card-logo) .channel-card-logo {
  margin-bottom: 0;
}
.channel-card-description {
  font-weight: var(--font-weight-font-weight-regular, 400);
}
.channel-card-cta a:hover {
  text-decoration: underline;
}
.channel-card.channel-card-prompt .channel-card-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.channel-card-cta {
  margin-top: var(--space-md, 16px);
  padding: var(--space-lg, 24px);
  padding-top: 0;
}
.channel-ott-carousel-slider .swiper-slide {
  height: auto;
  width: auto;
  padding: var(--space-md, 16px) var(--space-sm, 8px);
}
.channel-ott-carousel-slider .swiper-button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  filter: invert(1);
}
.channel-ott-carousel-wrap .swiper-carousel {
  padding: 0 36px;
  position: relative;
}
.channel-ott-carousel-wrap .swiper-carousel:has(.swiper-button-lock) {
  padding: 0;
}
.channel-ott-carousel-slider.swiper {
  position: unset;
}
.channel-info-card-wrapper:has(.channel-card-prompt) {
  align-items: center;
  justify-content: center;
}
.channel-card-prompt {
  height: auto;
}
.channel-card-description {
  color: var(--color-foreground-default, #010414);
}
@media only screen and (max-width: 960px) {
  .channel-info-card-wrapper {
    width: 230px;
  }
  .channel-ott-carousel-slider .swiper-button {
    display: none;
  }
  .channel-ott-carousel-wrap .swiper-carousel {
    padding: 0;
  }
  .channel-card {
    padding: var(--space-md, 16px);
    padding-bottom: 0;
  }
  .channel-card-cta {
    padding: var(--space-md, 16px);
    padding-top: 0;
  }
  .channel-ott-carousel-slider.swiper {
    padding-left: var(--space-xl, 32px);
    padding-right: var(--space-xl, 32px);
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .channel-ott-carousel-slider.swiper {
    padding-left: var(--space-lg, 24px);
    padding-right: var(--space-lg, 24px);
  }
}
@media only screen and (max-width: 640px) {
  .channel-ott-carousel-slider.swiper {
    padding-left: var(--space-md, 16px);
    padding-right: var(--space-md, 16px);
  }
}
