.dm-story li.dm-story-card-component {
  margin-right: var(--space-xl);
  width: 246px;
  height: 437px;
}

.dm-story li.dm-story-card-component .dm-story-card-title {
  bottom: 48px;
  color: var(--color-foreground-foreground-on-active);
  font-size: var(--typography-font-size-body1-strong-lg);
  line-height: var(--typography-line-height-body1-strong-lg);
  font-weight: var(--font-weight-bold);
  margin: var(--space-sm) var(--space-xl);
  z-index: 1;
}

.dm-story li.dm-story-card-component .dm-story-card-created {
  bottom: 24px;
  color: var(--color-foreground-foreground-on-inverse-inactive);
  font-size: var(--typography-font-size-caption-lg);
  line-height: var(--typography-line-height-caption-lg);
  font-weight: var(--font-weight-regular);
  margin: var(--space-sm) var(--space-xl);
  z-index: 1;
}

.dailymotion-reels-wrapper .sponser-stripe-wrap, .dailymotion-reels-wrapper .component-title {
  margin-bottom: var(--space-xl);
}
.dailymotion-reels-wrapper .splide__arrow {
  width: 48px;
  height: 48px;
  background: #010414B2;
}
.dailymotion-reels-wrapper .splide__arrow svg {
  display: none;
}
.dailymotion-reels-wrapper .splide__arrow--next {
  right: 32px;
}
.dailymotion-reels-wrapper .splide__arrows:has(.splide__arrow:disabled) .splide__arrow--prev {
  left: 32px;
}
.dailymotion-reels-wrapper .splide__arrow--prev::after {
  content: '';
  background: url(./assests/images/chevron-left.svg) no-repeat center;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.dailymotion-reels-wrapper .splide__arrow--next::after {
  content: '';
  background: url(./assests/images/chevron-right.svg) no-repeat center;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.dailymotion-reels-wrapper .dm-fullscreen .splide__arrows {
  position: absolute;
  left: auto;
  right: -15px;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.dailymotion-reels-wrapper .dm-story.dm-fullscreen .dm-story-content-wrapper button.splide__arrow {
  left: 0px;
  transform: rotate(90deg);
  top: 0px;
}
.dailymotion-reels-wrapper .dm-story.dm-fullscreen .dm-story-content-wrapper button.splide__arrow--next {
  top: 75px;
}
@media only screen and (max-width: 960px) {
  .dailymotion-reels-wrapper .splide__arrows {
    display: none;
  }
  .dm-story li.dm-story-card-component {
    margin-right: var(--space-lg);
    width: 148px;
    height: 263px;
  }

  .dm-story li.dm-story-card-component .dm-story-card-title {
    bottom: 36px;
    font-size: var(--typography-font-size-body2-strong-sm);
    line-height: var(--typography-line-height-body2-strong-sm);
    margin: var(--space-sm) var(--space-xs);
  }
  
  .dm-story li.dm-story-card-component .dm-story-card-created {
    bottom: 16px;
    font-size: var(--typography-font-size-caption-sm);
    line-height: var(--typography-line-height-caption-sm);
    margin: var(--space-sm) var(--space-xs);
  }
  .dailymotion-reels-slider .splide__track--draggable {
    padding-left: var(--space-2xl) !important;
    padding-right: var(--space-lg) !important;
  }
}
@media only screen and (max-width: 767px) {
  .dailymotion-reels-slider .splide__track--draggable {
    padding-left: var(--space-xl) !important;
    padding-right: var(--space-lg) !important;
  }
}
@media only screen and (max-width: 640px) {
  .dailymotion-reels-slider .splide__track--draggable {
    padding-left: var(--space-lg) !important;
    padding-right: var(--space-lg) !important;
  }
}
