.vsi-slider-info-widget {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* S'assurer que les wrappers Elementor prennent toute la hauteur */
.elementor-widget-vision_si_slider_info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.elementor-widget-vision_si_slider_info > .elementor-widget-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.e-con>.elementor-widget>.elementor-widget-container:has(.vsi-slider-info-container) {
    max-height: fit-content !important;
}

.vsi-slider-info-container {
    background-color: transparent;
    border-radius: 20px;
    padding: 40px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    min-height: 320px;
    position: relative;
}

.vsi-swiper-info {
    width: 100%;
    margin-bottom: 40px;
}

.vsi-info-slide-text {
    font-size: clamp(15px, 1.1vw, 16px);
    line-height: 1.6;
    margin-bottom: 0;
}

.vsi-info-slide-text p:last-child {
    margin-bottom: 0;
}

.vsi-slider-info-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.vsi-info-title {
    margin: 0;
    font-size: clamp(20px, 1.2vw, 24px);
    font-weight: 700;
    max-width: 300px;
}

.vsi-slider-info-arrows {
    display: flex;
    gap: 15px;
}

.vsi-info-arrow {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0;
}

.vsi-info-arrow.swiper-button-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.vsi-info-arrow svg {
    width: 21px;
    height: 21px;
}

/* Responsive */
@media (max-width: 767px) {
    .vsi-slider-info-container {
        padding: 30px;
    }

    .vsi-slider-info-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-top: 0px !important;
    }

    .vsi-slider-info-arrows {
        width: 100%;
        justify-content: flex-end;
    }
}
