.ba-7fc69332-container {
    position: relative;
    overflow: hidden;
    line-height: 0;
    user-select: none;
    -webkit-user-select: none;
    margin: 0 auto;
}

.ba-7fc69332-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.ba-7fc69332-after-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-7fc69332-after-wrap .ba-7fc69332-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ba-7fc69332-before-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
}

[data-orientation="vertical"] .ba-7fc69332-before-wrap {
    width: 100%;
    height: 50%;
}

.ba-7fc69332-before-wrap .ba-7fc69332-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Fix before image to match container width in horizontal mode */
[data-orientation="horizontal"] .ba-7fc69332-before-wrap .ba-7fc69332-img {
    width: auto;
    min-width: 100%;
    max-width: none;
}

/* Labels */
.ba-7fc69332-label {
    position: absolute;
    z-index: 3;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.4;
    pointer-events: none;
}

[data-orientation="horizontal"] .ba-7fc69332-label-before {
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

[data-orientation="horizontal"] .ba-7fc69332-label-after {
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

[data-orientation="vertical"] .ba-7fc69332-label-before {
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

[data-orientation="vertical"] .ba-7fc69332-label-after {
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

/* Slider Handle */
.ba-7fc69332-slider-handle {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-orientation="horizontal"] .ba-7fc69332-slider-handle {
    top: 0;
    bottom: 0;
    flex-direction: column;
    cursor: ew-resize;
}

[data-orientation="vertical"] .ba-7fc69332-slider-handle {
    left: 0;
    right: 0;
    flex-direction: row;
    cursor: ns-resize;
}

/* Vertical line (horizontal mode) */
.ba-7fc69332-line {
    width: 3px;
    flex: 1;
    background-color: #ffffff;
}

/* Horizontal line (vertical mode) */
.ba-7fc69332-line-horizontal {
    height: 3px;
    flex: 1;
    background-color: #ffffff;
}

/* Handle circle */
.ba-7fc69332-handle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Arrows */
.ba-7fc69332-handle-arrow {
    display: block;
    width: 0;
    height: 0;
}

.ba-7fc69332-arrow-left {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #333333;
}

.ba-7fc69332-arrow-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #333333;
}

.ba-7fc69332-arrow-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #333333;
}

.ba-7fc69332-arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #333333;
}
