.premium-shorts-gallery-a09545a6 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallery-main-a09545a6 {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}
.gallery-main-a09545a6 .swiper-slide {
    text-align: center;
}
.gallery-main-a09545a6 iframe {
    max-width: 100%;
    aspect-ratio: 9/16;
    height: 600px;
    display: inline-block;
}
.gallery-main-a09545a6 .swiper-button-next,
.gallery-main-a09545a6 .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 30px 20px;
    border-radius: 8px;
}

.gallery-thumbs-a09545a6 {
    width: 100%;
    padding: 10px 0;
}
.gallery-thumbs-a09545a6 .swiper-slide {
    width: auto;
    max-width: 120px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}
.gallery-thumbs-a09545a6 .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--e-global-color-primary, #ff0000);
}
.gallery-thumbs-a09545a6 iframe {
    width: 100%;
    aspect-ratio: 9/16;
    height: 150px;
    pointer-events: none; /* Prevent interacting with thumb iframes */
}
.thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}