.dm-story li.dm-story-card-component {
  margin-right: var(--space-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-font-font-weight-bold);
  margin: var(--space-space-sm) var(--space-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-font-font-weight-regular);
  margin: var(--space-space-sm) var(--space-space-xl);
  z-index: 1;
}

.dailymotion-reels-wrapper .sponser-stripe-wrap, .dailymotion-reels-wrapper .component-title {
  margin-bottom: var(--space-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;
}
@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-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-space-sm) var(--space-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-space-sm) var(--space-space-xs);
  }
}
