/* global */
.component-story-ad {
    background: var(--c-dark);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.wrapper-carousel {
    position: relative;
    width: var(--ph-width-device);
}
/* swiper */
.swiper-container {
    height: var(--ph-height-story-ad);
    position: relative;
}
.swiper-slide video {
    height: 100%;
    object-fit: cover;
}
/* progress */
.list-carousel-progress {
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.list-carousel-progress li {
    background: var(--c-gray-5);
    border-radius: 1em;
    flex-grow: 1;
    margin: 0.25em;
    overflow: hidden;
}
.list-carousel-progress i {
    background: var(--c-accent-1);
    display: block;
    height: 0.375em;
    width: 0;
}
/* content */
.wrapper-content-story-ad {
    align-items: center;
    display: flex;
    left: 1em;
    position: absolute;
    top: 1em;
    z-index: 1;
}
.logo-story-ad {
    border-radius: 50%;
}
.text-story-ad {
    font-size: 1.125em;
    font-weight: 600;
    margin-left: 0.5em;
}
:root .button-story-ad {
    background: var(--c-gray-4);
    border-radius: 2em;
    bottom: 1em;
    color: var(--c-light);
    font-weight: 600;
    left: 50%;
    padding: 0.5em 1em;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}
.video-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
.video-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
