.isc-e0f0dffb-wrapper {
    position: relative;
    width: 100%;
}

.isc-e0f0dffb-slider-container {
    position: relative;
}

.isc-e0f0dffb-swiper {
    overflow: hidden;
}

.isc-e0f0dffb-slide {
    display: flex;
    flex-direction: column;
}

.isc-e0f0dffb-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.isc-e0f0dffb-image-wrap img {
    width: 100%;
    display: block;
}

.isc-e0f0dffb-caption {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.isc-e0f0dffb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    padding: 0;
    line-height: 1;
    box-sizing: border-box;
}

.isc-e0f0dffb-arrow svg {
    width: 50%;
    height: 50%;
}

.isc-e0f0dffb-arrow-prev {
    left: 10px;
}

.isc-e0f0dffb-arrow-next {
    right: 10px;
}

.isc-e0f0dffb-arrow:focus {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}
