.tsvbt-bg-galerie {
    position: relative;
    overflow: hidden;
}

.tsvbt-bg-galerie-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1);
    z-index: 0;
    pointer-events: none;
    will-change: transform, opacity;
}

/* Gradient overlay */
.tsvbt-bg-galerie-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0E543A, #3AB587);
    opacity: 0.68;
    z-index: 0;
    pointer-events: none;
}

/* Ensure container content stays above the slides and overlay */
.tsvbt-bg-galerie > :not(.tsvbt-bg-galerie-slide):not(.tsvbt-bg-galerie-overlay) {
    position: relative;
    z-index: 1;
}
